@charset "utf-8";
@import url("https://use.typekit.net/cuk1bpb.css");


/* reset */
html,
body,
div,
ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
a,
span,
form,
fieldset,
legend,
input,
textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
}

table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: none;
}

td,
th,
caption,
thead {
  margin: 0;
  padding: 0;
  font-size: 100%;
  word-break: break-all;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var,
th {
  font-style: normal;
  font-weight: 400;
}

ol,
ul,
li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

/* base */
html {
  background: #ffffff;
  font-size: 62.5%;
}


body {
  position: relative;
  letter-spacing: 0;
  line-height:normal ;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  color: #333;
  margin: 0 auto;
  letter-spacing: 0;
  text-align: justify;
}
/* body {
  position: relative;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'メイリオ', Meiryo, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  color: #353535;
  margin: 0 auto;
  letter-spacing: 1.5px;
  text-align: justify;
}*/

* {
  box-sizing: border-box;
}

.hdg1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #35a0a0;
  text-align: center;
}

sup {
  font-size: 60%;
}

/* fixed_btn */
.fixed_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(188, 237, 237, 0.9);
  line-height: 1.5;
  z-index: 100;
  transition: 1s;
}

.in .fixed_btn {
  display: none;
  transition: 1s;
}

.fixed_btn .inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0 0 10px 0;
}

.fixed_btn .inner .txt2 {
  ont-size: 2rem;
  margin: 10px 0;
  line-height: 1.5;
  font-weight: bold;
  color: #079a9a;
}

.fixed_btn .inner ul {
  display: flex;
  align-items: center;
  justify-content:space-around;
}

.fixed_btn .inner .btn1 {
  width: 34%;
}

.fixed_btn .inner .btn1 a {
  border: 1px solid rgb(136, 136, 136);
  border-radius: 80px;
  background: #fff4e8;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 15px 11px;
  font-weight: bold;
  display: block;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

.fixed_btn .inner .btn2.icon_mail a {
  background: #ffc011;
}

.fixed_btn .inner .btn1 a .btn1_flex,
.fixed_btn .inner .btn2 a .btn2_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed_btn .inner .btn2 a .btn3 {
  margin-top: 10;
}

.fixed_btn .inner .btn1 a .span1 {
  font-size: 2.1rem;
  display: inline-block;
  margin-right: 15px;
  padding: 5px 18px;
  background: #fff;
  line-height: 1;
}

.fixed_btn .inner .btn1 a .span2 {
  font-size: 2.2rem;
}

.fixed_btn .inner .btn1 a .btn1_text,
.fixed_btn .inner .btn2 a .btn2_text {
  font-size: 1.2rem;
  padding: 5px 18px 0;
  font-weight: normal;
  text-align: center;
}


.fixed_btn .inner .btn2 a {
  border: 1px solid rgb(136, 136, 136);
  border-radius: 80;
  background: #fdf5eb;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  align-items: center;
  justify-content: center;
  color: #333333;
  text-decoration: none;
  padding: 10px 0 12px;
  transition: 0.3s;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  min-height: 80px;
}


.fixed_btn .inner .btn1 a:after,
.fixed_btn .inner .btn2 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  margin: auto;
  background: url("../img/arrow.png") no-repeat;
  background-size: 10px auto;
  width: 22px;
  height: 22px;
}

.fixed_btn .inner .btn1.icon_note a:after {
  background: url("../img/icon_note.png") no-repeat;
}

.fixed_btn .inner .btn2.icon_phone a:after {
  background: url("../img/icon_phone.png") no-repeat;
}

.fixed_btn .inner .btn2.icon_mail a:after {
  background: url("../img/icon_mail.png") no-repeat;
}

.nofixed.fixed_btn {
  position: static;
}

.in .nofixed.fixed_btn {
  display: block;
}


/*footerまでスクロールしたらfixed_btn消す*/
.is-hidden {
  opacity: 0 !important;
  transition: 0.5s;
  z-index: -10;
}

.is-hidden2 {
  opacity: 0 !important;
  transition: 1s;
  z-index: -10;
}



/* main */
.gradation_bg {
  display: none;
}

.main {
  background: url("../img/main_bg.jpg") no-repeat right top #f2f4f6;
  min-height: 600px;
  padding: 20px 32px;
  background-size: cover;
}

.main .logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.main .logo img {
  max-width: 1028px;
  width: 100%;
}

.main .logo img.appeal {
  width: 200px;
  margin-left: 12px;
}

.main .inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 44px 0 0 0;
}

.main .inner svg {
  margin-top: 40px;
  margin-bottom: 20px;
}

.main .circle_wrap {
  display: flex;
  align-items: center;
}

.main .circle_wrap .circle {
  background: #fff;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
  line-height: 1.5;
}

.main .circle_wrap .circle:nth-child(2) {
  margin: 0 30px;
}

.main .circle_wrap .circle span {
  letter-spacing: 1.5px;
}

.main .txt1 {
  font-size: 2.1rem;
  margin: 32px 0 15px 10px;
  line-height: 1.5;
}

.main .txt1 span {
  position: relative;
}

.main .txt1 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background: #88c6c6;
}

.main .txt2 {
  margin-left: 10px;
  /*  line-height: 1.4;
  font-size: 3.6rem;
  letter-spacing: 2.5px;*/
  line-height: 1.3;
  font-size: 2.8rem;
  letter-spacing: 5px;
  font-weight: bold;
  text-shadow:
    3px 3px 3px #ffffff,
    -3px 3px 3px #ffffff,
    3px -3px 3px #ffffff,
    -3px -3px 3px #ffffff,
    3px 0 3px #ffffff,
    0 3px 3px #ffffff,
    -3px 0 3px #ffffff,
    0 -3px 3px #ffffff;
}

.main .txt2 span {
  letter-spacing: 6px;
}

.main .txt3 {
  font-size: 2.1rem;
  margin: 32px 0 15px 0;
  line-height: 1.5;
  text-shadow:
    3px 3px 3px #ffffff,
    -3px 3px 3px #ffffff,
    3px -3px 3px #ffffff,
    -3px -3px 3px #ffffff,
    3px 0 3px #ffffff,
    0 3px 3px #ffffff,
    -3px 0 3px #ffffff,
    0 -3px 3px #ffffff;
}

.main .txt4 {
  font-size: 2.1rem;
  margin: 10px 0;
  line-height: 1.5;
  font-weight: bold;
  color: #35A0A0;
  margin-bottom: 30px;
}

.main figure {
  margin: 20px 0 10px;
}

.txt_att {
  font-size: 1.2rem;
  text-align: right;
  max-width: 1000px;
  margin: 10px auto 0;
}

.main .catchcopy {
  font-size: 4.0rem;
  font-weight: 700;
}

.main .main_btn {
  margin-top: 40px;
  margin-bottom: 80px;
  width: 720px;
  text-align: center;
}

.main .main_btn img {
  width: 20%;
}


.contact_btn {
  margin-top: 0;
  display: flex;
  justify-content: space-around;
}


.contact_btn li {
  width: 48%;
  height: 70px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-weight: 600;
  outline: none;
  position: relative;
  text-align: center;
  z-index: 1;
}

.contact_btn li a {
  text-decoration: none;
}

.contact_btn li .contactmail {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 27px;
  }

  .contact_btn li .contactmail img{
    margin-bottom: -1px;
    }
  


.bgbottom img {
  width: 24px !important;
  margin-right: 10px;
  margin-left: -10px;
  margin-bottom: 1px;
  position: relative;
  z-index: 100;
}

.bgbottom2 img {
  width: 28px !important;
  margin-right: 5px;
  margin-left: -25px;
  margin-bottom: 10px;
  position: relative;
  z-index: 100;
}

/*== ボタン共通設定 */
.btn {
  width: 100%;
  height: 70px;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #35A0A0;
  /* ボーダーの色と太さ */
  padding: 17px 15px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
  background-color: #00a1a1;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #fff;
  font-size: 120%;
  padding: 0;
}

.btn:hover span {
  color: #fff;
}

/*== 背景が流れる（下から上） */
.bgbottom:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  display: inline-block;
  top: 180px;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background-image: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%,  rgba(255, 255, 255, .6) 80%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: 300ms;
  animation: shiny 3s ease-out infinite;
}

@keyframes shiny {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  30% { -webkit-transform: scale(2) rotate(45deg); opacity: 0; }
  35% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.6; }
  50% { -webkit-transform: scale(10) rotate(45deg); opacity: 0.2; }
  100% { -webkit-transform: scale(30) rotate(45deg); opacity: 0; }
}

/*hoverした際の形状*/
.bgbottom:hover {
  background-color: #2eb8b8;
  transition: ease-in-out .2s;
  position: relative;
  z-index: 10;
}


.bgbottom::after{
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top:42%;
  right: 18px;
    /*矢印の形状*/
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
    /*アニメーションの指定*/
  transition: all .3s;
  z-index: 40;
}

.bgbottom:hover::after{
  right: 11px;
}


/*== ボタン共通設定 */
.btn2 {
  width: 100%;
  height: 70px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #4cb6b6;
  /* ボーダーの色と太さ */
  padding: 17px 15px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
  background-color: #fcfc4e;
}

/*ボタン内spanの形状*/
.btn2 span {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #35A0A0;
  font-size: 120%;
  padding: 0;
}

.btn2:hover span {
  color: #35A0A0;
}

/*== bgbottom2:  */
.bgbottom2:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  display: inline-block;
  top: 180px;
  right: 0;
  z-index: 2;
  /*色や形状*/
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0) 5%, rgba(255, 255, 255, 0) 20%,  rgba(255, 255, 255, .8) 80%, rgba(255, 255, 255, 0) 100%);
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: 300ms;
  animation: shiny2 3s ease-in-out infinite;
}
@keyframes shiny2 {
  30% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  33% { -webkit-transform: scale(2) rotate(45deg); opacity: 0; }
  48% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.8; }
  60% { -webkit-transform: scale(10) rotate(45deg); opacity: 0.6; }
  100% { -webkit-transform: scale(30) rotate(45deg); opacity: 0; }
}
/*hoverした際の形状*/
.bgbottom2:hover {
  background-color: #fdfdc8;
  transition: ease-in-out .2s;
  position: relative;
  z-index: 10;
}

.bgbottom2::after{
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top:42%;
  right: 18px;
    /*矢印の形状*/
  width: 10px;
  height: 10px;
  border-top: 2px solid #4cb6b6;
  border-right: 2px solid #4cb6b6;
  transform: rotate(45deg);
    /*アニメーションの指定*/
  transition: all .3s;
  z-index: 40;
}
.bgbottom2:hover::after{
  right: 11px;
}



/*  test bgbottomXX   */
.bgbottom3:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 180px;
  right: 0;
  z-index: 2;
  background: linear-gradient(-45deg,rgba(80, 200, 200, 0) 20%, rgba(80, 200, 200, 20%) 40%, rgba(80, 200, 200, .6) 70%);
  width: 100%;
  height: 100%;
  /*アニメーション*/
  background-size: 600% 100%;
  animation: shiny3 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}
@keyframes shiny3 {
  0% { background-position-x: 400%;}
  50% { background-position-x: 0%;}
  100% { background-position-x: -400%;}
}
/*hoverした際の形状*/
.bgbottom3:hover {
  background-color: #fdfdc8;
  transition: ease-in-out .2s;
  position: relative;
  z-index: 10;
}
.bgbottom3::after{
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top:42%;
  right: 18px;
    /*矢印の形状*/
  width: 10px;
  height: 10px;
  border-top: 2px solid #4cb6b6;
  border-right: 2px solid #4cb6b6;
  transform: rotate(45deg);
    /*アニメーションの指定*/
  transition: all .3s;
  z-index: 40;
}
.bgbottom3:hover::after{
  right: 11px;
}



/*コンタクトボタン*/

.section_contact {
  padding: 0 0 60px 0 ;
}

.section_contact .main_btn {
  margin: 0 auto;
  padding: 40px 0 0 0;
  width: 720px;
  text-align: center;
}

.section_contact .main_btn img {
  width: 20%;
}

.section_contact .main_btn .txt3{
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

.section_contact .main_btn .txt4{
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

@media all and (max-width: 768px) {

  .section_contact {
  padding: 0 20px 40px ;
}

  .section_contact .main_btn {
    margin: 0 auto;
    padding: 40px 0 60px;
    width: 100%;
    text-align: center;
  }

  .section_contact .main_btn .txt3{
    font-size: 1.6rem;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  
  .section_contact .main_btn .txt4{
    font-size: 1.3rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }

}

/*コンタクトボタン footer前*/

.section_contact3 .main_btn {
  margin: 0 auto;
  padding: 10px 0;
  width: 720px;
  text-align: center;
}

.section_contact3 .main_btn img {
  width: 20%;
}

.section_contact3 .main_btn::before{
  content: "";
  z-index: 30;
  position: absolute;
  bottom: 40px;
  right: calc(50% + 370px);
  width: 108px;
  height: 278px;
  background: url(../img/pic_footerbt01.png) no-repeat right center;
  background-size: 108px 278px;
}

.section_contact3 .main_btn::after{
  content: "";
  z-index: 30;
  position: absolute;
  bottom: 40px;
  right: calc(50% - 520px);
  width: 170px;
  height: 240px;
  background: url(../img/pic_footerbt02.png) no-repeat right center;
  background-size: 170px 240px;
}


.section_contact3 .main_btn .txt4{
  font-size: 2rem;
  margin-bottom: 50px;
  line-height: 1.5;
}

@media all and (max-width: 1140px) {
  

  .section_contact3 {
  padding: 0 32px;
}

  .section_contact3 .main_btn {
    margin: 0 auto;
    padding: 10px 0 210px;
    width: 100%;
    text-align: center;
  }
  
  .section_contact3 .main_btn .txt4{
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  
.section_contact3 .main_btn::before{
  content: "";
  z-index: 30;
  position: absolute;
  bottom: 0;
  right: 55%;
  width: 78px;
  height: 198px;
  background: url(../img/pic_footerbt01.png) no-repeat right center;
  background-size: 68px 198px
}

.section_contact3 .main_btn::after{
  content: "";
  z-index: 30;
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 136px;
  height: 189px;
  background: url(../img/pic_footerbt02.png) no-repeat right center;
  background-size: 129px 186px;
}

}

/* 空白調整 */
.mb30 {
  margin-bottom: 30px;

}

.mt30 {
  margin-top: 30px;
}

.mt80 {
  margin-top: 80px;
}

.t2 {
  top: 2px;
}

/* section1 */
.section1 {
  position: relative;
  padding: 0 0 133px;
}

.section1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 540px;
  z-index: -1;
}

.section1 .box1 {
  max-width: 1170px;
  margin: 0 auto 80px;
  padding: 50px 0 56px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.section1 .box1 .wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.section1 .box1 .inner {
  position: relative;
}

.section1 .box1 .inner .txt_wrap {
  width: 71.4%;
  margin-top: 34px;
}

.section1 .box1 .inner .txt_wrap p+p {
  margin-top: 30px;
}

.section1 .box1 .inner .txt_wrap p .small {
  font-size: 1.4rem;
  white-space: pre-wrap;
}

.section1 .box1 .inner .txt_wrap p .color {
  color: #35a0a0;
  font-weight: bold;
}

.section1 .box1 .inner img {
  width: 162px;
  position: absolute;
  bottom: 6px;
  right: -4px;
}

.section1 .box2 .hdg.pc {
  display: flex;
  justify-content: space-between;
  font-size: 2.1rem;
  font-weight: bold;
  max-width: 1000px;
  margin: 47px auto 20px;
  padding: 0 10px;
}

.section1 .box2 .hdg.pc p {
  width: 50%;
  text-align: center;
  position: relative;
  padding-bottom: 22px;
}

.section1 .box2 .hdg.pc p:last-child {
  color: #35a0a0;
}

.section1 .box2 .hdg.pc p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../img/arrow2.png") no-repeat;
  background-size: 20px 8px;
  width: 20px;
  height: 8px;
}

.section1 .box2 .hdg.pc p:last-child:after {
  background: url("../img/arrow3.png") no-repeat;
}

.section1 .box2 .txt_wrap {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 0 10px;
}

.section1 .box2 .txt_wrap+.txt_wrap {
  margin-top: 20px;
}

.section1 .box2 .txt_wrap .txt_box {
  width: 50%;
}

.section1 .box2 .txt_wrap .txt_box.other {
  border: 1px solid #888888;
  border-right: none;
  padding: 22px 30px 22px 107px;
  background: url("../img/icon_other.png") no-repeat left 18px center;
}

.section1 .box2 .txt_wrap .txt_box.ifa {
  border: 2px solid #95cccc;
  box-shadow: 0 0 5px 0 rgba(92, 176, 176, 0.5);
  padding: 26px 107px 26px 30px;
  font-weight: bold;
  color: #35a0a0;
  font-size: 1.8rem;
  background: url("../img/icon_ifa.png") no-repeat right 18px center;
  letter-spacing: 1.4px;
}

.section1 .box2 .txt_wrap .txt_box p span {
  font-size: 1.4rem;
  font-weight: normal;
}

/* section2 */
.section2 {
  background: #f2f4f6;
  padding: 60px 0 0;
}

.section2 .box1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.section2 .box1 .txt1 {
  text-align: center;
  font-weight: bold;
  margin: 35px 0;
  line-height: 1.9;
}

.section2 .box1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 48px 0 25px;
}

.section2 .box1 ul li {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 0;
  padding: 10px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  width: 30.6%;
  margin: 0 2% 2.5%;
}

.section2 .box1 ul li:first-child {
  margin-left: 0;
}

.section2 .box1 ul li:nth-child(3) {
  margin-right: 0;
}

.section2 .box1 img {
  max-width: 100%;
}

.section2 .box2 {
  padding: 80px 0 40px;
}

.section2 .box2 .dl_wrap {
  max-width: 1190px;
  margin: 35px auto 35px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}

.section2 .box2 .dl_wrap dl {
  border: 2px solid #95cccc;
  width: 31.2%;
  padding: 50px 36px 60px;
}

.section2 .box2 .dl_wrap .dl1 {
  background: url("../img/dl1_bg.png") no-repeat right 38px top 60px #fff;
  background-size: 42px 46px;
}

.section2 .box2 .dl_wrap .dl2 {
  background: url("../img/dl2_bg.png") no-repeat right 38px top 60px #fff;
  background-size: 53px 46px;
}

.section2 .box2 .dl_wrap .dl3 {
  background: url("../img/dl3_bg.png") no-repeat right 46px top 60px #fff;
  background-size: 60px 48px;
}

.section2 .box2 .dl_wrap dl dt {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
  min-height: 63px;
  margin-bottom: 17px;
  padding-right: 60px;
}

/* ↓アコーディオンありなら none */
.box2 dl dd {
  display: block;
}

.section2 .box2 .aco_icn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 128px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

.section2 .box2 .aco_icn.open {
  justify-content: center;
}

.section2 .box2 .aco_icn::before {
  display: block;
  content: "続きを読む";
  color: #007FFF;
  font-size: 16px;
  line-height: 1;
}

.section2 .box2 .aco_icn.open::before {
  content: "閉じる";
}

.section2 .box2 .aco_icn::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icn_open.png)no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.section2 .box2 .aco_icn.open::after {
  background: url(../img/icn_close.png)no-repeat center;
  background-size: cover;
}

.section2 .box2 .notes {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.section2 .box2 .notes span {
  font-weight: bold;
}

.section2 .box3 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px 80px;
}

.section2 .box3 p {
  text-align: center;
  margin: 35px 0 25px;
}

.section2 .box3 ul {
  border: 1px solid #9d9e9e;
  background: #fbf1e3;
  padding: 50px 55px;
  font-size: 2.1rem;
  font-weight: bold;
}

.section2 .box3 ul li {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 1px;
}

.section2 .box3 ul li+li {
  margin-top: 2px;
}

.section2 .box_chart {
  max-width: 1190px;
  margin: 43px auto 35px;
  padding: 0 10px;
}

.section2 .box_chart figure {
  margin: 43px auto 35px;
}

.section2 .box_chart figure img {
  width: 100%;
}

.section2 .box_chart p {
  font-size: 1.2rem;
  text-align: right;
  margin: 10px auto 0;
  padding-bottom: 95px;
}

/* section3 */
.section3 {
  padding: 60px 0 40px;
}

.section3 .box1 .dl_wrap {
  max-width: 1000px;
  margin: 43px auto 32px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}

.section3 .box1 .dl_wrap+.dl_wrap {
  margin: 0 auto 48px;
}

.section3 .box1 .dl_wrap dl {
  border: 2px solid #95cccc;
  width: 47.9%;
  padding: 70px 47px 30px;
  min-height: 338px;
  position: relative;
  letter-spacing: 0.6px;
}

.section3 .box1 .dl_wrap dl .step {
  position: absolute;
  left: 0;
  top: 0;
  width: 98px;
  background: #5cb0b0;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  padding: 6px 0 11px;
  display: block;
}

.section3 .box1 .dl_wrap dl .step span {
  font-size: 2.1rem;
}

.section3 .box1 .dl_wrap .dl1 {
  background: url("../img/dl4_bg.png") no-repeat right 48px top 80px #fff;
  background-size: 30px 46px;
  margin-right: 15px;
}

.section3 .box1 .dl_wrap .dl2 {
  background: url("../img/dl5_bg.png") no-repeat right 48px top 77px #fff;
  background-size: 60px 46px;
  margin-right: 15px;
}

.section3 .box1 .dl_wrap .dl3 {
  background: url("../img/dl1_bg.png") no-repeat right 47px top 76px #fff;
  background-size: 42px 46px;
}

.section3 .box1 .dl_wrap .dl4 {
  background: url("../img/dl2_bg.png") no-repeat right 48px top 75px #fff;
  background-size: 53px 46px;
}

.section3 .box1 .dl_wrap dl dt {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
  min-height: 63px;
  margin-bottom: 17px;
  padding-right: 60px;
}

.section3 .box1 .dl_wrap .dl1::after {
  content: "";
  width: 20px;
  height: 70px;
  bottom: -19px;
  position: absolute;
  left: 308px;
  display: block;
  top: 64px;
  background: url(../img/arrow4.svg) no-repeat;
  background-size: 20px auto;
}

.section3 .box1 .dl_wrap .dl2::after {
  content: "";
  width: 20px;
  height: 70px;
  bottom: -19px;
  position: absolute;
  left: 308px;
  display: block;
  top: 64px;
  background: url(../img/arrow4.svg) no-repeat;
  background-size: 20px auto;
}

@media all and (max-width: 768px) {
  .section3 .box1 .dl_wrap dl dt {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    min-height: 63px;
    margin-bottom: 17px;
  }

  .section3 .box1 .dl_wrap .dl1::after {
    content: "";
    width: 90px;
    height: 80px;
    position: absolute;
    left: 40%;
    display: block;
    top: 99%;
    background: url(../img/arrow4_2.svg) no-repeat;
    background-size: 80px auto;
  }

  .section3 .box1 .dl_wrap .dl2::after {
    content: "";
    width: 90px;
    height: 80px;
    position: absolute;
    left: 40%;
    display: block;
    top: 99%;
    background: url(../img/arrow4_2.svg) no-repeat;
    background-size: 80px auto;
  }
}


/* section4 */
.section4 {
  background: #f2f4f6;
}

.section4 .box1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 10px 0;
  background: url("../img/hdg1_bg.png") no-repeat right 17px top 65px;
}

.section4 .hdg1 {
  margin-bottom: 40px;
}

.section4 .accordion {
  border: 2px solid #539e9e;
  border-radius: 10px;
}

.section4 .accordion+.accordion {
  margin-top: 10px;
}

.section4 .accordion dt {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 30px 100px 30px 0;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

.section4 .accordion dt.open {
  border-radius: 10px 10px 0 0;
}

.section4 .accordion dt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  background: url("../img/arrow_off.png") no-repeat;
  width: 24px;
  height: 14px;
}

.section4 .accordion dt.open:after {
  background: url("../img/arrow_on.png") no-repeat;
}

.section4 .accordion dd {
  border-radius: 0 0 10px 10px;
  display: none;
}

.section4 .accordion dd .inner {
  background: #fff4e8;
  display: flex;
  align-items: flex-start;
  padding: 30px 100px 30px 0;
  border-radius: 0 0 10px 10px;
}

.section4 .accordion .qa {
  font-size: 4rem;
  font-weight: bold;
  width: 98px;
  text-align: center;
  line-height: 1;
  padding-left: 5px;
}

.section4 .accordion dt .qa {
  color: #539e9e;
  padding-bottom: 8px;
}

.section4 .accordion dd .qa {
  color: #353535;
  padding-top: 10px;
}

.section4 .accordion .contents {
  width: calc(100% - 98px);
  padding-left: 28px;
  position: relative;
}

.section4 .accordion dt .contents {
  padding: 12px 0 12px 28px;
  border-left: 2px solid #cccccc;
}

.section4 .accordion dd .contents:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 74px;
  max-height: 100%;
  background: #cccccc;
}

.section4 .accordion .contents img {
  max-width: 100%;
  margin: 25px auto;
}

.section4 .accordion .contents ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.section4 .box2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 93px 10px 80px;
  background: url("../img/hdg2_bg.png") no-repeat right 47px top 90px;
}

/* section5 */
.section5 {
  background: #5cb0b0;
  padding: 133px 10px 98px;
}

.section5 .box1 {
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 60px 0 130px;*/
  padding: 60px 0;
  border-radius: 10px;
  background: #fff;
}

.section5 .box1 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.section5 .box1 .hdg1 {
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: 590px;*/
  max-width: 730px;
  margin: 0 auto 10px;
}

.section5 .box1 .hdg1 .circle {
  width: 101px;
  height: 101px;
  background: #5cb0b0;
  font-weight: bold;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

.section5 .box1 .hdg1 .txt {
  width: calc(100% - 116px);
}

.section5 .box1 .scroll {
  border: 1px solid #888888;
  height: 129px;
  margin: 28px auto 50px;
  padding: 20px 40px 0;
  overflow-y: scroll;
}

.section5 .box1 .scroll p {
  margin-bottom: 20px;
  text-align: left;
}

.section5 .box1 .btn {
  max-width: 600px;
  border: 1px solid rgb(136, 136, 136);
  border-radius: 40px;
  background: #e9eb19;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 10px 60px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

.section5 .box1 .btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  margin: auto;
  background: url("../img/arrow_off2.png") no-repeat;
  width: 24px;
  height: 14px;
}

.section5 .box1 .btn span {
  font-size: 1.6rem;
  display: block;
}

.section5 .box1 .form {
  margin-top: 50px;
  display: none;
}

.section5 .box1 .form div {
  height: 230px;
  background: #f2f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section5 .box1 .form+.hdg1 {
  margin-top: 120px;
}

.section5 .box1 .btn_form a {
  max-width: 700px;
  border: 1px solid rgb(136, 136, 136);
  border-radius: 40px;
  background: #e9eb19;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin: 40px auto 10px;
  padding: 20px 60px 22px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
  display: block;
  position: relative;
  letter-spacing: 5px;
}

.section5 .box1 .btn_form a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  margin: auto;
  background: url("../img/arrow.png") no-repeat;
  width: 14px;
  height: 24px;
}

.section5 .box1 .btn_form a span {
  font-size: 1.6rem;
  display: block;
}


.section5 .box1 .detail {
  margin-top: 40px;
}

.section5 .box1 .detail li {
  background: #fff4e8;
  font-size: 2.1rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  padding: 20px 30px 21px 103px;
  line-height: 1.4;
}

.section5 .box1 .detail li:after {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/icon_check.png") no-repeat;
  width: 34px;
  height: 31px;
}

.section5 .box1 .detail li+li {
  margin-top: 20px;
}

.section5 .box1 .detail li span {
  color: #35a0a0;
}

.section5 p {
  text-align: center;
}

/* section6 */
.section6 {
  padding: 0;
}

.section6 .box1 {
  max-width: 1190px;
  margin: 0 auto;
  padding-top: 80px;
}

.section6 .box1 .detail {
  margin-top: 40px;
}

.section6 .box1 .detail li {
  width: 100%;
  background: #fff4e8;
  font-size: 2.1rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  padding: 20px 30px 21px 103px;
  line-height: 1.4;
}

.section6 .box1 .detail li:after {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/icon_check.png") no-repeat;
  width: 34px;
  height: 31px;
}

.section6 .box1 .detail .etc:after {
  content: "";
  background: none;
}

.section6 .box1 .detail li+li {
  margin-top: 20px;
}

.section6 .box1 .detail li span {
  color: #35a0a0;
}

.section6 p {
  text-align: center;
  line-height: normal;
}

.section6 .entry_wrap {
  margin-top: 30px;
}

.section6 .entry_wrap .btn1_text {
  font-size: 14px;
}

.section6 .entry_wrap a {
  max-width: 535px;
  border: 1px solid rgb(136, 136, 136);
  border-radius: 80px;
  background: #FFFF66;
  padding: 8px 15px 11px;
  margin: 0 auto;
  font-weight: bold;
  display: block;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

.section6 .entry_wrap a:hover {
  background: #f8f98d;
}

.section6 .entry_wrap a .btn1_flex {
  font-size: 20px;
}

.section6 .box1 .free_doc .contentslist_doc {
  display: flex;
}

.section6 .box1 .free_doc .contentslist_doc .pic_doc {
  width: 450px;
  padding: 40px 30px 80px 10px;
  background: url(../img/pic_doc.png) no-repeat right 0 top 45px;
  background-size: 360px;
  font-size: 2.8rem;
}

.section6 .box1 .free_doc .etc {
  text-align: left;
  width: 100%;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
  padding: 0 10px 20px 40px;
}


.w80 {
  width: 80% !important;
}


/* section7 */
.section7 {
  padding: 0 0 80px;
  /* 80px 取る 0 間にコーナーが挟まる場合 20230824  */
}

.section7 .box1 {
  margin-bottom: 40px;
}

.section7 .box1 .txt1 {
  text-align: center;
  font-weight: bold;
  margin: 35px 0;
  line-height: 1.9;
  letter-spacing: 0;
}

.section7 .box1 .txt_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 0 10px;
}

.section7 .box1 .txt_box {
  width: 50%;
  font-weight: bold;
  padding: 110px 20px 20px 20px;
  text-align: center;
  position: relative;
  height: 370px;
}

.section7 .box1 .txt_box.merit {
  background: #E7EFEF;
  height: auto;
}

.section7 .box1 .txt_box.demerit {
  background: #95CCCC;
  padding: 110px 20px 16px 20px;
  height: auto;
}

.section7 .box1 .txt_box.merit::before,
.section7 .box1 .txt_box.demerit::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.section7 .box1 .txt_box.merit::before {
  background: url(../img/icn_merio@2x.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 30px;
}

.section7 .box1 .txt_box.demerit::before {
  background: url(../img/icn_demerio@2x.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 30px;
}

.section7 .box1 .txt_box .hdg {
  color: #5CB0B0;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 20px;
  position: relative;
}

.section7 .box1 .txt_box.demerit .hdg {
  color: #fff;
}

.section7 .box1 .txt_box .hdg::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.section7 .box1 .txt_box.merit .hdg::after {
  border-color: #5CB0B0 transparent transparent transparent;
}

.section7 .box1 .txt_box ul {
  text-align: left;
}

.section7 .box1 .txt_box ul li.item {
  text-align: left;
  position: relative;
  padding-left: 33px;
  line-height: 1.5;
  letter-spacing: 0;
}

.section7 .box1 .txt_box ul li.item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icn_check1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.section7 .box1 .txt_box.merit ul li.item::before {
  background: url(../img/icn_check2.png) no-repeat center;
  background-size: cover;
}

.section7 .box1 .txt_box ul li.item:not(:last-child) {
  margin-bottom: 5px;
}

.section7 .box1 .txt_box.merit .txt {
  margin-top: 10px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  font-weight: normal;
}

/* ↓アコーディオンありなら none */
.section7 .box1 .aco_wrap {
  display: block;
}

.section7 .box1 .txt_box.demerit .aco_link::before {
  color: #fff;
}

.section7 .box1 .txt_box.demerit .aco_link::after {
  background: url(../img/icn_open_wh.png)no-repeat center;
  background-size: cover;
}

.section7 .box1 .txt_box.demerit .aco_link.open::after {
  background: url(../img/icn_close_wh.png)no-repeat center;
  background-size: cover;
}

.section7 .box2 h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 32px;
}

.section7 .box2 h3+.txt {
  text-align: center;
  padding-bottom: 16px;
}

.section7 .box2 .col {
  max-width: 1210px;
  width: 100%;
  display: flex;
  padding: 0 10px;
  margin: 0 auto;
}

.section7 .box2 .col .inner {
  width: calc((100% - 80px) / 3);
  padding: 40px 40px 30px;
  border: 2px solid #E7EFEF;
  border-radius: 20px;
  text-align: center;
}

.section7 .box2 .col .inner:not(:last-child) {
  margin-right: 40px;
}

.section7 .box2 .col .inner img {
  width: 110px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.section7 .box2 .col .inner h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 32px;
}

.section7 .box2 .col .inner .txt {
  display: none;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0;
}

.section7 .box2 .col .inner .txt span {
  color: #CC0000;
}

/* section8 */
.section8 {
  background: #F2F4F6;
  padding: 60px 0;
}

.section8 .box1 .txt1 {
  text-align: center;
  font-weight: bold;
  margin: 40px 0;
  line-height: 1.9;
}

.section8 .box1 .txt2 {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: 0;
}

.section8 .box_adviser {
  max-width: 640px;
  width: 100%;
  margin: 40px auto;
}

.section8 .box_adviser .img {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.section8 .box_adviser .img img {
  width: 100%;
}

.section8 .box_adviser h3 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin: 20px 0;
}

.section8 .box_adviser .txt {
  line-height: 1.5;
  letter-spacing: 0;
}

.section8 .box2 {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.section8 .box2 .col {
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.section8 .box2 .col .inner:first-child {
  padding: 30px 40px;
  background: #5CB0B0;
  text-align: center;
}

.section8 .box2 .col .inner:first-child img {
  width: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.section8 .box2 .col .inner:first-child h4 {
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.section8 .box2 .col .inner:last-child {
  background: #fff;
}

.section8 .box2 .col .inner:last-child .txt {
  max-width: 720px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 30px 40px;
}

.section8 .box2 .col .inner:last-child .txt span {
  color: #CC0000;
}

.section8 .box2 .txt1 {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

/* section9 */
.section9 {
  padding: 60px 0;
}

.section9 .hdg1 {
  letter-spacing: 0;
}

.section9 .box1 {
  margin-bottom: 40px;
}

.section9 .box1 .txt1 {
  text-align: center;
  font-weight: bold;
  margin: 40px 0;
  line-height: 1.9;
  letter-spacing: 0;
}

.section9 .box1 .col {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.section9 .box1 .col .inner {
  width: calc((100% - 40px) / 2);
  border: 2px solid #E7EFEF;
}

.section9 .box1 .col .inner:first-child {
  margin-right: 40px;
}

.section9 .box1 .col .inner .h4Block {
  background: #E7EFEF;
  text-align: center;
  padding: 30px 40px;
}

.section9 .box1 .col .inner .h4Block h4 {
  font-size: 26px;
  line-height: 1.2;
}

.section9 .box1 .col .inner .h4Block h4 span {
  font-size: 16px;
}

.section9 .box1 .col .inner dl {
  padding: 30px 40px;
}

.section9 .box1 .col .inner dl dt {
  display: flex;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  background: #5CB0B0;
  padding: 6px 12px;
  margin-bottom: 8px;
  border-radius: 4px;
}

.section9 .box1 .col .inner dl dt .aco {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 128px;
  margin: 0 0 0 auto;
  cursor: pointer;
  position: relative;
}

.section9 .box1 .col .inner dl dt .aco.open {
  justify-content: center;
}

.section9 .box1 .col .inner dl dt .aco::before {
  content: "続きを読む";
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
}

.section9 .box1 .col .inner dl dt .aco::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icn_open_wh.png)no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.section9 .box1 .col .inner dl dt .aco.open::before {
  content: "閉じる";
}

.section9 .box1 .col .inner dl dt .aco.open::after {
  background: url(../img/icn_close_wh.png)no-repeat center;
  background-size: cover;
}

.section9 .box1 .col .inner dl dd {
  display: none;
  line-height: 1.5;
  letter-spacing: 0;
}

.section9 .box1 .col .inner dl dd:nth-child(2) {
  margin-bottom: 24px;
}

.section9 .box2 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.section9 .box2 .col {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.section9 .box2 .col .inner:first-child {
  padding: 30px 40px;
  background: #5CB0B0;
  text-align: center;
}

.section9 .box2 .col .inner:first-child img {
  width: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.section9 .box2 .col .inner:first-child h4 {
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.section9 .box2 .col .inner:last-child {
  background: #fff;
}

.section9 .box2 .col .inner:last-child .txt {
  max-width: 720px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 30px 40px;
}

.section9 .box2 .col .inner:last-child .txt span {
  color: #CC0000;
}

.section9 .box2 .txt1 {
  font-weight: bold;
  text-align: center;
}

/* 20240125 追加分*/
.section9 .box2 .col2 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.txt_gr {
  color: #1D7979;
}

.txt_pgr {
  color: #35A0A0;
}

.bold {
  font-weight: bold;
}

.stxt {
  font-size: 70%;
}

.btn .stxt {
  display: inline;
  font-size: 80%;
}

.btn2 .stxt {
  display: inline;
  font-size: 80%;
}

.btn .stxt2 {
  display: inline;
  font-size: 80%;
}

.btn2 .stxt2 {
  display: inline;
  font-size: 80%;
}

.btn .stxt3 {
  display: inline;
  font-size: 80%;
}



.line-h {
  display: block;
  margin-top: -10px;
  margin-bottom: -65px;
}

.bg_gray{
  background-color: #f2f4f6;
}

.p0{
  padding: 0 !important;
}

.m0{
  margin: 0 !important;
}

@media all and (max-width: 768px) {
  .stxt {
    font-size: 65%;
  }

  .fixed_btn .inner .contact_btn .btn .stxt2 {
    display: block;
    font-size: 85%;
    margin-top: -2px;
  }
  
  .fixed_btn .inner .contact_btn .btn2 .stxt2 {
    display: block;
    font-size: 85%;
    margin-top: -2px;
  }
}


/* PC */
.section9 .box2 .col2 table thead {
  text-align: center;
}

.section9 .box2 .col2 table thead th {
  font-weight: bold;
  line-height: 130%;
  font-size: 120%;
  border-top: solid 2px #95CCCC;
}

.section9 .box2 .col2 table thead th .recomend {
  margin: -38px 0 0 0;
  width: 100%;
  height: 50px;
  background-color: #1D7979;
  color: #fff;
  position: relative;
  z-index: 10;
}

.section9 .box2 .col2 table thead th:first-child {
  border-top: solid 2px #fff;
}

.section9 .box2 .col2 table thead th div {
  margin: 10px;
  display: flex;
  height: 80px;
  flex-direction: column;
  justify-content: center;
}


.section9 .box2 .col2 table thead th .icon_fp {
  width: 20%;
  margin-top: 20px;
}

.section9 .box2 .col2 table thead th .icon_ifa {
  width: 35%;
  margin-top: 15px;
}

.section9 .box2 .col2 table thead th .icon_bank {
  width: 20%;
  margin-top: 20px;
}


.section9 .box2 .col2 table tbody td {
  vertical-align: top;
}


.section9 .box2 .col2 table tbody tr {
  border-top: solid 1px #9D9E9E;
}

.section9 .box2 .col2 table tbody tr:last-child {
  border-bottom: solid 2px #9D9E9E;
}


.section9 .box2 .col2 table tbody th {
  font-weight: bold;
  text-align: center;
  font-size: 120%;
}

.section9 .box2 .col2 table td {
  padding: 20px;
}

.section9 .box2 .col2 table td:nth-child(2),
.section9 .box2 .col2 table th:nth-child(2) {
  background-image: linear-gradient(to right, #F2F4F6 95%, #ececec, #e5e5e5);
}

.section9 .box2 .col2 table td:last-child,
.section9 .box2 .col2 table th:last-child {
  background-image: linear-gradient(to left, #F2F4F6 95%, #ececec, #e5e5e5);
}

/* SP */
.section9 .box2 .col2 .inner2 {
  width: 100%;
}

.section9 .box2 .col2 .inner2 div {
  text-align: center;
  position: relative;
  width: 100%;
}

.section9 .box2 .col2 .inner2 .division3,
.section9 .box2 .col2 .inner2 .division2,
.section9 .box2 .col2 .inner2 .division {
  padding: 20px;
  border: solid 1px #707070;
  margin-bottom: 20px;
}

.section9 .box2 .col2 .inner2 .division3 div p {
  position: relative;
  top: 50%;
}

.section9 .box2 .col2 .inner2 .division2 div p,
.section9 .box2 .col2 .inner2 .division div p {
  font-weight: bold;
  font-size: 120%;
  line-height: 24px;
  margin-bottom: 10px;
}


.section9 .box2 .col2 .inner2 .division2 div img,
.section9 .box2 .col2 .inner2 .division div img {
  width: 100px;
  margin-bottom: 5px;
}



.section9 .box2 .col2 .inner2 .division2 ul,
.section9 .box2 .col2 .inner2 .division ul {
  height: auto;
  font-size: 100%;
  line-height: 22px;
}

.section9 .box2 .col2 .inner2 .division2 li div,
.section9 .box2 .col2 .inner2 .division li div {
  padding: 10px 0;
  text-align: left;
}

.section9 .box2 .col2 .inner2 .division2 li:first-child,
.section9 .box2 .col2 .inner2 .division li:first-child {
  height: auto;
  text-align: left;
  margin-bottom: 20px;
}

.section9 .box2 .col2 .inner2 .division2 li:last-child,
.section9 .box2 .col2 .inner2 .division li:last-child {
  height: auto;
  text-align: left;
}


.section9 .box2 .col2 .inner2 .division2 {
  width: 100%;
  background-color: #F2F4F6;
}

.section9 .box2 .col2 .inner2 .division {
  width: 100%;
}


.section9 .box2 .col2 .inner2 .division2 .icon_fp {
  width: 60px;
  margin-top: 20px;
}

.section9 .box2 .col2 .inner2 .division .icon_ifa {
  width: 90px;
  margin-top: 15px;
}

.section9 .box2 .col2 .inner2 .division2 .icon_bank {
  width: 70px;
  margin-top: 20px;
}

.section9 .box2 .col2 .inner2 .recomend_sp {
  margin: 0;
  width: 100%;
  height: 50px;
  background-color: #1D7979;
  color: #fff;
  position: relative;
  top: 0;
  z-index: 10;
}


/* section10 */
.section10 {
  background: #CEF3F3;
  padding: 60px 0;
}

.section10 .box1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

/* .section10 .hdg1 {
  color: #fff;
}*/
.section10 .box1 .img {
  max-width: 640px;
  width: 100%;
  text-align: center;
  margin: 40px auto;
}

.section10 .box1 .img img {
  width: 100%;
}

.section10 .box1 ul {
  max-width: 960px;
  margin: 0 0 0 auto;
}

.section10 .box1 ul li {
  font-weight: bold;
  line-height: 1.5;
  background: #fff;
  padding: 20px 20px 20px 54px;
  position: relative;
  border: solid 2px #35A0A0;
}

.section10 .box1 ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icn_check2.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 22px;
  left: 20px;
}

.section10 .box1 ul li:not(:last-child) {
  margin-bottom: 10px;
}

.section10 .box1 ul li span {
  color: #333333;
  font-weight: normal;
}

/* section11 */
.section11 {
  padding: 80px 0;
}

.section11 .flex {
  display: flex;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 10px;
}

.section11 .flex .txt {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 40px;
}

.section11 .flex .txt span {
  color: #CC0000;
}

/* section13 NISA */
.section13 {
  background: #f2fefe;
  padding: 80px 0;
}

.section13 h3 {
  max-width: 640px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  padding: 60px 0 32px;
}

.bgtitle {
  background: url(../img/h3_bg.png) no-repeat right 57px top 66px;
  background-size: 52px;
}

.bgtitle2 {
  background: url(../img/h3_bg2.png) no-repeat right 57px top 66px;
  background-size: 40px;
}

.section13 .box1 {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 30px;
}

.section13 .box1 .txt {
  padding-bottom: 16px;
  line-height: 1.8;
  padding: 0 15px 15px 15px;
}

.section13 .box1 .txt1 {
  text-align: center;
  font-weight: bold;
  margin: 35px 0 0;
  line-height: 1.9;
  letter-spacing: 0;
}

.section13 .box1 .txt2 {
  font-weight: bold;
  display: flex;
  color: #35a0a0;
  font-size: 2rem;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 40px;
  width: 300px;
  border-bottom: 5px solid #6EBABA;
  justify-content: center;
}

.section13 .box1 .dl_wrap {
  max-width: 100%;
  margin: 12px 0 0;
  padding: 0;
}

.section13 .box1 .dl_wrap ul {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.section13 .box1 .dl_wrap li {
  width: 23%;
  padding: 20px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
}

.section13 .box1 .dl_wrap li p {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  min-height: 56px;
  margin-bottom: 0;
  padding-right: 50px;
}

.section13 .box1 .dl_wrap .li1 {
  display: flex;
  align-items: center;
  background: url("../img/li12_1_bg.png") no-repeat right 10px top 35px #fff;
  background-size: 60px 55px;
}

.section13 .box1 .dl_wrap .li2 {
  display: flex;
  align-items: center;
  background: url("../img/li12_2_bg.png") no-repeat right 15px top 35px #fff;
  background-size: 60px 55px;
}

.section13 .box1 .dl_wrap .li3 {
  display: flex;
  align-items: center;
  background: url("../img/li12_3_bg.png") no-repeat right 10px top 35px #fff;
  background-size: 60px 55px;
}

.section13 .box1 .dl_wrap .li4 {
  display: flex;
  align-items: center;
  background: url("../img/li12_4_bg.png") no-repeat right 15px top 33px #fff;
  background-size: 60px 55px;
}

.section13 .box2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.section13 .box2 .txt1 {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.section13 .box1 .txt1 span {
  color: #CC0000;
}

.section13 .box2 .col {
  max-width: 1200px;
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0 0 30px auto;
}

.section13 .box2 .col .inner {
  width: calc((100% - 80px) / 3);
  padding: 40px 30px 30px;
  border: 2px solid #E7EFEF;
  background: white;
  border-radius: 20px;
  text-align: center;
}

.section13 .box2 .col .inner:not(:last-child) {
  margin-right: 40px;
}

.section13 .box2 .col .inner img {
  width: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.section13 .box2 .col .inner h4 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.5;
}

.aco_link3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 152px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

.aco_link3 a {
  display: block;
  color: #35a0a0;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.aco_link3 img {
  width: 32px !important;
  vertical-align: text-top;
  margin: -3px 5px 0;
}

@media all and (max-width: 768px) {
  .section13 {
    padding: 80px 0 40px;
  }

  .section13 .box1 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 30px;
  }

  .section13 .box1 h3 {
    font-size: 18px;
    line-height: 1.5;
    padding: 40px 0 75px;
  }

  .bgtitle {
    background: url(../img/h3_bg.png) no-repeat right 50% top 105px;
    background-size: 40px;
  }

  .bgtitle2 {
    background: url(../img/h3_bg2.png) no-repeat right 50% top 105px;
    background-size: 32px;
  }

  .section13 .box1 .txt {
    padding: 0 15px;
    font-size: 14px;
    padding-bottom: 16px;
    line-height: 1.8;
    margin: 0 auto;
  }

  .section13 .box1 .txt1 {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 35px 0 0 0;
    line-height: 1.9;
    letter-spacing: 0;
  }

  .section13 .box1 .txt2 {
    font-size: 1.6rem;
    width: 250px;
  }

  .section13 .box1 .dl_wrap ul {
    width: 100%;
    padding: 0;
    display: block;
    float: left;
    margin-top: 30px;
  }

  .section13 .box1 .dl_wrap li {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .overflow {
    overflow: hidden;
  }

  .section13 .box1 .dl_wrap .li1 {
    background-position: right 10px top 20px;
    background-size: 60px 55px;
  }

  .section13 .box1 .dl_wrap .li2 {
    background-position: right 10px top 20px;
    background-size: 60px 55px;
  }

  .section13 .box1 .dl_wrap .li3 {
    background-position: right 10px top 20px;
    background-size: 60px 55px;
  }

  .section13 .box1 .dl_wrap .li4 {
    background-position: right 10px top 20px;
    background-size: 60px 55px;
  }


  .section13 .box2 .txt1 {
    padding: 0 15px;
    font-size: 14px;
    text-align: left;
  }

  .section13 .box2 .col {
    display: block;
    padding: 0 15px;
  }

  .section13 .box2 .col .inner {
    width: 100%;
    padding: 20px;
  }

  .section13 .box2 .col .inner:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;

  }

  .section13 .box2 .col .inner h4 {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }

}


/* section14 */
.section14 {
  padding: 0;
}


.section14 .box1 .hdg1 {
  margin-top: -70px;
}

.section14 .box1 .point {
  max-width: 1190px;
  margin: 43px auto 120px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section14 .box1 .point li {
  border: 2px solid #95cccc;
  width: 31.2%;
  padding: 40px 30px 40px;
  font-size: 130%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.section14 .box1 .point li p {
  display: block;
  position: relative;
  top: 0;
  text-align: center;
}

.section14 .box1 .point li .list2 {
  top: 0;
}


.section14 .box1 .title {
  text-align: center;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 8.2rem;
  color: #95CCCC;
  display: flex;
  justify-content: center;
  position: relative;
  top: -58px;
}

.section14 .box1 .hdg1 {
  margin: -30px auto 30px;
  width: auto;
  color: #333;
}
.section14 .box1 .hdg1 .title_point{
  width: fit-content;
  margin: 0 auto;
  padding-left: 80px;
  background: url(../img/ico_light.png) no-repeat left center;
  background-size: 60px 65px;
}

.section14 .display_none {
  display: none;
}


.section14 .box1 .hdg1 img {
  width: 400px;
  margin-right: 10px;
}

@media all and (max-width: 1140px) {

  .section14 .box1 .point {
    display: block;
  }
  
  .section14 .box1 .point li {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 20px 20px;
    font-size: 100%;
    height: auto;
  }
  

}

@media all and (max-width: 768px) {
.section14 .box1 .title {
    font-size: 4.2rem;
    top: -42px;
}
.section14 .box1 .hdg1{
  margin-top: -40px;
}
.section14 .box1 .hdg1 img {
  width: 80%;
}
.section14 .box1 .hdg1::before{
  top: -500px;
  left: 43%;
}

.section14 .box1 .hdg1 .title_point{
  width: fit-content;
  margin: 0 auto;
  padding-top: 80px;
  padding-left:0;
  background: url(../img/ico_light.png) no-repeat center top;
  background-size: 60px 65px;
}

}

/* section15 */

.section15 {
  padding: 0;
  background: #CEF3F3;
  padding-bottom: 60px;
  display: flow-root;
}

.section15 .box1::after {
  content: "";
  z-index: 30;
  position: absolute;
  bottom: -90px;
  right: 44%;
  width: 127px;
  height: 43px;
  background: url(../img/arrow15.png) no-repeat center center;
  background-size: 127px 43px;
}

.section15 .display_none {
  display: none;
}

.section15 .box1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: flow-root;
}

.section15 .box1 .title {
  font-family: "azo-sans-web", sans-serif;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
  font-weight: 200;
  font-style: normal;
  font-size: 8.2rem;
  color: #95CCCC;
  display: flex;
  justify-content: center;
  position: relative;
  top: -58px;
}

.section15 .box1 .hdg1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  margin-top: -70px;
}

.section15 .box1 .recomend-type {
  max-width: 1210px;
  width: 100%;
  display: flex;
  padding: 0 10px;
  margin-top: 60px;
  margin-bottom: 70px;
}

.section15 .box1 .recomend-type li {
  text-align: center;
  width: 25%;
  padding: 20px 20px 20px;
  border: 2px solid #95CCCC;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  font-size: 120%;
}

.section15 .box1 .recomend-type li:last-child {
  margin-right: 0;

}

.section15 .box1 .recomend-type img {
  height: 80px;
  margin-bottom: 10px;
}

.section15 .box1 .recomend-type li p {
  display: block;
  text-align: left;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .section15 .box1 .title {
    font-size: 4.2rem;
    top: -42px;
}


.section15 .box1 .hdg1 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: -50px;
}

.section15 .box1 .recomend-type{
  display: block;
  float: left;
  overflow: hidden;
}

.section15 .box1 .recomend-type li {
width: 100%;
margin-bottom: 10px;
text-align: center;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
letter-spacing: 1px;
}

.section15 .box1 .recomend-type li img {
  width: 28%;
  height: auto;
  margin-bottom: 0;
  }

.section15 .box1 .recomend-type li p {
  width: 70%;
  }

.section15 .box1::after {
  bottom: -90px;
  right: calc(50% - 63px);
}

.section15 .box1 .recomend-type {
  margin-bottom: 30px;
}

}

/* section16 */

.section16 {
  background-image: linear-gradient(to top, #CEF3F3 25%, #fff);
}

.section16 .box1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 110px 30px 80px 10px;
  background: url(../img/pic_book.png) no-repeat right -3px top 15px;
  background-size: 300px;
}

.section16 .box1 .hdg1 {
  font-size: 4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  color: #333;
  margin-top: -70px;
}

.section16 .box1 .hdg1 span{
  margin: 0;
  padding: 0;
  font-size: 100%;
}


.section16 .box1 .hdg1 span::after {
  content: "";
  position: absolute;
  top: 76%;
  left: 1%;
  height: 5px;
  background: #FFFF7E;
  width: 37%;
  min-width: 380px;
}

.section16 .box1::after {
  content: "";
  z-index: 30;
  position: absolute;
  top: 360px;
  right: 44%;
  width: 127px;
  height: 43px;
  background: url(../img/arrow15.png) no-repeat right center;
  background-size: 127px 43px;
}

.section16 .box2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 30px 120px 10px;
  background: url(../img/pic_invest.png) no-repeat right -3px top 15px;
  background-size: 240px;
}

.section16 .box2 .hdg1 {
  font-size: 4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  color: #333;
  margin-top: -70px;
}

.section16 .box2 .hdg1 span{
  margin: 0;
  padding: 0;
  font-size: 100%;
}


.section16 .box2 .hdg1 span::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 1%;
  height: 5px;
  background: #FFFF7E;
  width: 27%;
  min-width: 330px;
}

.section16 .box2::after {
  content: "";
  z-index: 30;
  position: absolute;
  top: 320px;
  right: 44%;
  width: 127px;
  height: 43px;
  background: url(../img/arrow15.png) no-repeat right center;
  background-size: 127px 43px;
}


@media all and (max-width: 768px) {


.section16 .box1 {
  margin: 0 auto;
  padding: 28px 30px 230px;
  background: url(../img/pic_book.png) no-repeat center top 110px;
  background-size: 220px;
}

.section16 .box1 .hdg1 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  color: #333;
  margin-top: -70px;
}

.section16 .box1 .hdg1 span::after {
  content: "";
  position: absolute;
  top: 95px;
  left: 30px;
  height: 5px;
  background: #FFFF7E;
  width: 7%;
  min-width: 210px;
}
  
.section16 .box1::after {
  content: "";
  z-index: 30;
  position: absolute;
  top: 320px;
  right: calc(50% - 63px);
  width: 127px;
  height: 43px;
  background: url(../img/arrow15.png) no-repeat right center;
  background-size: 127px 43px;
}

.section16 .box2 {
  margin: 0 auto;
  padding: 19px 30px 250px;
  background: url(../img/pic_invest.png) no-repeat center top 55px;
  background-size: 180px;
}

.section16 .box2 .hdg1 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  color: #333;
  margin-top: -70px;
}

.section16 .box2 .hdg1 span::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 30px;
  height: 5px;
  background: #FFFF7E;
  width: 7%;
  min-width: 180px;
}
  
.section16 .box2::after {
  content: "";
  z-index: 30;
  position: absolute;
  top:260px;
  right: calc(50% - 63px);
  width: 127px;
  height: 43px;
  background: url(../img/arrow15.png) no-repeat right center;
  background-size: 127px 43px;
}


}


/* Contact2,3 */

.section_contact2 ,
.section_contact3 {
  background: #CEF3F3;
  padding: 40px 20px;
  border: solid 1px #CEF3F3;
}

.section_contact2 .box2,
.section_contact3 .box2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: flow-root;
}
.section_contact2 .box2 .area_madoguchi_flex {
  margin: -30px auto 30px;
  width: auto;
  color: #333;
}
.section_contact2 .box2 .area_madoguchi_flex .title_point{
  width: fit-content;
  padding-top: 20px;
  margin: 0 auto;
  font-size: rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}
.section_contact2 .box2 .area_madoguchi_flex .txt_first{
  text-align: center;
  margin-top: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
}
.section_contact2 .box2 .area_madoguchi_flex img {
  width: 560px;
}
.section_contact2 .display_none {
  display: none;
}

.cat_border_title_f40 {
  font-family: ten-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-image: url(../img/common_short_border.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  letter-spacing: 4px;
}

.btn_title_f40 {
  font-family: ten-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-image: url(../img/common_short_border.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  letter-spacing: 4px;
}

.section_contact2 .box2::after {
  content: "";
  z-index: 30;
  position: absolute;
  top: 315px;
  right: 44%;
  width: 127px;
  height: 43px;
  background: url(../img/arrow15.png) no-repeat right center;
  background-size: 127px 43px;
}


@media all and (max-width: 768px) {

  .section_contact2 .box2 .area_madoguchi_flex {
    margin: -30px auto 30px;
    width: auto;
    color: #333;
  }
  .section_contact2 .box2 .area_madoguchi_flex .title_point{
    width: fit-content;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #333;
  }
  .section_contact2 .box2 .area_madoguchi_flex .txt_first{
    text-align: center;
    margin-top: 20px;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    font-weight: bold;
    line-height: 1.4;
    color: #333;
  }
  .section_contact2 .box2 .area_madoguchi_flex img {
    width: 250px;
  }

  .section_contact2 .box2::after {
    content: "";
    z-index: 30;
    position: absolute;
    top: 300px;
    right: calc(50% - 63px);
    width: 127px;
    height: 43px;
    background: url(../img/arrow15.png) no-repeat right center;
    background-size: 127px 43px;
  }
}
@media all and (max-width: 767px) {
  .section_contact2 .box2::after {
    top: 275px;
  }
}


/* footer */

footer {
  background: #5cb0b0;
  padding-bottom: 0;
}

footer ul {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

footer ul li {
  position: relative;
}

footer ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  width: 1px;
  height: 16px;
}

.contact_btn li:after {
  width: 0;
}

footer ul li:first-child:after {
  content: none;
}

footer ul li a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none ;
  padding: 0 24px;
}

footer ul li .btn:hover {
  text-decoration: none  !important;
}

footer ul li .btn2:hover {
  text-decoration: none  !important;
}


footer small {
  text-align: center;
  color: #888888;
  background: #dddddb;
  padding: 11px 0 12px;
  display: block;
  font-size: 1.6rem;
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: 0.3s;
  cursor: pointer;
  z-index: 101;
}

.pagetop img {
  width: 60px;
  height: 60px;
}

.mid_width{
  display: inline;
}

.sp {
  display: none;
}

.pc{
  display: block;
  }

@media all and (max-width: 768px) {
  .sp {
    display: block;
    }
    .pc{
    display: none;
    }
  }

  /* hover */
  .fixed_btn .inner .btn1 a:hover,
  .fixed_btn .inner .btn2 a:hover,
  .section5 .box1 .btn:hover,
  .section5 .box1 .btn_form a:hover {
    background: #fedd83;
  }

  .section4 .accordion dt:hover {
    background: #abefef;
  }

  footer ul li a:hover {
    text-decoration: underline;
  }

  .pagetop:hover {
    opacity: .5;
  }

  .box2 dl dd {
    letter-spacing: 1.1px;
  }
}

@media all and (min-width: 1400px) {
  .main {
    /*padding: 20px 32px 10%;*/
    padding: 20px 32px 30px;
    background-size: cover;
  }

  .main .txt1 {
    margin: 5% 0 3% 10px;
  }

  .main .inner {
    padding: 4% 0 0 0;
  }

}

@media all and (min-width: 1550px) {

  .mid_width{
    display: none;
  }

}


@media all and (max-width: 1140px) {

  .gradation_bg {
    display: block;
    height: 300px;
    grid-row: auto;
    background: linear-gradient(rgba(242, 244, 246, 0), rgba(242, 244, 246, 1));
    position: relative;
    z-index: 20;
  }

  .main {
    background-color: #f2f4f6;
    background-image: none;
    min-height: 600px;
    padding: 20px 32px;
  }

  .main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 300px;
    background: url("../img/main_bg_sp.jpg") no-repeat center top;
    background-size: cover;

  }

  .main .catchcopy {
    margin-top: -5px;
    text-align: center;
    position: relative;
    z-index: 10;
    font-size: 3.4rem;
    font-weight: 700;
  }

  .main .inner {
    text-align: center;
    padding: 0;
    margin-bottom: 80px;
  }

  .main .txt3 {
    font-size: 1.6rem;
    margin: 32px 0 15px 0;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .main .main_btn {
    padding-top: 0;
    margin: 0 auto;
    width: 720px;
    text-align: center;
    overflow: hidden;
  }

  .cat_border_title_f40 {
    font-size: 1.6rem;
    letter-spacing: 1.2px;
    padding-bottom: 10px;
    margin-bottom: 70px;
    line-height: normal;
}

.line-h {
  display: block;
  margin-top: 0;
  margin-bottom: -35px;
}

.main figure {
  margin-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.main figure img {
  max-width: 100%;
  height: auto;
}

.main .main_btn img{
  width: 127px;
}

}

@media all and (max-width: 767px) {
  body {
    line-height: 1.9;
  }

  .hdg1 {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .main .catchcopy {
    font-size: 2.2rem;
    letter-spacing: 0.5px;
  }

/*  @media all and (max-width: 1024px) {
    body {
      padding-bottom: 10px !important;
    }
  }
*/
  /* fixed_btn */

  .fixed_btn .inner .contact_btn .ac-open {
    width: 135px;
    text-align: center;
    padding: 18px 10px 0;
    background-color: #fff;
  }

  .fixed_btn .inner .contact_btn .ac-open .text {
    color: #539E9E;
    font-size: 10px;
    margin-bottom: 2px;
    text-decoration: none !important;
}

  .fixed_btn .inner .contact_btn .ac-open img {
    width: 18px;
    margin-bottom: 5px;
}
  
  .fixed_btn .inner {
    max-width: 100%;
    padding: 0;
    line-height: 1.4;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    align-items: inherit;
  }

  .fixed_btn .inner .btn2.icon_mail {
    width: 34%;
    position: relative;
    background: #ffc011;
  }

  .fixed_btn .inner .btn a:after,
  .fixed_btn .inner .btn2 a:after {
    display: none;
  }

  .fixed_btn .inner .btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    background-size: 7px 12px;
  }

  .fixed_btn .inner .btn.icon_note:after {
    background: url("../img/icon_note.png") no-repeat right center;
  }

  .fixed_btn .inner .btn a {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 10px 15px 0;
    min-height: 100%;
  }

  .fixed_btn .inner .btn a .span1 {
    font-size: 1.3rem;
    margin-right: 10px;
    padding: 5px 10px;
  }

  .fixed_btn .inner .btn a .span2 {
    font-size: 1.6rem;
    text-align: center;
  }

  .fixed_btn .inner .btn a .btn1_text {
    display: none;
    font-size: 1.2rem;
    padding-top: 5px;
    padding-bottom: 0;
    text-align: left;
  }
  .fixed_btn .inner .btn,
  .fixed_btn .inner .btn2 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    font-size: 80%;
  }

  .fixed_btn .inner .btn2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    background-size: 7px 12px;
  }

  .fixed_btn .inner .btn2.icon_phone:after {
    background: url("../img/icon_phone.png") no-repeat right center;
  }

  .fixed_btn .inner .btn2.icon_mail:after {
    background: url("../img/icon_mail.png") no-repeat right center;
  }

  .fixed_btn .inner .btn2 a {
    border: none;
    border-left: 1px solid #888888;
    box-shadow: none;
    font-size: 1.6rem;
    padding: 8px 10px 8px 0;
    border-radius: 0;
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    white-space: normal;
  }

  .fixed_btn .inner .btn2 span {
    vertical-align: middle;
  }

  .fixed_btn .inner .btn2 a .btn2_text {
    font-size: 0.8rem;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 0;
    text-align: center;
  }

  .fixed_btn .inner .btn2 a .btn3 {
    margin-top: 8px;
  }

  .fixed_btn .inner .txt2 {
    font-size: 14px;
    margin: 10px 0 0 0;
    letter-spacing: 1px;
    font-weight: bold;
    color: #079a9a;
  }

  .fixed_btn .inner .contact_btn li .bgbottom img{
    width: 22px !important;
    margin-right: 3px;
    margin-top: 9px;
    margin-left: -10px;
    margin-bottom: -5px;
  }

  .fixed_btn .inner .contact_btn li .bgbottom2 img{
    width: 22px !important;
    margin-right: 5px;
    margin-top: 8px;
    margin-left: -10px;
    margin-bottom: -8px;
  }


  /* main */

.gradation_bg {
    height: 162px;
  }
  
  .main {
    padding: 0 20px;
}
  .main .logo {
    display: block;
    position: relative;
    z-index: 1;
    padding: 2px 11px;
    background: #f2f4f6;
  }
  .main:after {
    height: 160px;
  }

  .main .catchcopy {
    line-height: 36px;
  }
  .main .txt3 {
    margin: 0;
  }

  .main .logo img {
    width: 100%;
  }

  .main .logo img.appeal {
    width: 33.898vw;
  }

  .main .inner {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    /*padding: 80px 0 0 0;*/
    padding: 0;
  }

  .main .txt1 {
    margin: 4.5% 0 3% 0;
  }

  .main .circle_wrap {
    display: block;
    position: relative;
    max-width: 375px;
    height: 195px;
    margin: 0 auto;
  }

  .main .circle_wrap .circle {
    width: 125px;
    height: 125px;
    font-size: 1.4rem;
    line-height: 1.4;
    position: absolute;
  }

  .main .circle_wrap .circle:nth-child(1) {
    top: 0;
    left: 10px;
  }

  .main .circle_wrap .circle:nth-child(2) {
    margin: 0;
    top: 0;
    right: 10px;
  }

  .main .circle_wrap .circle:nth-child(3) {
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .main .txt1 {
    /* text-align: center; */
    font-size: 1.4rem;
    /*margin: 18px 0 10px 0;*/
    margin: 10% 5% 5% 5%;
    line-height: 1.5;
  }

  .main .txt1 span:after {
    z-index: -1;
  }

  .main .txt2 {
    /* text-align: center; */
    margin-left: 0;
    /* padding-bottom: 85px;*/
    padding-bottom: 0;
    letter-spacing: 1.5px;
    line-height: 1.5;
    font-size: 1.8rem;
    text-shadow: none;
    margin: 10% 5% 5% 5%;
  }

  .main .txt2 span {
    letter-spacing: 3px;
  }

  .main .main_btn {
    width: 100%;
  }

  .main .main_btn {
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 80px;
  }


  .txt_att {
    padding: 0 15px;
  }

  .main .txt4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  @media all and (max-width: 450px) {
    .main .logo img.appeal {
      width: 136px;
    }

    .main .main_btn img {
      width: 35%;
    }

    .contact_btn{
      display: block;
    }

    .contact_btn li {
      width: 100%;
      margin-top: 10px;
    }
    
  }

  /* section1 */
  .section1 {
    padding: 35px 15px 65px;
  }

  .section1:after {
    height: 33.8%;
    max-height: 907px;
  }

  .section1 .box1 {
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 44px 18px 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }

  .section1 .box1 .wrap {
    max-width: 100%;
    padding: 0;
  }

  .section1 .box1 .inner {
    position: relative;
  }

  .section1 .box1 .inner .txt_wrap {
    width: 100%;
    margin-top: 12px;
  }

  .section1 .box1 .inner .txt_wrap p+p {
    margin-top: 10px;
  }

  .section1 .box1 .inner .txt_wrap p .small {
    font-size: 1.4rem;
  }

  .section1 .box1 .inner .txt_wrap p .color {
    color: #35a0a0;
    font-weight: bold;
  }

  .section1 .box1 .inner img {
    width: 90.5px;
    text-align: center;
    margin: 20px auto 0;
    position: static;
    display: block;
  }

  .section1 .box2 .hdg.pc {
    display: none;
  }

  .section1 .box2 .hdg.sp {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 2px 0 2px 42px;
  }

  .section1 .box2 .ifa .hdg.sp {
    background: url("../img/icon_ifa.png") no-repeat left center;
    background-size: 32px 32px;
  }

  .section1 .box2 .other .hdg.sp {
    background: url("../img/icon_other.png") no-repeat left center;
    background-size: 32px 32px;
  }

  .section1 .box2 .txt_wrap {
    display: block;
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0;
  }

  .section1 .box2 .txt_wrap+.txt_wrap {
    margin-top: 30px;
  }

  .section1 .box2 .txt_wrap .txt_box {
    width: 100%;
  }

  .section1 .box2 .txt_wrap .txt_box.other {
    border: 1px solid #888888;
    border-top: none;
    padding: 22px 27px;
    background: none;
  }

  .section1 .box2 .txt_wrap .txt_box.ifa {
    padding: 22px 27px;
    background: none;
  }

  /* section2 */
  .section2 {
    margin-top: -10px;
    padding: 40px 20px 0;
  }

  .section2 .box1 {
    max-width: 100%;
    padding: 0 10px;
  }

  .section2 .box1 .txt1 {
    margin: 26px 0 20px;
    line-height: 1.9;
    letter-spacing: 0;
  }

  .section2 .box1 ul {
    align-items: center;
    margin: 24px 0 12px;
  }

  .section2 .box1 ul li {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 20px 0;
    padding: 5px;
    font-size: 2rem;
    font-weight: bold;
    width: 47.1%;
    margin: 0 2.9% 5.2%;
  }

  .section2 .box1 ul li.li1,
  .section2 .box1 ul li.li4 {
    margin-left: 0;
    margin-right: 2.9%;
  }

  .section2 .box1 ul li.li2,
  .section2 .box1 ul li.li3 {
    margin-right: 0;
  }

  .section2 .box1 ul li.li5 {
    width: 60.8%;
  }

  .section2 .box1 img {
    max-width: 100%;
  }

  .section2 .box2 {
    padding: 58px 0 40px;
  }

  .section2 .box2 .dl_wrap {
    max-width: 100%;
    margin: 30px 10px 20px;
    padding: 0;
    display: block;
  }

  .section2 .box2 .dl_wrap dl {
    width: 100%;
    padding: 21px 25px 25px;
  }

  .section2 .box2 .dl_wrap .dl1 {
    background: url("../img/dl1_bg.png") no-repeat right 25px top 28px #fff;
    background-size: 42px 46px;
  }

  .section2 .box2 .dl_wrap .dl2 {
    background: url("../img/dl2_bg.png") no-repeat right 25px top 30px #fff;
    background-size: 53px 46px;
    margin: 30px 0;
  }

  .section2 .box2 .dl_wrap .dl3 {
    background: url("../img/dl3_bg_sp.png") no-repeat right 25px top 30px #fff;
    background-size: 58px 47px;
  }

  .section2 .box2 .dl_wrap dl dt {
    font-size: 1.8rem;
    line-height: 1.6;
    min-height: 56px;
    margin-bottom: 18px;
    padding-right: 56px;
  }

  .section2 .box2 .notes {
    max-width: 100%;
    padding: 0;
  }

  .section2 .box3 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 55px;
  }

  .section2 .box3 p {
    text-align: left;
    margin: 20px 0 25px;
  }

  .section2 .box3 ul {
    padding: 20px 25px;
    font-size: 1.6rem;
  }

  .section2 .box3 ul li+li {
    margin-top: 0;
  }

  .section2 .box_chart figure {
    text-align: center;
  }

  .section2 .box_chart figure img {
    max-width: 370px;
  }

  /* section3 */
  .section3 {
    padding: 40px 0 40px;
  }

  .section3 .box1 .dl_wrap {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 15px;
    display: block;
  }

  .section3 .box1 .dl_wrap+.dl_wrap {
    margin: 0 auto;
  }

  .section3 .box1 .dl_wrap dl {
    width: 100%;
    padding: 45px 25px 25px;
    min-height: 100%;
    letter-spacing: 1.5;
  }

  .section3 .box1 .dl_wrap dl .step {
    width: 74px;
    font-size: 1.1rem;
    padding: 4px 0 8px;
  }

  .section3 .box1 .dl_wrap dl .step span {
    font-size: 1.6rem;
  }

  .section3 .box1 .dl_wrap .dl1 {
    background: url("../img/dl4_bg.png") no-repeat right 25px top 48px #fff;
    background-size: 30px 46px;
    margin-bottom: 30px;
  }

  .section3 .box1 .dl_wrap .dl2 {
    background: url("../img/dl5_bg.png") no-repeat right 25px top 52px #fff;
    background-size: 60px 46px;
    margin-bottom: 30px;
  }

  .section3 .box1 .dl_wrap .dl3 {
    background: url("../img/dl1_bg.png") no-repeat right 25px top 50px #fff;
    background-size: 42px 46px;
    margin-bottom: 30px;
  }

  .section3 .box1 .dl_wrap .dl4 {
    background: url("../img/dl2_bg.png") no-repeat right 25px top 50px #fff;
    background-size: 53px 46px;
  }

  .section3 .box1 .dl_wrap dl dt {
    font-size: 1.8rem;
    line-height: 1.6;
    min-height: 56px;
    margin-bottom: 18px;
    padding-right: 60px;
  }

  /* section4 */
  .section4 {
    padding-bottom: 0;
  }

  .section4 .box1 {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 15px 0;
    background: url("../img/hdg1_bg.png") no-repeat right 15px top 68px;
    background-size: 54px 71px;
  }

  .section4 .hdg1 {
    margin-bottom: 28px;
  }

  .section4 .accordion {
    border: 1px solid #539e9e;
  }

  .section4 .accordion+.accordion {
    margin-top: 20px;
  }

  .section4 .accordion dt {
    padding: 12px 48px 12px 10px;
    font-size: 1.6rem;
    align-items: flex-start;
  }

  .section4 .accordion dt:after {
    right: 20px;
    background: url("../img/arrow_off.png") no-repeat;
    background-size: 12px 7px;
    width: 12px;
    height: 7px;
  }

  .section4 .accordion dt.open:after {
    background: url("../img/arrow_on.png") no-repeat;
    background-size: 12px 7px;
  }

  .section4 .accordion dd .inner {
    padding: 12px 10px 15px;
    align-items: flex-start;
  }

  .section4 .accordion .qa {
    font-size: 1.8rem;
    width: 30px;
    padding-left: 0;
    padding-top: 5px;
  }

  .section4 .accordion dt .qa {
    padding-bottom: 8px;
  }

  .section4 .accordion .contents {
    width: calc(100% - 30px);
    padding-left: 5px;
  }

  .section4 .accordion dt .contents {
    padding: 0 0 0 5px;
    border-left: none;
  }

  .section4 .accordion dd .contents:after {
    content: none;
  }

  .section4 .accordion .contents img {
    margin: 15px auto;
  }

  .section4 .box2 {
    max-width: 100%;
    padding: 72px 15px 40px;
    background: url("../img/hdg2_bg.png") no-repeat right 30px top 93px;
    background-size: 27px 56px;
  }

  /* section5 */
  .section5 {
    padding: 35px 5px 48px;
  }

  .section5 .box1 {
    max-width: 100%;
    padding: 42px 15px 40px;
    border-radius: 5px;
  }

  .section5 .box1 .inner {
    max-width: 100%;
    padding: 0;
  }

  .section5 .box1 .hdg1 {
    display: flex;
    /*    align-items: center;
    justify-content: center;*/
    align-items: normal;
    justify-content: left;
  }

  .section5 .box1 .hdg1 .circle {
    width: 65px;
    height: 65px;
    font-size: 1.8rem;
    margin-right: 5px;
  }

  .section5 .box1 .hdg1 .txt {
    width: calc(100% - 70px);
  }

  .section5 .box1 .hdg1 {
    text-align: left;
  }

  .section5 .box1 .scroll {
    margin: 28px auto 30px;
    padding: 10px 22px 0;
  }

  .section5 .box1 .scroll p {
    margin-bottom: 10px;
  }

  .section5 .box1 .btn {
    max-width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 13px 30px;
    font-size: 2.1rem;
    line-height: 1.6;
  }

  .section5 .box1 .btn_form a {
    max-width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    line-height: 1.6;
    font-size: 2.4rem;
    letter-spacing: 2.3px;
    border-radius: 100px;
  }

  .section5 .box1 .btn:after {
    right: 19px;
    background: url("../img/arrow_off2.png") no-repeat;
    background-size: 12px 7px;
    width: 12px;
    height: 7px;
  }

  .section5 .box1 .btn_form a:after {
    right: 19px;
    background: url("../img/arrow.png") no-repeat;
    background-size: 7px 12px;
    width: 7px;
    height: 12px;
  }

  .section5 .box1 .btn span {
    font-size: 1.3rem;
  }

  .section5 .box1 .form {
    margin-top: 29px;
  }

  .section5 .box1 .form+.hdg1 {
    margin-top: 60px;
  }

  .section5 .box1 .detail {
    margin-top: 28px;
  }

  .section5 .box1 .detail li {
    font-size: 1.6rem;
    padding: 13px 20px 13px 38px;
    line-height: 1.9;
  }

  .section5 .box1 .detail li:after {
    content: none;
  }

  .section5 .box1 .detail li+li {
    margin-top: 23px;
  }

  .section6 {
    padding: 0 5px;
  }

  .section6 .box1 {
    max-width: 100%;
    padding: 0 15px 0;
  }

  .section6 .box1 .inner {
    max-width: 100%;
    padding: 0;
  }

  .section6 .box1 .hdg1 {
    display: flex;
    align-items: center;
    justify-content: center;
    /*align-items: normal;*/
    margin-bottom: 30px;
    margin-top: 80px;
  }

  .section6 .box1 .detail {
    margin-top: 28px;
  }

  .section6 .box1 .detail li {
    font-size: 1.6rem;
    padding: 13px 20px 13px 38px;
    line-height: 1.9;
  }

  .section6 .box1 .detail li:after {
    content: none;
  }

  .section6 .box1 .detail li+li {
    margin-top: 23px;
  }

  .section6 a {
    margin-top: 0;
  }

  .section6 .box1 .free_doc .contentslist_doc {
    display: block;
  }
  
  .section6 .box1 .free_doc .contentslist_doc .pic_doc {
    width: 100%;
    height: 360px;
    padding: 0;
    letter-spacing: 0;
    background: url(../img/pic_doc.png) no-repeat center top 10px;
    background-size: 280px;
    font-size: 2.8rem;
  }

  .section6 .box1 .free_doc .etc{
    margin-top: 20px;
    font-size: 1.4rem;
    text-indent: 0;
  }

  .section7 {
    padding-bottom: 40px;
  }

  .section7 .box1 .txt1 {
    font-size: 14px;
  }

  .section7 .box1 .txt_wrap {
    display: block;
    padding: 0 15px;
  }

  .section7 .box1 .txt_box {
    width: 100%;
  }

  .section7 .box2 .col {
    display: block;
    padding: 0 15px;
  }

  .section7 .box2 h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .section7 .box2 h3+.txt {
    font-size: 14px;
  }

  .section7 .box2 .col .inner h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .section7 .box2 .col .inner {
    width: 100%;
    padding: 20px;
  }

  .section7 .box2 .col .inner:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .section7 .box2 .col .inner .txt {
    font-size: 14px;
  }

  .section8 {
    padding: 40px 0;
  }

  .section8 .box1 .txt1 {
    font-size: 14px;
    margin: 20px 0;
    padding: 0 10px;
  }

  .section8 .box1 .txt2 {
    font-size: 14px;
    padding: 0 15px;
  }

  .section8 .box_adviser {
    margin: 20px 0;
  }

  .section8 .box_adviser h3 {
    font-size: 18px;
  }

  .section8 .box_adviser .txt {
    font-size: 14px;
    padding: 0 20px;
  }

  .section8 .box2 {
    padding: 0 15px;
  }

  .section8 .box2 .col {
    margin-bottom: 20px;
  }

  .section8 .box2 .col .inner:first-child {
    padding: 20px;
  }

  .section8 .box2 .col .inner:first-child h4 {
    font-size: 18px;
  }

  .section8 .box2 .col .inner:last-child .txt {
    font-size: 14px;
    padding: 20px;
  }

  .section8 .box2 .txt1 {
    font-size: 14px;
  }

  .section9 {
    padding: 0;
  }

  .section9 .box1 {
    margin-bottom: 10px;
  }

  .section9 .box1 .txt1 {
    font-size: 14px;
    margin: 20px 0;
  }

  .section9 .box1 .col {
    display: block;
    padding: 0 15px;
  }

  .section9 .box1 .col .inner {
    width: 100%;
  }

  .section9 .box1 .col .inner:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .section9 .box1 .col .inner .h4Block {
    padding: 20px;
  }

  .section9 .box1 .col .inner .h4Block h4 {
    font-size: 18px;
  }

  .section9 .box1 .col .inner dl {
    padding: 20px;
  }

  .section9 .box1 .col .inner dl dd:nth-child(2) {
    margin-bottom: 5px;
  }

  .section9 .box1 .col .inner .h4Block h4 span {
    font-size: 14px;
  }

  .section9 .box2 {
    padding: 0 20px;
  }

  .section9 .box2 .col {
    margin-bottom: 20px;
  }

  .section9 .box2 .col .inner:first-child {
    padding: 20px;
  }

  .section9 .box2 .col .inner:first-child h4 {
    font-size: 18px;
  }

  .section9 .box2 .col .inner:last-child .txt {
    font-size: 14px;
    padding: 20px;
  }
  

  .section9 .box2 .txt1 {
    font-size: 14px;
    line-height: 1.5;
  }

  .section9 .box2 .col2 .inner2 .recomend_sp {
    padding-top: 7px;
    font-size: 120%;
  }

  .section10 {
    padding: 40px 0;
  }

  .section10 .hdg1 {
    letter-spacing: 0;
  }

  .section10 .box1 {
    padding: 0;
  }

  .section10 .box1 .img {
    margin: 20px 0;
  }

  .section10 .box1 ul {
    padding: 0 20px;
  }

  .section10 .box1 ul li {
    font-size: 14px;
    padding: 10px 10px 10px 40px;
  }

  .section10 .box1 ul li::before {
    left: 10px;
    top: 10px;
  }

  .section10 .box1 ul li span {
    font-size: 12px;
  }

  .section11 {
    padding: 40px 0;
  }

  .section11 .flex {
    display: block;
    padding: 0;
  }

  .section11 .flex .img {
    max-width: 100%;
    width: 100%;
  }

  .section11 .flex .img img {
    width: 100%;
  }

  .section11 .flex .txt {
    font-size: 14px;
    padding: 20px 20px 0;
  }

  .w80 {
    width: 100% !important;
    letter-spacing: 0;
  }

  .cat_border_title_f40 {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: normal;
}

.btn_title_f40 {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  line-height: normal;
}

  /* footer */
  footer {
    /* padding-bottom: 10px; */
    padding-bottom: 0;
  }

  footer ul {
    flex-wrap: wrap;
    /*margin: 0 auto 44px;*/
    margin: 30px auto 34px;
  }
  footer .ft-nav {
    max-width: 350px;
  }

  footer .ft-nav {
    max-width: 350px;
  }

  footer .ft-nav li:nth-child(3), 
  footer .ft-nav  li:last-child {
    margin-top: 17px;
  }

  footer ul li {
    position: relative;
  }

  footer ul li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    width: 1px;
    height: 16px;
  }


  footer ul li:nth-child(3):after {
    content: none;
  }

  footer ul li a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 0 24px;
  }

  footer small {
    padding: 6px 0;
    font-size: 1.3rem;
  }

  /* pagetop */
  .pagetop {
    bottom: 120px;
    right: 10px;
  }

  .pagetop img {
    width: 40px;
    height: 40px;
  }
}

/* font-size */
@media all and (max-width: 767px) {
  .font14SP {
    font-size: 1.4rem !important;
  }
  .font13SP {
    font-size: 1.3rem !important;
  }
}

/* セミナー動画ページ */
.seminar-movie .main .logo img {
  width: 141px;
}

.seminar-movie .movieWrap {
  margin-bottom: 50px;
}

.seminar-movie .movieWrap iframe {
  height: 50vw;
  max-height: 480px;
}

.seminar-movie .movieWrap h1 {
  color: #353535;
  font-size: 18px;
  margin-top: 10px;
}

.seminar-movie h2 {
  font-weight: 400;
  font-size: 32px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  background-image: url(../../common/img/common_short_border.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  letter-spacing: 4px;
}

.seminar-movie .flexWrap {
  display: flex;
  justify-content: space-between;
}

.seminar-movie .flexWrap .flexTtl {
  width: 60%;
}

.seminar-movie .flexWrap .flexTtl .txt-red {
  color: #c8000e;
}

.seminar-movie .flexWrap figure {
  width: 40%;
  margin: 0;
  padding: 0;
}

.seminar-movie .btnArea li a {
  display: block;
  margin: auto;
  padding: 20px 60px;
  box-sizing: border-box;
  border-radius: 4px;
  background: url(../img/arrow02.png) no-repeat right 25px center #6EBABA;
  background-size: 8px auto;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}

.seminar-movie .btnArea li a:hover {
  background-color: #29D2D2;
}

.seminar-movie .btnArea.visible_pc {
  display: block;
}

.seminar-movie .btnArea.visible_sp {
  display: none;
}

.seminar-movie footer .logo {
  text-align: center;
}


/*****************************
consultation_quality 
******************************/

.width_1020 {
  max-width: 1020px;
  margin: 0 auto 120px auto;
  width: 96%;
}

.consultation_quality {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
  padding: 40px 60px;
}

.quality_text {
  flex-shrink: 0;
  width: 580px;
}

.consultation_quality h3 {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: left;
}

.consultation_quality strong.text-em {
  background: linear-gradient(transparent 70%, #ece578 70%);
  font-weight: bold;
}

.consultation_quality figure {
  width: 274px;
}

.consultation_quality figure img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}


/*****************************
ここまで
******************************/

@media all and (max-width: 767px) {

  .seminar-movie h2 {
    font-size: 18px;
  }

  .seminar-movie .flexWrap {
    display: block;
  }

  .seminar-movie .flexWrap .flexTtl,
  .seminar-movie .flexWrap figure {
    width: 100%;
  }

  .seminar-movie header .logo {
    text-align: center;
  }

  .seminar-movie .btnArea.visible_pc {
    display: none;
  }

  .seminar-movie .btnArea.visible_sp {
    display: block;
  }


}


@media all and (max-width: 1040px) {

  /*****************************
consultation_quality 
******************************/

  .consultation_quality {
    display: block;
    padding: 60px 20px;
  }

  .quality_text {
    width: 100%;
    margin-bottom: 30px;
  }

  .consultation_quality h3 {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
  }

  .consultation_quality figure {
    margin-left: auto;
    margin-right: auto;
  }

  .consultation_quality figure img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
  }

  .quality_text br.visible_pc {
    display: none;
  }
}

/* TOPyoutube動画 */
section.movie {
  max-width: 834px;
  width: 100%;
  margin: 40px auto;
}

.iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media all and (max-width: 767px) {
  section.movie {
    padding: 0 20px;
  }
}

/*アコーディオン*/
.aco_btn {
  max-width: 1000px;
  width: 100%;
  height: 64px;
  background: #35A0A0;
  margin: 20px auto 0;
  cursor: pointer;
  position: relative;
}

.aco_btn::before {
  content: "続きを読む";
  display: block;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
}

.aco_btn.open::before {
  content: "閉じる";
}

.aco_btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.aco_btn.open::after {
  transform: rotate(180deg) translateX(50%);
}

@media all and (max-width: 767px) {
  .aco_btn::before {
    font-size: 16px;
    top: 14px;
  }
}

.aco_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 128px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

.aco_link.open {
  justify-content: center;
}

.aco_link::before {
  content: "続きを読む";
  display: block;
  color: #007FFF;
  font-size: 16px;
  line-height: 1;
}

.aco_link.open::before {
  content: "閉じる";
}

.aco_link::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icn_open.png)no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.aco_link.open::after {
  background: url(../img/icn_close.png)no-repeat center;
  background-size: cover;
}

.aco_link2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 142px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

.aco_link2::before {
  content: "詳細はこちら";
  display: block;
  color: #007FFF;
  font-size: 16px;
  line-height: 1;
}

.aco_link2::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icn_open.png)no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

/*コンシェルジュのご紹介*/
.box_concierge {
  background: #fff;
  padding: 40px 10px 120px;
  position: relative;
}

.box_concierge .box_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.box_concierge p.txt {
  text-align: center;
  margin: 20px 0 40px;
}

.box_concierge .grid {
  display: flex;
}

.box_concierge .col {
  width: calc((100% - 32px)/ 2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.box_concierge .col:nth-child(odd) {
  margin-right: 32px;
}

.box_concierge .col .img img {
  width: 100%;
}

.box_concierge .col .txt {
  padding: 20px;
}

.box_concierge .col .txt .name {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.box_concierge .col .txt .title {
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}

.box_concierge .col .txt .prof {
  line-height: 1.3;
}

.box_concierge .col .txt .prof .aco_wrap {
  display: none;
}

@media all and (max-width: 767px) {
  .box_concierge {
    padding-bottom: 60px;
  }

  .box_concierge::before {
    content: "";
    display: block;
    width: calc(100% + 32px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -16px;
    background: #fff;
    z-index: 1;
  }

  .box_concierge .grid {
    display: block;
  }

  .box_concierge .col {
    width: 100%;
  }

  .box_concierge .col:nth-child(odd) {
    margin-right: 0;
  }

  .box_concierge .col:not(:last-child) {
    margin-bottom: 32px;
  }
}

/*お客さまの相談事例*/
.section12 {
  margin-top: 60px;
  padding-bottom: 40px;
}

.section12 .box {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.section12 .inner {
  margin-top: 40px;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section12 .inner .wrap {
  display: flex;
  flex-flow: column;
  padding: 20px 20px 0 120px;
  margin-bottom: 16px;
  position: relative;
}

.section12 .inner .wrap::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/icn_people_04.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 20px;
}

.section12 .inner:nth-of-type(2) .wrap::before {
  background: url(../img/icn_people_05.png) no-repeat center;
  background-size: cover;
}

.section12 .inner:nth-of-type(3) .wrap::before {
  background: url(../img/icn_people_06.png) no-repeat center;
  background-size: cover;
}

.section12 .inner .title {
  font-size: 2.6rem;
  letter-spacing: 0.03em
}

.section12 .inner .tag {
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}

.section12 .inner .tag span {
  font-weight: bold;
  background: #D0E8E8;
  border-radius: 32px;
  padding: 4px 16px;
}

.section12 .inner .tag span:not(:last-child) {
  margin-right: 10px;
}

.section12 .grid {
  display: none;
  margin-top: 20px;
}

.section12 .grid .col {
  text-align: center;
  padding: 40px 80px;
  background: #F7F7F7;
}

.section12 .grid .col:not(:first-child) {
  margin-top: 10px;
  background: #FBF1E3;
}

.section12 .grid .col img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.section12 .grid .col .head {
  color: #35A0A0;
  font-size: 2.1rem;
  font-weight: bold;
  padding-bottom: 20px;
}

.section12 .grid .col .txt {
  text-align: left;
}

@media all and (max-width: 767px) {
  .section12 {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .section12 .box {
    padding: 0 16px;
  }

  .section12 .inner {
    margin-top: 30px;
  }

  .section12 .inner .wrap {
    padding-top: 100px;
    padding-left: 20px;
  }

  .section12 .inner .wrap::before {
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .section12 .inner .title {
    font-size: 18px;
    line-height: 1.3333333;
  }

  .section12 .inner .tag {
    padding-bottom: 12px;
  }

  .section12 .inner .tag span {
    font-size: 12px;
    padding: 4px 7px;
    margin-bottom: 4px;
  }

  .section12 .grid .col {
    padding: 20px 10px;
  }

  .section12 .grid .col img {
    margin-bottom: 10px;
  }

  .section12 .grid .col .head {
    padding-bottom: 10px;
  }
}

/*CTA*/
.entry_wrap {
  margin-top: 30px;
}

.entry_wrap .btn1_text {
  font-size: 14px;
}

.entry_wrap a {
  max-width: 535px;
  border: 1px solid rgb(136, 136, 136);
  border-radius: 80px;
  background: #FFFF66;
  padding: 8px 15px 11px;
  margin: 0 auto;
  font-weight: bold;
  display: block;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

.entry_wrap a:hover {
  background: #f8f98d;
}

.entry_wrap a .btn1_flex {
  font-size: 20px;
}

.entry_wrap p {
  text-align: center;
}

@media all and (max-width: 767px) {
  .entry_wrap a {
    max-width: 345px;
  }
}

/* 離脱防止モーダル */
.modal {
  display: none;
  width: 80%;
  max-width: 1080px;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 99999;
}

.modal__bg {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  z-index: 99998;
  width: 100%;
}

.modal__content {
  background: #f1eee2;
  padding: 10px;
  width: 100%;
}

.cat_border_title {
  font-size: 2.4rem;
  text-align: center;
}

.area_book_wrap,
.area_seminarMovie_wrap {
  background: #f1eee2;
}

.area_book_flex,
.area_seminarMovie_flex {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  padding: 30px;
}

.area_book_1 {
  width: 25%;
}

.area_book_1 img,
.area_seminarMovie_1 img {
  width: 100%;
  box-shadow: 0 0 16px -6px rgb(0 0 0 / 40%);
}

.area_book_2 {
  width: 75%;
}

.area_book_2 ul,
.area_seminarMovie_2 ul {
  margin-bottom: 30px;
}

.area_book_2 li,
.area_seminarMovie_2 li {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

.area_book_2 li span,
.area_seminarMovie_2 li span {
  background: #ece578;
  padding-left: 3px;
  padding-right: 3px;
}

.area_top_btn {
  background: #FFB464;
  color: #fff;
  border: solid 1px #fff;
  background-image: url(/common/img/common_btn_iconwhite.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 7px auto;
  display: block;
  width: 80%;
  border-radius: 50px;
  padding: 15px 50px;
  max-width: 500px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align: center;
}

br.sp2 {
  display: none;
}

.modal__close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* 丸みの度合い */
  background: #333;
  /* ボタンの背景色 */
  top: -15px;
  right: -15px;
}

.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff;
  /* バツ印の色 */
}

.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .modal {
    width: 100%;
    height: 100%;
  }

  .modal__content {
    width: 90%;
    height: 90%;
    overflow-y: scroll;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .modal__close {
    top: 3vh;
    right: 3vw;
    z-index: 100;
  }

  .area_book_flex,
  .area_seminarMovie_flex {
    display: block;
  }

  .area_book_1 {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .area_book_2,
  .area_seminarMovie_2 {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .area_book_2 ul,
  .area_seminarMovie_2 ul {
    margin-bottom: 20px;
  }

  .area_top_btn {
    width: 100%;
    max-width: 800px;
  }

  br.sp2 {
    display: block;
  }
}

@media only screen and (max-width: 768px) {

  .area_book_flex,
  .area_seminarMovie_flex {
    padding: 16px;
  }

  .area_book_2 li,
  .area_seminarMovie_2 li {
    font-size: 1.4rem;
  }

  .area_top_btn {
    font-size: 1.4rem;
    padding: 10px;
  }

  .cat_border_title {
    font-size: 1.6rem;
  }
}

/*------------------------

ヘッダー

------------------------*/
.fixed_head_margin {
  display: none;
}

.head-acodion {
  display: none;
}

section.header-sp {
  display: none;
}

/* section.area-slider-sp {
  display: none;
}

section.area-slider {
  margin-bottom: 50px;
} */

section.header .nav-global-sub {
  background: #EAEFF1;
}

section.header .nav-global-sub ul {
  display: flex;
  justify-content: flex-end;
}

section.header .nav-global-sub ul li {
  padding: 5px 30px 5px 0;
}

section.header .nav-global-sub ul li a {
  font-size: 14px;
}

section.header .nav-global-sub ul li.nav-global-sub-feature a {
  background-image: url("/common/img/head_icon1.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 18px;
}

section.header .nav-global-sub ul li.nav-global-sub-feature a:hover {
  background-image: url("/common/img/head_icon1hover.png");
}

section.header .nav-global-sub ul li.nav-global-sub-feature a:hover {
  border-bottom: solid 1px;
}

section.header .nav-global-sub ul li.nav-global-sub-faq a:hover {
  border-bottom: solid 1px;
}

section.header .nav-global-sub ul li.nav-global-sub-faq a {
  background-image: url("/common/img/head_icon2.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 12px;
}

section.header .nav-global-sub ul li.nav-global-sub-faq a:hover {
  background-image: url("/common/img/head_icon2hover.png");
}

section.header .nav-global-sub ul li.nav-global-sub-present a {
  background-image: url("/common/img/head_icon7.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 18px;
}

section.header .nav-global-sub ul li.nav-global-sub-present a:hover {
  background-image: url("/common/img/head_icon7hover.png");
}

section.header .nav-global-sub ul li.nav-global-sub-present a:hover {
  border-bottom: solid 1px;
}

section.header .nav-global-sub ul li.nav-global-sub-mylist {
  background: #6EBABA;
  padding: 0;
}

section.header .nav-global-sub ul li.nav-global-sub-carrier {
  background: #FFB464;
  padding: 0;
}

section.header .nav-global-sub ul li.nav-global-sub-mylist a,
section.header .nav-global-sub ul li.nav-global-sub-carrier a {
  color: #fff;
  display: block;
  padding: 6px 20px;
}

/*IE用*/
@media all and (-ms-high-contrast: none) {

  section.header .nav-global-sub ul li.nav-global-sub-mylist a,
  section.header .nav-global-sub ul li.nav-global-sub-carrier a {
    padding: 7px 20px 6px 20px;
  }
}

section.header .nav-global-sub ul li.nav-global-sub-mylist:hover {
  background: #29d2d2;
}

section.header .nav-global-sub ul li.nav-global-sub-carrier:hover {
  background: #ff982a;
}

section.header .nav-global-sub ul li img.icon {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

section.header .nav-global-cover {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #F0F0F0;
  padding: 0 50px;
  background: #fff;
}

section.header .nav-global-cover.active {
  position: fixed;
  z-index: 60;
  width: 100%;
  background: #fff;
  top: 0;
}

section.header .nav-global-cover.active li:nth-child(2) a {
  padding: 28px 10px;
}

section.header .nav-global-cover.active .nav-global li a {
  padding: 18px 10px;
}

section.header .nav-global-cover.active li {
  height: 60px;
}

section.header .nav-global-cover.active br.scroll_br {
  display: none;
}

section.header .nav-global-cover .nav-logo {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

section.header .nav-global-cover .nav-logo img {
  width: 300px;
}

section.header .nav-global {
  width: 530px;
  /*　3つの場合　*/
  width: 650px;
  /*　4つの場合　*/
  width: 860px;

}

section.header .nav-global ul {
  display: flex;
  justify-content: space-between;
}

section.header .nav-global li {
  text-align: center;
  font-weight: bold;
  height: 60px;
}

section.header .nav-global li:hover {
  border-bottom: solid #5CB0B0 2px;
}

section.header .nav-global li a {
  padding: 15px 10px;
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 100%;
  letter-spacing: 0;
}

/*section.header .nav-global li:nth-child(2) a {
  padding: 15px 0;
}
*/

/*------------------------

	SP ヘッダー

	------------------------*/
@media only screen and (max-width: 1140px) {
  .fixed_head_margin {
    display: block;
  }

  .head-acodion {
    display: none;
  }

  section.header {
    display: none;
  }

  /* section.area-slider {
    display: none;
  } */

  section.header-sp {
    display: block;
  }

  /* section.area-slider-sp {
    display: block;
    margin-bottom: 30px;
  } */

  section.header-sp {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 1%;
    position: fixed;
    top: 0;
    z-index: 30;
    background: #fff;
    width: 100%;
    height: 50px;
    transition: 0.5s;
  }

  section.header-sp .logo {
    width: 150px;
    display: flex;
    align-items: center;
    margin-left: 10px;
  }

  section.header-sp .more {
    width: 150px;
  }

  section.header-sp .more ul {
    display: flex;
    justify-content: flex-end;
    padding: 0 0;
  }

  section.header-sp .more ul li {
    text-align: center;
    padding: 3px 10px 0;
  }

  section.header-sp .more ul li.apply {
    background-color: #F4B771;
  }

  section.header-sp .more ul li .img {
    width: 50%;
    margin: 0 auto -3px;
  }

  section.header-sp .more ul li:first-child .img {
    width: 40%;
  }

  section.header-sp .more ul li .img img {
    width: 16px;
    margin-bottom: 3px;
  }

  section.header-sp .more ul li .text {
    color: #539E9E;
    font-size: 10px;
    margin-bottom: 2px;
    text-decoration: none !important;
  }

  section.header-sp .more ul li .text div {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    /* font-feature-settings: "palt"; */
    /* -webkit-font-feature-settings: "palt"; */
    -moz-font-feature-settings: "palt";
    box-sizing: border-box;
    letter-spacing: 0;
  }

  section.header-sp .more ul li.apply .text {
    color: #fff;
    font-weight: bold;
  }

  section.header-sp .logo a {}

  section.header-sp .logo img {
    width: 130%;
  }

  /*    section.header-sp .more ul li:first-child {
    margin-right: 10%;
}*/
  /*------アコーディオン-----*/

  .head-acodion {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
  }

  .head-acodion.open {
    transform: translate(0);
  }

  .head-acodion {
    display: flex;
  }

  .head-acodion .close {
    background: #35A0A0;
    padding: 10px 0;
    width: 55px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
  }

  .head-acodion .ac-nav {
    padding: 30px 15px;
    width: 100%;
    height: calc(100vh - 0);
    overflow: auto;
  }

  .head-acodion .close .icon {
    width: 40%;
    margin: auto;
    margin-bottom: 5px;
  }

  .head-acodion .ac-nav .list {
    border-top: solid 1px #E7E7E5;
    margin-bottom: 20px;
  }

  .head-acodion .ac-nav .list li {
    border-bottom: solid 1px #E7E7E5;
    padding: 10px 22px 10px 10px;
    background-image: url(/common/img/common_btn_icon_down.png);
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 7px;
  }

  .head-acodion .ac-nav .list li a {
    font-weight: bold;
    color: #333;
    display: block;
    padding: 0 5px 0 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
  }
 /*
  .head-acodion .ac-nav .list li:nth-child(1) a {
    background-image: url(../../common/img/head_acodion1.png);
  }

  .head-acodion .ac-nav .list li:nth-child(2) a {
    background-image: url(../../common/img/head_acodion2.png);
  }

  .head-acodion .ac-nav .list li:nth-child(3) a {
    background-image: url(../../common/img/head_acodion2.png);
  }

  .head-acodion .ac-nav .list li:nth-child(4) a {
    background-image: url("../../common/img/head_acodion3.png");
  }

  .head-acodion .ac-nav .list li:nth-child(5) a {
    background-image: url("../../common/img/head_acodion7.png");
  }

  .head-acodion .ac-nav .list li:nth-child(6) a {
    background-image: url("../../common/img/head_acodion4.png");
  }

  .head-acodion .ac-nav .list li:nth-child(7) a {
    background-image: url("../../common/img/head_acodion5.png");
  } */

  .head-acodion .ac-nav .sp_mail_contact {
    text-align: center;
    border: solid 1px #539E9E;
    width: 100%;
    height: 70px;
    padding: 18px 0;
    margin: 0;
    margin-bottom: 20px;
    background-color: #539E9E;
  }

  .head-acodion .ac-nav .sp_mail_contact a {
    color: #fff;
    font-weight: bold;
    display: block;
  }

  .head-acodion .ac-nav .sp_tell_contact {
    text-align: center;
    border: solid 1px #539E9E;;
    width: 100%;
    height: 70px;
    padding: 18px 0;
    margin: 0;
    margin-bottom: 20px;
    background-color: #fcfc4e;
  }

  .head-acodion .ac-nav .sp_tell_contact a {
    color: #35A0A0;
    font-weight: bold;
    display: block;
  }

  .area_madoguchi_flex figure img {
    width: 280px;
  }

  .sp_menu_txt {
    text-align: center;
    display: flex;
    font-size: 80%;
    justify-content: space-between;
    margin: 10px 0;
  }

.head-acodion .ac-nav .list li {
    border-bottom: solid 1px #E7E7E5;
    padding: 10px 22px 10px 10px;
    background-image: url(/common/img/common_btn_icon_down.png);
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 7px;
}

}
