@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
.container:after, .voice-listSingle .voiceSingle .contentBody:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
 float:left;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	body
----------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}

main {
  display: block;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

a * {
  -webkit-transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
}

a:hover {
  color: #999;
}

a:active {
  color: #333;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

@font-face {
  font-family: "iromaru";
  font-style: normal;
  font-weight: normal;
  src: url("../font/irohamaru-Medium.ttf") format("truetype");
}

/*----------------------------------------
	container
----------------------------------------*/
.container {
  margin: 86px auto 0;
  width: 100%;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 1015px) {
  .container {
    margin-top: 124px;
  }
}

@media screen and (max-width: 769px) {
  .container {
    margin: 45px auto 0;
  }
}

/*----------------------------------------
	wrapper
----------------------------------------*/
.wrapper-1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.wrapper-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper-1080 {
  max-width: 1080px;
  margin: 0 auto;
}

.wrapper-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.wrapper-960 {
  max-width: 960px;
  margin: 0 auto;
}

.wrapper-900 {
  max-width: 900px;
  margin: 0 auto;
}

.wrapper-800 {
  max-width: 800px;
  margin: 0 auto;
}

.wrapper-700 {
  max-width: 700px;
  margin: 0 auto;
}

.wrapper-640 {
  max-width: 640px;
  margin: 0 auto;
}

.wrapper-600 {
  max-width: 600px;
  margin: 0 auto;
}

.wrapper-500 {
  max-width: 500px;
  margin: 0 auto;
}

/*----------------------------------------
	only
----------------------------------------*/
.sp-only {
  display: none;
}

@media screen and (max-width: 769px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/*----------------------------------------
	ローディング画面
----------------------------------------*/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 999999;
}

.loading__part {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #FA961E;
  border-radius: 50%;
}

.loading__part:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border: 0px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: lodanimetion 1200ms ease-out forwards infinite;
  animation: lodanimetion 1200ms ease-out forwards infinite;
}

@-webkit-keyframes lodanimetion {
  0% {
    border: 0px solid #fff;
  }
  20% {
    border: 8px solid #fff;
    width: 0%;
    height: 0%;
  }
  100% {
    border: 8px solid #fff;
    width: 100%;
    height: 100%;
  }
}

@keyframes lodanimetion {
  0% {
    border: 0px solid #fff;
  }
  20% {
    border: 8px solid #fff;
    width: 0%;
    height: 0%;
  }
  100% {
    border: 8px solid #fff;
    width: 100%;
    height: 100%;
  }
}

/*----------------------------------------
	ぱんくずリスト
----------------------------------------*/
.bread li {
  list-style: none;
  font-size: 13px;
  display: inline-block;
}

.bread li a {
  display: inline-block;
  font-size: 13px;
  color: #FA961E;
  text-decoration: underline;
  margin-right: 22px;
  position: relative;
}

.bread li a:after {
  position: absolute;
  content: '>';
  top: 0;
  bottom: 0;
  right: -18px;
  color: #333;
}

@media screen and (max-width: 769px) {
  .bread {
    display: none;
  }
}

/*----------------------------------------
	btn
----------------------------------------*/
.btnDefault a {
  display: inline-block;
  width: 320px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  background: #FA961E;
  border-radius: 100px;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.conceptBlock .btnDefault a {
  display: inline-block;
  width: 320px;
  line-height: 56px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  background: #FA961E;
  border-radius: 100px;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
}

.btnDefault a:hover {
  opacity: 0.8;
}

.btnDefault a span {
  color: #fff;
  padding: 0 0 0 20px;
  position: relative;
}

.btnDefault a span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ffffff;
}

.btnDefault--type1 a {
  background: #FFF;
}

.btnDefault--type1 a span {
  color: #FA961E;
}

.btnDefault--type1 a span:before {
  border-color: transparent transparent transparent #FA961E;
}

.btnDefault--type2 a {
  width: 216px;
  line-height: 40px;
  background: #FB7996;
}

.btnDefault--type3 a {
  width: 216px;
  line-height: 40px;
  background: #70C61E;
}

.btnDefault--type4 a {
  width: 640px;
  line-height: 120px;
  font-weight: bold;
  background: #fff;
}

.btnDefault--type4 a span {
  font-size: 32px;
  color: #FA961E;
  padding-left: 37px;
}

.btnDefault--type4 a span:before {
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #FA961E;
}

@media screen and (max-width: 769px) {
  .btnDefault a {
    width: 85%;
    line-height: 40px;
    font-size: 15px;
  }
  .btnDefault a span {
    padding: 0 0 0 20px;
  }
  .btnDefault a span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #ffffff;
  }
  .btnDefault--type1 a span:before {
    border-color: transparent transparent transparent #FA961E;
  }
  .btnDefault--type4 a {
    width: 100%;
    line-height: 69px;
  }
  .btnDefault--type4 a span {
    font-size: 18px;
    padding-left: 21px;
  }
  .btnDefault--type4 a span:before {
    border-color: transparent transparent transparent #FA961E;
  }
}

/*----------------------------------------
	header
----------------------------------------*/
.gHeader {
  background: #FFF;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}

.gHeader__body {
  padding: 0 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gHeader__main {
  padding: 10px 0 0;
}

.gHeader__description {
  font-size: 14px;
  font-weight: normal;
}

.gHeader__contact {
  position: absolute;
  top: 0;
  right: 25px;
}

.gHeader__contact a {
  display: block;
  font-weight: bold;
  color: #FFF;
  background: #FA961E;
  text-align: center;
  line-height: 1.4;
  padding: 15px 25px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-transition: .4s;
  transition: .4s;
}

.gHeader__contact a:hover {
  opacity: 0.8;
}

.gHeader .spHumber {
  display: none;
}

.gNav {
  margin: 30px 160px 0 0;
}

.gNav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gNav__item {
  position: relative;
}

.gNav__item > a {
  display: block;
  font-size: 16px;
  padding: 10px 0 20px;
  margin: 0 15px;
  border-bottom: 2px solid #fff;
  position: relative;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.gNav__item > a:after {
  content: none;
  position: absolute;
  background: #FA961E;
  width: 16px;
  height: 8px;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 8px 8px 0 0;
}

.gNav__item:first-child > a {
  margin: 0 15px 0 0;
}

.gNav__item:nth-child(n+2) > a {
  padding: 10px 0 20px 20px;
}

.gNav__item:nth-child(n+2) > a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: -15px;
  left: 0;
  bottom: 0;
  margin: auto;
  border-left: 3px solid #FA961E;
  border-bottom: 3px solid #FA961E;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gNav__item.current > a {
  border-bottom: 2px solid #FA961E;
}

.gNav__item.current > a:after {
  content: "";
}

.gNav__item.-modifier > a {
  padding-left: 0;
}

.gNav__item.-modifier > a:before {
  content: none;
}

.gNav__item.-linkNone span {
  display: block;
  font-size: 16px;
  margin: 0 15px;
  border-bottom: 2px solid #fff;
  position: relative;
  color: #CCC;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  padding: 10px 0 20px 20px;
}

.gNav__item.-linkNone span:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: -15px;
  left: 0;
  bottom: 0;
  margin: auto;
  border-left: 3px solid #FA961E;
  border-bottom: 3px solid #FA961E;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gNav__item ul {
  display: none;
  position: absolute;
  z-index: 2;
  left: -41px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 180%;
  background: #FFF;
  border: 2px solid #FA961E;
  border-radius: 10px;
  box-sizing: border-box;
}

.gNav__item ul:before {
  content: "";
  position: absolute;
  background: #FA961E;
  width: 16px;
  height: 8px;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 8px 8px 0 0;
}

.gNav__item ul li:nth-child(n+2) {
  border-top: 1px solid #FA961E;
}

.gNav__item ul li a {
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
}

@media screen and (max-width: 1015px) {
  .gNav {
    margin: 5px 160px 0 0;
  }
}

@media screen and (max-width: 769px) {
  .gHeader__body {
    padding: 0 15px 7px;
  }
  .gHeader__main {
    padding: 10px 0 0;
  }
  .gHeader__spLogo {
    width: 200px;
    line-height: 1;
  }
  .gHeader__spLogo a {
    display: block;
  }
  .gHeader__spLogo img {
    width: 100%;
    height: auto;
  }
  .gHeader__contact {
    display: none;
  }
  .gHeader .spHumber {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .gHeader .spHumber .menu-trigger,
  .gHeader .spHumber .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .gHeader .spHumber .menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
    background: #FA961E;
  }
  .gHeader .spHumber .menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 22px;
    height: 2px;
    background-color: #fff;
  }
  .gHeader .spHumber .menu-trigger span:nth-of-type(1) {
    top: 17px;
  }
  .gHeader .spHumber .menu-trigger span:nth-of-type(2) {
    top: 24px;
  }
  .gHeader .spHumber .menu-trigger span:nth-of-type(3) {
    top: 31px;
  }
  .gHeader .spHumber .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .gHeader .spHumber .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .gHeader .spHumber .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .gNav {
    display: none;
    margin: 0;
    width: 100%;
  }
  .gNav__list {
    display: block;
  }
  .gNav__item {
    position: relative;
  }
  .gNav__item > a {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 10px;
    padding-bottom: 0;
    box-sizing: border-box;
  }
  .gNav__item:nth-child(n+2) > a {
    padding: 10px;
    padding-bottom: 0;
    padding-left: 30px;
    box-sizing: border-box;
    margin: 0;
  }
  .gNav__item:nth-child(n+2) > a:before {
    top: 3px;
    left: 10px;
  }
  .gNav__item.current > a {
    border-bottom: 2px solid #FA961E;
    padding-bottom: 10px;
  }
  .gNav__item.current > a:after {
    content: "";
  }
  .gNav__item ul {
    display: block;
    position: static;
    width: 100%;
    border: none;
    margin-bottom: 10px;
  }
  .gNav__item ul:before {
    content: none;
  }
  .gNav__item ul li:nth-child(n+2) {
    border-top: none;
  }
  .gNav__item ul li a {
    display: block;
    font-size: 12px;
    text-align: left;
    padding: 5px;
    padding-left: 30px;
  }
}

/*----------------------------------------
	footer
----------------------------------------*/
.gFooter {
  background: #FA961E;
  padding: 135px 0 204px;
}

.gFooter__txt {
  font-size: 38px;
  font-family: iromaru;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  margin-bottom: 40px;
}

.gFooter__num {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}

.gFooter__num img {
  margin-right: 15px;
}

.gFooter__num--sp {
  display: none;
}

.gFooter__info {
  font-size: 14px;
  color: #FFF;
  text-align: center;
  margin-bottom: 70px;
}

.gFooter .btnDefault {
  text-align: center;
}

@media screen and (max-width: 769px) {
  .gFooter {
    padding: 27px 15px 69px;
  }
  .gFooter__txt {
    font-size: 19px;
    margin-bottom: 23px;
  }
  .gFooter__num {
    display: none;
  }
  .gFooter__num--sp {
    display: block;
    margin-bottom: 3px;
  }
  .gFooter__num--sp a {
    display: block;
    font-size: 19px;
    background: #FFF;
    padding: 20px;
    border-radius: 50px;
  }
  .gFooter__num--sp a span {
    color: #FA961E;
  }
  .gFooter__num--sp a img {
    margin-right: 7px;
    height: 18px;
    width: auto;
  }
  .gFooter__info {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .gFooter .btnDefault {
    text-align: center;
  }
}

/*----------------------------------------
	sidebar
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
.topPage .mainVisual {
  width: 100vw;
  height: calc(100vh - 86px);
  position: relative;
}

.topPage .mainVisual.-sp {
  display: none;
}

.topPage .mainVisual__head {
  position: absolute;
  right: 0;
  left: 0;
  top: 100px;
  opacity: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: calc( 100vh / 2.14);
  z-index: 9999;
}

.topPage .mainVisual ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topPage .mainVisual ul li {
  width: calc( 100vw / 5) !important;
  height: calc( ( 100vh - 86px) / 3);
}

.topPage .mainVisual ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.topPage .mainVisual ul li a:after {
  content: '';
  display: block;
  padding-top: calc( 640 / 640 * 100%);
}

.topPage .mainVisual ul li a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.topPage .mainVisual ul li a .overLay {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  background: rgba(239, 169, 85, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topPage .mainVisual ul li a .overLay__text {
  font-size: 24px;
  line-height: 1.7;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.3em;
  font-family: iromaru ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin-bottom: 10px;
}

.topPage .mainVisual ul li a .overLay__icon {
  width: 25px;
  height: 25px;
  position: static;
}

.topPage .mainVisual ul li a:hover .overLay {
  opacity: 1;
}

.topPage .mainVisual ul .title {
  position: relative;
  width: 100%;
  height: calc( ( 100vh - 86px) / 3);
}

.topPage .mainVisual ul .title img {
  width: 140%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.topPage .conceptBlock {
  padding: 90px 0;
  border-bottom: dotted 2px #f6bed6;
}

.topPage .conceptBlock__heading {
  font-size: 38px;
  line-height: 1.39;
  font-family: iromaru,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 52px;
}

.topPage .conceptBlock__heading span {
  color: #FA961E;
}

.topPage .conceptBlock__txt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 43px;
}

.topPage .conceptBlock .btnDefault {
  text-align: center;
}

.topPage .voiceBlock {
  background: #FAF0AA;
  overflow: hidden;
}

.topPage .voiceBlock__body {
  padding: 150px 0 72px;
  position: relative;
}

.topPage .voiceBlock__body:before {
  content: "";
  position: absolute;
  background: url(../images/top/top_005.jpg) no-repeat;
  background-size: cover;
  width: 312px;
  height: 450px;
  bottom: 0;
  left: 110px;
}

.topPage .voiceBlock__body:after {
  content: "";
  position: absolute;
  background: url(../images/top/top_006.jpg) no-repeat;
  background-size: cover;
  width: 312px;
  height: 458px;
  bottom: 0;
  right: 110px;
}

.topPage .voiceBlock__heading {
  text-align: center;
  margin: 0 auto 12px;
  max-width: 675px;
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topPage .voiceBlock__heading img {
  width: 100%;
  height: auto;
}

.topPage .voiceBlock__txt {
  font-size: 16px;
  text-align: center;
  line-height: 1.62;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.topPage .voiceBlock__linkBlock {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.topPage .voiceBlock__linkBlock__link a {
  display: block;
  width: 248px;
  margin: 0 10px;
  -webkit-transition: .4s;
  transition: .4s;
}

.topPage .voiceBlock__linkBlock__link a:hover {
  opacity: 0.8;
}

.topPage .voiceBlock__linkBlock__link a img {
  width: 100%;
  height: auto;
}

.topPage .voiceBlock .btnDefault {
  text-align: center;
  position: relative;
  z-index: 1;
}

.topPage .aboutBlock {
  background: #EFA955;
}

.topPage .aboutBlock__body {
  padding: 63px 0 64px;
}

.topPage .aboutBlock__heading {
  text-align: center;
  margin: 0 0 30px;
}

.topPage .aboutBlock__heading span {
  display: block;
  font-weight: normal;
  color: #fff;
}

.topPage .aboutBlock__heading .in1 {
  font-size: 32px;
  font-family: iromaru,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
}

.topPage .aboutBlock__heading .in2 {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.topPage .aboutBlock__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 27px;
}

.topPage .aboutBlock__main--reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.topPage .aboutBlock__thumb {
  width: 50%;
  height: 324px;
}

.topPage .aboutBlock__thumb img {
  width: 100%;
  height: 324px;
  object-fit: cover;
}

.topPage .aboutBlock__content {
  width: 50%;
  background: #fff;
  padding: 50px 8%;
  box-sizing: border-box;
}

.topPage .aboutBlock__ttl {
  font-size: 26px;
  font-family: iromaru,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  line-height: 1.38;
}

.topPage .aboutBlock__ttl span {
  font-size: 32px;
}

.topPage .aboutBlock__ttl--type1 span {
  color: #FA6184;
}

.topPage .aboutBlock__ttl--type2 span {
  color: #70C61E;
}

.topPage .aboutBlock__txt {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 18px;
}

.topPage .greetingBlock {
  background: #FAF0AA;
  padding: 65px 0 81px;
}

.topPage .greetingBlock__body {
  padding: 0 395px 0 90px;
  position: relative;
  box-sizing: border-box;
}

.topPage .greetingBlock__body:before {
  content: "";
  position: absolute;
  background: url(../images/top/top_007.jpg) no-repeat;
  background-size: cover;
  width: 271px;
  height: 467px;
  bottom: -80px;
  right: 25px;
}

.topPage .greetingBlock__heading {
  text-align: center;
  margin: 0 0 30px;
}

.topPage .greetingBlock__heading span {
  display: block;
  font-weight: normal;
}

.topPage .greetingBlock__heading .in1 {
  font-size: 32px;
  font-family: iromaru,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
}

.topPage .greetingBlock__heading .in2 {
  font-size: 14px;
  color: #FA961E;
  letter-spacing: 0.1em;
}

.topPage .greetingBlock__ttl {
  font-size: 38px;
  font-family: iromaru,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
  color: #FA961E;
  line-height: 1.63;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.topPage .greetingBlock__txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.topPage .greetingBlock .btnDefault--type1 {
  text-align: center;
}

.topPage .infoBlock {
  padding: 70px 0 132px;
}

.topPage .infoBlock__heading {
  text-align: center;
  margin: 0 0 30px;
}

.topPage .infoBlock__heading span {
  display: block;
  font-weight: normal;
}

.topPage .infoBlock__heading .in1 {
  font-size: 32px;
  font-family: iromaru,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
}

.topPage .infoBlock__heading .in2 {
  font-size: 14px;
  color: #FA961E;
  letter-spacing: 0.1em;
}

.topPage .infoBlock__list {
  margin-bottom: 42px;
}

.topPage .infoBlock__item a {
  padding: 11px 0;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: .4s;
  transition: .4s;
}

.topPage .infoBlock__item a:hover {
  opacity: 0.8;
}

.topPage .infoBlock__time {
  width: 20%;
  font-size: 15px;
  line-height: 1.8;
  color: #FA961E;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}

.topPage .infoBlock__ttl {
  width: 80%;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8;
}

.topPage .infoBlock__btn {
  text-align: right;
}

.topPage .infoBlock__btn a {
  font-size: 15px;
  color: #FA961E;
  text-decoration: underline;
  -webkit-transition: .4s;
  transition: .4s;
  font-weight: bold;
}

.topPage .infoBlock__btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1150px) {
  .topPage .voiceBlock__body:before {
    left: 40px;
  }
  .topPage .voiceBlock__body:after {
    right: 40px;
  }
}

@media screen and (max-width: 1012px) {
  .topPage .greetingBlock__ttl br {
    display: none;
  }
  .topPage .greetingBlock__txt br {
    display: none;
  }
}

@media screen and (max-width: 930px) {
  .topPage .voiceBlock__body:before {
    left: 0;
    width: 280px;
    height: 420px;
  }
  .topPage .voiceBlock__body:after {
    right: 0;
    width: 290px;
    height: 418px;
  }
}

@media screen and (max-width: 769px) {
  .topPage .mainVisual.-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: calc(100vh - 45px);
  }
  .topPage .mainVisual.-pc {
    display: none;
  }
  .topPage .mainVisual__head {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    margin: auto;
    width: auto;
    height: calc( 100vh / 3.5);
    z-index: 9999;
  }
  .topPage .mainVisual ul {
    width: 33.3333%;
    display: block;
  }
  .topPage .mainVisual ul li {
    width: 100% !important;
    height: calc( ( 100vh - 45px) / 5);
  }
  .topPage .mainVisual ul li .inner {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .topPage .mainVisual ul li .inner:after {
    content: '';
    display: block;
    padding-top: calc( 640 / 640 * 100%);
  }
  .topPage .mainVisual ul li .inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
  }
  .topPage .conceptBlock {
    padding: 30px 15px 45px;
  }
  .topPage .conceptBlock__heading {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .topPage .conceptBlock__heading br {
    display: none;
  }
  .topPage .conceptBlock__txt {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 35px;
  }
  .topPage .voiceBlock__body {
    padding: 35px 15px 34px;
    position: relative;
  }
  .topPage .voiceBlock__body:before {
    left: 0;
    width: 200px;
    height: 250px;
  }
  .topPage .voiceBlock__body:after {
    right: 0;
    width: 200px;
    height: 260px;
  }
  .topPage .voiceBlock__linkBlock {
    margin-bottom: 30px;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .topPage .voiceBlock__linkBlock__link {
    width: 100%;
    position: relative;
  }
  .topPage .voiceBlock__linkBlock__link a {
    display: block;
    width: 40%;
    margin: 0 auto;
    position: relative;
  }
  .topPage .aboutBlock__body {
    padding: 30px 10px 9px;
  }
  .topPage .aboutBlock__heading {
    margin-bottom: 20px;
  }
  .topPage .aboutBlock__heading .in1 {
    font-size: 21px;
  }
  .topPage .aboutBlock__heading .in2 {
    font-size: 13px;
  }
  .topPage .aboutBlock__main {
    display: block;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .topPage .aboutBlock__thumb {
    width: 100%;
  }
  .topPage .aboutBlock__content {
    width: 100%;
    padding: 18px 15px 17px;
  }
  .topPage .aboutBlock__ttl {
    font-size: 17px;
    text-align: center;
  }
  .topPage .aboutBlock__ttl span {
    font-size: 21px;
  }
  .topPage .aboutBlock__txt {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .topPage .greetingBlock {
    padding: 35px 15px 32px;
  }
  .topPage .greetingBlock__body {
    padding: 0;
  }
  .topPage .greetingBlock__body:before {
    background-size: contain;
    width: 167px;
    height: 262px;
    bottom: -32px;
  }
  .topPage .greetingBlock__heading {
    margin-bottom: 23px;
  }
  .topPage .greetingBlock__heading .in1 {
    font-size: 21px;
  }
  .topPage .greetingBlock__heading .in2 {
    font-size: 13px;
  }
  .topPage .greetingBlock__ttl {
    font-size: 23px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .topPage .greetingBlock__ttl br {
    display: block;
  }
  .topPage .greetingBlock__txt {
    width: 64%;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
  }
  .topPage .greetingBlock .btnDefault {
    position: relative;
    z-index: 1;
  }
  .topPage .infoBlock {
    padding: 35px 10px 43px;
  }
  .topPage .infoBlock__heading {
    margin-bottom: 15px;
  }
  .topPage .infoBlock__heading .in1 {
    font-size: 21px;
  }
  .topPage .infoBlock__heading .in2 {
    font-size: 13px;
  }
  .topPage .infoBlock__list {
    margin-bottom: 25px;
  }
  .topPage .infoBlock__item a {
    padding: 10px 5px;
    border-bottom: 1px dotted #000;
    display: block;
  }
  .topPage .infoBlock__time {
    width: 100%;
    font-size: 12px;
    padding: 0;
    margin-bottom: 5px;
  }
  .topPage .infoBlock__ttl {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  .topPage .infoBlock__btn a {
    font-size: 12px;
  }
}

@media screen and (max-width: 580px) {
  .topPage .voiceBlock__body {
    position: relative;
  }
  .topPage .voiceBlock__body:before {
    left: 0;
    width: 160px;
    height: 240px;
  }
  .topPage .voiceBlock__body:after {
    right: 0;
    width: 165px;
    height: 240px;
  }
  .topPage .voiceBlock__txt {
    font-size: 13px;
  }
  .topPage .voiceBlock__linkBlock__link a {
    display: block;
    width: 40%;
    margin: 0 auto;
    position: relative;
  }
  .topPage .greetingBlock__body:before {
    width: 147px;
    height: 242px;
    right: 15px;
  }
  .topPage .greetingBlock__ttl {
    font-size: 19px;
  }
  .topPage .greetingBlock__txt {
    width: 52%;
    font-size: 14px;
  }
}

@media screen and (max-width: 425px) {
  .topPage .voiceBlock__body {
    position: relative;
  }
  .topPage .voiceBlock__body:before {
    left: 0;
    width: 120px;
    height: 190px;
  }
  .topPage .voiceBlock__body:after {
    right: 0;
    width: 135px;
    height: 190px;
  }
  .topPage .voiceBlock__txt {
    font-size: 12px;
  }
  .topPage .voiceBlock__linkBlock__link a {
    display: block;
    width: 40%;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (max-width: 350px) {
  .topPage .greetingBlock__body:before {
    right: -15px;
  }
  .topPage .greetingBlock__txt {
    width: 52%;
    font-size: 14px;
  }
}

/*----------------------------------------
	other
----------------------------------------*/

/* table
--------------------------------
--------------- */

table {

  width: 100%;

  border-top: 1px solid #ccc;

  border-left: 1px solid #ccc;
}



table th {

  background: #FFF1E0;

	color: #666;

}

.about_list_table table{
  border-collapse: collapse;
  border-spacing: 0;
}

.about_list_table th{
  width: 35%;
  text-align: left;
    padding: 10px;
    display: table-cell;
  box-sizing: border-box;
  z-index: 0;
  font-style: normal;
  font-weight: normal;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.about_list_table td{
  padding: 10px;
  display: table-cell;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.center{
  text-align:center;
}



/*     フォーム     */

table.contact {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    clear:both;
}

table.contact th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size:0.92em;
  text-align:center;
}

table.contact tr {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

td.contact_l {
    width: 30%;
    background: #FFEDD2;
    padding: 10px;
    font-size: 80%;
}


td.contact_r {
    width: 70%;
    padding: 10px;
}


input {
    width: 70%;
    padding: 5px;
}

textarea {
    width: 100%;
    padding: 5px;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 10px;
    margin-top:30px;
}

p.send_b {
    width: 150px;
    margin: 20px auto;
}


td.contact_l2 {
    width: 40%;
    background: #FFF1E0;
    padding: 10px;
    font-size: 80%;
}

td.contact_r2 {
    width: 60%;
    padding: 10px;
    font-size: 80%;
}

input[type="checkbox"] {
    width: 5%;
}

input[type="radio"] {
    width: 20px;
}

@media screen  and (max-width: 650px) {
/* 表示領域が650px以下の場合に適用するスタイル */
input.wpcf7-form-control.wpcf7-text {
    width: 90%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 90%;
}

td.contact_l2, td.contact_r2 {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

td.contact_l2 {

}
}

/*----------------------------------------
	contact
----------------------------------------*/


.contact{

}

@media screen and (max-width: 769px) {

.contact img{
  width:80%;
  padding-top:20px;
}
}


/*----------------------------------------
	voice-listSingle
----------------------------------------*/

.voiceSingle .contentBody ul {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.voiceSingle .contentBody ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.voiceSingle .contentBody li {
width: 250px;
margin: 0 15px 20px 0;
float:left;
}

.voiceSingle .btnDefault a{
display: inline-block;
width: 120px;
line-height: 26px;
text-align: center;
font-size: 11px;
background: #FA961E;
border-radius: 100px;
-webkit-transition: .4s;
transition: .4s;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.voiceSingle .btnDefault a span {
    color: #fff;
    padding: 0 0 0 20px;
    position: relative;
}


/*----------------------------------------
	messageSingle
----------------------------------------*/

.messageSingle h2 {
  text-align: center;
  font-weight: normal;
  font-size: 38px;
  margin-bottom: 57px;
  font-family: iromaru,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.messageSingle h2 span {
  color: #FA961E;
}


/*----------------------------------------
	voiceSingle
----------------------------------------*/

.voiceSingle {
  padding-bottom: 72px;
}

.voiceSingle .leadArea, blogArchive .leadArea {
  background: #FAF0AA;
  padding: 28px 0 28px;
}

.voiceSingle .leadArea__title, blogArchive .leadArea {
  clear:both;
  text-align: center;
  font-size: 28px;
  color: #FA961E;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: iromaru,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.voiceSingle .voiceVisual {
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.voiceSingle .voiceVisual__main {
  max-width: 848px;
  margin: 0 auto;
  padding-top: 67px;
}

.voiceSingle .voiceVisual__main img {
  width: 342px;
  height: auto;
}

.voiceSingle .contentBody {
  padding-top: 60px;
}

.voiceSingle .contentBody h2 {
  text-align: center;
  font-weight: normal;
  font-size: 38px;
  margin-bottom: 57px;
  font-family: iromaru,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.voiceSingle .contentBody h2 span {
  color: #FA961E;
}

.voiceSingle .contentBody h3 {
  font-size: 24px;
  line-height: 1.5;
  font-family: iromaru,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin-bottom: 50px;
}

.voiceSingle .contentBody h4 {
  font-size: 16px;
  color: #FA961E;
  position: relative;
  padding-left: 40px;
}

.voiceSingle .contentBody h4:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 2px;
  width: 30px;
  background: #FA961E;
}

.voiceSingle .contentBody p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 50px;
}

.voiceSingle .contentBody img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.voiceSingle .contentBody .aligncenter {
  display: block;
  margin: 0 auto;
}

.voiceSingle .contentBody .alignright {
  float: right;
}

.voiceSingle .contentBody .alignleft {
  float: left;
}

.voiceSingle .contentBody strong {
  font-weight: bold;
}

.voiceSingle .contentBody em {
  font-style: italic;
}

.voiceSingle .contentBody blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.voiceSingle .contentBody img[class*="wp-image-"],
.voiceSingle .contentBody img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

.voiceSingle .voiceBtn {
  text-align: center;
}

.voiceSingle .voiceBtn a {
  color: #FFF;
  line-height: 58px;
}

.voiceSingle .voiceBtn a span:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 11px 7px 0;
  border-color: transparent #fff transparent transparent;
}

.voiceSingle .teacher_img {
  margin: 0 auto;
  width: 250px !important;
}

.voiceSingle .flex-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.voiceSingle .flex-box .text_area{
  width: 67%;
  margin-right: 1%;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 50px;
}

.voiceSingle .flex-box .img_area{
  width: 32%;
  margin: 0 auto;
}



@media screen and (max-width: 769px) {
  .voiceSingle {
    padding-bottom: 50px;
  }
  .voiceSingle .leadArea, blogArchive .leadArea {
    padding: 10px 0;
  }
  .voiceSingle .leadArea__title, blogArchive .leadArea {
    font-size: 18px;
  }
  .voiceSingle .voiceVisual {
    width: 100%;
    height: 240px;
    background: url(../images/voice/voice_005.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position: relative;
    margin-bottom: 50px;
  }
  .voiceSingle .voiceVisual__main {
    position: absolute;
    max-width: 200px;
    padding-top: 0;
    right: 0;
    left: 0;
    bottom: -100px;
  }
  .voiceSingle .voiceVisual__main img {
    width: 100%;
    height: auto;
  }
  .voiceSingle .contentBody {
    padding: 60px 15px 0;
  }
  .voiceSingle .contentBody h2 {
    font-size: 21px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .voiceSingle .contentBody h2 br {
    display: none;
  }
  .voiceSingle .contentBody h3 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .voiceSingle .contentBody h3 br {
    display: none;
  }
  .voiceSingle .contentBody h4 {
    font-size: 14px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .voiceSingle .contentBody h4:before {
    width: 15px;
  }
  .voiceSingle .contentBody p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .voiceSingle .contentBody img {
    width: 100% !important;
    margin-bottom: 0;
  }
  .voiceSingle .contentBody .mb5 {
    margin-bottom: 5px;
  }
  .voiceSingle .contentBody .mb10 {
    margin-bottom: 10px;
  }
  .voiceSingle .contentBody .mb15 {
    margin-bottom: 15px;
  }
  .voiceSingle .contentBody .mb20 {
    margin-bottom: 20px;
  }
  .voiceSingle .contentBody .mb25 {
    margin-bottom: 25px;
  }
  .voiceSingle .contentBody .mb30 {
    margin-bottom: 30px;
  }
  .voiceSingle .contentBody .mb35 {
    margin-bottom: 35px;
  }
  .voiceSingle .contentBody .mb40 {
    margin-bottom: 40px;
  }
  .voiceSingle .contentBody .mb45 {
    margin-bottom: 45px;
  }
  .voiceSingle .contentBody .mb50 {
    margin-bottom: 50px;
  }
  .voiceSingle .contentBody .mb55 {
    margin-bottom: 55px;
  }
  .voiceSingle .contentBody .mb60 {
    margin-bottom: 60px;
  }
  .voiceSingle .contentBody .mb65 {
    margin-bottom: 65px;
  }
  .voiceSingle .contentBody .mb70 {
    margin-bottom: 70px;
  }
  .voiceSingle .contentBody .mb75 {
    margin-bottom: 75px;
  }
  .voiceSingle .contentBody .mb80 {
    margin-bottom: 80px;
  }
  .voiceSingle .contentBody .mb85 {
    margin-bottom: 85px;
  }
  .voiceSingle .contentBody .mb90 {
    margin-bottom: 90px;
  }
  .voiceSingle .voiceBtn {
    text-align: center;
    margin-top: 55px;
  }
  .voiceSingle .voiceBtn a {
    width: 200px;
    color: #FFF;
    line-height: 40px;
    font-size: 16px;
  }
  .voiceSingle .voiceBtn a span:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 8px 4px 0;
    border-color: transparent #fff transparent transparent;
  }
  .voiceSingle .flex-box {
    display: block;
    width: initial;
  }
  .voiceSingle .flex-box .text_area{
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .voiceSingle .flex-box .img_area{
    width: 250px !important;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 375px) {
  .voiceSingle .voiceVisual {
    background-position: center right -50px;
  }
}





/*----------------------------------------
	voiceArchive
----------------------------------------*/
.archiveTemplate {
  padding: 40px 0 100px;
}

.archiveTemplate .pageTitle {
  font-size: 38px;
  line-height: 1.39;
  font-family: iromaru,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 52px;
}

.archiveTemplate .list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archiveTemplate .list__item {
  width: 30%;
  margin-right: 5%;
}

.archiveTemplate .list__item a {
  display: block;
  -webkit-transition: .4s;
  transition: .4s;
}

.archiveTemplate .list__item a:hover {
  opacity: 0.8;
}

.archiveTemplate .list__item .thumbnail {
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.archiveTemplate .list__item .main h3 {
  font-size: 16px;
}

.archiveTemplate .list__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 769px) {
  .archiveTemplate .pageTitle {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .archiveTemplate .list {
    display: block;
    padding: 0 15px;
  }
  .archiveTemplate .list__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*----------------------------------------
	blog post
----------------------------------------*/

.voiceSingle .post{
	margin-top:50px;
	border-bottom:3px dotted #FA961E;
}

/*----------------------------------------
	ブログアーカイブ用
----------------------------------------*/
ul#fl__col__3{
  margin: 0 auto !important;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width:800px;
}

ul#fl__col__3 li {
  list-style-type:none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 45%;
  margin-bottom: 3px;
}

ul#fl__col__3 li img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin:0;
}

@media screen and (min-width: 770px) {
  ul#fl__col__3 li {
    flex-basis: 30% !important;
    padding: 0;
  }
}

ul#fl__col__3 a {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
ul#fl__col__3 a:hover {
  opacity: .7;
}

ul#fl__col__3 h2.ow_title {
  font-size: 19px;
  color: #FA961E;
  margin: 0;
  padding: 10px 0;
  text-align:left;
  font-weight: normal;
  line-height: 23px;
  letter-spacing: 0.05em;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}

ul#fl__col__3 .ow_post{
	margin:30px 0 10px;
	border-bottom:3px dotted #FA961E;
}

/*----------------------------------------
	blog投稿ナビゲーション文字非表示
----------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/*----------------------------------------
	blogページネーション装飾用
----------------------------------------*/
.ow_pagenation a {
  padding: 1px 8px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #666666;
  background-color: #ffffff;
  font-size: 1em;
  text-decoration: none;
  margin: 4px;
}
  .ow_pagenation a:hover {
  background-color: #e8e8e8;
}
.ow_pagenation .page-numbers span {
  padding: 1px 8px;
  display: inline-block;
  margin: 4px;
}
.ow_pagenation .page-numbers span.current {
  color: #ffffff;
  font-size: 1em;
  background-color: #fd5a79;
  border: 1px solid #fd5a79;
}
.ow_pagenation {
  position:relative !important;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  clear: both;
  background-color: transparent;

}

.ow_pagenation__dot{
	border-bottom:3px dotted #FA961E;
}

/* 768px以上 */
@media (min-width: 768px) {
  .ow_pagenation a {
  padding: 1px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #666666;
  background-color: #ffffff;
  font-size: 1.19em;
  text-decoration: none;
  }
  .ow_pagenation .page-numbers span.current {
  color: #ffffff;
  font-size: 1.19em;
  background-color: #fd5a79;
  border: 1px solid #fd5a79;
  }
  .ow_pagenation .page-numbers span {
  padding: 1px 10px;
  display: inline-block;
  }
}
/*----------------------------------------
	福利厚生ページ
----------------------------------------*/
.lastmsg-img img {
  width: 100%;
  text-align: center;
  margin: 20px auto 0px;
}
.clear::after{
  display: block;
  content: "";
  clear: both;
}
.mybox.box-clear {
  border: none;
}
.mybox-wrapper {
  display: flex;
  margin-bottom: 20px;
}
div#leaf-ttl img {
  margin-bottom: 10px;
}
.mybox {
  background-color: #fff;
  border: 2px solid #f3cbd0;
  border-radius: 5px;
  margin: 40px 5px 20px 20px;
  padding: 25px 20px 10px 20px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
.mybox-wrapper.last-wrapper {
  margin-bottom: 50px;
}
.mybox-ttl {
  background-color: #ef858c;
  border-radius: 5px;
  color: #fff;
  padding: 5px 0px 5px 12px;
  position: absolute;
  left: -5px;
  top: -30px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
}
.mybox-ttl:after {
  border-top: 12px solid #ef858c;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  position: absolute;
  left: 5%;
  bottom: -25%;
}
.mybox02 {
  background-color: #fff;
  border: 2px solid #b8eae9;
  border-radius: 5px;
  margin: 40px 5px 5px 20px;
  padding: 25px 20px 10px 20px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}
.mybox02-ttl {
  background-color: #54c1ff;
  border-radius: 5px;
  color: #fff;
  padding: 5px 0px 5px 12px;
  position: absolute;
  left: -5px;
  top: -30px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
}
.mybox02-ttl:after {
  border-top: 12px solid #54c1ff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  position: absolute;
  left: 5%;
  bottom: -25%;
}
.mybox03 {
  background-color: #fff;
  border: 2px solid #efe6ad;
  border-radius: 5px;
  margin: 40px 5px 5px 20px;
  padding: 25px 20px 10px 20px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}
.mybox03-ttl {
  background-color: #f1b63c;
  border-radius: 5px;
  color: #fff;
  padding: 5px 0px 5px 12px;
  position: absolute;
  left: -5px;
  top: -30px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
}
.mybox03-ttl:after {
  border-top: 12px solid #f1b63c;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  position: absolute;
  left: 5%;
  bottom: -25%;
}
.mybox04 {
  background-color: #fff;
  border: 2px solid #baea8b;
  border-radius: 5px;
  margin: 40px 5px 5px 20px;
  padding: 25px 20px 10px 20px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}
.mybox04-ttl {
  background-color: #5ed069;
  border-radius: 5px;
  color: #fff;
  padding: 5px 0px 5px 12px;
  position: absolute;
  left: -5px;
  top: -30px;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
}
.mybox04-ttl:after {
  border-top: 12px solid #5ed069;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  position: absolute;
  left: 5%;
  bottom: -25%;
}
.mybox-ttl.chip::before {
  content: "ブランチェスならでは！";
    height: 50px;
    display: block;
    position: absolute;
    top: -70%;
    color: #ffa302;
    font-size: 16px;
    color: #FF8C00;
    background: -webkit-linear-gradient(0deg, #ff6900, #fdb645, #fa961e, #ffc800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box-farame{
  border: 5px solid #ef858c;
  border-style: dotted;
  width: 93%;
  padding: 3%;
  font-size: 1rem;
  line-height: 2;
  margin-top: 20px;
}

/* 支度金キャンペーン（TOP） */
.campaignBlock__body {
    text-align: center;
    padding: 20px 0;
}
.campaignBlock__body p{
  margin-bottom: 20px;
}

.campaignBlock__heading {
    margin-bottom: 10px;
}
.campaignBlock__linkBlock__link img {
    max-width: 250px;
}
.campaignBlock__body p span {
    background: linear-gradient(transparent 60%, #f9d8e6 0%);
}

@media screen and (max-width: 769px){
.campaignBlock__heading {
   font-size: 16px;
}
.campaignBlock__linkBlock__link img {
    max-width: 180px;
}
.topPage .voiceBlock__linkBlock__link a img {
    padding-top: 20px;
    max-width: 120px;
    display: block;
    margin: 0 auto;
}
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
@media (max-width: 768px) {
  #leaf-ttl img {
    width: 70% !important;
    margin-bottom: 15px;
}
#leaf-ttl-first img {
  width: 70% !important;
  margin-bottom: 15px;
}
.mybox-wrapper {
  display: block;
}
.mybox-ttl {
  background-color: #ef858c;
  border-radius: 5px;
  color: #fff;
  padding: 5px;
  position: absolute;
  left: -7px;
  top: -30px;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
}
.mybox {
  background-color: #fff;
  border: 2px solid #f3cbd0;
  border-radius: 5px;
  margin: 50px 5px 20px;
  padding: 5px;
  position: relative;
  box-sizing: border-box;
  position: relative;
  width: auto;
}
.mybox02-ttl {
  background-color: #54c1ff;
  border-radius: 5px;
  color: #fff;
  padding: 5px;
  position: absolute;
  left: -7px;
  top: -30px;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
}
.mybox02 {
  background-color: #fff;
  border: 2px solid #b8eae9;
  border-radius: 5px;
  margin: 50px 5px 20px;
  padding: 5px;
  position: relative;
  box-sizing: border-box;
  position: relative;
  width: auto;
}
.mybox03-ttl {
  background-color: #f1b63c;
  border-radius: 5px;
  color: #fff;
  padding: 5px;
  position: absolute;
  left: -7px;
  top: -30px;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
}
.mybox03 {
  background-color: #fff;
  border: 2px solid #efe6ad;
  border-radius: 5px;
  margin: 50px 5px 20px;
  padding: 5px;
  position: relative;
  box-sizing: border-box;
  position: relative;
  width: auto;
}
.mybox04-ttl {
  background-color: #5ed069;
  border-radius: 5px;
  color: #fff;
  padding: 5px;
  position: absolute;
  left: -7px;
  top: -30px;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
}
.mybox04 {
  background-color: #fff;
  border: 2px solid #baea8b;
  border-radius: 5px;
  margin: 50px 5px 20px;
  padding: 5px;
  position: relative;
  box-sizing: border-box;
  position: relative;
  width: auto;
}
.mybox.chip-frame {
  margin-top: 80px;
}
.mybox-wrapper.last-wrapper {
margin-bottom: 10px;
}
.box-clear{
  display: none;
}
.box-farame {
  border: 5px solid #ef858c;
  border-style: dotted;
  width: 93%;
  padding: 3%;
  font-size: 14px;
  line-height: 2;
}
div#leaf-ttl img {
  margin-bottom: 10px;
  margin-top: 60px;
}
div#leaf-ttl-first img {
  margin-bottom: 10px;
}
.box-farame {
margin-top:5px;
}
}
