@charset "utf-8";

html {
  font-size : 62.5%;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333333;
}
body {
  font-size: 1.6rem;
  line-height: 1.8;
  overflow-x: hidden;
  letter-spacing: .005em;
}
*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}
a,
a:visited {
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
a:hover {
  color: #d91e49;
  text-decoration: none;
}
img{
  vertical-align: middle;
}

@font-face {
	font-family: 'ToppanBunkyu';
	src: url(https://waocon.com/wp-content/themes/waocon/assets/font/ToppanBunkyuMidashiGothicStdN-ExtraBold.otf);
}

/*-- loader -*/
@-webkit-keyframes fadeOut_load {
    from {
        display: block;
        opacity: 1;
        z-index: 10000;
    }
    to {
        display: none;
        opacity: 0;
        z-index: -1;
    }
}

@keyframes fadeOut_load {
    from {
        display: block;
        opacity: 1;
        z-index: 10000;
    }
    to {
        display: none;
        opacity: 0;
        z-index: -1;
    }
}

#loader {
    width: 100%;
    height: 100vh;
    background-color: #006ab6;
    position: fixed;
    top: 0;
    z-index: 10000;
}

#loader.loaded {
    -webkit-animation: fadeOut_load 3s forwards;
            animation: fadeOut_load 3s forwards;
}

.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
}

.cube1, .cube2 {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/*-- header -*/
header{
    position: sticky;
    z-index: 1000;
    top: 0;
    height: 80px;
    display: flex;
    align-items: center;
    background: #fff;
}
header .headerArea{
    display: flex;
    width: 90vw;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}
header .headerArea .logo{
    display: flex;
    align-items: center;
    width: 300px;
}
header .headerArea .logo img{
    width: 100%;
    height: auto;
}
header .headerArea .globalNav__nav{
    display: flex;
    align-items: center;
}
header .headerArea .globalNav__nav .menu-item{
    margin-right: 2em;
}
header .headerArea .globalNav__nav .menu-item:last-child{
    margin-right: unset;
}
header .headerArea .globalNav__nav .menu-item a{
    letter-spacing: .005em;
    color: #000;
    font-family: 'TOPPANBUNKYU';
}
header .headerArea .globalNav__nav .menu-item.last-item{
    background: #ff0a6d;
    border-radius: 30px;
}
header .headerArea .globalNav__nav .menu-item.last-item a{
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    padding: 0.5em 1.2em;
    display: flex;
    align-items: center;
    letter-spacing: .05em;
    position: relative;
    overflow: hidden;
}


/*-- main -*/
.kv{
    position: relative;
}
.kvImg img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.kvTxt{
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(0, -50%);
}
.kvTxt .kbTxt__txt--1 .kbTxt__txt-inner{
    background: #fff;
    padding: 0.5em 1.1em;
    font-weight: 600;
    font-family: ToppanBunkyu;
    font-size: 2.2em;
    letter-spacing: .1em;
    color: #0267b7;
    border-radius: 100px;
    margin-bottom: 1em;
    width: 502px;
}
.kvTxt .kbTxt__txt--1 .kbTxt__txt-inner--2{
    width: 350px;
}

.kvTxt .kbTxt__txt--2 {
    text-align: center;
}
.kvTxt .kbTxt__txt--2 .kbTxt__txt-inner{
    display: inline-block;
    font-weight: 600;
    font-family: ToppanBunkyu;
    font-size: 1.55em;
    letter-spacing: .1em;
    color: #fff;
}
.kvTxt .kbTxt__txt--2 .kbTxt__txt-inner span{
    font-size: 1.5em;
}
.kbTxt__txt--1{
    display: flex;
    flex-wrap: wrap;
    width: 50vw;
    justify-content: center;
}


.navigationColumn {
    position: relative;
}
.navigationColumn .navigationColumn__nav{
    width: 80vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
}
.navigationColumn .navigationColumn__nav a{
    width: calc(100%/4);
    text-align: center;
    font-family: 'ToppanBunkyu';
    box-shadow: 1px 1px 10px #0267b7;
    border-radius: 20px;
    padding: 1em 0;
    margin-right: 2em;
    max-width: 200px;
    background: #fff;
    color: #0267b7;
    transition: .5s;
}
.navigationColumn .navigationColumn__nav a:hover{
  transform: translateY(-10px);
}
.navigationColumn .navigationColumn__box:last-child{
    margin-right: 0em;
}
.navigationColumn .navigationColumn__box .navigationColumn__box--icon img{
   height: 100px;
   object-fit: contain;
}
.navigationColumn .navigationColumn__box .navigationColumn__box--icon.icon-case img{
   width: 55%;
}

.sectionTitle{
  text-align: center;
}
.sectionTitle.sectionTitle-1{
  margin-top: 250px;
}
.sectionTitle.sectionTitle-2,.sectionTitle.sectionTitle-3,.sectionTitle.sectionTitle-4,.sectionTitle.sectionTitle-5{
  margin-top: 80px;
}
.sectionTitle.sectionTitle-2.bg{
  background: #0068B7;
}

.sectionTitle h1{
  font-size: 3em;
  color: #0267b7;
  letter-spacing: .1em;
  font-family: 'ToppanBunkyu';
  line-height: 1.6;
}
.sectionTitle h2{
  font-family: 'ToppanBunkyu';
  font-size: 1.5em;
  margin-top: 1em;
  color:#333333;
  letter-spacing: .09em;
}
.sectionTitle.bg .sectionTitle__border{
    border-top: solid 4px #fff;
    width: 80px;
    margin: auto;
}


.sectionTitle__border{
    border-top: solid 4px #0166b7;
    width: 80px;
    margin: auto;
}
.sectionTitle_detail{
    font-size: .9em;
    letter-spacing: .08em;
    margin-top: 1em;
    line-height: 2;
}
.fisrtSection.bg {
	background: url("../../img/shibuya-jct/firstsection-bg.png");
	margin-top: 80px;
	color: #fff;
}

.fisrtSection .sectionTitle.first{
	padding-top: 2em;
	color: #fff;
}
.fisrtSection .sectionTitle.first h2{
	color: #fff;
}
.fisrtSection__box{
    display: flex;
    align-items: center;
    margin-top: 3em;
}
.fisrtSection__box--img{
    width: 53%;
}
.fisrtSection__box--img img{
    width: 100%;
}
.fisrtSection__box--number{
    width: calc(47% - 20%);
    margin-right: 20%;
    margin-left: 2%;
    text-align: right;
}
.fisrtSection__box--2 .fisrtSection__box--number {
    width: calc(47% - 20%);
    margin-left: 20%;
    margin-right: 2%;
    text-align: left;
}
.fisrtSection__box--number .numbersuggest{
    font-size: 1em;
    letter-spacing: .05em;
    font-weight: 600;
    color: #0267b7;
    font-family: 'ToppanBunkyu';
}
.fisrtSection__box--number .numbersuggest.new{
    font-size: 1em;
    letter-spacing: .05em;
    font-weight: 600;
    color: #fff;
    font-family: 'ToppanBunkyu';
}

.fisrtSection__box--inner{
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.fisrtSection__box--2 .fisrtSection__box--inner{
    display: flex;
    justify-content: flex-start;
}
.fisrtSection__box--number .numberPercent{
    font-size: 6em;
    letter-spacing: .02em;
    font-family: 'ToppanBunkyu';
    line-height: 1.2;
    margin-bottom: 0.2em;
}
.fisrtSection__box--2 .fisrtSection__box--number .numberPercent{
    margin-bottom: 0.1em;
}
.fisrtSection__box--2 .fisrtSection__box--number .quote{
    font-size: .8em;
    letter-spacing: .09em;
}
.fisrtSection__box--number .numberPercent span{
    font-size: .6em;
}
.secondSection.bg-color{
    background: #0068B7;
}
.secondSection.bg{
    background: #0068B7;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 100px;
}
.secondSection_interactive.bg{
    margin-top: 0em;
	
}
.secondSection_interactive.bg img{
    width: 80%;
	margin: auto;
	text-align: center;
}

.secondSection_interactive{
    margin-top: 2em;
}
.secondSection_interactive img{
    width: 100%;
}

.thirdSection{
  position: relative;
  overflow: hidden;
  padding-bottom: 3em;
}
.thirdSection .case_left{
  width: 40vw;
  position: absolute;
  top: 0;
  left: -20vw;
  z-index: 0;
}
.thirdSection .case_right{
  width: 40vw;
  position: absolute;
  bottom: 0;
  right: -20vw;
  z-index: 0
}

.case__box{
  display: flex;
  position: relative;
  z-index: 1;
  width: 100vw;
  overflow-x: scroll;
  margin: 0 0 0 auto;
}
.case__box .case__box--inner{
  background: #fff;
  border-radius: 30px;
  box-shadow: 1px 1px 10px #0267b7;
  margin-right: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  min-width: 300px;
}

.case__box .case__box--inner.bg .inner__up .title{
  background: #0067b7;
  color: #fff;
  font-family: Balboa;
  font-weight: bold;
  font-size: 2em;
  padding: 0.2em 0 0em 0;
  text-align: center;
  border-radius: 30px 30px 0 0;
}

.case__box .case__box--inner .inner__up{
  background: #0067b7;
  color: #fff;
  font-family: josefin-sans;
  font-weight: 600;
  padding: 0.8em 0;
  text-align: center;
  border-radius: 30px 30px 0 0;
	min-height: 160px;
}
.case__box .case__box--inner.bg .inner__up .inner__under{
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: .09em;
}
.case__box .case__box--inner.bg .inner__up .inner__under span{
  font-size: 1.2em;
}
.case__box .case__box--inner .inner__under{
  text-align: center;
  color: #0166b7;
  font-weight: 600;
  letter-spacing: .09em;
}
.case__box .case__box--inner .inner__under img{
    width: 100%;
    border-radius: 0px 0px 30px 30px;
}
.case__box .case__box--inner .inner__under span{
  font-size: 1.2em;
}
.case__box--inner:first-child{
    margin-left: 100px;
}
.case__box--inner:last-child{
    margin-right: 100px;
}

.strengths{
  margin-top: 3em;
}
.strengths__sec .sectionTitle h1 {
    color: #fff;
}
.strengths__sec .sectionTitle .sectionTitle__border {
    border-color: #fff;
}
.strengths__sec{
  width: 80vw;
  max-width: 1000px;
  margin: auto;
  background: #0166b7;
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 30px;
}
.strengths__box{
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
  flex-wrap: wrap;
}
.strengths__inner{
  width: calc(50% - 1em);
  margin-bottom: 1em;
}
.strengths__inner:nth-child(3){
  margin-bottom: 0;
}
.strengths__inner:nth-child(3) .strengths__text p {
    padding: 2em 2em 1em 2em;
  }
  .strengths__inner:nth-child(4){
    margin-bottom: 0;
  }
.strengths__inner:nth-child(4) .strengths__text p {
    padding: 2em 2em 1em 2em;
  }

.strengths__inner--box{
    background: #fff;
    border-radius: 30px;
    height: 200px;
    position: relative;
}
.strengths__inner--box img{
  position: absolute;
  width: 180px;
  z-index: 0;
  right: 5%;
  top: 5%;
}
.strengths__inner--title{
  position: relative;
  z-index: 1;
  padding: 1em 0 0 2em;
  font-weight: 600;
  font-size: 2em;
  color: #0166b7;
  text-transform: uppercase;
  font-family: balboa;
  letter-spacing: 5px;
}
.strengths__inner--txt{
    position: relative;
    z-index: 1;
    margin: auto;
    width: 350px;
}
.strengths__inner--txt p{
  font-size: 1.4em;
  font-family: 'ToppanBunkyu';
}
.strengths__text p{
  padding: 2em;
  text-align: justify;
  color: #fff;
  font-size: .8em;
}
.strengths__arrow{
  position: relative;
}
.strengths__arrow img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
}
.conflict{
  margin-top: 100px;
}
.conflict__sec .sectionTitle h1 {
    color: #fff;
}
.conflict__sec .sectionTitle .sectionTitle__border {
    border-color: #fff;
}
.conflict__sec{
  width: 80vw;
  max-width: 1000px;
  margin: auto;
  background: #0166b7;
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 30px;
	margin-top: 3em;
}

.seventhSection .conflict__sec p{
	text-align: center;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
	margin-top: 1em;
}
.seventhSection .conflict__sec .price_detail p{
	text-align: left;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
	font-size: 0.8em;
	padding-left: 1em;
}

.seventhSection .confilict__inner img{
	width: 100%;
}


.conflict_box{
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.confilict__inner{
  margin-top: 2em;
	display: flex;
    gap: 1em;
}
.confilict__inner img{
	height: 436px;
}

.confilict__inner01{
    width: 50%;
}
.confilict__inner02{
	overflow-x: scroll;
    width: 50%;
}

/***　おしゃれテーブル１　パステルカラー ***/

.osare-table {
 width:100%;
 border: none !important;
 border-collapse: separate;
 border-spacing: 7px 0px;
}

.osare-table th {
 border: none !important;
}

.osare-table tbody td {
   border: none !important;
  background-color:#FFF9FF !important;
  border-bottom: solid 2px #fff !important;
}

/* ヘッダー */
.osare-table thead th {
 font-weight: bold;
 border-radius: 10px 10px 0px 0px;
}

/* フッター（比較表と色つけたとき用） */
.osare-table tfoot td {
 border-radius: 0 0 10px 10px;
}


/* ボディ項目 */
.osare-table tbody th {
    padding: 1.5em 0;
   background: #f2f5fc;
   font-weight: bold;
   border-bottom: solid 2px #f9f9f9 !important;
   line-height: 1.6;
   font-size: 1.1em;
   vertical-align: middle;
}

/* フッター項目 */
.osare-table tfoot th {
 background:none;
 line-height:3em;
 font-weight: bold;
}



/* ボディデータ */
.osare-table tbody td {
  text-align: center;
   font-size: .9em;
   font-weight: 600;
   line-height: 1;
   color: #6a6a6a;
   width: 160px;
   vertical-align: middle;
}
.osare-table tbody td:nth-child(2) {
  font-size: 1.2em;
  width: 240px;
  color: #333;
  font-family: sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.osare-table tbody td span{
  font-size: .6em;
}

/* ヘッダー行　１列ごとの色変え */
.osare-table thead th:nth-child(1)  {
 background:#fff;
}

.osare-table thead th:nth-child(2)  {
  background: #ff096c;
  color: #fff;
  padding: 0;
  font-size: 1.5em;
  padding: 0.5em 0;
}
.osare-table thead th:nth-child(3)  {
 background: #ddd;
}
.osare-table thead th:nth-child(4)  {
 background: #ddd;
}
.osare-table thead th:nth-child(5)  {
 background: #ddd;
}

/* 最終行のボーダーをなくす */
.osare-table tbody tr:last-child th,
.osare-table tbody tr:last-child td {
 border-bottom:none !important;
}
.osare-table tbody tr:last-child td {
 font-size: .8em;
}
.osare-table tbody tr:last-child td:nth-child(2) {
  font-size: 1em;
}

/* スマホ調整 */
@media (max-width: 767px) {
  .osare-table thead th,
  .osare-table tbody th {
      padding:0;
  }
  .osare-table tfoot td {
  padding:0;
  font-size:0.9em;
  }
.osare-table tfoot td:nth-child(2) {
   font-size:1em;
  }

}

/*（共通）　項目の多いテーブルの幅を調整*/
@media (max-width: 767px) {
 .col6t th,
 .col6t td{
 font-size:0.4em;
 padding: 10px 0px;
 }
 .col5t th,
 .col5t td{
 font-size:0.5em;
 padding: 10px 0px;
 }
 .col4t th,
 .col4t td{
 font-size:0.7em;
 padding: 10px 5px;
 }
 .col3t th,
 .col3t td{
 font-size:0.8em;
 padding: 10px 10px;
 }
}

.contact__bunner{
  background: url(https://waocon.com/wp-content/themes/waocon/assets/img/shibuya-jct/contact_bunner.webp);
}
.contact__bunner--box{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em 0 1em 0;
  font-size: 1.2em;
  color: #fff;
  letter-spacing: 2px;
  font-family: 'ToppanBunkyu';
}
.contact__bunner--button{
  text-align: center;
  padding-bottom: 3em;
}
.contact__button{
    background: #ff096c;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 1.1em;
    font-family: 'ToppanBunkyu';
    letter-spacing: 1px;
    padding: 1em 0;
    width: 500px;
    align-items: center;
    border-radius: 100px;
    margin: auto;
    overflow: hidden;
    transition: .3s;
}
.contact__button:hover{
    color: #ffffff;
    text-decoration: none;
    background: #dd0059;
}
.contact__button .muryo{
  letter-spacing: 5px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 1em;
}
.contact__button .shiryo{
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
}
.contact__button .right-arrow{
  width: 15px;
  height: 15px;
  margin-left: 1em;
}

.sixthSection{
  position: relative;
  padding-top: 5em;
  background: #F4F4F4;
}
.scheduleSec{
  width: 80%;
  margin: 2em auto;
}
.scheduleSec__right{
  margin: 0 0 2em auto;
  width: 50%;
  display: flex;
  align-items: center;
}
.scheduleSec__Left{
  margin: 0 0 2em auto;
  width: 90%;
  display: flex;
  align-items: center;
	gap: 17em;
}
.scheduleSec__right img.scheduleArrow{
  margin-right: 2em;
  width: 50px;
  height: 100px;
}
.scheduleSec .enTitle{
    font-family: 'ToppanBunkyu';
    letter-spacing: 1px;
    color: #2367b7;
}
.scheduleSec .numberTitle{
  font-size: 2em;
}
.scheduleSec .numberTitle p{
  font-family: 'ToppanBunkyu';
  letter-spacing: .05em;
}
.scheduleSec .numberTitle p span{
  font-family: 'ToppanBunkyu';
  font-weight: 600;
  color: #2366b7;
  margin-right: 10px;
}
.scheduleBox{
  position: relative;
  width: 100%;
  margin: auto;
  display: flex;
  padding-bottom: 3em;
  font-family: sans-serif;
}
.box__Blue--left{
  position: absolute;
  left: 0;
  background: #0068B7;
  height: 100%;
  width: 30%;
  z-index: 0;
  border-radius: 0 3em 3em 0;
}
.box__Blue--right{
  position: absolute;
  right: 0;
  background: #0068B7;
  height: 100%;
  width: 30%;
  z-index: 0;
  border-radius: 3em 0 0 3em;
}
.scheduleBox__leftTxt .left__inner{
  width: 40vw;
  margin: 3em 0 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  border-radius: 0 3em 3em 0;
  align-items: center;
}
.scheduleBox__rightTxt .left__inner{
  width: 40vw;
  margin-top: 3em;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  border-radius: 3em 0 0 3em;
  align-items: center;
}
.scheduleBox__leftTxt .left__inner .left__inner--box{
    width: 80%;
    padding: 2em 0;
}
.scheduleBox__rightTxt .left__inner .left__inner--box{
    width: 80%;
    padding: 2em 0;
}
.right__inner{
    width: 50%;
}
.right__inner img{
    width: 100%;
    margin-left: -2em;
    border-radius: 3em 0 0 3em;
    box-shadow: 7px 7px 8px #c4d3e4;
    height: 350px;
    object-fit: cover;
	object-position: top;
}
.scheduleBox__rightTxt .right__inner img{
    width: 100%;
    margin-left: 2em;
    border-radius: 0 3em 3em 0;
    box-shadow: -7px 7px 8px #c4d3e4;
    height: 350px;
    object-fit: cover;
}
.schedule__inner--img{
    width: calc(40vw + 2em);
    position: relative;
    z-index: 2;
    margin-bottom: 2em;
}
.scheduleBox__rightTxt .schedule__inner--img{
    width: calc(40vw + 2em);
    position: relative;
    z-index: 2;
    margin: 0 0 2em auto;
}
.schedule__inner--title{
    font-weight: 600;
    font-family: 'ToppanBunkyu';
    font-size: 1.8em;
    letter-spacing: .05em;
}
.schedule__inner--txt{
      text-align: justify;
      font-size: .9em;
      letter-spacing: .005em;
      font-family: sans-serif;
}
.seventhSection{
    margin: 3em 0;
	margin-top: 9em;
}
.priceBox{
    width: 80vw;
    margin: 3em auto;
    border-radius: 3em;
    box-shadow: 1px 1px 10px #ddd;
    text-align: center;
    padding: 2em 0;
    position: relative;
}
.priceBox .pricePoint{
  position: absolute;
    top: -20%;
    left: 5%;
}
.priceBox__inner--1{
  font-size: 1.4em;
}
.priceBox__inner--2{
  font-size: 2.4em;
  line-height: 2;
  margin-top: 0.5em;
}
.priceBox__inner{
  line-height: 3;
  font-family: 'ToppanBunkyu';
  letter-spacing: .1em;
}
.priceBox__inner img{
  width: 90%;
  max-width: 350px;
}
.msg{
  text-align: center;
  margin-bottom: 2em;
}
.msg p{
  font-size: 1.5em;
  letter-spacing: 0.05em;
  color: #0166b7;
  font-family: 'ToppanBunkyu';
  margin-top: 1em;
}
.eighthsection {
	background: #0068B7;
    margin-top: 5em;
}

.eighthsection .sectionTitle h1 {
	color: #fff;
	padding-top: 2em;
}

.eighthsection .sectionTitle__border{
	border-top: solid 4px #fff;
    width: 80px;
    margin: auto;
}

.eighthsection .sectionTitle h2 {
	color: #fff;
}

.case-inner-box{
	border-radius: 30px;
    background: #fff;
    margin: auto;
    margin-top: 2em;
    padding: 2em;
    max-width: 70%;
}

.case-inner-box img{
	width: 80%;
}

.case-inner-box p.ttl{
	font-size: 1.6em;
    color: #0068B7;
    font-family: 'ToppanBunkyu';
}
.case-inner-box p{
    font-family: 'ToppanBunkyu';
	font-weight: 400;
	margin-bottom: 1em;
}
.case-inner-box-sub-inner p.ttl{
	font-size: 1.2em;
    color: #0068B7;
    font-family: 'ToppanBunkyu';
}
.case-inner-box-sub-inner p{
    font-family: 'ToppanBunkyu';
	font-weight: 400;
	font-size: 0.9em;
	margin-bottom: 1em;
}

.casebtn{
    background: #0068B7;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 1.1em;
    font-family: 'ToppanBunkyu';
    letter-spacing: 1px;
    padding: 1em 0;
    width: 300px;
    align-items: center;
    border-radius: 100px;
    margin: auto;
    overflow: hidden;
    transition: .3s;
}
.case-inner-box-sub {
	display: flex;
    justify-content: center;
    margin-top: 4em;
    gap: 2em;
}

.case-inner-box-sub-inner{
	background: #fff;
    border-radius: 30px;
    padding: 2em;
    margin-bottom: 4em;
	max-width: 33%;
}
.case-inner-box-sub-inner img{
	width: 100%;
}
a.casebtn:hover {
    color: #fff;
    text-decoration: none;
}
.seventhSection .sectionTitle-column{
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 2em;
}
.seventhSection .sectionTitle img{
  width: 60px;
  height: 60px;
  margin-right: 1em;
}
.seventhSection .sectionTitle .price_detail{
  color: #fff;
  text-align: left;
  margin-left: 2em;
  font-size: .8em;
}
.seventhSection .osare-table {
    border-collapse: collapse;
    table-layout: fixed;
}
.seventhSection .osare-table tbody th{
    vertical-align: middle;
    border-bottom: unset !important;
}
.seventhSection .osare-table tbody td{
  vertical-align: middle;
  font-size: 1.2em;
  color: #000;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
.seventhSection .osare-table tbody tr:last-child td {
    font-size: 1.2em;
}
.seventhSection .osare-table thead th {
    border-radius: 0px 0px 0px 0px;
}
.seventhSection .osare-table tbody tr{
  height: 65px;
}
.seventhSection .osare-table tbody td.month {
    background-color: #fee8fe !important;
}
.seventhSection .osare-table thead th:nth-child(2) {
    background: #fff9ff;
    color: #000;
}
.seventhSection .osare-table thead th:nth-child(1) {
    background: #f5096d;
    color: #fff;
    font-weight: 600;
    letter-spacing: .05em;
    font-size: 1.2em;
}
.seventhSection .osare-table thead tr.firstColumn{
    border-bottom: 3px solid #fff;
}
.screen-reader-response{
    color: #ff096c;
    font-size: .8em;
}
.wpcf7-not-valid-tip{
    color: #ff096c;
    font-size: .8em;
}
.contact__sec{
    margin-bottom: 3em;
}
.contact__sec .contactBox {
    width: 80vw;
    max-width: 600px;
    margin: 2em auto;
}
.contact__sec.contact__sec--thanks .contactBox {
    margin: 5em auto;
}

.contact__sec.contact__sec--thanks .contactBox .sectionTitle_detail {
    text-align: justify;
    margin-top: 2em;
}

.con__box{
  margin-bottom: .8em;
}

.contact__sec .contactBox input[type="text"],.contact__sec .contactBox input[type="email"],.contact__sec .contactBox input[type="tel"]{
    width: 100%;
    border: solid 1px #ddd;
    padding: 0.5em 1em;
    border-radius: 50px;
    margin-top: 0.2em;
    font-size: 16px;
}
.submit-area{
  text-align: center;
}
.submit-area input{
    background: #0166b7;
    padding: 1.5em 4em;
    letter-spacing: .2em;
    border: solid 0px;
    border-radius: 10em;
    margin-top: 1.5em;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    box-shadow: 3px 3px 9px #c8c8c8;
    transition: .3s;
}
.acce-area{
  margin-top: 2em;
  font-size: .8em;
}
.wpcf7-checkbox{
    display: flex;
}
.wpcf7-list-item {
    margin-right: .8em;
}
.wpcf7-list-item label{
    display: flex;
    align-items: center;
    justify-content: center;
}
.submit-area input:hover{
    background: #44acff;
}
.wpcf7-list-item-label{
  cursor: pointer;
}

.contact__sec .contactBox .con-t{
    font-size: .9em;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.contact__sec .contactBox .con-t span{
    font-size: .6em;
    margin-left: 0.5em;
    color: #0166b7;
}

.company__sec{
    margin: 3em 0 4em;
}
.company__sec .companyBox{
  width: 80vw;
  max-width: 800px;
  margin: 2em auto 0;
}
.company__sec .companyBox .companyBox__inner{
    display: flex;
    margin-bottom: 1.5em;
    justify-content: space-between;
}
.company__sec .companyBox .companyBox__inner .companyBox__inner--left{
  width: 200px;
    background: #fff;
    box-shadow: 1px 1px 8px #ddd;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    font-size: 1.2em;
    color: #2367b7;
    letter-spacing: .05em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}
.company__sec .companyBox .companyBox__inner .companyBox__inner--right{
  width: calc(100% - 200px - 2em);
    margin-left: 2em;
    box-shadow: 1px 1px 8px #ddd;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0.5em 2em;
    font-size: 1.2em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: #fff;
    background: #2367b7;
    letter-spacing: .09em;
}
.company__sec .companyBox .companyBox__inner .companyBox__inner--right a{
  color: #fff;
}


footer{
  background: #2367b7;
  text-align: center;
  padding: 2em 0 3em;
}
.footer__logo{
  width: 300px;
  margin: 1em auto 2em;
}
.footer__logo img{
  width: 100%;
}
.footer__address{
    font-size: .8em;
    color: #fff;
    letter-spacing: .05em;
    font-weight: 600;
    margin-bottom: 2em;
}
.footer__copy{
  font-size: .7em;
  color: #fff;
  letter-spacing: .05em;
}
.copy{
    position: fixed;
    transform: translate(0, -50%);
    left: .5%;
    top: 50%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 100vh;
    text-align: center;
    color: #fff;
    font-size: .6em;
    font-family: DIN Alternate;
    letter-spacing: .09em;
}
