/*
Theme Name: atfanz
Author:
Version: 1.01
*/
/*----------------------------------------
ガイド
------------------------------------------*/
.guide {
  display: none;
  height: 100vh;
  width: 1px;
  background-color: lime;
  position: fixed;
  top: 0;
  z-index: 99;
}
.guide.guide-center {
  left: 50%;
}
.guide.guide-1200-left {
  left: 50%;
  margin-left: -600px;
}
.guide.guide-1200-right {
  right: 50%;
  margin-right: -600px;
}
/*----------------------------------------
フォント
------------------------------------------*/
/*----------------------------------------
共通
------------------------------------------*/
/*----------------------------------------
Base
------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #333;
  background: #fff;
  overflow-x: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
a {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
a:hover {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
img {
  width: 100%;
  height: auto;
}
/*----------------------------------------
SP > Main_Menu / Tigger_Btn
------------------------------------------*/
.menu_sp {
  display: none;
}
@media (max-width: 767px) {
  .menu_sp {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
  }
}
.menu_trigger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  padding: 34px;
  width: 100px;
  height: 100px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .menu_trigger {
    padding: 22px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger {
    padding: 17px;
    width: 50px;
    height: 50px;
  }
}
.menu_trigger.active span:nth-of-type(1) {
  transform: translateY(15px) rotate(-45deg);
}
@media screen and (max-width: 1280px) {
  .menu_trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
}
.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_trigger.active span:nth-of-type(3) {
  transform: translateY(-15px) rotate(45deg);
}
@media screen and (max-width: 1280px) {
  .menu_trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
}
.menu_trigger:focus {
  outline: none;
}
.menu_trigger,
.menu_trigger span {
  box-sizing: border-box;
  display: inline-block;
  transition: transform .4s, opacity .4s;
}
.menu_trigger span {
  background-color: #333;
  width: 32px;
  height: 2px;
  position: absolute;
  left: 34px;
}
@media screen and (max-width: 1280px) {
  .menu_trigger span {
    width: 26px;
    height: 2px;
    left: 22px;
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger span {
    width: 20px;
    left: 16px;
  }
}
.menu_trigger span:nth-of-type(1) {
  top: 34px;
}
@media screen and (max-width: 1280px) {
  .menu_trigger span:nth-of-type(1) {
    top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger span:nth-of-type(1) {
    top: 14px;
  }
}
.menu_trigger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu_trigger span:nth-of-type(3) {
  bottom: 34px;
}
@media screen and (max-width: 1280px) {
  .menu_trigger span:nth-of-type(3) {
    bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger span:nth-of-type(3) {
    bottom: 14px;
  }
}
.nav_main_sp {
  background-color: #ff9a97;
  display: none;
  width: 100%;
  color: #fff;
  padding: calc(20 / 16 * 1rem);
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  z-index: 3;
}
.nav_main_sp .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav_main_sp .list .list_item {
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  position: relative;
}
.nav_main_sp .list .list_item:last-child {
  border-bottom: none;
}
.nav_main_sp a {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(50 / 16 * 1rem);
  color: #fff;
  text-decoration: none;
}
.btn_pageTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(82 / 16 * 1rem);
  height: calc(82 / 16 * 1rem);
  border-radius: calc(.5 * 82 / 16 * 1rem);
  position: fixed;
  bottom: calc(70 / 16 * 1rem);
  right: calc(20 / 16 * 1rem);
  background-color: #ff9a97;
  z-index: 99;
}
@media (max-width: 1199px) {
  .btn_pageTop {
    bottom: calc(.8 * 70 / 16 * 1rem);
    transform: scale(0.8);
    transform-origin: right;
    right: calc(.8 * 20 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .btn_pageTop {
    opacity: .6;
    transform: scale(0.5);
    right: calc(.5 * 20 / 16 * 1rem);
    bottom: calc(.5 * 70 / 16 * 1rem);
  }
}
.btn_pageTop:hover {
  bottom: calc(80 / 16 * 1rem);
}
@media (max-width: 767px) {
  .btn_pageTop:hover {
    opacity: 1;
  }
}
.btn_pageTop .arrow-top {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  position: relative;
  top: 5px;
}
/*----------------------------------------
Header / Main / Footer
------------------------------------------*/
.bg_color {
  background-color: #feefec;
}
@media (min-width: 1366px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(135 / 16 * 1rem);
  color: #fff;
  font-size: calc(14 / 16 * 1rem);
  line-height: 1;
  background-color: #333;
}
@media (max-width: 1199px) {
  .footer {
    height: calc(.75 * 135 / 16 * 1rem);
    font-size: calc(12 / 16 * 1rem);
  }
}
@media (max-width: 1199px) {
  .footer {
    height: calc(.4 * 135 / 16 * 1rem);
    font-size: calc(10 / 16 * 1rem);
  }
}
.header {
  display: flex;
  width: 100%;
  height: calc(100 / 16 * 1rem);
  align-items: center;
  justify-content: space-between;
  padding: 0 calc(60 / 16 * 1rem);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media (max-width: 1199px) {
  .header {
    height: calc(70 / 16 * 1rem);
    padding: 0 calc(40 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .header {
    height: calc(50 / 16 * 1rem);
    padding: 0 calc(15 / 16 * 1rem);
  }
}
.header .site_title {
  width: calc(168 / 16 * 1rem);
}
@media (max-width: 767px) {
  .header .site_title {
    width: calc(110 / 16 * 1rem);
  }
}
.header .site_title a {
  display: flex;
  align-items: center;
}
.header .menu_main_pc {
  display: flex;
}
@media (max-width: 767px) {
  .header .menu_main_pc {
    display: none;
  }
}
.header .menu_main_pc .list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .menu_main_pc .list .list_item {
  margin-left: calc(60 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .header .menu_main_pc .list .list_item {
    margin-left: calc(30 / 16 * 1rem);
  }
}
.header .menu_main_pc .list .list_item:first-child {
  margin-left: 0;
}
.header .menu_main_pc .list .list_item a {
  color: #000;
  font-size: calc(16 / 16 * 1rem);
}
.header .menu_main_pc .list .list_item a:hover {
  color: #ff9a97;
  text-decoration: none;
}
.main {
  margin-top: calc(100 / 16 * 1rem);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .main {
    margin-top: calc(70 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .main {
    margin-top: calc(50 / 16 * 1rem);
  }
}
.sec_01 {
  padding-top: calc(115 / 16 * 1rem);
  padding-bottom: calc(170 / 16 * 1rem);
  position: relative;
}
@media (max-width: 1199px) {
  .sec_01 {
    padding-top: calc(.75 * 115 / 16 * 1rem);
    padding-bottom: calc(.75 * 170 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_01 {
    padding-top: calc(.4 * 115 / 16 * 1rem);
    padding-bottom: calc(.4 * 170 / 16 * 1rem);
  }
}
.sec_01 .bg {
  width: calc(1060 / 16 * 1rem);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-15%);
}
@media (max-width: 1199px) {
  .sec_01 .bg {
    width: calc(.75 * 1060 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_01 .bg {
    width: calc(.5 * 1060 / 16 * 1rem);
  }
}
.sec_01 .container {
  position: relative;
}
.sec_01 .site_title {
  display: none;
  margin-bottom: calc(40 / 16 * 1rem);
}
@media (max-width: 767px) {
  .sec_01 .site_title {
    margin-bottom: calc(.4 * 40 / 16 * 1rem);
  }
}
.sec_01 .site_title .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(215 / 16 * 1rem);
  color: #fff;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 700;
  line-height: calc(32 / 16 * 1rem);
  background-color: #000;
}
@media (max-width: 767px) {
  .sec_01 .site_title .inner {
    width: calc(.6 * 215 / 16 * 1rem);
    font-size: calc(.6 * 16 / 16 * 1rem);
    line-height: calc(.6 * 32 / 16 * 1rem);
  }
}
.sec_01 .sec_title {
  font-size: calc(64 / 16 * 1rem);
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 1px 1px 10px #fff;
  margin-bottom: calc(40 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_01 .sec_title {
    font-size: calc(.75 * 64 / 16 * 1rem);
    margin-bottom: calc(.75 * 40 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_01 .sec_title {
    font-size: calc(.5 * 64 / 16 * 1rem);
    margin-bottom: calc(.4 * 40 / 16 * 1rem);
  }
}
@media (max-width: 374px) {
  .sec_01 .sec_title {
    font-size: calc(.4 * 64 / 16 * 1rem);
  }
}
@media (max-width: 991px) {
  .sec_01 .sec_title span {
    display: inline-block;
  }
}
.sec_01 .des_01 {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 500;
  line-height: calc(42 / 16 * 1rem);
  text-shadow: 1px 1px 5px #fff;
  margin-bottom: calc(60 / 16 * 1rem);
}
@media (max-width: 767px) {
  .sec_01 .des_01 {
    font-size: calc(.75 * 24 / 16 * 1rem);
    line-height: calc(.75 * 42 / 16 * 1rem);
    margin-bottom: calc(.4 * 60 / 16 * 1rem);
  }
}
.sec_01 .btn_contact {
  width: calc(360 / 16 * 1rem);
  height: calc(80 / 16 * 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
  background-color: #ff1d25;
  padding: calc(16 / 16 * 1rem);
  border-radius: calc(.5 * 80 / 16 * 1rem);
  border: solid 3px #ff1d25;
}
@media (max-width: 767px) {
  .sec_01 .btn_contact {
    width: calc(.75 * 360 / 16 * 1rem);
    height: calc(.75 * 80 / 16 * 1rem);
    font-size: calc(.75 * 24 / 16 * 1rem);
    font-weight: 700;
    padding: calc(.75 * 16 / 16 * 1rem);
    border-radius: calc(.75 * .5 * 80 / 16 * 1rem);
  }
}
.sec_01 .btn_contact:hover {
  color: #ff1d25;
  text-decoration: none;
  background-color: #fff;
}
.sec_02 {
  padding-top: calc(85 / 16 * 1rem);
  padding-bottom: calc(110 / 16 * 1rem);
  position: relative;
}
@media (max-width: 1199px) {
  .sec_02 {
    padding-top: calc(.5 * 85 / 16 * 1rem);
    padding-bottom: calc(.75 * 110 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_02 {
    padding-top: calc(.5 * 85 / 16 * 1rem);
    padding-bottom: calc(.4 * 110 / 16 * 1rem);
  }
}
.sec_02 .scroll {
  width: 11px;
  position: absolute;
  top: -133px;
  right: 50px;
  animation: scrollAnimation 3s linear infinite;
}
@media (max-width: 767px) {
  .sec_02 .scroll {
    display: none;
  }
}
.sec_02 .bg_star {
  width: calc(441 / 16 * 1rem);
  position: absolute;
  top: calc(40 / 16 * 1rem);
  left: 50%;
  transform: translateX(100%);
}
@media (max-width: 1199px) {
  .sec_02 .bg_star {
    width: calc(.75 * 441 / 16 * 1rem);
    top: calc(.75 * 40 / 16 * 1rem);
    transform: translateX(80%);
  }
}
@media (max-width: 991px) {
  .sec_02 .bg_star {
    width: 300px;
    top: 437px;
    transform: translateX(120px);
  }
}
.sec_02 .row .col_image {
  padding-top: calc(20 / 16 * 1rem);
  padding-right: calc(23 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_02 .row .col_image {
    padding-right: calc(15 / 16 * 1rem);
  }
}
@media (max-width: 991px) {
  .sec_02 .row .col_image {
    max-width: calc(420 / 16 * 1rem);
    padding-top: 0;
    margin: 0 auto calc(30 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_02 .row .col_image {
    max-width: calc(240 / 16 * 1rem);
    margin-bottom: calc(20 / 16 * 1rem);
  }
}
.sec_02 .row .col_txt {
  padding-left: calc(23 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_02 .row .col_txt {
    padding-left: calc(15 / 16 * 1rem);
  }
}
.sec_02 .sec_title {
  color: #00379b;
  font-size: calc(40 / 16 * 1rem);
  font-weight: 700;
  line-height: calc(60 / 16 * 1rem);
  margin-bottom: calc(40 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_02 .sec_title {
    font-size: calc(.75 * 40 / 16 * 1rem);
    line-height: calc(.75 * 60 / 16 * 1rem);
    margin-bottom: calc(.75 * 40 / 16 * 1rem);
  }
}
@media (max-width: 991px) {
  .sec_02 .sec_title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sec_02 .sec_title {
    font-size: calc(.6 * 40 / 16 * 1rem);
    line-height: calc(.6 * 60 / 16 * 1rem);
    margin-bottom: calc(.6 * 40 / 16 * 1rem);
  }
}
@media (max-width: 374px) {
  .sec_02 .sec_title {
    font-size: calc(.5 * 40 / 16 * 1rem);
    line-height: calc(.5 * 60 / 16 * 1rem);
    margin-bottom: calc(.5 * 40 / 16 * 1rem);
  }
}
.sec_02 .des_01 {
  font-size: calc(15.9 / 16 * 1rem);
  line-height: calc(38 / 16 * 1rem);
  text-align: justify;
  margin-bottom: calc(40 / 16 * 1rem);
}
@media (max-width: 767px) {
  .sec_02 .des_01 {
    font-size: calc(15 / 16 * 1rem);
    line-height: calc(32 / 16 * 1rem);
    text-align: justify;
    margin-bottom: calc(20 / 16 * 1rem);
  }
}
.sec_02 .des_01 .bold {
  font-size: calc(22.35 / 16 * 1rem);
  font-weight: 900;
  background: linear-gradient(transparent 69%, #ffe1e0 28%);
}
@media (max-width: 767px) {
  .sec_02 .des_01 .bold {
    font-size: calc(18 / 16 * 1rem);
  }
}
.sec_03 {
  padding-top: calc(90 / 16 * 1rem);
  padding-bottom: calc(90 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_03 {
    padding-top: calc(.75 * 90 / 16 * 1rem);
    padding-bottom: calc(.75 * 90 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_03 {
    padding-top: calc(.4 * 90 / 16 * 1rem);
    padding-bottom: calc(.4 * 90 / 16 * 1rem);
  }
}
.sec_03 .sec_title {
  font-size: calc(40 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: calc(60 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_03 .sec_title {
    font-size: calc(.75 * 40 / 16 * 1rem);
    margin-bottom: calc(.75 * 60 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_03 .sec_title {
    font-size: calc(.55 * 40 / 16 * 1rem);
    margin-bottom: calc(.55 * 60 / 16 * 1rem);
  }
}
.sec_03 .sec_title span {
  color: #ff9a97;
  font-size: calc(52 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_03 .sec_title span {
    font-size: calc(.75 * 52 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_03 .sec_title span {
    font-size: calc(.55 * 52 / 16 * 1rem);
  }
}
@media (max-width: 374px) {
  .sec_03 .sec_title span {
    font-size: calc(.5 * 52 / 16 * 1rem);
  }
}
.sec_03 .col_left {
  padding-right: calc(26 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_03 .col_left {
    padding-right: calc(15 / 16 * 1rem);
  }
}
.sec_03 .col_right {
  padding-left: calc(26 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_03 .col_right {
    padding-left: calc(15 / 16 * 1rem);
  }
}
.sec_03 .panel {
  width: 100%;
  height: 100%;
}
.sec_03 .panel .title {
  color: #fff;
  font-size: calc(32 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: calc(19 / 16 * 1rem) calc(10 / 16 * 1rem);
  border-radius: calc(.5 * 70 / 16 * 1rem);
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .sec_03 .panel .title {
    font-size: calc(.75 * 32 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_03 .panel .title {
    font-size: calc(.55 * 32 / 16 * 1rem);
    padding: calc(.55 * 19 / 16 * 1rem) calc(10 / 16 * 1rem);
  }
}
.sec_03 .panel.panel_left {
  transform: scale(0.85);
}
@media (max-width: 767px) {
  .sec_03 .panel.panel_left {
    margin-bottom: calc(20 / 16 * 1rem);
    transform-origin: top;
  }
}
.sec_03 .panel.panel_left .title {
  background-color: #29abe2;
}
@media (max-width: 767px) {
  .sec_03 .panel.panel_right {
    margin-top: calc(-60 / 16 * 1rem);
  }
}
.sec_03 .panel.panel_right .title {
  background-color: #39b54a;
}
.sec_03 .panel .list_box {
  background-color: #fff;
  margin-top: calc(-.5 * 70 / 16 * 1rem);
  padding: calc(70 / 16 * 1rem) calc(35 / 16 * 1rem) calc(35 / 16 * 1rem);
  border-bottom-left-radius: calc(15 / 16 * 1rem);
  border-bottom-right-radius: calc(15 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_03 .panel .list_box {
    margin-top: calc(.75 * -.5 * 70 / 16 * 1rem);
    padding: calc(.75 * 70 / 16 * 1rem) calc(.75 * 35 / 16 * 1rem) calc(.75 * 35 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_03 .panel .list_box {
    margin-top: calc(.55 * -.5 * 70 / 16 * 1rem);
    padding: calc(.55 * 70 / 16 * 1rem) calc(.55 * 35 / 16 * 1rem) calc(.55 * 35 / 16 * 1rem);
  }
}
.sec_03 .panel .list_box .image {
  margin-bottom: calc(35 / 16 * 1rem);
}
@media (max-width: 767px) {
  .sec_03 .panel .list_box .image {
    margin-bottom: calc(.55 * 35 / 16 * 1rem);
  }
}
.sec_03 .panel .list_box .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec_03 .panel .list_box .list .list_item {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 700;
  line-height: calc(36 / 16 * 1rem);
  padding-left: calc(38 / 16 * 1rem);
  position: relative;
}
@media (max-width: 767px) {
  .sec_03 .panel .list_box .list .list_item {
    font-size: calc(16 / 16 * 1rem);
    line-height: calc(28 / 16 * 1rem);
    padding-left: calc(.75 * 38 / 16 * 1rem);
  }
}
.sec_03 .panel .list_box .list .list_item::before {
  content: "";
  display: block;
  width: 29px;
  height: 27px;
  background-image: url(assets/images/icon00_blue@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 6px;
}
@media (max-width: 767px) {
  .sec_03 .panel .list_box .list .list_item::before {
    width: 20.3px;
    height: 18.9px;
  }
}
.sec_04 {
  padding-top: calc(80 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_04 {
    padding-top: calc(.75 * 80 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_04 {
    padding-top: calc(.4 * 80 / 16 * 1rem);
  }
}
.sec_04 .sec_title {
  color: #ff9a97;
  font-size: calc(52 / 16 * 1rem);
  font-weight: 700;
  line-height: calc(64 / 16 * 1rem);
  text-align: center;
  margin-bottom: calc(60 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_04 .sec_title {
    font-size: calc(.75 * 52 / 16 * 1rem);
    line-height: calc(.75 * 64 / 16 * 1rem);
    margin-bottom: calc(.75 * 60 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_04 .sec_title {
    font-size: calc(.45 * 52 / 16 * 1rem);
    line-height: calc(.45 * 64 / 16 * 1rem);
    margin-bottom: calc(.45 * 60 / 16 * 1rem);
  }
}
.sec_04 .box {
  max-width: calc(1075 / 16 * 1rem);
  margin: 0 auto;
}
@media (max-width: 991px) {
  .sec_04 .box {
    max-width: calc(600 / 16 * 1rem);
  }
}
.sec_04 .box .des {
  margin-bottom: calc(30 / 16 * 1rem);
}
@media (max-width: 767px) {
  .sec_04 .box .des {
    max-width: calc(235 / 16 * 1rem);
    margin-bottom: calc(.5 * 30 / 16 * 1rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.sec_05 {
  padding-bottom: calc(80 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_05 {
    padding-bottom: calc(.75 * 80 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_05 {
    padding-bottom: calc(.4 * 80 / 16 * 1rem);
  }
}
.sec_05 .triangle {
  margin-bottom: calc(100 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_05 .triangle {
    margin-bottom: calc(.75 * 100 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_05 .triangle {
    margin-bottom: calc(.4 * 100 / 16 * 1rem);
  }
}
.sec_05 .triangle .inner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 6vw 50vw;
  border-color: transparent transparent #fff transparent;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .sec_05 .triangle .inner {
    border-width: 0 50vw 10vw 50vw;
  }
}
.sec_05 .sec_title {
  font-size: calc(42 / 16 * 1rem);
  font-weight: 700;
  line-height: calc(64 / 16 * 1rem);
  text-align: center;
  margin-bottom: calc(60 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_05 .sec_title {
    font-size: calc(.75 * 42 / 16 * 1rem);
    line-height: calc(.75 * 64 / 16 * 1rem);
    margin-bottom: calc(.75 * 60 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_05 .sec_title {
    font-size: calc(.45 * 42 / 16 * 1rem);
    line-height: calc(.45 * 64 / 16 * 1rem);
    margin-bottom: calc(.45 * 60 / 16 * 1rem);
  }
}
.sec_05 .sec_title span {
  color: #ff9a97;
  font-size: calc(52 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_05 .sec_title span {
    font-size: calc(.75 * 52 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_05 .sec_title span {
    display: inline-block;
    font-size: calc(.45 * 52 / 16 * 1rem);
  }
}
.sec_05 .box {
  position: relative;
  margin-bottom: calc(60 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_05 .box {
    margin-bottom: calc(.75 * 60 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_05 .box {
    margin-bottom: calc(.55 * 60 / 16 * 1rem);
  }
}
.sec_05 .box .image {
  width: calc(480 / 1200 * 100%);
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sec_05 .box .image {
    width: 100%;
    position: inherit;
    transform: none;
    padding-top: calc(.4 * 60 / 16 * 1rem);
    background-color: #fff;
  }
}
.sec_05 .box .txt {
  background-color: #fff;
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
  position: relative;
}
@media (max-width: 1199px) {
  .sec_05 .box .txt {
    padding-top: calc(.75 * 60 / 16 * 1rem);
    padding-bottom: calc(.75 * 60 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_05 .box .txt {
    padding-top: calc(.4 * 60 / 16 * 1rem);
    padding-bottom: calc(.4 * 60 / 16 * 1rem);
  }
}
.sec_05 .box .txt .title {
  display: flex;
}
.sec_05 .box .txt .title .txt_01 {
  display: block;
  flex-basis: calc(58 / 16 * 1rem);
  min-width: calc(58 / 16 * 1rem);
  margin-right: calc(30 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_05 .box .txt .title .txt_01 {
    flex-basis: calc(.75 * 58 / 16 * 1rem);
    min-width: calc(.75 * 58 / 16 * 1rem);
    margin-right: calc(.75 * 30 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_05 .box .txt .title .txt_01 {
    flex-basis: calc(.65 * 58 / 16 * 1rem);
    min-width: calc(.65 * 58 / 16 * 1rem);
    margin-right: calc(.65 * 30 / 16 * 1rem);
  }
}
.sec_05 .box .txt .title .txt_02 {
  color: #00379b;
  font-size: calc(27 / 16 * 1rem);
  font-weight: 700;
  line-height: calc(40 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_05 .box .txt .title .txt_02 {
    font-size: calc(.75 * 27 / 16 * 1rem);
    line-height: calc(.75 * 40 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_05 .box .txt .title .txt_02 {
    font-size: calc(.65 * 27 / 16 * 1rem);
    line-height: calc(.65 * 40 / 16 * 1rem);
  }
}
.sec_05 .box .txt .des {
  font-size: calc(18 / 16 * 1rem);
  line-height: calc(38 / 16 * 1rem);
  text-align: justify;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .sec_05 .box .txt .des {
    font-size: calc(.85 * 18 / 16 * 1rem);
    line-height: calc(.85 * 36 / 16 * 1rem);
  }
}
.sec_05 .box::before {
  content: "";
  width: 100vh;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
}
.sec_05 .box.box_01 .image,
.sec_05 .box.box_03 .image {
  right: 0;
}
@media (max-width: 767px) {
  .sec_05 .box.box_01 .image,
  .sec_05 .box.box_03 .image {
    padding-right: calc(.4 * 60 / 16 * 1rem);
  }
}
.sec_05 .box.box_01 .txt,
.sec_05 .box.box_03 .txt {
  padding-right: calc(260 / 1200 * 100%);
  margin-right: calc(280 / 1200 * 100%);
}
@media (max-width: 767px) {
  .sec_05 .box.box_01 .txt,
  .sec_05 .box.box_03 .txt {
    padding-right: calc(.4 * 60 / 16 * 1rem);
    margin-right: 0;
  }
}
.sec_05 .box.box_01::before,
.sec_05 .box.box_03::before {
  left: -100vh;
}
.sec_05 .box.box_02 .image {
  left: 0;
}
@media (max-width: 767px) {
  .sec_05 .box.box_02 .image {
    padding-left: calc(.4 * 60 / 16 * 1rem);
  }
}
.sec_05 .box.box_02 .txt {
  padding-left: calc(260 / 1200 * 100%);
  margin-left: calc(280 / 1200 * 100%);
}
@media (max-width: 767px) {
  .sec_05 .box.box_02 .txt {
    padding-left: calc(.4 * 60 / 16 * 1rem);
    margin-left: 0;
  }
}
.sec_05 .box.box_02::before {
  right: -100vh;
}
.sec_06 {
  padding-top: calc(100 / 16 * 1rem);
  padding-bottom: calc(130 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_06 {
    padding-top: calc(.75 * 100 / 16 * 1rem);
    padding-bottom: calc(.75 * 130 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_06 {
    padding-top: calc(.4 * 100 / 16 * 1rem);
    padding-bottom: calc(.4 * 130 / 16 * 1rem);
  }
}
.sec_06 .box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(80 / 1200 * 100%);
}
@media (max-width: 991px) {
  .sec_06 .box {
    display: block;
  }
}
.sec_06 .box .image {
  flex-basis: calc(620 / 1200 * 100%);
}
@media (max-width: 1199px) {
  .sec_06 .box .image {
    flex-basis: 40%;
  }
}
@media (max-width: 991px) {
  .sec_06 .box .image {
    max-width: 380px;
    padding-top: calc(20 / 16 * 1rem);
    margin: 0 auto calc(20 / 16 * 1rem);
  }
}
.sec_06 .box .image img {
  border: solid 1px #000;
}
.sec_06 .box .txt {
  flex-basis: calc(580 / 1200 * 100%);
  padding-left: calc(60 / 1200 * 100%);
}
@media (max-width: 1199px) {
  .sec_06 .box .txt {
    flex-basis: 60%;
    padding-left: calc(30 / 1200 * 100%);
  }
}
.sec_06 .box .txt .title {
  font-size: calc(36 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: calc(20 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_06 .box .txt .title {
    font-size: calc(.75 * 36 / 16 * 1rem);
    margin-bottom: calc(.75 * 20 / 16 * 1rem);
  }
}
.sec_06 .box .data {
  display: flex;
  margin-bottom: calc(60 / 16 * 1rem);
  position: relative;
}
@media (max-width: 1199px) {
  .sec_06 .box .data {
    margin-bottom: calc(.75 * 60 / 16 * 1rem);
  }
}
.sec_06 .box .data .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: calc(40 / 16 * 1rem);
  background-color: #ff9a97;
  padding: 0 calc(10 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_06 .box .data .inner {
    font-size: calc(.75 * 24 / 16 * 1rem);
    line-height: calc(.75 * 40 / 16 * 1rem);
  }
}
.sec_06 .box .data::after {
  content: "";
  width: 100%;
  border-bottom: dashed 1px #000;
  position: absolute;
  bottom: calc(.5 * -60 / 16 * 1rem);
  left: 0;
}
@media (max-width: 1199px) {
  .sec_06 .box .data::after {
    bottom: calc(.75 * .5 * -60 / 16 * 1rem);
  }
}
.sec_06 .box .faq {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 700;
  line-height: calc(24 / 16 * 1rem);
  text-align: justify;
  margin-bottom: calc(20 / 16 * 1rem);
}
.sec_06 .box .faq .que,
.sec_06 .box .faq .ans {
  display: block;
}
.sec_06 .box .faq .que {
  margin-bottom: calc(10 / 16 * 1rem);
}
.sec_07 {
  padding-top: calc(100 / 16 * 1rem);
  padding-bottom: calc(100 / 16 * 1rem);
  position: relative;
}
@media (max-width: 1199px) {
  .sec_07 {
    padding-top: calc(.75 * 100 / 16 * 1rem);
    padding-bottom: calc(.75 * 100 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_07 {
    padding-top: calc(.4 * 100 / 16 * 1rem);
    padding-bottom: calc(.4 * 100 / 16 * 1rem);
  }
}
.sec_07 .table {
  background-color: #fff;
  border: 2px solid #333;
  position: relative;
  min-width: 750px;
}
@media (max-width: 767px) {
  .sec_07 .table {
    min-width: 600px;
    margin-bottom: .5rem;
  }
}
.sec_07 .table td,
.sec_07 .table th {
  border-color: #333;
  text-align: center;
  vertical-align: middle;
}
.sec_07 .table thead {
  background-color: #ffb0ad;
}
.sec_07 .table thead td .des {
  display: block;
  font-size: calc(14 / 16 * 1rem);
  line-height: calc(18 / 16 * 1rem);
  margin-bottom: calc(10 / 16 * 1rem);
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .sec_07 .table thead td .des {
    font-size: calc(12 / 16 * 1rem);
    line-height: calc(16 / 16 * 1rem);
    margin-bottom: calc(8 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_07 .table thead td .des {
    font-size: calc(10 / 16 * 1rem);
    line-height: calc(14 / 16 * 1rem);
    margin-bottom: calc(6 / 16 * 1rem);
  }
}
.sec_07 .table thead td .title {
  display: block;
  font-size: calc(28 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .sec_07 .table thead td .title {
    font-size: calc(.75 * 28 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_07 .table thead td .title {
    font-size: calc(16 / 16 * 1rem);
  }
}
.sec_07 .table thead td .remark {
  display: block;
  font-size: calc(13 / 16 * 1rem);
  line-height: 1;
  margin-top: calc(7 / 16 * 1rem);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .sec_07 .table thead td .remark {
    font-size: calc(10 / 16 * 1rem);
    margin-top: calc(4 / 16 * 1rem);
  }
}
.sec_07 .table tbody tr td {
  font-size: calc(18 / 16 * 1rem);
  padding: .7rem;
}
@media (max-width: 1199px) {
  .sec_07 .table tbody tr td {
    font-size: 1rem;
    padding: .5rem;
  }
}
@media (max-width: 767px) {
  .sec_07 .table tbody tr td {
    font-size: .85rem;
    padding: .3rem;
  }
}
.sec_07 .table tbody tr td:first-child {
  font-weight: 700;
  line-height: calc(28 / 16 * 1rem);
  background-color: #ffe1e0;
}
@media (max-width: 1199px) {
  .sec_07 .table tbody tr td:first-child {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .sec_07 .table tbody tr td:first-child {
    font-size: .85rem;
  }
}
.sec_07 .table tbody tr td:first-child span {
  display: inline-block;
}
@media (max-width: 767px) {
  .sec_07 .table_remark {
    font-size: .85rem;
  }
}
.sec_07 .bg_star {
  width: calc(441 / 16 * 1rem);
  position: absolute;
  bottom: calc(90 / 16 * 1rem);
  left: 50%;
  transform: translateX(100%);
}
.sec_08 {
  padding-top: calc(100 / 16 * 1rem);
  padding-bottom: calc(80 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_08 {
    padding-top: calc(.75 * 100 / 16 * 1rem);
    padding-bottom: calc(.75 * 80 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_08 {
    padding-top: calc(.4 * 100 / 16 * 1rem);
    padding-bottom: calc(.4 * 80 / 16 * 1rem);
  }
}
.sec_08 .box {
  margin-bottom: calc(65 / 16 * 1rem);
}
@media (max-width: 991px) {
  .sec_08 .box {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .sec_08 .box {
    max-width: 280px;
  }
}
.sec_08 .box .list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .sec_08 .box .list {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .sec_08 .box .list {
    display: block;
  }
}
.sec_08 .box .list .list_item {
  padding: calc(22 / 16 * 1rem) calc(20 / 16 * 1rem);
  border-right: solid 1px #333;
}
@media (max-width: 1199px) {
  .sec_08 .box .list .list_item {
    padding: calc(.75 * 22 / 16 * 1rem) calc(.75 * 20 / 16 * 1rem);
  }
}
@media (max-width: 991px) {
  .sec_08 .box .list .list_item {
    flex-basis: 50%;
    margin-bottom: calc(40 / 16 * 1rem);
    position: relative;
  }
}
@media (max-width: 480px) {
  .sec_08 .box .list .list_item {
    border-bottom: solid 1px #333;
    border-right: none;
    padding-bottom: calc(20 / 16 * 1rem);
    margin-bottom: calc(20 / 16 * 1rem);
  }
}
.sec_08 .box .list .list_item:last-child {
  border-right: none;
}
@media (max-width: 480px) {
  .sec_08 .box .list .list_item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .sec_08 .box .list .list_item:last-child::after {
    content: none;
  }
}
@media (max-width: 991px) {
  .sec_08 .box .list .list_item::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 15px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
  }
}
@media (max-width: 480px) {
  .sec_08 .box .list .list_item::after {
    top: inherit;
    bottom: -33px;
    transform: rotate(90deg);
    right: 50%;
    margin-right: -7.5px;
  }
}
.sec_08 .des {
  max-width: calc(604 / 16 * 1rem);
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .sec_08 .des {
    flex-basis: 50%;
    max-width: calc(.75 * 604 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_08 .des {
    flex-basis: 50%;
    max-width: calc(.6 * 604 / 16 * 1rem);
  }
}
.sec_09 {
  padding-top: calc(100 / 16 * 1rem);
  padding-bottom: calc(100 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_09 {
    padding-top: calc(.75 * 100 / 16 * 1rem);
    padding-bottom: calc(.75 * 100 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_09 {
    padding-top: calc(.4 * 100 / 16 * 1rem);
    padding-bottom: calc(.4 * 100 / 16 * 1rem);
  }
}
.sec_09 .box .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec_09 .box .box_faq {
  margin-bottom: calc(10 / 16 * 1rem);
}
.sec_09 .box .box_faq .que .inner,
.sec_09 .box .box_faq .ans .inner {
  display: flex;
  font-size: calc(28 / 16 * 1rem);
  font-weight: 700;
  line-height: calc(49 / 16 * 1rem);
  padding: calc(35 / 16 * 1rem) calc(80 / 16 * 1rem) calc(35 / 16 * 1rem) calc(40 / 16 * 1rem);
  background-color: #fff;
}
@media (max-width: 1199px) {
  .sec_09 .box .box_faq .que .inner,
  .sec_09 .box .box_faq .ans .inner {
    font-size: calc(.75 * 28 / 16 * 1rem);
    line-height: calc(.75 * 49 / 16 * 1rem);
    padding: calc(.75 * 35 / 16 * 1rem) calc(.75 * 80 / 16 * 1rem) calc(.75 * 35 / 16 * 1rem) calc(.75 * 40 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_09 .box .box_faq .que .inner,
  .sec_09 .box .box_faq .ans .inner {
    font-size: 1rem;
    line-height: 1.4rem;
    padding: calc(20 / 16 * 1rem) calc(40 / 16 * 1rem) calc(20 / 16 * 1rem) calc(20 / 16 * 1rem);
  }
}
.sec_09 .box .box_faq .que .inner .txt_01,
.sec_09 .box .box_faq .ans .inner .txt_01 {
  color: #ff9a97;
}
@media (max-width: 767px) {
  .sec_09 .box .box_faq .que .inner .txt_01,
  .sec_09 .box .box_faq .ans .inner .txt_01 {
    margin-right: calc(5 / 16 * 1rem);
  }
}
.sec_09 .box .box_faq .que {
  display: block;
  position: relative;
}
.sec_09 .box .box_faq .que .inner .txt_02 {
  color: #333;
}
.sec_09 .box .box_faq .que:hover {
  text-decoration: none;
}
.sec_09 .box .box_faq .que:hover .inner .txt_02 {
  color: #ff9a97;
}
.sec_09 .box .box_faq .que::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(assets/images/icon01_plus@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
@media (max-width: 1199px) {
  .sec_09 .box .box_faq .que::after {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .sec_09 .box .box_faq .que::after {
    width: 15px;
    height: 15px;
  }
}
.sec_09 .box .box_faq .que[aria-expanded="true"]::after {
  background-image: url(assets/images/icon01_minus@2x.jpg);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
.sec_09 .box .box_faq .ans {
  border-top: dashed 1px #ff9a97;
}
.sec_10 {
  padding-top: calc(100 / 16 * 1rem);
  padding-bottom: calc(200 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_10 {
    padding-top: calc(.75 * 100 / 16 * 1rem);
    padding-bottom: calc(.75 * 200 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_10 {
    padding-top: calc(.4 * 100 / 16 * 1rem);
    padding-bottom: calc(.4 * 200 / 16 * 1rem);
  }
}
@media (max-width: 991px) {
  .sec_10 .box {
    max-width: 540px;
    margin: 0 auto;
  }
}
.sec_10 .box .dl {
  display: flex;
  font-size: calc(24 / 16 * 1rem);
  font-weight: 400;
  line-height: calc(42 / 16 * 1rem);
  margin-bottom: calc(20 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_10 .box .dl {
    font-size: calc(.75 * 24 / 16 * 1rem);
    line-height: calc(.75 * 42 / 16 * 1rem);
    margin-bottom: calc(.75 * 20 / 16 * 1rem);
  }
}
@media (max-width: 991px) {
  .sec_10 .box .dl {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.sec_10 .box .dl .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 300px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .sec_10 .box .dl .title {
    flex-basis: 250px;
  }
}
@media (max-width: 991px) {
  .sec_10 .box .dl .title {
    justify-content: inherit;
    font-weight: 700;
    margin-bottom: 5px;
  }
}
.sec_10 .box .dl .title .remark {
  color: #ff0000;
}
.sec_10 .box .dl .des {
  display: flex;
  align-items: center;
  flex-basis: calc(100% - 300px);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .sec_10 .box .dl .des {
    flex-basis: calc(100% - 250px);
  }
}
.sec_10 .box .dl .form-control {
  height: calc(80 / 16 * 1rem);
  font-size: calc(24 / 16 * 1rem);
  border-color: #333;
}
@media (max-width: 1199px) {
  .sec_10 .box .dl .form-control {
    height: calc(.75 * 80 / 16 * 1rem);
    font-size: calc(.75 * 24 / 16 * 1rem);
  }
}
@media (max-width: 991px) {
  .sec_10 .box .dl .form-control {
    height: calc(.5 * 80 / 16 * 1rem);
    font-size: 1rem;
  }
}
.sec_10 .box .dl .form-check-input {
  transform: scale(2.3);
}
@media (max-width: 1199px) {
  .sec_10 .box .dl .form-check-input {
    transform: scale(1.725);
  }
}
.sec_10 .box .dl.dl_04 {
  margin-bottom: calc(40 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_10 .box .dl.dl_04 {
    margin-bottom: calc(.75 * 40 / 16 * 1rem);
  }
}
.sec_10 .box .dl.dl_05 {
  margin-bottom: calc(40 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_10 .box .dl.dl_05 {
    margin-bottom: calc(.75 * 40 / 16 * 1rem);
  }
}
.sec_10 .box .dl.dl_05 .form-check-inline {
  margin-right: 5rem;
}
@media (max-width: 1199px) {
  .sec_10 .box .dl.dl_05 .form-check-inline {
    margin-right: 3.75rem;
  }
}
.sec_10 .box .dl.dl_05 .form-check-input {
  position: relative;
  top: 1px;
  left: 17px;
}
@media (max-width: 1199px) {
  .sec_10 .box .dl.dl_05 .form-check-input {
    left: 12.75px;
  }
}
.sec_10 .box .dl.dl_06 .title {
  align-items: normal;
  position: relative;
  top: 17px;
}
@media (max-width: 1199px) {
  .sec_10 .box .dl.dl_06 .title {
    left: 12.75px;
  }
}
@media (max-width: 991px) {
  .sec_10 .box .dl.dl_06 .title {
    position: inherit;
  }
}
.sec_10 .box .dl.dl_06 .form-control {
  height: calc(160 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_10 .box .dl.dl_06 .form-control {
    height: calc(.75 * 160 / 16 * 1rem);
  }
}
.sec_10 .box .dl.dl_07 {
  margin-bottom: calc(45 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_10 .box .dl.dl_07 {
    margin-bottom: calc(.75 * 45 / 16 * 1rem);
  }
}
.sec_10 .box .dl.dl_07 .form-check-input {
  margin-right: 17px;
}
@media (max-width: 1199px) {
  .sec_10 .box .dl.dl_07 .form-check-input {
    margin-right: 12.75px;
  }
}
@media (max-width: 991px) {
  .sec_10 .box .dl.dl_07 .des {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sec_10 .box .submit {
  max-width: calc(540 / 16 * 1rem);
  margin: 0 auto;
}
.sec_10 .box .submit input {
  width: 100%;
  height: 80px;
  font-size: 24px;
  border-radius: 40px;
  background-color: #ff0000;
  border: solid 3px #ff0000;
}
@media (max-width: 1199px) {
  .sec_10 .box .submit input {
    height: 60px;
    font-size: 18px;
    border-radius: 30px;
  }
}
.sec_10 .box .submit input:hover {
  color: #ff0000;
  background-color: #fff;
}
.sec_title_01 {
  color: #00379b;
  text-align: center;
  margin-bottom: calc(45 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_title_01 {
    margin-bottom: calc(.75 * 45 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_title_01 {
    margin-bottom: calc(.55 * 45 / 16 * 1rem);
  }
}
.sec_title_01 .en {
  display: block;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: calc(20 / 16 * 1rem);
}
@media (max-width: 1199px) {
  .sec_title_01 .en {
    margin-bottom: calc(.75 * 20 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_title_01 .en {
    margin-bottom: calc(.55 * 20 / 16 * 1rem);
  }
}
.sec_title_01 .ja {
  display: block;
  font-size: calc(40 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1199px) {
  .sec_title_01 .ja {
    font-size: calc(.75 * 40 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  .sec_title_01 .ja {
    font-size: calc(.55 * 40 / 16 * 1rem);
  }
}
@keyframes scrollAnimation {
  0% {
    top: -113px;
  }
  80% {
    top: -143px;
  }
  100% {
    top: -113px;
  }
}
/*----------------------------------------
WP plugin Congtact form 7
------------------------------------------*/
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form label {
  margin-bottom: 0;
}
.wpcf7-form .document_request .wpcf7-list-item {
  margin-left: 0;
  margin-right: 5rem;
}
@media (max-width: 767px) {
  .wpcf7-form .document_request .wpcf7-list-item {
    margin-right: 3rem;
  }
}
.wpcf7-form .document_request input[name="document_request"] {
  position: relative;
  top: -3px;
  left: 10px;
  transform: scale(2.3);
}
@media (max-width: 1199px) {
  .wpcf7-form .document_request input[name="document_request"] {
    top: 0px;
    left: 7px;
    transform: scale(1.725);
  }
}
.wpcf7-form .acceptance {
  position: relative;
  left: 7px;
}
.wpcf7-form .acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .acceptance .wpcf7-list-item-label {
  position: relative;
  top: 3px;
}
@media (max-width: 1199px) {
  .wpcf7-form .acceptance .wpcf7-list-item-label {
    top: 0;
  }
}
