@charset "UTF-8";
.cm_tt2 {
  text-align: center;
  margin-bottom: 40px;
}

.cm_tt2 span {
  font-size: 48px;
  display: block;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt2 img {
    height: 45px;
  }
  .cm_tt2 span {
    font-size: 30px;
  }
}
/* ========== end △ */
.fixed_button {
  position: fixed;
  bottom: 5vh;
  right: 0;
  line-height: 1.3;
  z-index: 3;
}

.fixed_button img {
  margin-bottom: 5px;
}

.fixed_button a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px 10px;
  display: block;
  background: #FF551F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 62px;
  border-radius: 10px;
}

.fixed_button a:hover {
  background: #38B4E3;
}

.fixed_button span {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

#mainvisual {
  background: url(../images/mainvisual.png) no-repeat right bottom;
  background-size: cover;
  height: 644px;
  position: relative;
}

#mainvisual .container .man {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#mainvisual .container h1 {
  font-size: 36px;
  margin-bottom: 0px;
  padding-top: 110px;
  position: relative;
  z-index: 1;
}

#mainvisual .container h1 span {
  display: inline-block;
  background: url(../images/main_bg.jpg) repeat-x center bottom;
  line-height: 1;
  margin-bottom: 25px;
}

#mainvisual .container h1 span em {
  font-size: 56px;
  color: #274BAF;
}

#mainvisual .container h1 span b {
  font-size: 56px;
  color: #F2DC17;
  background: url(../images/main_bg2.jpg) repeat-x center center;
}

#mainvisual .container p {
  margin-bottom: 90px;
  font-size: 20px;
}

#mainvisual .container > h2 {
  font-size: 24px;
  color: #274BAF;
}

#mainvisual .container > h2 span {
  position: relative;
  display: inline-block;
}

#mainvisual .container > h2 span:after {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

#mainvisual .container > h2 em {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}

#mainvisual .container .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#mainvisual .container .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainvisual .container .social ul li {
  margin: 0 13px;
}

#mainvisual .container .social h2 {
  font-size: 24px;
  color: #fff;
  margin-left: -20px;
}

#mainvisual .container .social h2 span {
  position: relative;
  display: inline-block;
  padding: 0px 20px;
}

#mainvisual .container .social h2 span:after {
  display: block;
  background: #274BAF;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

#mainvisual .container .social h2 span b {
  font-size: 36px;
  color: #F2DC17;
}

#mainvisual .container .social h2 em {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 1200px) {
  #mainvisual {
    height: auto;
    padding: 60px 20px;
  }
  #mainvisual .container .man {
    width: 40vw;
  }
  #mainvisual .container h1 {
    padding-top: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #mainvisual {
    padding: 40px 20px 20px;
    background: #fff url(../images/mainvisual_sp.png) no-repeat right bottom;
    background-size: cover;
  }
  #mainvisual .container {
    padding: 0;
  }
  #mainvisual .container .man {
    position: relative;
  }
  #mainvisual .container .ac {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  #mainvisual .container .ac p {
    margin-bottom: 0;
  }
  #mainvisual .container h1 {
    font-size: 4.5vw;
  }
  #mainvisual .container h1 span {
    background: #fff;
    line-height: 1.5;
  }
  #mainvisual .container h1 span em, #mainvisual .container h1 span b {
    font-size: 6.5vw;
  }
  #mainvisual .container p {
    text-shadow: 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8;
    font-size: 16px;
  }
  #mainvisual .container > h2 {
    font-size: 20px;
  }
  #mainvisual .container .social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    margin-bottom: 10px;
  }
  #mainvisual .container .social h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  #mainvisual .container .social h2 span em b {
    font-size: 25px;
  }
  #mainvisual .container .social ul {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 35%;
    margin-bottom: 10px;
  }
  #mainvisual .container .social ul li {
    margin: 0 2%;
  }
  #mainvisual .container .social ul li img {
    border: 5px solid #fff;
    background: #fff;
    min-height: 35px;
    border-radius: 5px;
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  /* ▽ SP layout ========== */
}
@media only screen and (max-width: 767px) and (max-width: 460px) {
  #mainvisual .container .social ul li img {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* ========== end △ */
}
/* ========== end △ */
.tt1_sec {
  background: #fff url(../images/bg_repeat.png) center top;
  padding: 65px 0;
  position: relative;
  z-index: 2;
}

.tt1_sec .container .cm_tt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}

.tt1_sec .container .cm_tt1 em {
  display: block;
  width: 100%;
}

.tt1_sec .container .cm_tt1 span {
  display: inline-block;
  font-size: 40px;
  border-bottom: 4px solid #F2DC17;
}

.tt1_sec .container > p {
  margin-bottom: 40px;
  text-align: center;
}

.tt1_sec .container .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tt1_sec .container .wrap_content .content {
  width: calc(25% + 23px);
  border-radius: 20px;
  background: #8DD4EB;
  text-align: center;
  margin-left: -32px;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}

.tt1_sec .container .wrap_content .content:nth-child(even) {
  background: #A8E2F5;
}

.tt1_sec .container .wrap_content .content:first-child {
  margin-left: 0;
}

.tt1_sec .container .wrap_content .content:nth-child(5) {
  background: #A8E2F5;
  z-index: 1;
  margin-left: 0;
}

.tt1_sec .container .wrap_content .content:nth-child(6) {
  background: #8DD4EB;
  z-index: 1;
}

.tt1_sec .container .wrap_content .content:nth-child(7) {
  background: #A8E2F5;
  z-index: 1;
}

.tt1_sec .container .wrap_content .content:nth-child(8) {
  background: #8DD4EB;
  z-index: 1;
}

.tt1_sec .container .wrap_content .content img {
  margin-bottom: 10px;
}

.tt1_sec .container .wrap_content .content p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 1200px) {
  .tt1_sec .container .wrap_content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tt1_sec .container .wrap_content .content {
    width: 50%;
  }
  .tt1_sec .container .wrap_content .content:nth-child(3) {
    margin-left: 0;
    background: #A8E2F5;
  }
  .tt1_sec .container .wrap_content .content:nth-child(4) {
    background: #8DD4EB;
  }
  .tt1_sec .container .wrap_content .content:nth-child(5) {
    background: #8DD4EB;
  }
  .tt1_sec .container .wrap_content .content:nth-child(6) {
    background: #A8E2F5;
  }
  .tt1_sec .container .wrap_content .content:nth-child(7) {
    margin-left: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt1_sec {
    padding: 40px 0;
  }
  .tt1_sec .container .cm_tt1 span {
    font-size: 26px;
  }
  .tt1_sec .container .cm_tt1 em img {
    height: 45px;
  }
  .tt1_sec .container .wrap_content {
    background: #A8E2F5;
    border-radius: 10px;
  }
  .tt1_sec .container .wrap_content .content {
    border-radius: 10px;
    margin: 0 !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none !important;
    padding: 10px 20px 10px 30px;
  }
  .tt1_sec .container .wrap_content .content figure {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tt1_sec .container .wrap_content .content figure img {
    height: 40px;
    margin-bottom: 0;
  }
  .tt1_sec .container .wrap_content .content br {
    display: none;
  }
  .tt1_sec .container .wrap_content .content img {
    height: 60px;
  }
  .tt1_sec .container .wrap_content .content p {
    font-size: 16px;
    text-align: left;
  }
  /* ▽ SP layout ========== */
}
@media only screen and (max-width: 767px) and (max-width: 460px) {
  .tt1_sec .container .wrap_content .content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  /* ========== end △ */
}
/* ========== end △ */
.tt2_sec {
  background: #F6F7F8;
  padding: 70px 0;
  -webkit-box-shadow: 0 0 9px #a1a1a1;
  box-shadow: 0 0 9px #a1a1a1;
  position: relative;
  z-index: 1;
  margin-top: -10px;
  position: relative;
}

.tt2_sec:after {
  display: block;
  width: 100%;
  height: 62px;
  position: absolute;
  left: 0;
  bottom: -61px;
  right: 0;
  background: url(../images/bg.png) no-repeat center bottom;
  content: "";
}

.tt2_sec .container h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.tt2_sec .container h2 span {
  color: #38B4E3;
  font-size: 48px;
}

.tt2_sec .container h2 span b {
  position: relative;
  display: inline-block;
}

.tt2_sec .container h2 span b::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #F2DC17;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  position: absolute;
}

.tt2_sec .container .content {
  background: url(../images/note_bg.png) repeat-y center top;
  position: relative;
  border-top: 5px solid #caedfb;
  border-bottom: 5px solid #caedfb;
  border-radius: 5px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 120px;
}

.tt2_sec .container .content .decor2 {
  position: absolute;
  left: -80px;
  bottom: -50px;
}

.tt2_sec .container .content .decor1 {
  position: absolute;
  right: 15px;
  top: -130px;
}

.tt2_sec .container .content ul li {
  background: url(../images/tt2_icon3.svg) no-repeat left 10px;
  border-bottom: 2px solid #274BAF;
  padding: 10px 10px 10px 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 920px) {
  .tt2_sec .container .content {
    padding: 40px 60px;
    background-size: 100% auto;
  }
  .tt2_sec .container .content .decor1 {
    width: 70px;
    top: -85px;
  }
  .tt2_sec .container .content .decor2 {
    width: 70px;
    bottom: -85px;
    left: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt2_sec {
    padding: 40px 0;
  }
  .tt2_sec:after {
    height: 40px;
    background-size: auto 100%;
    bottom: -40px;
  }
  .tt2_sec .container h2 {
    font-size: 26px;
  }
  .tt2_sec .container h2 span {
    font-size: 32px;
    display: inline-block;
  }
}
/* ========== end △ */
.tt3_sec {
  padding: 70px 0;
}

.tt3_sec .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tt3_sec .container .content .left {
  margin-right: 50px;
  padding-bottom: 30px;
}

.tt3_sec .container .content .right h2 {
  font-size: 40px;
}

.tt3_sec .container .content .right h2 span {
  display: block;
  width: 240px;
  height: 62px;
  background: url(../images/tt3_icon2.svg) no-repeat center top;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding-top: 3px;
}

.tt3_sec .container .content .right h2 strong {
  display: block;
  position: relative;
}

.tt3_sec .container .content .right h2 strong::after {
  display: block;
  content: "";
  width: 71px;
  height: 72px;
  background: url(../images/tt3_icon3.svg) no-repeat center bottom 5px;
  top: -20px;
  right: -70px;
  margin: auto;
  border-radius: 10px;
  position: absolute;
}

.tt3_sec .container .content .right h2 strong em {
  font-size: 52px;
  color: #38B4E3;
  background: url(../images/tt3_icon4.svg) no-repeat center bottom 5px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 920px) {
  .tt3_sec .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tt3_sec .container .content .left {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .tt3_sec .container .content .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt3_sec .container .content .right h2 {
    font-size: 20px;
  }
  .tt3_sec .container .content .right h2 span {
    font-size: 16px;
    padding-top: 5px;
    background-size: auto 100%;
    height: 50px;
    width: 190px;
  }
  .tt3_sec .container .content .right h2 strong {
    font-size: 20px;
  }
  .tt3_sec .container .content .right h2 strong em {
    font-size: 34px;
  }
  .tt3_sec .container .content .right h2 strong:after {
    width: 30px;
    background-size: 100% auto;
    right: -40px;
    top: -30px;
  }
}
/* ========== end △ */
.tt4_sec {
  background: #ECFAFF;
  padding-top: 100px;
  margin-top: -140px;
  padding-bottom: 65px;
}

.tt4_sec .container .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tt4_sec .container .wrap_content .content {
  width: 366px;
  margin: 0 15px 40px;
}

.tt4_sec .container .wrap_content .content p {
  padding: 15px;
  background: #fff;
  border-radius: 15px;
  height: 174px;
}

.tt4_sec .btob_point{
  align-items: center;
}
.tt4_sec .btob_point figure{
  width: 30%;
}
.tt4_sec .btob_point figcaption{
  padding: 10px 0 0;
  width: 70%;
  color: #373E50;
  font-size: 20px;
  font-weight: bold;
}


/* ▽ SP layout ========== */
@media only screen and (max-width: 920px) {
  .tt4_sec {
    padding-top: 40px;
    margin-top: -30px;
    padding-bottom: 40px;
  }
  .tt4_sec .container .wrap_content .content {
    width: 100%;
    margin: 0 1% 30px;
  }
  .tt4_sec .container .wrap_content .content p {
    height: auto;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
/* ========== end △ */
.tt5_sec {
  background: #38B4E3;
}

.tt5_sec .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tt5_sec .container .content h2 {
  font-size: 40px;
  color: #fff;
}

.tt5_sec .container .content h2 span {
  font-size: 52px;
  color: #F2DC17;
}

.tt5_sec .container .content img {
  margin-bottom: -30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt5_sec .container .content h2 {
    width: 50%;
    font-size: 5vw;
  }
  .tt5_sec .container .content h2 span {
    font-size: 8vw;
    display: block;
  }
  .tt5_sec .container .content figure {
    width: 50%;
  }
}
/* ========== end △ */
.tt6_sec {
  padding: 70px 0;
}

.tt6_sec .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tt6_sec .container .content .left {
  margin-right: 30px;
}

.tt6_sec .container .content .right {
  background: #ECFAFF;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 9px #a1a1a1;
  box-shadow: 0 0 9px #a1a1a1;
  position: relative;
  margin-left: 40px;
}

.tt6_sec .container .content .right::after {
  display: block;
  content: "";
  width: 111px;
  height: 72px;
  background: url(../images/tt6_row.png) no-repeat center bottom 5px;
  bottom: -48px;
  right: 70px;
  margin: auto;
  border-radius: 10px;
  position: absolute;
}

.tt6_sec .container .content .right span {
  color: #FF551F;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 920px) {
  .tt6_sec .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt6_sec .container .content .left {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .tt6_sec .container .content .right {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .tt6_sec .container .content .right:after {
    background: url(../images/tt6_row2.png) no-repeat center bottom 5px;
    bottom: auto;
    top: -65px;
  }
}
/* ========== end △ */
.tt7_sec {
  position: relative;
  background: url(../images/bg1.png) no-repeat center top;
  padding: 70px 0 70px;
  z-index: 2;
}

.tt7_sec:after {
  display: block;
  width: 100%;
  height: 50%;
  background: #ECFAFF;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  content: "";
  border-radius: 0px;
}

.tt7_sec .container {
  position: relative;
  z-index: 2;
}

.tt7_sec .container h2 {
  position: relative;
}

.tt7_sec .container h2 span em {
  display: inline-block;
  position: relative;
}

.tt7_sec .container h2 span em:after {
  display: block;
  content: "";
  width: 33px;
  height: 29px;
  background: url(../images/tt8_bee1.png) no-repeat right center;
  position: absolute;
  right: -60px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.tt7_sec .container h2 span em:before {
  display: block;
  content: "";
  width: 33px;
  height: 29px;
  background: url(../images/tt8_bee2.png) no-repeat right center;
  position: absolute;
  left: -60px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.tt7_sec .container .wrap_content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  background: #fff;
  padding: 40px;
  margin-left: 60px;
}

.tt7_sec .container .wrap_content .content .left {
  min-width: 430px;
  margin-right: 40px;
  margin-left: -100px;
}

.tt7_sec .container .wrap_content .content:nth-child(even) {
  margin-left: 0;
  margin-right: 60px;
}

.tt7_sec .container .wrap_content .content:nth-child(even) .left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: -100px;
  margin-left: 40px;
}

.tt7_sec .container .wrap_content .content:nth-child(even) .right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.tt7_sec .container .wrap_content .content .right .cm_tt3 {
  margin-bottom: 20px;
}

.tt7_sec .container .wrap_content .content .right .cm_tt3 span {
  font-size: 14px;
  border-bottom: 2px solid #F2DC17;
  padding-bottom: 5px;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.tt7_sec .container .wrap_content .content .right .cm_tt3 span:before {
  display: block;
  width: 2px;
  height: 100%;
  background: #F2DC17;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0px;
  margin: auto;
}

.tt7_sec .container .wrap_content .content .right .cm_tt3 span:after {
  display: block;
  width: calc(100% + 10px);
  height: 10px;
  background: url(../images/line.png) no-repeat center bottom;
  position: absolute;
  content: "";
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
}

.tt7_sec .container .wrap_content .content .right .cm_tt3 strong {
  display: block;
  font-size: 24px;
  color: #274BAF;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 920px) {
  .tt7_sec .container .wrap_content .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 !important;
  }
  .tt7_sec .container .wrap_content .content .left {
    width: 100%;
    margin: 0 0 30px !important;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    text-align: center;
    min-width: 100%;
  }
  .tt7_sec .container .wrap_content .content .right {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt7_sec {
    padding: 40px 0;
  }
  .tt7_sec .container h2 img {
    height: 45px;
  }
  .tt7_sec .container h2 span {
    line-height: 1;
  }
  .tt7_sec .container h2 span em {
    font-size: 30px;
  }
  .tt7_sec .container h2 span em:after {
    width: 20px;
    background-size: 100% auto;
    right: -40px;
  }
  .tt7_sec .container h2 span em:before {
    width: 20px;
    background-size: 100% auto;
    left: -40px;
  }
  .tt7_sec .container .wrap_content .content {
    padding: 20px;
    margin-bottom: 40px !important;
  }
  .tt7_sec .container .wrap_content .content:last-child {
    margin-bottom: 0;
  }
}
/* ========== end △ */
.tt8_sec {
  background: #fff;
  padding: 70px 0;
  -webkit-box-shadow: 0 0 9px #a1a1a1;
  box-shadow: 0 0 9px #a1a1a1;
  position: relative;
  z-index: 1;
  margin-top: -10px;
  position: relative;
}

.tt8_sec:after {
  display: block;
  width: 100%;
  height: 62px;
  position: absolute;
  left: 0;
  bottom: -61px;
  right: 0;
  background: url(../images/bg2.png) no-repeat center bottom;
  content: "";
}

.tt8_sec .slick-slider {
  width: 100%;
  background-color: transparent;
}

.tt8_sec .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 370px;
}

.tt8_sec .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0px;
  margin: 10px;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Giảm tốc độ chuyển đổi */
  height: 250px;
  text-align: center;
}

.tt8_sec .slick-center {
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Giảm tốc độ chuyển đổi */
}

.about_sec {
    background: #ecfaff;
    padding: 100px 0;
    position: relative;
    margin-top: -10px;
    position: relative;
    -webkit-box-shadow: 0 0 9px #a1a1a1;
    box-shadow: 0 0 9px #a1a1a1;
}
.about_sec:after {
  display: block;
  width: 100%;
  height: 62px;
  position: absolute;
  left: 0;
  bottom: -61px;
  right: 0;
  background: url(../images/bg3.png) no-repeat center bottom;
  content: "";
}

.about_sec .about_st{
  display:  flex;
  flex-direction: column;
  align-items: center;
}
.about_sec .about_st span{
  background: linear-gradient(transparent 70%, #F2DC17 70% 85%, transparent 85%);
}

.about_sec .about_inner{
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: center;
  gap: 4%;
}
.about_sec .about_inner li{
  width: 60%;
}
.about_sec .about_inner li:last-child{
  width: 36%;
}
.about_sec .about_inner li span{
  text-decoration: underline;
  font-weight: bold;
}
.about_sec .disp_sp {display: none;}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt8_sec {
    padding: 40px 20px;
  }
  .about_sec{
    padding: 80px 0 50px;
  }
  .about_sec .about_st span{
      font-size:  1.6rem;
  }
  .about_sec .about_inner{
    flex-direction: column;
    width: 100%;
  }
  .about_sec .about_inner li{
    width: 100%;
  }
  .about_sec .about_inner li:last-child{
    margin-top: 20px;
    width: 70%;
  }
  .about_sec .disp_sp {display: block;}
}

/* ========== end △ */
#footer {
  background: #38B4E3;
  padding: 20px 0;
  position: relative;
}

#footer a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

#footer .container {
	display: flex;
	justify-content: space-between;
}

#footer .container p {
  text-align: right;
  color: #fff;
}

#footer .foot_list {
	display: flex;
}

#footer .foot_list .item + .item {
	margin-left: 20px;
}

#footer .foot_list .item .link {
  width: auto;
  padding: 0;
  text-align: left;
  position: relative;
  left: auto;
  top: auto;
	color: #fff;
}


@media only screen and (max-width: 920px) {
	#footer .foot_list .item .link {
		font-size: 14px;
	}
}


/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer {
    padding: 50px 0 30px;
  }
	#footer .container {
		flex-direction: column;
		align-items: center;
	}	
  #footer .container p {
    text-align: center;
		margin-top: 10px;
  }
	#footer .foot_list .item .link {
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) {
	#footer .foot_list {
		flex-direction: column;
	}
	#footer .foot_list .item + .item {
		margin-left: 0;
	}	
	#footer .foot_list .item .link {
		text-align: center;
	}	
}
/* ========== end △ */
/* contact */
#formEnd {
  margin: 30px 0 40px;
}

#formEnd p {
  text-align: center;
  margin-bottom: 30px;
}

#formEnd a {
  color: #38B4E3;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #formEnd {
    font-size: 14px;
  }
}
/* ========== end △ */
#formEnd .confirm_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#formEnd .confirm_spec .box_submit {
  margin: 0 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #formEnd .confirm_spec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #formEnd .confirm_spec .box_submit {
    margin: 10px 0;
    width: 90%;
  }
  #formEnd .confirm_spec .box_submit .prev:before {
    left: 15px;
  }
  #formEnd .confirm_spec .box_submit .btn_sec_wrap:before {
    right: 15px;
  }
}
/* ========== end △ */
.box_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto;
}

.box_submit .btn_sec_wrap {
  position: relative;
  width: 360px;
  overflow: hidden;
  background: #F6F7F8;
  border-radius: 50px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.box_submit .btn_sec_wrap:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  font-family: "FontAwesome";
  content: "\f054";
  color: #848484;
  font-weight: normal;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 3;
  font-size: 16px;
  background-size: 100% auto;
}

.box_submit .btn_sec_wrap .btn_confirm2 {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  padding: 0 30px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  color: #848484 !important;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 30px;
  border-radius: 40px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.box_submit .btn_sec_wrap:hover {
  background: #C30D23;
}

.box_submit .btn_sec_wrap:hover .btn_confirm2 {
  color: #fff !important;
}

.box_submit .btn_sec_wrap:hover:before {
  color: #fff !important;
}

.box_submit .btn_sec_wrap:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.box_submit .btn_sec_wrap.prev {
  background: #aaa;
}

.box_submit .btn_sec_wrap.prev.finish {
  background: #000;
}

.box_submit .btn_sec_wrap.prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: auto;
  left: 30px;
}

.box_submit .btn_sec_wrap.prev:after {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.box_submit .btn_sec_wrap.prev:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.box_submit .btn_sec_wrap.prev:hover {
  background: #C30D23;
}

.box_submit .btn_sec_wrap.prev:hover .btn_confirm2 {
  color: #fff;
}

.box_submit .btn_sec_wrap.prev:hover:before {
  color: #fff;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .box_submit .btn_sec_wrap {
    min-width: 90%;
  }
  .box_submit .btn_sec_wrap:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}
/* ========== end △ */
.tt9_sec {
  padding: 100px 0;
  background: #F6F7F8;
}

.tt9_sec .container > p {
  text-align: center;
  margin-bottom: 40px;
}

.tt9_sec .container > p a {
  color: #38B4E3;
}

.tt9_sec .container form {
  background: #fff;
  border-radius: 20px;
  padding: 60px 60px 30px;
  display: block;
}

.tt9_sec .container form .two_ul {
  width: 100%;
}

.tt9_sec .container form .two_ul li {
  width: 100%;
  margin-bottom: 10px;
}

.tt9_sec .container form .two_ul li p {
  margin-bottom: 0;
}

.tt9_sec .container form .two_ul li input {
  width: 100%;
}

.tt9_sec .container form.rental01 table tr th .inner {
  padding-left: 110px;
}

.tt9_sec .container form .ninni {
  background: #222222;
  width: 50px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  float: right;
  font-size: 13px;
  color: #fff;
  position: absolute;
  right: 20px;
  height: 25px;
  top: 0px;
  bottom: 0;
  margin: auto;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 3px;
}

.tt9_sec .container form .hissu {
  border-radius: 3px;
  color: #000;
  background: #F2DC17;
  width: 50px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  float: right;
  font-size: 13px;
  position: absolute;
  right: 20px;
  height: 25px;
  top: 0px;
  bottom: 0;
  margin: auto;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tt9_sec .container form .wrap_table {
  background: #f8f8f8;
  padding: 25px;
  margin-bottom: 50px;
}

.tt9_sec .container form table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.tt9_sec .container form table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.tt9_sec .container form table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tt9_sec .container form table tr .inner {
  height: auto !important;
}

.tt9_sec .container form table tr th {
  min-width: 300px;
  width: 350px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 10px 0;
  height: auto;
  font-size: 16px;
}

.tt9_sec .container form table tr th.spec .inner {
  padding-left: 105px;
}

.tt9_sec .container form table tr th em {
  font-size: 12px;
  font-weight: normal;
}

.tt9_sec .container form table tr th strong {
  font-weight: bold;
}

.tt9_sec .container form table tr th .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}

.tt9_sec .container form table tr th .inner p {
  margin-top: -30px;
}

.tt9_sec .container form table tr td {
  padding: 10px 30px;
  width: 900px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tt9_sec .container form table tr td .w70 {
  width: 70%;
}

.tt9_sec .container form table tr td .w30 {
  width: 15%;
}

.tt9_sec .container form table tr td .red {
  color: red;
}

.tt9_sec .container form table tr td .wrap {
  width: 100%;
}

.tt9_sec .container form table tr td .wrap .flex_spec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tt9_sec .container form table tr td .wrap .flex_spec .w100 {
  width: 35%;
}

.tt9_sec .container form table tr td p {
  margin-bottom: 20px;
}

.tt9_sec .container form table tr td p:last-child {
  margin-bottom: 0;
}

.tt9_sec .container form table tr td .w40 {
  width: 45%;
}

.tt9_sec .container form table tr td .list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tt9_sec .container form table tr td .list1.spec3 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tt9_sec .container form table tr td .list1.spec3 li {
  width: auto;
  min-width: 120px;
  margin-bottom: 0;
}

.tt9_sec .container form table tr td .list1.spec4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tt9_sec .container form table tr td .list1.spec4 li {
  width: auto;
  min-width: 30%;
  margin: 0 0 10px;
  padding: 0;
}

.tt9_sec .container form table tr td .list1.spec4 li label {
  cursor: pointer;
}

.tt9_sec .container form table tr td .list1.spec4 li:last-child {
  margin-bottom: 0;
  width: 100%;
}

.tt9_sec .container form table tr td .list1.spec4 li:last-child input[type=text] {
  width: calc(100% - 100px);
  margin-left: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt9_sec .container form table tr td .list1.spec4 li:last-child input[type=text] {
    width: 100%;
  }
}
/* ========== end △ */
.tt9_sec .container form table tr td .list1 li {
  margin-bottom: 10px;
  padding: 10px;
  width: 33%;
}

.tt9_sec .container form table tr td .list1 li input[type=radio] {
  height: auto;
}

.tt9_sec .container form table tr td .list1 li:last-child {
  margin-bottom: 0;
}

.tt9_sec .container form table tr td .list1 li:last-child input[type=text] {
  width: 80%;
  margin-left: 20px;
}

.tt9_sec .container form table tr td .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tt9_sec .container form table tr td .list2 li {
  width: 33%;
}

.tt9_sec .container form table tr td .list2 li:first-child {
  margin-right: 30px;
}

.tt9_sec .container form table tr td .spec {
  margin: 10px 0;
}

.tt9_sec .container form table tr td .w360 {
  width: 480px;
  margin-left: 10px;
}

.tt9_sec .container form table tr td .w370 {
  width: 360px;
}

.tt9_sec .container form table tr td .w490 {
  width: 430px;
}

.tt9_sec .container form table tr td .w130 {
  width: 130px;
  margin-left: 10px;
}

.tt9_sec .container form table tr td .w100 {
  width: 100%;
}

.tt9_sec .container form table tr td input, .tt9_sec .container form table tr td select, .tt9_sec .container form table tr td option, .tt9_sec .container form table tr td optgroup {
  border: 1px solid #f1f1f1;
  height: 40px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tt9_sec .container form table tr td textarea {
  border: 1px solid #f1f1f1;
  height: 220px;
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: auto;
}

.tt9_sec .container form table tr td .flex_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.tt9_sec .container form table tr td .flex_spec a {
  color: #0099FF;
}

.tt9_sec .container form table tr td #zip {
  display: inline-block;
  width: 270px;
}

.tt9_sec .container form .link_spec {
  margin-top: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 920px) {
  .tt9_sec .container form {
    padding: 20px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt9_sec {
    padding: 100px 0 40px;
  }
}
/* ========== end △ */
#pp {
  height: 373px;
  overflow: auto;
  border: 1px solid #373E50;
  padding: 30px;
  border-radius: 10px;
}

#pp .gray_sec {
  background: #ffffff;
}

#pp .gray_sec > p {
  margin-bottom: 30px;
}

#pp .gray_sec h3 {
  color: #333;
}

#pp .gray_sec:last-child {
  margin-bottom: 0;
}

#pp .gray_sec p {
  margin-bottom: 30px;
}

#pp .gray_sec .wrap_line {
  margin-bottom: 30px;
}

#pp .gray_sec ul li {
  list-style-type: disc;
  margin-left: 30px;
  color: #333;
}

#pp .gray_sec ul li span {
  color: #333;
  font-weight: normal;
}

#pp .gray_sec ul.number li {
  color: #333;
  list-style-type: decimal;
  font-weight: bold;
}

#pp .gray_sec a {
  color: #0099FF;
}

#pp .gray_sec p:last-child {
  margin-bottom: 0;
}

#pp .gray_sec p:last-child a {
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 920px) and (max-width: 460px) {
  .contact_sec .box1 .container .banner .inner .line ul li {
    font-size: 22px;
  }
  .contact_sec .box1 .container .banner .inner .line ul li span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 920px) {
  /* ========== end △ */
}
/* ========== end △ */
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 920px) {
  .tt9_sec .container form.ninni {
    float: right;
    margin-left: 0;
    margin-right: 10px;
    right: 0;
    left: auto;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 920px) {
  .tt9_sec .container form .hissu, .tt9_sec .container form .ninni2 {
    float: right;
    margin-left: 0;
    margin-right: 10px;
    right: 0;
    left: auto;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 920px) {
  .tt9_sec .container form table {
    width: 100%;
    display: block;
  }
  .tt9_sec .container form table tbody {
    display: block;
  }
  .tt9_sec .container form table tr {
    display: block;
  }
  .tt9_sec .container form table tr:first-child th {
    border-bottom: none;
  }
  .tt9_sec .container form table tr th {
    width: 100%;
    border-right: none;
    display: block;
  }
  .tt9_sec .container form table tr th .inner {
    padding: 10px;
    display: block;
    width: 100%;
  }
  .tt9_sec .container form table tr th .inner strong {
    display: block;
    text-align: left;
  }
  .tt9_sec .container form table tr th .inner strong br {
    display: none;
  }
  .tt9_sec .container form table tr th .inner .hissu, .tt9_sec .container form table tr th .inner .ninni {
    right: 0;
  }
  .tt9_sec .container form table tr th .inner p {
    margin-top: 0;
  }
  .tt9_sec .container form table tr td {
    width: 100%;
    padding: 10px 0 15px 0px !important;
    margin-left: 0;
    display: block;
  }
  .tt9_sec .container form table tr td span {
    display: inline-block;
  }
  .tt9_sec .container form table tr td span.ml10 {
    display: inline-block;
  }
  .tt9_sec .container form table tr td #state {
    width: 80%;
    display: block;
    margin-top: 10px;
  }
  .tt9_sec .container form table tr td .w60 {
    width: 100%;
    margin-bottom: 8px;
  }
  .tt9_sec .container form table tr td .list1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt9_sec .container form table tr td .list1 li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0;
  }
  .tt9_sec .container form table tr td .list1 li input[type=radio] {
    height: auto;
    margin-left: 0;
  }
  .tt9_sec .container form table tr td .list1 li:nth-child(2n) {
    width: 100%;
  }
  .tt9_sec .container form table tr td .list1 li:last-child input {
    margin-left: 0 !important;
  }
  .tt9_sec .container form table tr td .list1 li:last-child input[type=radio] {
    margin-top: 0;
  }
  .tt9_sec .container form table tr td .wrap .flex_spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt9_sec .container form table tr td .wrap .flex_spec input {
    width: auto;
    max-width: 170px;
  }
  .tt9_sec .container form table tr td .wrap .flex_spec span {
    margin-top: 5px;
  }
  .tt9_sec .container form table tr td .list1 .w100 {
    width: 100% !important;
  }
  .tt9_sec .container form table tr td .list2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt9_sec .container form table tr td .list2 li {
    width: 100%;
  }
  .tt9_sec .container form table tr td .list3 li {
    width: 100%;
  }
  .tt9_sec .container form table tr td .w370, .tt9_sec .container form table tr td .w360, .tt9_sec .container form table tr td .w490 {
    width: 100%;
    margin-bottom: 1%;
  }
  .tt9_sec .container form table tr td .w260 {
    width: 100%;
  }
}
/* slider */
.swiper-container {
  position: relative;
  width: 100vw;
  height: auto;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .swiper-container {
    padding: 0 50px 0 0 !important;
    height: auto;
  }
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    margin-top: 0 !important;
  }
  .swiper-container .swiper-button-next {
    right: 80px !important;
  }
}
/* ========== end △ */
.swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide {
  opacity: 0.3;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  pointer-events: none;
}

.swiper-slide h3 {
  text-align: center;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide h3 span {
  background: #38B4E3;
  color: #fff;
  border-radius: 5px;
  min-width: 120px;
}

.swiper-slide img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .swiper-slide img {
    height: auto;
  }
}
/* ========== end △ */
.swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.swiper-slide__content {
  height: auto;
}

.swiper-container .swiper-button-prev {
  background: url(../images/next.svg) no-repeat center center;
}

.swiper-container .swiper-button-next {
  background: url(../images/prev.svg) no-repeat center center;
  right: 20px;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  width: 35px;
  height: 35px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 100% auto;
}

/* CSS cho pop-up */
.video {
  cursor: pointer;
  position: relative;
}

.video:after {
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/youtube.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-size: 100% auto;
  margin: auto;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .video:after {
    width: 40px;
    height: 40px;
  }
}
/* ========== end △ */
.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.video-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 1200px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .video-popup-content {
    width: 90vw;
  }
}
/* ========== end △ */
.video-popup-content iframe {
  width: 1000px;
  height: 500px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .video-popup-content iframe {
    height: 250px;
    width: 100%;
  }
}
/* ========== end △ */
.close-popup {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  background: #FF551F;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
}

.close-popup i {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.slider_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
}

.slider_button .ac {
  position: relative;
  width: 40vw;
  height: 100%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .slider_button .ac {
    width: 100%;
  }
}
/* ========== end △ */

.jisseki_slide--wrap {
    overflow: hidden;
    width: 100%;
}
.jisseki_slide {
    display: flex;
    align-items: center;
    overflow: hidden;
    animation: loop-slide 40s infinite linear 1s both;
    width: 900%;
    padding: min(1.613vw,20px) 0;
}
.jisseki_slide__list {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 3920px;
}

.jisseki_slide__item{
  margin-right: 10px;
	min-width: 270px;
}

.jisseki_slide__item .item_inner{
  gap: 10px;
  margin-bottom: 5px;
}

.jisseki_slide__item .item_inner span{
  background: #38B4E3;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 7px 0 0;
    font-size: 14px;
}
.jisseki_slide__item .item_inner span:nth-child(odd){
  background: #274BAF;
}
.jisseki_slide__item .item_inner span:nth-child(even){
  background: #38B4E3;
}

@keyframes loop-slide {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(max(-33.3333333333%,-3920px))
    }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .jisseki_slide {
    width: 1200%;
    padding: min(1.613vw,20px) 0;
  }
  .jisseki_slide__item .item_inner{
    flex-direction: column;
    gap: 0;
  }
}
/* ========== end △ */


/* ▽ add 20240301 nakano*/
h2.com{text-align:center; margin:80px auto 50px;font-size:24px;}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
.tt9_sec .container form table.com tr th .inner{ padding:10px 0 0px;}
}
/* ========== end △ */

/*==================================
inline privacy
==================================*/

.p-privacyBox {
	border: 1px solid #ccc;
	overflow-y: scroll;
	height: 240px;
	margin-top: 20px;
	padding: 20px;
}
.p-privacyBox__title:first-of-type {
	margin-top: 0;
}

.p-privacyBox__title {
	font-size: 1.6rem;
	margin-top: 6rem;
	margin-bottom: 27px;
	font-weight: bold;
}

.p-privacyBox__list {
	counter-reset: number 0;
}

.p-privacyBox__item ._item__title {
	margin-top: 19px;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
}

.p-privacyBox__item ._item__body {
	display: -ms-flexbox;
	display: flex;
}


.p-privacyBox__item ._item__body::before {
	content: counter(number) ".";
	font-weight: bold;
	margin-right: 4px;
	opacity: 0;
}

.p-privacyBox__item ._item__title::before {
	counter-increment: number 1;
	content: counter(number) ".";
	margin-right: 4px;
  flex-shrink: 0;
}

.p-paragraph {
	margin-top: 1em;
	margin-bottom: 1em;
}

.p-list-lowerAlpha {
	counter-reset: number-list-lowerAlpha 0;
}

.p-list__item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 0px 1fr;
	grid-template-columns: auto 1fr;
	-ms-grid-rows: auto 0px 1fr;
	grid-template-rows: auto 1fr;
	grid-gap: 0px 0px;
	gap: 0px 0px;
	grid-template-areas: "blank ." "blank .";
}

.p-list > li {
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
}

.p-list-lowerAlpha > li::before {
	counter-increment: number-list-lowerAlpha 1;
	content: counter(number-list-lowerAlpha, lower-alpha) ".";
}

.p-privacyBox__item ._item__body ._body__highlight {
	padding: 16px;
	background-color: #f9f9f9;
}


.p-privacyBox__item ._item__body ._body__list.-disc ._body__item {
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.p-privacyBox__item ._item__body ._body__list.-disc ._body__item::before {
	content: '';
	width: 7px;
	height: 7px;
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	margin-right: 0.5em;
	background-color: #bd1a21;
	transform: translateY(-2px);
}

.p-table {
	border: #d0d0d0;
	width: 100%;
  table-layout:auto;
	display: table !important;
}

.p-table-privacyBox thead,
.p-table-privacyBox tbody, 
.p-table-privacyBox th, 
.p-table-privacyBox td {
	border-width: 1px;
	border-style: solid;
	border-color: #d0d0d0 !important;
	padding: 0.8rem !important;
  vertical-align: top;
}

.p-table-privacyBox thead {
	background-color: #222;
	border-color: #222;
	color: #fff;
}

.p-table tr {
	display: table-row !important;
}

.p-table th {
	 min-width: unset !important; 
	 width: auto !important; 
	 box-sizing: border-box !important; 
	 display: table-cell !important; 
	 background-color: transparent !important;
}

.p-table td {
	width: auto !important;
	display: table-cell !important;
}

.p-table tbody {
	display: table-row-group !important;
	width: auto !important;
}


.p-table-privacyBox thead th {
	border-color: #5e5e5e;
}

.p-form__agreement {
	text-align: center;
	margin-top: 28px;
}

#submitbtn:disabled,
#submitbtn02:disabled {
	pointer-events: none !important;
	background-color: #eee !important;
	border-color: transparent;
	color: #fff !important;
}

@media (min-width: 768px) {
	.p-privacyBox {
		height: 385px;
		margin-top: 24px;
		padding-top: 54px;
		padding-left: 56px;
	}

	.p-privacyBox__title {
		/*font-size: 2.1rem;*/
		margin-top: 7.2rem;
	}

	.p-privacyBox__item ._item__body ._body__highlight {
		padding: 28px 36px;
	}

	.p-form__agreement {
		margin-top: 34px;
	}
}

