/*
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 576px) {
}

----------------------------------------------------------- */
html {
  font-style: normal;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  line-height: 1.5;
}

.yokosoroe {
    font-size: 13px;
    color: #707070;
    padding-left: 162px;
}

body {
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
  font-weight: 600;
  color: #222222;
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color:#444444;
}

html{
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

*, *:after,*:before{
    box-sizing: inherit;
}

p {
  font-size: 16px;
}

h2 {
  font-size: 24px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  color: #006496;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding-inline-start: 0!important;
  margin-block-start: 0!important;
  margin-block-end: 0!important;
}

a {
  text-decoration:none!important;
  color: #444444;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media (min-width: 992px) {
.pc_none2 {
  display: none!important;
  }
}

@media (max-width: 991px) {
.sm_none2 {
  display: none!important;
  }
}

@media (min-width: 992px) {
.pc_none {
  display: none!important;
  }
}

@media (max-width: 991px) {
.sm_none {
  display: none!important;
  }

p.nayami {
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 50px;
}
}

main {
  overflow: hidden;
}

/*
ヘッダー
----------------------------------------------------------- */
header {
  width: 100%;
  height: 80px;
  background: none;
  position: fixed;
  top: 0;
  z-index: 999999;
  padding: 15px 100px 0 100px;
}

header img {
  width: 140px;
}

header ul {
}

header ul li {
  display: inline-block;
  vertical-align: middle;
}

header {
	width: 100%;
	text-align: right;
  padding: 0 10%;
}

.header.change-color {
    background-color: #fff;
    transition: background-color 0.5s;
}

.logo img{
	position: absolute;
	top: calc(50% - 15px);
	left: 10%;
}

@media (max-width: 991px) {
  header {
    height: 50px;
    position: absolute;
  }
  .header {
      background-color: #fff;
  }
  .logo img{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  header img {
    width: 80px;
  }

  .margin-top {
  margin-top: 50px;
  }
}

ul.btn01 {
  padding-top: 5px;
}

.btn01 li {
	display: inline-block;
  font-family: 'Noto Sans', sans-serif!important;
}

.btn01 li img {
  width: 33px;
  padding-left: 10px;
  margin-top: -3px;
}

.siryo {
  background: #4BAAEB;
  padding: 10px 20px;
  color:#fff;
  border-radius: 25px;
}

.donyu {
  background: #FF5086;
  padding: 10px 20px;
  color:#fff;
  border-radius: 25px;
}

li.first {
  margin-right: 10px;
  margin-top: 10px;
}

.siryo:hover,.donyu:hover {
  color: #fff!important;
}

.last p {
  color: #006496;
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif!important;
  line-height: 1.2;
  margin-top: 18px;
  text-align:
}

.last p span {
  color: #006496;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif!important;
}

span.tel_teatro {
  display: block;
  text-align: left;
}

.last {
  text-align: center!important;
}

@media (max-width: 991px) {
.sm_none {
  display: none!important;
  }
}

/*ナビメニューのスタイルを指定*/
nav.NavMenu{
  position: fixed; /*表示位置を固定*/
  z-index: 10;
  top: 0;
  left: 0;
  color: #000;
  text-align: center;
  width: 100%;
  height: 100%;
  transform: translateY(-100%); /*ナビを上に隠す*/
  transition: all 0.6s; /*アニメーションの時間を指定*/
  }

  nav.NavMenu ul{
  background: rgba(84, 85, 86, 0.7);
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  }

  @media (max-width: 991px) {

    nav.NavMenu ul{
    display: grid;
    place-items: center;
    }

  }

  nav.NavMenu ul li{
  font-size: 24px;
  list-style-type: none;
  width: 100%;
  padding-bottom: 0px;
  }

  nav.NavMenu ul li:last-child{
  padding-bottom: 0;
  }

  nav.NavMenu ul li a{
  display: block;
  color: #fff;
  padding: 10px 0;
  font-family: 'Noto Sans', sans-serif;
  }

  /*トグルボタンが押されたときに付与するクラス*/
  nav.NavMenu.active{
  transform: translateY(0%);
  }

    /*トグルボタンのスタイルを指定*/
  .Toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 51px;
  height: 51px;
  cursor: pointer;
  z-index: 13;
  background-color: #444444;
  border-radius: 50%;
  }

  .Toggle span {
  display: block;
  position: absolute;
  width: 29px;
  border-bottom: solid 2px #fff;
  -webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
  -moz-transition: .35s ease-in-out;    /*変化の速度を指定*/
  transition: .35s ease-in-out;     /*変化の速度を指定*/
  left: 11px;
  }

  .Toggle span:nth-child(1) {
    top: 16px;
  }

  .Toggle span:nth-child(2) {
    top: 25px;
  }

  .Toggle span:nth-child(3) {
    top: 34px;
  }

  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
    top: 24px;
    left: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 2px #fff;
  }

  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 2px #fff;
  }


#movieArea {
      position: relative;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      margin: 0 auto;
      height: auto;
      pointer-events: none!important;
}

.fv_ue {
  width: 100%;
  position: absolute;
  bottom:0;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.slick-slider {
  pointer-events: none!important;
}

#movieArea video {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}


.slick-slider {
  z-index: 999;
}

/*
TOPメインコンテンツ
----------------------------------------------------------- */

.main-first {
  position: relative;
  margin-top: 80px;
}

  @media (max-width: 991px) {
    .main-first {
      background: #AFE6FA;
      margin-top: 0;
    }
  }

.prev {
  position: absolute;
  bottom: 0;
  z-index: 2;
  font-family: 'Noto Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  height: 60px;
}

.prev span {
  line-height: 60px;
  right:0;
}

.next {
  position: absolute;
  bottom: 0;
  z-index: 2;
  font-family: 'Noto Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  height: 60px;
}

.next span {
  line-height: 60px;
}

.controls-ol {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}

.controls-in {
  height: 60px;
  line-height: 60px;
  background: #f3f3f3;
}

.scroll-to-down {
  opacity: 0.6;
  font-size: 1.2rem;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.section-2 h3 {
  font-size: 24px;
}

/*
ブランドリンク
----------------------------------------------------------- */
.main-second {
  padding: 60px 0 80px;
  background: #AFE6FA;
}

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

.main-second h2 {
  font-size: 28px;
  color: #006496;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans', sans-serif;
}

.main-second h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 7px; /*下線の上下位置調整*/
  display: inline-block;
  width: 100%; /*下線の幅*/
  height: 10px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #F0FCFF; /*下線の色*/
  border-radius: 10px;
  z-index: -1;
}

.main-second h2 span {
  font-size: 48px;
}

@media (max-width: 991px) {

  .main-second {
    padding: 0px 0 0px;
    background: #AFE6FA;
  }

  .main-second h2 {
    font-size: 18px;
    }

  .main-second h2 span {
    font-size: 24px;
  }

  .main-second h2:after {
    height: 5px;
    bottom: 5px;
  }
}

.onayami-tan img {
  width: 100%;
  padding: 5% 10%;
}

.onayami h3 {
  font-size: 18px;
  color: #444444;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Noto Sans', sans-serif;
}

.onayami h3 span {
  font-size: 14px;
}

img.arrow {
  width: 100px;
  height: auto;
}

.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #006496;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

.brand-link p {
  font-size: 16px;
}

.brand-txt {
  padding: 40px;
}

.buttons {
  display: block;
  width: 120px;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.buttons span {
  display: block;
}

.buttons .txt {
  font-weight: 400;
  opacity: 0.5;
  letter-spacing: 0.05em;
  position:relative;
}

.buttons .txt::after {
  content:"";
  display:block;
  width:140px;
  height:3px;
  background-color:#444444;
  position:absolute;
  bottom:0;
  left:5px;
}

/*
問い合わせ
----------------------------------------------------------- */
.contact-area {
  background-image: url(../img/aube_haikei.png);
  padding: 40px 20px;
  position: relative;
  background-repeat:  no-repeat;
  background-position:center center;
  background-size:cover;
}

.contact-btn {
  padding: 20px;
}

@media (max-width: 991px) {
.contact-area {
  padding: 0;
}
}

.btn1 {
  display: block;
  padding: 10px 25px 10px 0px;
  background: #4BAAEB;
  border-radius: 50px;
  color: #fff;
  width: 75%;
  font-size: 24px;
  font-weight: 700;
  box-shadow:  1px 1px 2px gray;
  font-family: 'Noto Sans', sans-serif!important;
  line-height: 1.2;
}

.btn2 {
  display: block;
  padding: 10px 25px 10px 0px;
  background: #FF5086;
  border-radius: 50px;
  color: #fff;
  width: 75%;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 1px 1px 2px gray;
  font-family: 'Noto Sans', sans-serif!important;
  line-height: 1.2;
}

.btn1 img,.btn2 img {
  width: 42px;
  padding-left: 20px;
  margin-top: -4px;
}

@media (max-width: 1199px) {
  .btn1 {
    width: 90%;
    font-size: 22px;
    padding: 10px 40px 10px 10px;
  }

  .btn2 {
    width: 90%;
    font-size: 22px;
    padding: 10px 40px 10px 10px;
  }
}

.btn1:hover,.btn2:hover {
  color: #fff!important;
}

.btn1-sp {
  display: block;
  padding: 10px;
  background: #4BAAEB;
  color: #fff;
  width: 100%;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  box-shadow:  1px 1px 2px gray;
  font-family: 'Noto Sans', sans-serif!important;
}

.btn2-sp {
  display: block;
  padding: 10px;
  background: #FF5086;
  color: #fff;
  width: 100%;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 1px 1px 2px gray;
  font-family: 'Noto Sans', sans-serif!important;
}

.btn1-sp img,.btn2-sp img {
  width: 32px;
  padding-left: 10px;
  margin-top: -2px;
}

.btn1-sp:hover,.btn2-sp:hover {
  color: #fff!important;
  opacity: inherit;
}

/*
ニュース
----------------------------------------------------------- */
.main-third {
  padding: 0 0 80px;
  background: #DCFAFF;
}

@media screen and (max-width: 991px) {
  .main-third {
    margin-top: 40px;
    padding: 0 0 40px;
    background: #DCFAFF;
  }
}

.main-third h2 {
  font-size: 32px;
  color: #006496;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  font-family: 'Noto Sans', sans-serif;
}

.main-third h2 span {
  font-size: 16px;
}

.main-third h3 {
  color: #006496;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
  font-weight: bold;
}

.head-box {
  padding: 10px 0;
  background: #fff;
  border: 1px solid #006496;
  box-shadow: 6px 6px #006496;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .main-third h2 {
    font-size: 22px;
  }

  .main-third h2 span {
    font-size: 12px;
  }

  .head-box {
    margin-bottom: 20px;
  }

  .main-third h3 {
    font-size: 18px;
    text-align: center;
  }
}

ul.flow li img {
  height: auto;
  width: auto;
}

@media (max-width: 1199px) {
  ul.flow li img {
    height: 100px;
    width: auto;
  }
}

ul.flow li {
  display: inline-block;
  width: 14.3%;
}

ul.flow li:nth-child(even){
  display: inline-block;
  width: 6%;
}

ul.flow2 li {
  display: inline-block;
  width: 14.3%;
  vertical-align: top;
}

ul.flow2 li:nth-child(even){
  display: inline-block;
  width: 6%;
  vertical-align: top;
}

ul.flow2 li {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  white-space: nowrap;
}

li.arrow01 img {
  width: 12px!important;
  height: auto!important;
}

ul.flow {
  font-size: 14px;
  color: #444444;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
}

h4.pure-font {
  color: #006496;
  font-size: 80px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
}

p.pure-txt {
  color: #444444;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
  font-size: 34px;
  font-weight: bold;
}

p.pure-txt2 {
  color: #444444;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 991px) {
  h4.pure-font {
    font-size: 48px;
    text-align: center;
  }

  p.pure-txt {
    font-size: 18px;
  }

  p.pure-txt2 {
    font-size: 13px;
  }
}

.news-area {
  margin-bottom: 40px;
}

.news-area img {
  margin-bottom: 10px;
}

.news-area h2 {
  font-size: 18px;
  margin-bottom: 0;
}

.news-area span {
  margin-top: 10px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
}

/*
OTHER
----------------------------------------------------------- */
.main-four {
  background: #FAFAFA;
  padding: 0 0 80px;
}

@media (max-width: 991px) {
  .main-four {
    background: #FAFAFA;
    padding: 0 0 40px;
  }
}

.main-four h2 {
  font-size: 32px;
  color: #006496;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  font-family: 'Noto Sans', sans-serif;
}

.main-four h2 span {
  font-size: 16px;
}

@media (max-width: 991px) {
  .main-four h2 {
    font-size: 22px;
  }

  .main-four h2 span {
    font-size: 12px;
  }
}

.safe {
  margin-top: 120px;
}

.safe h2 {
  color: #006496;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
  font-size: 24px;
}

.safe h2 span{
  color: #006496;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
  font-size: 16px;
}

.safe h3{
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
  font-size: 14px;
  color: #444444;
  font-weight: bold;
  padding-top: 6px;
  margin-bottom: 20px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .safe {
    margin-top: 40px;
  }

  .safe h2 {
    color: #006496;
    font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
    font-size: 22px;
  }

  .safe h2 span{
    color: #006496;
    font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
    font-size: 14px;
  }

  .safe h3{
    font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
    font-size: 12px;
    color: #444444;
    font-weight: bold;
    padding-top: 6px;
    margin-bottom: 30px;
  }
}

.nail-link {
  background: #FCEDE0;
  margin-bottom: 40px;
}

.nail-link a.buttons{
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #222;
  width: 120px;
  line-height: 60px;
  height: 60px;
  padding-left: 20px;
}

.nail-link a.buttons::after {
  content:"";
  display:block;
  width:140px;
  height:3px;
  background-color:#444444;
  position:absolute;
  bottom:0;
  left:5px;
}

@media (max-width: 991px) {
  .nail-link {
    margin-bottom: 0px;
  }
}

.nail-txt {
  padding: 40px 30px;
}

.nail-txt h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.nail-txt p {
  font-size: 16px;
}

/*
5th
----------------------------------------------------------- */
.main-five {
  background: #DCFAFF;
  padding: 0 0 80px;
}

.main-five h2 {
  font-size: 32px;
  color: #006496;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  font-family: 'Noto Sans', sans-serif;
}

.main-five h2 span {
  font-size: 16px;
}

.main-five h3 {
  color: #006496;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .main-five h2 {
    font-size: 22px;
  }

  .main-five h2 span {
    font-size: 12px;
  }

  .main-five h3 {
    font-size: 18px;
    text-align: center;
  }
}

.voice {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.voice h2 {
  color: #006496;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
  font-size: 24px;
  text-align: left;
}

.voice h2 span{
  color: #006496;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
  font-size: 16px;
}

.voice h3{
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
  font-size: 16px;
  color: #006496;
  font-weight: bold;
  padding-top: 6px;
  margin-bottom: 20px;
}

.voice p {
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  color: #444444;
}

@media (max-width: 991px) {
  .voice {
    padding-left: 0px;
  }

  .voice h2 {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
  }

  .voice h3{
    font-size: 16px;
    text-align: center;
  }

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

}

.cp_qa {
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	color: #006496;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  font-size: 20px;
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1.2em 2.4em 1.2em 1.8em;
	cursor: pointer;
	text-indent: 1em;
	background: #DCFAFF;
  border-bottom: 1px #888888 solid;
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	opacity: .6;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 40px;
	font-weight: 900;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '＋';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content p {
  padding: 1.2em 2.4em 1.2em 1.8em;
  font-size: 20px;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
  color: #222;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	opacity: .6;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@media (max-width: 991px) {
  .cp_qa .cp_actab label {
    font-size: 13px;
  	padding: 20px 5px;
  }

  .cp_qa .cp_actab label::after {
  	font-size: 18px;
    width: auto;
    height: auto;
    top: 12px;
  }

  .cp_qa .cp_actab .cp_actab-content {
  	padding: 0 0 0 1.5em;
  }

  .cp_qa .cp_actab .cp_actab-content p {
    padding: 10px;
    font-size: 13px;
  }
}

label.label-1 {
  border-top: 1px #888888 solid;
}

/*
6th
----------------------------------------------------------- */
.main-six {
  background: #FFF;
  padding: 80px 0 80px;
}

.main-six h2 {
  font-size: 32px;
  color: #006496;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  font-family: 'Noto Sans', sans-serif;
}

.main-six h2 span {
  font-size: 16px;
}

.main-six h3 {
  color: #006496;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .main-six h3 {
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .main-six {
    padding: 0 0 40px;
  }

  .main-six h2 {
    font-size: 22px;
  }

  .main-six h2 span {
    font-size: 12px;
  }

  .main-six h3 {
    font-size: 18px;
    text-align: center;
  }
}

/*
7th
----------------------------------------------------------- */
.main-seven {
  background: #FAFAFA;
  padding: 0 0 80px;
}

.main-seven h2 {
  font-size: 32px;
  color: #006496;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  font-family: 'Noto Sans', sans-serif;
}

.main-seven h2 span {
  font-size: 16px;
}

.main-seven h3 {
  color: #006496;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .main-seven {
    padding: 0 0 40px;
  }

  .main-seven h2 {
    font-size: 22px;
  }

  .main-seven h2 span {
    font-size: 12px;
  }

  .main-seven h3 {
    font-size: 18px;
    text-align: center;
  }
}

.hikaku h2 {
  font-size: 28px;
  color: #006496;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
}

.hikaku h3 {
  margin-top: 10px;
  color: #006496;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .hikaku h2 {
    font-size: 18px;
    margin-top: 10px;
  }

  .hikaku h3 {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.4;
  }
}

table.tbl {
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}

table.tbl th {
  background: #AAAAAA;
  border: solid 1px #444444;
  color: #fff;
  padding: 10px;
  width: 18%;
}

table.tbl th:first-child {
  width: 16%;
}

table.tbl th:nth-child(2) {
    width: 24%;
}

table.tbl th:nth-child(3) {
    width: 24%;
}

th.no2 {
  background: #3C8551!important;
  border: solid 3px #3C8551!important;
}

td.no02 {
  background: #E9F7EA!important;
  border-left: solid 3px #3C8551!important;
  border-right: solid 3px #3C8551!important;
}

th.aube {
    background: #006496!important;
    border: solid 3px #006496!important;
}

td.aube {
    background: #eaf3f8!important;
    border-left: solid 3px #006496!important;
    border-right: solid 3px #006496!important;
}

th.white {
  background: #fff!important;
}

table.tbl td {
  border: solid 1px #444444;
  padding: 8px;
  font-size: 14px;
}

table.tbl tbody {
  background: #fff;
}

tbody img {
  width: auto;
  height: 300px;
  padding: 15px 0;
}

th.table-ttl {
  font-size: 18px;
}

td.btm02 {
  border-bottom: solid 3px #3C8551!important;
}

.suido {
  font-size: 18px;
    color: #006496!important;
}

td.table-ft01 {
  font-size: 18px;
  color: #444444;
  font-weight: bold;
}

td.table-red {
  font-weight: bold;
  color: #B00945;
}

span.kakko {
  font-size: 12px;
}

span.maru {
  font-size: 26px;
}
.gray {
  background: #F0F0F0;
}

@media screen and (max-width: 991px) {
  table.tbl-sp {
    font-family: 'Noto Sans', sans-serif;
    width: 95%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 10px;
    background: #fff;
    height: 100%;
  }

  table.tbl-sp img {
    width: auto;
    height: 80px;
    padding: 0;
  }

  table.tbl-sp th, table.tbl-sp td {
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #ccc;
    text-align: center;
  }

  table.tbl-sp {
  	display: block;
  	position: relative;
  }
  table.tbl-sp thead {
  	display: block;
  	float: left;
  }
  table.tbl-sp tbody {
  	display: block;
  	position: relative;
  	width: auto;
  	overflow-x: auto;
  	white-space: nowrap;
  }
  table.tbl-sp thead th {
  	display: block;
    height: 112px;
}
  table.tbl-sp tbody td {
  	display: block;
  }
  table.tbl-sp tbody tr {
  	display: inline-block;
  }
  table.tbl-sp thead th:not(:last-child) {
  	border-bottom: none;
  }
  table.tbl-sp tbody td:not(:last-child) {
  	border-bottom: none;
  }
  table.tbl-sp tbody td {
  	border-left: none;
    height: 112px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
  }
  th.first-th {
    height: 25px!important;
  }
  td.first-td {
    height: 25px!important;
  }
  .first-td div {
    vertical-align: middle;
  }
  th.no03 {
    background: #E9F7EA!important;
    border-top: solid 3px #3C8551!important;
    border-bottom: solid 2px #3C8551!important;
    border-left: solid 3px #3C8551!important;
  }
  td.no03 {
    background: #E9F7EA!important;
    border-top: solid 3px #3C8551!important;
    border-bottom: solid 2px #3C8551!important;
  }
  td.no04 {
    border-right: solid 3px #3C8551!important;
  }

  th.aube_01 {
    background: #eaf3f8!important;
    border-top: solid 2px #006496!important;
    border-bottom: solid 3px #006496!important;
    border-left: solid 3px #006496!important;
  }
  td.aube_01 {
    background: #eaf3f8!important;
    border-top: solid 2px #006496!important;
    border-bottom: solid 3px #006496!important;
  }

  .second-td02 {
      padding-top: 20px!important;
      font-size: 12px!important;
      display: block!important;
  }

  .second-td03 {
      padding-top: 38px!important;
  }

  .suido {
    font-size: 16px;
      color: #006496!important;
  }
}

/*
8th
----------------------------------------------------------- */
.main-eight {
  background: #fff;
  padding: 0 0 80px;
}

.main-eight h2 {
  font-size: 32px;
  color: #006496;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  font-family: 'Noto Sans', sans-serif;
}

.main-eight h2 span {
  font-size: 16px;
}

.main-eight h3 {
  color: #006496;
  margin-bottom: 40px;
}


@media (max-width: 991px) {
  .main-eight {
    padding: 40px 0 40px;
  }

  .main-eight h2 {
    font-size: 22px;
  }

  .main-eight h2 span {
    font-size: 12px;
  }

  .main-eight h3 {
    font-size: 18px;
    text-align: center;
  }
}

.gray-area {
  padding: 20px;
  background: #FAFAFA;
}

.service-area h3 {
  color: #006496;
  font-weight: bold;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif;
  font-size: 28px;
  height: 70px!important;
}

.service-area p {
  color: #444444;
  font-weight: bold;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
  font-size: 16px;
  text-align: left;
  padding: 0 10%;
}

.service-area img {
  padding: 10%;
}

.sp-service {
  align-items:center;
}

.sp-service h3 {
  font-size: 14px;
  color: #006496;
  font-weight: bold;
}

.sp-service p {
  margin-bottom: 0;
  font-size: 12px;
  color: #444444;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
}

h3.service-center {
  line-height: 70px!important;
}

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 992px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.flow-area img {
  width: auto;
  height: 120px;
}

/*
問い合わせバー
----------------------------------------------------------- */
.contact-bar-red {
  background: #B00945;
  padding: 40px 0 30px 0;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
}

.contact-bar-red h2 {
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
}

.contact-bar-red a {
  color:#fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 56px!important;
}

@media (max-width: 991px) {
  .contact-bar-red a {
    font-size: 22px!important;
  }
}

.contact-bar-red p {
  color:#fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 64px!important;
  margin-bottom: 5px;
}

.contact-bar-red p img {
  height: 48px;
  width: auto;
  margin-bottom: 7px;
}

.contact-bar-red a img {
  width: 56px;
}

.contact-bar-red h2 {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}

.contact-bar-red h2 span{
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}

.contact-bar-red h3 {
  font-size: 38px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}

.contact-bar-red h4 {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
}

span.tsuwa {
  font-size: 20px;
  margin-left: 10px;
}

@media (max-width: 991px) {

  .contact-bar-red {
    background: #B00945;
    padding: 20px 0 15px 0;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
  }

  .contact-bar-red a img {
    width: 42px;
    padding-bottom: 3px;
    margin-right: 5px;
  }

  .contact-bar-red h2 {
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
  }

  .contact-bar-red h2 span{
    font-size: 10px;
    font-family: 'Noto Sans', sans-serif;
  }

  .contact-bar-red h3 {
    font-size: 32px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
  }

  .contact-bar-red h4 {
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
  }

  span.tsuwa {
    font-size: 10px;
    margin-left: 5px;
  }
}

/*
フォーム
----------------------------------------------------------- */
.form-area{
  background: #FAFAFA;
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .form-area{
    background: #FAFAFA;
    padding-top: 40px;
  }
}

.form-area2 {
  background: #fff!important;
}

.form-area h2 {
  font-size: 28px;
  color: #B00945;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
}

.form-area h3 {
  font-size: 14px;
  line-height: 1.4;
  color: #B00945;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
}

.Form img {
  width: 55%;
  text-align: center;
}

@media (max-width: 991px) {
  .Form img {
    width: 90%;
    text-align: center;
  }

  .form-area h2 {
    font-size: 20px;
  }

  .form-area h3 {
    font-size: 12px;
  }
}

span.hasen {
  font-size: 24px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  span.hasen {
    font-size: 18px;
    padding-left: 3px;
    padding-right: 3px;
  }
}

.Form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  background: #FAFAFA;
  padding: 40px 60px;
}
.Form-Item span {
  color: #B00945;
  font-size: 14px;
  padding-left: 5px;
}
@media screen and (max-width: 991px) {
  .Form {
    margin-top: 0px;
    padding: 0px 20px 20px 20px;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  align-items: center;
}

.Form-Item2 {
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }

  .Form-Item2 {
    padding-bottom: 10px;
  }
}

.privacy {
    padding-top: 40px;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
}

.privacy a {
    text-decoration: underline!important;
    font-size: 12px;
    font-weight: normal;
}

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

.privacy {
  padding-left: 14px;
  padding-right: 14px;
}

.privacy a {
    margin-right: 2%;
}

}

.left, .right {
  display: inline-block;
}

span.left {
  font-size: 13px;
  color: #B00945;
}

.Form-Item:nth-child(5) {
}
.Form-Item-Label {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
}
@media screen and (max-width: 991px) {
  .Form-Item-Label {
    max-width: 100%;
    display: block;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 991px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-left: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #B00945;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd!important;
  border-radius: 6px!important;
  margin-left: 40px!important;
  padding-left: 1em!important;
  padding-right: 1em!important;
  height: 48px!important;
  flex: 1!important;
  width: 100%!important;
  max-width: 480px!important;
  background: #fff!important;
  font-size: 18px!important;
}
@media screen and (max-width: 991px) {
  .Form-Item-Input {
    margin-left: 0!important;
    margin-top: 18px!important;
    height: 40px!important;
    flex: inherit!important;
    font-size: 15px!important;
  }
}
.Form-Item-Textarea {
  border: 1px solid #444;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 50px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #4BAAEB;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  font-family: 'Noto Sans', sans-serif;
}

.Form-Btn2 {
  background: #AAA;
}

.Form-Btn:hover {
  opacity: .7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 991px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 180px;
    font-size: 13px;
  }
}

span.radio01 {
  color: #4BAAEB;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
  font-size: 18px;
  font-weight: bold;
}

span.radio02 {
  color: #FF78A0;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
  font-size: 18px;
  font-weight: bold;
}

.gaiyo {
  margin-top: 0!important;
  background: #B00945;
  padding: 20px;
}

.gaiyo h2 {
  color: #fff!important;
  font-family: 'Noto Sans', sans-serif;
  margin-block-start: 0!important;
  margin-block-end: 0!important;
}

.custom-select {
  height: 35px;
  flex: 1;
  width: 100%;
  max-width: 480px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .custom-select {
    margin-left: 0px;
  }
}

label.btn {
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .btn input {
    margin-left: 5px;
  }
}

.office {
  padding-top: 40px;
  padding-bottom: 60px;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
}

.office p {
  color: #444444;
  font-size: 18px;
  padding-left: 40px;
}

.office-red {
  background: #B00945;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  height: 25px;
}

.office span {
  padding: 10px;
  color: #fff;
  margin-bottom: 0;
}

.gyomu {
  margin-top: 20px;
  border: solid #B00945 1px;
  border-radius: 10px;
  padding: 20px;
}

.gyomu span {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .office span {
    font-size: 12px;
    padding: 0;
    letter-spacing: -0.8px;
  }

  .office p {
    color: #444444;
    font-size: 12px;
    padding-left: 15px;
  }

  .gyomu {
    padding: 10px;
  }

  .gyomu p {
    padding-left: 0px!important;
  }
}

/*
フッター
----------------------------------------------------------- */
#footProf {
    padding: 30px 120px 40px 120px;
    background-color: #fff;
    position: relative;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
  color: #444444;
}

@media screen and (max-width: 991px) {
  #footProf {
      padding: 30px 20px 40px 20px;
      background-color: #fff;
      position: relative;
    font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
  }
}

#nameBox {
    padding-bottom: 20px;
}

#footProf p {
    font-size: 80%;
    line-height: 140%;
}

.right {
  font-size: 16px;
}
footer img {
  width: 150px;
}

.footer-sayu {
  display: inline-block;
  margin-bottom: 20px;
}

.right {
  text-align: right;
  right: 150px;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .right {
    right: 30px;
    font-size: 12px;
  }
}

.address {
  text-align: left;
  padding: 20px;
}

.address h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.address p {
  font-size: 14px;
}

.thanks {
  background: #B00945;
  padding: 30px;
  text-align: center;
}

.thanks h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0!important;
  font-weight: bold;
}

.thanks-txt {
  padding-top: 60px;
  padding-bottom: 40px;
}

.thanks-txt p {
  font-size: 16px;
  line-height: 2;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
  font-weight: 400;
  color: #555555;
}

.wave {
  background: #AFE6FA;
  position: relative;
}

.wave-color {
  background: #AFE6FA;
  padding: 20px;
}

.wave img {
  width: 100%;
}

.foot-copy {
  padding: 10px;
  background: #B00945;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .foot-copy {
    padding-bottom: 90px;
  }
}

.foot-copy p {
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  margin-bottom: 0;
}

.gaiyo-back {
  background: #FAFAFA;
}

@media screen and (min-width: 1920px) {

  header {
    margin: 0 auto;
  }

  .wrap {
    margin: 0 auto;
  }
}

/*アニメーション要素のスタイル
.scroll-fade{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}*/
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.Gothic {
  color: #B00945;
  font-weight: 400;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
}

.form-Gothic p {
  color: #555555;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
}

.form-Gothic2 p {
  color: #555555;
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
  font-size: 18px;
  margin-bottom: 60px;
}

.foot-contact {
  position:fixed;
  bottom:0;
  width:100%;
  z-index: 99999;
}

.btn3-sp {
  background: #3C8551;
  padding: 15px 5px;
  border-radius: 0!important;
}

.btn4-sp {
  padding: 15px 5px;
  border-radius: 0!important;
}

.foot-contact img {
  margin-right: 10px;
  padding: 1px;
  width: 22px;
}

label.link-label {
    display: block;
    margin-bottom: 0;
}

canvas {
    width: 100%;
    position: absolute;
}

.wave-area {
  position: relative;
}

.teatro {
  color: #3C8551;
}

.aube_sp {
  color: #006496;
}

h2 {
  text-align: center;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select {
  width: 100%;
  padding: 5px;
  display: inline-block;
  height: 30px;


}

.form {
  width: 600px;
  margin: 0 auto;
}

.input-box.errors {
  span {
    display: block;
  }
}

.form-text.errors {
  + span {
    display: block;
  }
}

span.mini {
  font-size: 13px;
}

a.btn1 {
  position: relative;
}

a.btn2 {
  position: relative;
}

@media screen and (min-width: 992px) {
  a.btn1 {
    margin-right: 10px;
  }

  a.btn2 {
    margin-left: 10px;
  }
}

.btn-img img {
    position: absolute;
    display: block;
    width: 35px;
    right: 55px;
    top: 20px;
}

.btn-img-x img {
    right: 175px;
}

.btn-img-new img {
    position: absolute;
    display: block;
    width: 35px;
    right: 55px;
    top: 113px;
}


@media (max-width: 1199px) {
  .btn-img img {
      width: 35px;
      right: 60px;
      top: 20px;
  }

  .btn-img-x img {
      right: 90px;
  }

  .btn-img-new img {
      width: 35px;
      right: 60px;
      top: 113px;
  }
}

@media (max-width: 991px) {
  .btn-img-new img {
      top: 62px!important;
  }
}


@media (max-width: 767px) {
  .btn-img-new img {
      top: 62px!important;
  }
}

h3.touch {
  font-style: 24px;
  color: #006496;
  font-weight: bold;
  padding-bottom: 20px;
}

.btn {
  text-align: left!important;
}

span.hosoku {
  font-size: 13px;
  color: #707070;
  padding-left: 10px;
}

span.hosoku2 {
  padding-left: 62px;
}

.btn_area {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    max-width: 1280px;
    left: auto;
    margin: 0 auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.btn_area img {
  height: 90px;
  width: auto;
  margin-left: 52px;
}

.btn_area label:hover {
  cursor: auto;
      opacity: 0.7;
      -webkit-transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-ms-transition: all 0.5s;
    	-o-transition: all 0.5s;
    	transition: all 0.5s;
}

.btn-x {
  width: 100%;
  padding: 10px 90px 10px 60px;
  font-size: 24px;
}

.btn-img2 img {
    right: 30px;
}

.btn input#trial-btn {
  margin-bottom: 20px;
}

p.form-p {
  font-size: 18px;
  margin-bottom: 8px;
}

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

  h3.touch {
    font-style: 18px;
    padding-bottom: 0px;
    padding-top: 10px;
    line-height: 1.3;
  }

  .first-btn {
    left: 5%;
    bottom: 15%;
  }

  .btn-x {
    width: 100%;
    padding: 12px 45px 12px 20px;
    font-size: 16px;
  }

  span.mini {
    display: none;
  }

  .btn-img2 img {
    width: 22px;
    right: 14px;
    top: 10px;
  }

  span.hosoku {
    padding-left: 0px;
  }

  span.hosoku2 {
    padding-left: 0px;
  }

  .btn input#trial-btn {
    margin-bottom: 10px;
  }

  .btn input#siryo-btn {
    margin-top: 20px;
  }

  .form-pl {
    padding-left: 30px;
  }

  p.form-p {
    font-size: 15px;
  }

}

.ml-20 {
  margin-left: 20px;
}

.ml-minus {
  margin-left: -20px;
}

@media screen and (min-width: 992px) {
  .col-lg-3z {
    -ms-flex: 0 0 26.5%!important;
    flex: 0 0 26.5%!important;
    max-width: 26.5%!important;
  }
}

@media screen and (max-width: 991px) {
  .ml-20 {
    margin-left: 0px;
  }

  .ml-minus {
    margin-left: 0px;
  }

  .col-12z {
    -ms-flex: 0 0 92%!important;
    flex: 0 0 92%!important;
    max-width: 92%!important;
    margin: 0 auto!important;
    margin-top: 1rem!important;
  }

  .col-5z {
    -ms-flex: 0 0 36%!important;
    flex: 0 0 36%!important;
    max-width: 36%!important;
  }
}

h2.onayami-ttl {
  font-size: 48px;
  color: #006496;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans', sans-serif;
}

h2.onayami-ttl:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: inline-block;
    width: 100%;
    height: 10px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #AFE6FA;
    border-radius: 10px;
    z-index: -1;
}

@media screen and (max-width: 767px) {
  h2.onayami-ttl {
    font-size: 22px;
  }

  .main-ttl {
    padding: 40px 0 60px;
  }


  h2.onayami-ttl:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 2px;
      display: inline-block;
      width: 100%;
      height: 5px;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translate(-50%);
      background-color: #AFE6FA;
      border-radius: 10px;
      z-index: -1;
  }
}

@media screen and (max-width: 350px) {
  h2.onayami-ttl {
    font-size: 18px;
  }
}

.sub {
  color: #006496;
  font-size: 18px;
}

@media (max-width: 767px) {
  .sub {
    color: #006496;
    font-size: 13px;
  }
}

.btn-new {
  background: #FF5086!important;
}

@media (max-width: 767px) {
  .btn-new2 {
    padding: 13px 45px 12px 30px;
  }

  span.sm_font {
    font-size: 12px;
  }
}

select {
  width:30%!important;
}

@media screen and (max-width: 767px) {
  select {
    width:100%!important;
  }
}

span.nenshi {
  font-size: 10px!important;
}

h5 {
  font-size: 14px;
  line-height: 1.4;
  color: #B00945;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
  padding-bottom: 10px;
}

img.tsuwa-img {
  width: auto;
  height: 50px;
  margin-right: 10px;
}

img.tsuwa-img2 {
  width: 90px;
}

h4.hissu_ttl {
  font-size: 13px;
  color: #B00945;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
}
@media screen and (max-width: 767px) {
  h4.hissu_ttl {
    font-size: 11px;
  }
}

.ryokin {
  background: #AFE6FA;
  padding-bottom: 40px;
}

.ryokin2 {
  background: #fff;
  padding-bottom: 80px;
}

.ryokin_box {
  border-radius: 15px;
  border: solid 4px #3C8551;
  width: 720px;
  margin: 0 auto;
  font-family: 'Noto Sans', sans-serif;
}
.box-title {
    font-size: 48px;
    color: #3C8551;
    padding: 15px 0 15px 0;
    text-align: center;
    font-weight: bold;
    background: #fff;
    display:flex;
    justify-content:center;
    align-items:center;
    letter-spacing: 2px;
    border-radius: 0px 0px 10px 10px!important;
}
.box-title span {
  font-size: 32px;
  padding-right: 20px;
  padding-bottom: 2px;
}
.kuwasiku {
  padding-top: 1px!important;
  font-size: 16px!important;
  padding-right: 0!important;
}
.sub-box-ttl {
    color: #3C8551;
    font-size: 16px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    display:flex;
    justify-content:center;
    align-items:center;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.ryokin_box p {
  text-align: center;
  padding: 5px 0;
  margin: 0;
  background: #3C8551;
  color: #fff;
  border-radius: 10px 10px 10px 10px;
  font-size: 16px;
}

.box-title a {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 600;
}

.box-title a img {
  width: 38px;
  padding-left: 15px;
  margin-bottom: 2px;
}

p.ue {
  font-size: 24px;
  border-radius: 10px 10px 0px 0px!important;
}

.syado {
  text-shadow: 2px 2px 6px rgba(0,0,0,0.16);
}

@media screen and (max-width: 767px) {
  .ryokin {
    padding-top: 40px;
  }
  .ryokin_box {
    width: 350px;
  }
  .box-title {
    padding: 10px 0;
    font-size: 40px;
  }
  .box-title span {
    font-size: 20px;
    padding-right: 10px;
  }
  .ryokin_box p {
    font-size: 12px;
  }
  .ryokin2 {
    padding-bottom: 40px;
  }
  .sub-box-ttl {
    font-size: 12px;
  }
  p.ue {
    font-size: 18px;
  }

  .box-title {
    display: block;
  }

  .box-title span {
    display: block;
  }

  .box-title a {
    display: inline-flex;
  }
}

@media screen and (max-width: 376px) {
  .ryokin_box {
    width: 320px;
  }
}

@media screen and (max-width: 321px) {
  .ryokin_box {
    width: 270px;
  }
}

.iro p {
  color: #3C8551;
  padding-right: 15px;
}

.iro p span {
  color: #3C8551;
}

.hosyu {
  background: #3C8551;
  padding: 10px 20px 8px 20px;
}

#pageTop {
  position: fixed;
  z-index: 2147483647!important;
  bottom: 20px;
  right: 20px;
  display: block!important;
}

#pageTop img {
  display: block;
  width: 90px;
  z-index: 2147483647!important;
}

#pageTop a img:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  #pageTop {
    bottom: 60px;
    right: 9.5px;
  }

  .hosyu {
    background: #3C8551;
    padding: 5px 15px 4px 15px;
  }

  .box-title a img {
    width: 20px;
    padding-left: 5px;
    margin-bottom: 2px;
  }

  .kuwasiku {
    font-size: 12px!important;
  }

  #pageTop img {
    width: 60px;
  }

  .box-title a img {
    width: 15px;
    height: 15px;
    /* padding-left: 5px; */
    margin-top: 2px;
    margin-left: 5px;
    padding-left: 0;
  }

  .box-2 {
    margin-top: -20px;
  }

  .ryokin_box {
    border: solid 2px #3C8551;
  }

  .box-title {
    border-radius: 0px 0px 13px 13px!important;
  }
}

.imadake {
  background: rgba(140, 225, 145, 0.25);
  padding-top: 60px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .imadake {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

.hosyu2 {
  padding: 10px 20px;
}

li.first2 {
      margin-bottom: .5rem;
}

.imadake {
	padding-top: 60px;
}

.imadake-inner {
    padding-top: 60px;
    margin-top:-60px;
}

@media screen and (min-width: 768px) {
  .kotei-pc {
  display:none;
    position:fixed;
    bottom:0;
    width: 225px;
    z-index: 99999;
    bottom: 45px;
    left: 30px;
  }

  .kotei-pc img:hover {

    opacity: 0.7;
    -webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;

  }

  a.kotei-muryo {
    display: block;
    /* preview */
    font-size: 16px;
    width: 180px;
    height: 45px;
    line-height: 45px;
    background-color: #4BAAEB;

    /* border-radius */
    border-radius: 5px;

    /* box-shadow */
    box-shadow: 0px 3px 10px -4px rgba(0,0,0,0.6);

    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
  }

  a.kotei-siryo {
    display: block;
    font-size: 16px;
    /* preview */
    width: 180px;
    height: 45px;
    line-height: 45px;
    background-color: #FF5086;

    /* border-radius */
    border-radius: 5px;

    /* box-shadow */
    box-shadow: 0px 3px 10px -4px rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
  }

  .kotei-txt h2 {
    color: #0C6496;
    font-size: 24px;
    margin-top: 8px;
    letter-spacing: 2px;
    margin-bottom: 0;
  }

  .kotei-txt p {
    text-align: left;
    color: #444444;
    font-size: 11px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-family: 'Noto Sans', sans-serif;
  }

  .kotei-btn label {
    margin-bottom: 0;
  }
}

.tyusyaku {
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

.tyusyaku p {
  color: #B00945;
  font-size: 22px;
  text-align: center;
}

.voice_content {
  display: flex;
  gap: 60px;
}

.hidari_logo img {
  height: 40px;
  width: auto;
}

.hidari_logo span {
  padding: 5px 8px;
  margin-left: 10px;
  background: #FDFDFD;
  font-size: 12px;
  color: #080808;
}

.hidari h2 {
  color: #080808;
  font-size: 20px;
  padding-top: 20px;
  text-align: left;
}

.hidari p {
  color: #080808;
  font-size: 16px;
  padding-top: 20px;
  text-align: left;
  font-weight: normal;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.migi {
  width: 100%;
  min-width: 47%;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 40px;
}

.sdgs {
  padding-top: 60px;
    text-align: center;
    background: #fff;
    padding-bottom: 60px;
}

.sdgs-logo img {
  height: 78px;
  width: 648px;
}

.sdgs-text {
    font-size: 22px;
    font-weight: bold;
    margin: 32px auto 0;
    max-width: 1114px;
}

.flavor {
  color: #006496;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

.tab2 {
  display: flex;
  flex-direction: row;
  text-align: center;
  background-color: #fff !important;
  margin: 0 !important;
}
.tab2__item {
  flex: 1;
  flex-basis: 120px;
}
.tab2__link {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #3C8551;
  cursor: pointer;
  border-radius: 5px;
  font-size: 20px;
  padding: 10px 0;
  width: 350px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.tab2__link_aube {
  background-color: #006496;
}
.tab2__link.on {
  opacity: .7;
}
.tab2-body__item {
  margin: 30px 15px;
  display: none;
  text-align: center;
}
.tab2-body__item.on {
  display: block;
}

.tel_img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

.tel_img img {
  height: 54px;
  width: auto;
}

.foot-menu {
    background: #FAFAFA;
}

.foot-menu ul {
    padding: 20px 0;
    display: flex;
    margin-left: 80px;
    font-size: 14px;
    gap: 10px;
    font-weight: bold;
}

.section .contents-wrap {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px){
.section .contents-wrap {
    position: relative;
}
}

@media screen and (min-width: 768px){
.contents-wrap {
    max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 56px;
}

.section-title {
    font-size: 2.125rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #444;
    letter-spacing: .05em;
}

.title-underline {
    position: relative;
}

.title-underline:after {
    content: "　";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 1px;
    background: #473636;
    -webkit-transition: all .9s cubic-bezier(.68, .07, .36, .83) 0s;
    transition: all .9s cubic-bezier(.68, .07, .36, .83) 0s;
}

[data-effect=title-underline].effect:after {
    width: 100%;
}

.section-title-subtext {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
    line-height: 2;
    letter-spacing: .05em;
    color: #444;
}

.section-title-subtext a {
    text-decoration: underline!important;
}

.otherservice {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.otherservice-inner {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    width: calc(100% / 3);
}

.otherservice-inner a {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: .3s -webkit-filter ease-out;
    transition: .3s -webkit-filter ease-out;
    transition: .3s filter ease-out;
    transition: .3s filter ease-out, .3s -webkit-filter ease-out;
    width: 100%;
    height: 100%;
}

.otherservice-inner a:before {
    background: -webkit-linear-gradient(rgba(84, 84, 84, 0) 0%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(rgba(84, 84, 84, 0) 0%, rgba(0, 0, 0, .8) 100%);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6.77083vw;
    z-index: 1;
}

.otherservice-img {
    width: 100%;
    height: 100%;
}

.otherservice-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.otherservice-text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
    padding: 0 5.6338% 3.75587%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.otherservice-text-icon {
    margin-right: 3.75587%;
    width: 11.26761%;
}
.otherservice-text {
    font-size: 1.07692vw;
    margin-bottom: 5px;
}
.otherservice-text {
    font-size: min(1.07692vw, 16px);
}

.otherservice-inner a:before {
    background: -webkit-linear-gradient(rgba(84, 84, 84, 0) 0%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(rgba(84, 84, 84, 0) 0%, rgba(0, 0, 0, .8) 100%);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6.77083vw;
    z-index: 1;
}

.otherservice-inner a:after {
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    content: "";
    display: block;
    position: absolute;
    bottom: 1.82292vw;
    right: 1.09375vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 5px;
    height: 5px;
    z-index: 1;
}

.section {
    padding: 60px 0 0px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.otherservice-img {
    width: 100%;
    height: 100%;
}

.sp {
    display: none!important;
}

.section-title {
    font-size: 2.125rem!important;
    font-weight: 700!important;
    text-align: center;
    position: relative;
    color: #444!important;
    letter-spacing: .05em;
}
}

@media screen and (max-width: 767px){
  .pc {
      display: none!important;
  }
}

@media screen and (min-width: 768px){
.otherservice-text-en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.125rem;
    display: block;
}
}

@media screen and (min-width: 768px){
.otherservice-text-en {
    font-size: 1.38462vw;
}
}

@media screen and (min-width: 768px){
.otherservice-text-en {
    font-size: min(1.38462vw, 20px);
}
}

.slick_voice {
    max-width: 1020px;
    margin: 0 auto;
}
.slick-slider {
    z-index: 999;
}

.slick_voice li {
    background: #fff;
    border-radius: 10px;
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 60px;
}

.slick_voice h3 {
  color: #006496;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.voice_box {
    display: flex;
    gap: 40px;
    align-items: center;
}

.voice_right {
    flex-basis: 360px;
}

.voice_right img {
    height: 360px;
    width: 360px;
}

.slick-slide img {
    padding: 0px;
}

.voice_left {
    flex: 1;
}

.voice_box h3 {
    color: #444;
    font-size: 26px;
    text-align: left;
    padding-bottom: 60px;
}

.voice_box p {
    color: #444;
    font-size: 18px;
    text-align: left;
    padding-bottom: 0;
    line-height: 1.8;
}

.thumbnail-list {
    width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.thumbnail-item {
    flex: 0 1 25%;
    margin-bottom: 0px;
    box-sizing: border-box;
    position: relative;
    padding: 10px;
}

.thumbnail-item img {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.thumbnail-item h2 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}


.thumbnail-ttl {
    display: flex;
    width: 1040px;
    margin: 0 auto;
}

.thumbnail-ttl li {
    flex: 0 1 20%;
    margin-bottom: 0px;
    box-sizing: border-box;
    position: relative;
    padding: 10px;
    padding-bottom: 0;
}

.thumbnail-ttl h2 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}

.voice_under {
    text-align: center;
}

.voice_under h2 {
    font-size: 32px;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 10px;
}

.voice_under h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-bottom: 40px;
}

.voice_under img {
    width: 650px;
}

.slick-prev::after {
    left: 4px;
    transform: rotate(-135deg);
}

.slick-next::after {
    right: 4px;
    transform: rotate(45deg);
}

.slick-next::after, .slick-prev::after {
    width: 26px;
    height: 26px;
    border-top: 2px solid #006496;
    border-right: 2px solid #006496;
}
.slick-next::before, .slick-next::after, .slick-prev::before, .slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.slick-prev:before {
    content: ''!important;
}

.slick-next:before {
    content: ''!important;
}

.logo_voice {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.logo_voice img {
  height: 40px;
  width: auto;
  margin-right: 10px;
}

.logo_voice span {
  display: block;
  font-size: 12px;
  background: #F1F1F1;
  color: #444;
  text-align: center;
  padding: 4px 10px;
}

.voice_left h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 20px;
  color: #444;
}

.voice_left p {
  font-weight: normal;
}

.slick-prev {
    left: -50px!important;
}

.slick-next {
    right: -50px!important;
}

.thumbnail-item img:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.slick-arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 20px;
    height: 38px;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
    z-index: 1;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.slick-next::before, .slick-next::after, .slick-prev::before, .slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.slick-slider {
    pointer-events: auto !important;
}

@media screen and (max-width: 767px) {
  .imadake {
  	padding-top: 60px;
  }

  .imadake-inner {
      padding-top: 0px;
      margin-top:0px;
  }

  .plusbanner {
      padding-left: 20px;
      padding-right: 20px;
  }

  .voice_content {
      display: block;
      padding-left: 20px;
      padding-right: 20px;
  }

  .hidari_logo {
    padding-top: 15px;
  }

  .hidari h2 {
      font-size: 16px;
      text-align: left;
      padding: 0;
      margin: 0;
      padding-top: 10px;
      line-height: 1.8;
  }

  .hidari p {
      color: #080808;
      font-size: 12px;
      padding-top: 10px;
      text-align: left;
      font-weight: normal;
      line-height: 1.8;
  }

  .mt80 {
      margin-top: 40px;
  }

  .tyusyaku p {
      color: #B00945;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 14px;
      text-align: left;
  }

  .sdgs {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sdgs-logo img {
      width: 100%;
      height: auto;
  }

  .sdgs-text {
      font-size: 3.4666666667vw;
      margin: 4.2666666667vw auto 0;
      text-align: justify;
  }

}

@media (max-width: 991px){
.kotei_menu {
    display: flex;
    background: #4299E0;
    border-radius: 10px;
    margin-top: 48px;
    align-items: center;
}

.kotei_menu h2 {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 0;
    font-size: 18px;
    padding-left: 20px;
}

.openbtn1 {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-left: auto;
}

.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
}

.openbtn1 span:nth-of-type(1) {
    top: 15px;
}

.openbtn1 span:nth-of-type(2) {
    top: 23px;
}

.openbtn1 span:nth-of-type(3) {
    top: 31px;
}

.opencontetn {
    background: #4299E0;
    height: 100vh;
    display: none;
}

.opencontent01 {
    padding-top: 20px;
}

header ul li {
    display: block;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topnav a {
    color: #fff;
    font-size: 18px;
}

.topnavlast {
    background: #4BAAEB;
    color: #fff;
    font-size: 11px;
    max-width: 300px;
    height: 66px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 40px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.topnavlast a {
    color: #fff;
    font-size: 20px;
}

.kotei_menu.open2 {
    border-radius: 0;
    background: #4BAAEB;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    animation: 0.2s;
    z-index: 3;
        position: relative;
}

header {
padding: 0 2%;
height: 50px;
    position: fixed;
    max-width: 980px;
    margin: 0 auto;
}

header.open2 {
    padding: 0;
}

.margin-top {
    margin-top: 50px;
    display: block;
    padding: 0;
    margin-top: 110px;
}

.plusbanner {
  padding-top: 40px;
}

.tab2 {
  gap: 20px;
}

.tab2__link {
  width: 100%;
  font-size: 16px;
  padding: 8px 0;
  margin-top: 10px;
}

.tab2-body__item {
    margin: 0px 0px;
    display: none;
    text-align: center;
}

.main-third{
  margin-top: 0;
}

.btn_area img {
    height: 60px;
    width: auto;
    margin-left: 8%;
}


.btn_area {
    position: absolute;
    top: 34%;
}

.flavor {
  padding-top: 20px;
  font-size: 12px;
}

.slick_voice {
    width: 100%;
    margin: 0 auto;
}

.thumbnail-list {
    width: 100%;
    justify-content: flex-start;
}

.slick_voice li {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    height: 580px;
    padding-bottom: 30px;
}

.slick_voice h3 {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 1.8;
}

.voice_box {
    display: block;
}

.voice_left {
    padding-top: 20px;
}

.voice_left h3 {
    font-size: 13px!important;
    text-align: left;
    padding-bottom: 10px!important;
    margin-bottom: 0!important;
}

table.tbl-sp tbody td:not(:last-child) {
    border-bottom: none;
}

table.tbl-sp tbody td {
    border-left: none;
    height: 112px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

table.tbl-sp tbody td {
    border-left: none;
    height: 112px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.voice_right img {
    height: 150px;
    width: 150px;
    padding: 0!important;
    margin: 0 auto;
}

.sp_mg {
  padding-left: 40px;
  padding-right: 40px;
}

.voice_box p {
    color: #444;
    font-size: 12px;
}

.logo_voice img {
    height: 32px;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}

.logo_voice {
  display: block;
}

.logo_voice span {
    display: block;
    font-size: 11px;
    background: #F1F1F1;
    color: #444;
    text-align: center;
    padding: 3px 8px;
    width: 50%;
}

.slick-prev {
    left: -25px!important;
}
.slick-next::after {
    right: 25px;
    transform: rotate(45deg);
}

.slick-prev, .slick-next {
  top: 0!important;
}

.thumbnail-item {
    flex: 0 1 50%;
}

.sp_top {
  padding-top: 40px;
}

.privacy {
    padding-top: 20px;
}

.foot-menu ul {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    font-size: 10px;
    gap: 10px;
}

#otherservice {
    padding: 20px 0 0;
    position: relative;
}

.contents-wrap {
    padding-left: 5.33333vw !important;
    padding-right: 5.33333vw !important;
}

.section-header {
    margin-bottom: 10.66667vw;
}

.section-title {
    font-size: 5.33333vw;
    font-weight: 700;
    text-align: center;
    position: relative;
    letter-spacing: .05em;
}

.title-underline {
    position: relative;
    display: inline-block;
}

[data-effect=title-underline].effect:after {
    width: 100%;
}

.title-underline:after {
    content: "　";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #2D130C;
    -webkit-transition: all .9s cubic-bezier(.68, .07, .36, .83) 0s;
    transition: all .9s cubic-bezier(.68, .07, .36, .83) 0s;
}

.section-title-subtext {
    font-size: 4.26667vw;
    font-weight: 700;
    margin-top: 5.33333vw;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .05em;
}

.section-title-subtext a {
    text-decoration: underline!important;
}

.otherservice {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5.33333vw;
}

.otherservice-inner a {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}

.otherservice-text-icon {
    margin-right: 4.26667vw;
    position: absolute;
    top: 1.6vw;
    left: 2.13333vw;
    width: 8.53333vw;
    z-index: 1;
}

.otherservice-text {
    font-size: 3.46667vw;
    line-height: 1.2;
    padding: 0 2.13333vw;
    position: absolute;
    bottom: 2.13333vw;
    left: 0;
    width: 100%;
    z-index: 1;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
}

.otherservice-inner a:before {
    background: -webkit-linear-gradient(rgba(84, 84, 84, 0) 0%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(rgba(84, 84, 84, 0) 0%, rgba(0, 0, 0, .8) 100%);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 15.46667vw;
    z-index: 1;
}

.otherservice-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.otherservice-inner {
    width: 50%;
}

.form-area h2 {
    font-size: 20px;
    color: #444;
}

#sp_fade {
  display: none;
}

}

.sidenav {
  display: none;
}

@media screen and (max-width: 767px){
  .sidenav {
    display: none!important;
  }
}


@media screen and (min-width: 768px){
.sidenav {
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 999999;
}

.sidenav {
    bottom: auto !important;
}

.kieru {
  display: block!important;
}

.sidenav-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #4299E0;
    border: 0 none;
    border-radius: 10px 0 0 10px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 500;
    margin-left: auto;
    line-height: 1.2;
    position: relative;
    outline: 0;
    width: 128px;
    height: 40px;
    z-index: 1;
}

.sidenav-btn.-open {
    border-radius: 10px 0 0 0;
}

.sidenav-btn-text {
    display: block;
    margin-right: 12px;
    position: relative;
}

.sidenav-btn-text {
    display: block;
    margin-right: 12px;
    position: relative;
}

.sidenav-btn-icon {
    position: relative;
    width: 24px;
    height: 19px;
}

.sidenav-btn-icon-line {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    overflow: hidden;
}

.sidenav-btn.-open .sidenav-btn-icon-line {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.sidenav-btn.-open .sidenav-btn-icon {
    width: 16px;
    height: 16px;
}

.sp {
    display: none;
}

.sidenav-btn-icon-line, .sidenav-btn-icon:before, .sidenav-btn-icon:after {
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    width: 100%;
    height: 2px;
    top:4px;
}

.sidenav-btn-icon:after {
  top:14px;
}

.sidenav-btn.-open .sidenav-btn-icon:before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.sidenav-btn.-open .sidenav-btn-icon:after {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

.sidenav-contents {
    background: #4299E0;
    border-radius: 30px;
    border-radius: 10px 0 0 10px;
    color: #fff;
    overflow: hidden;
}

.sidenav-contents {
    width: 250px;
}

.sidenav-list {
    padding-top: 11px;
}

.sidenav-list a {
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 6px 0;
    text-align: center;
}

.sidenav-btn-anc a {
    font-size: .8125rem;
}

.sidenav-btn-page {
    margin-top: 11px;
}

.sidenav-btn-page {
    background-color: #4BAAEB;
    padding: 16px 0;
    font-size: 11px;
    text-align: center;
}

.sidenav-btn-page span {
    font-size: 22px;
    letter-spacing: -1px;
}
}

.dan1 {
  display: none;
}

.dan2 {
  display: none;
}

.dan3 {
  display: none;
}

.dan4 {
  display: none;
}

@media screen and (min-width: 768px){
  .dan1 {
    display: block;
  }
}

@media screen and (min-width: 1481px){
  .dan1 {
    display: none;
  }

  .dan2 {
    display: block;
  }

  .fv_ue {
      max-width: 1481px;
  }

  .btn_area img {
      height: 110px;
      width: auto;
      margin-left: 22px;
  }
}

@media screen and (min-width: 1801px){
  .dan1 {
    display: none;
  }

  .dan2 {
    display: none;
  }

  .dan3 {
    display: block;
  }

  .fv_ue {
      max-width: 1801px;
  }

  .btn_area img {
      height: 130px;
      width: auto;
      margin-left: 120px;
  }

  .btn_area {
      max-width: 1800px;
  }
}

@media screen and (min-width: 1980px){
  .dan1 {
    display: none;
  }

  .dan2 {
    display: none;
  }

  .dan3 {
    display: none;
  }

  .dan4 {
    display: block;
  }

  .fv_ue {
      max-width: 1980px;
  }

  .btn_area img {
      height: 130px;
      width: auto;
      margin-left: 40px;
  }
}

@media screen and (min-width: 2180px){
  .fv_ue {
      max-width: 2181px;
  }

  .btn_area {
      max-width: 2180px;
  }

  .btn_area img {
      height: 140px;
      width: auto;
      margin-left: 150px;
  }
}


@media screen and (min-width: 2380px){
  .fv_ue {
      max-width: 2381px;
  }

  .btn_area {
      max-width: 2380px;
  }

  .btn_area img {
      height: 140px;
      width: auto;
      margin-left: 150px;
  }
}

@media screen and (min-width: 2680px){
  .fv_ue {
      max-width: 2681px;
  }

  .btn_area {
      max-width: 2680px;
  }

  .btn_area img {
      height: 170px;
      width: auto;
      margin-left: 160px;
  }

}

@media screen and (min-width: 2980px){
  .fv_ue {
      max-width: 2981px;
  }

  .btn_area {
      max-width: 2980px;
  }

  .btn_area img {
      height: 180px;
      width: auto;
      margin-left: 180px;
  }

}

@media screen and (min-width: 3480px){
  .fv_ue {
      max-width: 3481px;
  }

  .btn_area {
      max-width: 3480px;
  }

  .btn_area img {
      height: 210px;
      width: auto;
      margin-left: 210px;
  }

}

@media screen and (min-width: 4280px){
  .fv_ue {
      max-width: 4281px;
  }

  .btn_area {
      max-width: 4280px;
  }

  .btn_area img {
      height: 250px;
      width: auto;
      margin-left: 280px;
  }

}

@media screen and (min-width: 4880px){
  .fv_ue {
      max-width: 4881px;
  }

  .btn_area {
      max-width: 4880px;
  }

  .btn_area img {
      height: 280px;
      width: auto;
      margin-left: 310px;
  }

}



#satori__creative_container {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
    background: #FAFAFA;
    padding: 0!important;
}

.satori__custom_form_da95eae1edb1b781_css {
    background: #FAFAFA!important;
}

.satori__custom_form_da95eae1edb1b781_css .satori__input_group label:first-child {
    color: #444444!important;
}

.satori__custom_form_da95eae1edb1b781_css label:first-child {
    display: block;
    text-align: left;
    padding-bottom: 5px;
    color: #444444!important;
}

.satori__custom_form_da95eae1edb1b781_css input[type=checkbox]+label, .satori__custom_form_da95eae1edb1b781_css input[type=radio]+label {
  color: #444444!important;
  font-weight: bold;
}

.satori__custom_form_da95eae1edb1b781_css label:first-child {
  display: flex!important;
  align-items: center!important;
}

.satori__system_notes {
  display: none;
  padding-left: 15px!important;
}

.satori__custom_form_da95eae1edb1b781_css .satori__message {
  text-align: center!important;
  font-weight: normal!important;
  margin: 0 auto!important;
  font-size: 14px!important;
  color: #444!important;
}

.satori__custom_form_da95eae1edb1b781_css a, .satori__custom_form_da95eae1edb1b781_css a:visited {
    color: #50c8a7;
    text-decoration:underline!important;
  color: #444!important;
}

.satori__custom_form_da95eae1edb1b781_css .satori__not_require {
  display: none!important;
}

#satori__privacy_policy_agreement_95c145f6d31345d7 span {
  display: none!important;
}

.satori__custom_form_da95eae1edb1b781_css .satori__btn {
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    min-width: 100px;
    cursor: pointer;
    outline: none;
    background-color: #a8d28c;
    color: #14200c;

    border-radius: 50px!important;
        margin-top: 60px!important;
        margin-left: auto!important;
        margin-right: auto!important;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        width: 280px!important;
        display: block!important;
        letter-spacing: 0.05em!important;
        background: #4BAAEB!important;
        color: #fff!important;
        font-weight: bold!important;
        font-size: 20px!important;
        border: none!important;
        font-family: 'Noto Sans', sans-serif!important;
}

#satori__submit_back, #satori__submit_post {
  display: none!important;
}

#satori__custom_field_dbcdf792e191c7cbf_0_da95eae1edb1b781 {
  color: #4BAAEB!important;
}

.satori__custom_form_da95eae1edb1b781_css .satori__input_group .satori__error_messages {


font-size: 14px!important;
    color: #B00945!important;
}

#satori__privacy_policy_agreement_da95eae1edb1b781 span {
  display: none!important;
}

#satori__custom_field_dbcdf792e191c7cbf_1_da95eae1edb1b781 {
  color: #FF78A0!important;
}


.satori__custom_form_da95eae1edb1b781_css .satori__input_group input[type=email], .satori__custom_form_da95eae1edb1b781_css .satori__input_group input[type=number], .satori__custom_form_da95eae1edb1b781_css .satori__input_group input[type=password], .satori__custom_form_da95eae1edb1b781_css .satori__input_group input[type=tel], .satori__custom_form_da95eae1edb1b781_css .satori__input_group input[type=text], .satori__custom_form_da95eae1edb1b781_css .satori__input_group input[type=url], .satori__custom_form_da95eae1edb1b781_css .satori__input_group textarea {
  background: #fff!important;
}

.satori__custom_form_da95eae1edb1b781_css .satori__require {
  line-height: 18px!important;
    background: #B00945!important;
    color: #FFF!important;
    font-size: 12px!important;
    padding: 2px 4px 3px!important;
}

.satori__custom_form_da95eae1edb1b781_css .satori__notes {
    display: block;
    font-size: 13px!important;
    font-weight: normal!important;
    background: #FAFAFA!important;
    border: none!important;
    padding-top: 10px!important;
    border-radius: none!important;
    transition: none!important;
}


.select-container::after {
  content: "▼"; /* カスタム矢印 */
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* クリック可能にする */
}

.satori__custom_form_da95eae1edb1b781_css select {
  padding-left: 10px;
    appearance: none;
}

.satori__input_group:nth-child(6) {
    position: relative;
}

.satori__input_group:nth-child(6)::after {
    content: "";
    position: absolute;
    left: 224px;
    bottom: 28px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}

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

  .satori__input_group:nth-child(6)::after {
      content: "";
      position: absolute;
      left: auto;
      right: 30px;
      bottom: 24px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #333;
      border-bottom: 2px solid #333;
      transform: rotate(45deg);
  }

  .satori__custom_form_da95eae1edb1b781_css {
    font-size: 14px!important;
  }

  .satori__custom_form_da95eae1edb1b781_css .satori__notes {
    font-size: 12px!important;
  }

  .satori__custom_form_da95eae1edb1b781_css .satori__message {
    font-size: 12px!important;
  }

  .satori__custom_form_da95eae1edb1b781_css .satori__btn {
    margin-top: 40px!important;
    margin-bottom: 30px!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    width: 180px!important;
    font-size: 13px!important;
  }

  .satori__custom_form_da95eae1edb1b781_css .satori__input_group label:first-child {
    font-size: 14px!important;
  }

  .satori__custom_form_da95eae1edb1b781_css .satori__input_group .satori__error_messages {
    color: #B00945!important;
    font-size: 12px!important;
  }
}
