@import url(../css/base.css);
@import url(../css/fonts.css);
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
  font-family: 'Kosugi Maru', sans-serif; }

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 160%;
  -webkit-text-size-adjust: none; }

header, section, footer, aside, nav, main, article, figure {
  display: block; }

img {
  vertical-align: bottom; }

a {
  color: #222; }

a:hover, a:active {
  text-decoration: none; }

table {
  width: 100%; }

p {
  margin: 0 0 15px; }

.image-l {
  float: left;
  margin: 0 40px 8px 0; }

.image-r {
  float: right;
  margin: 0 0 8px 40px; }

.bold {
  font-weight: bold; }

.fl {
  float: left; }

.fr {
  float: right; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
#wrapper {
  min-width: 1080px;
  overflow: hidden; }

.inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

.totop {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 1;
  right: 40px;
  bottom: 120px; }
  .totop.active {
    opacity: 1;
    visibility: visible; }
  .totop .icon {
    background-image: url(../images/totop.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 0px;
    width: 82px;
    height: 82px;
    margin: 0; }
  .totop:hover {
    opacity: 0.8; }

@media screen and (min-width: 751px) and (max-width: 1100px) {
  .inner {
    width: 100%; } }

/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  display: none; }

header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }

header .h_menu, footer .h_menu {
  padding: 31px 0 32px 0;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  header .h_menu li, footer .h_menu li {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  header .h_menu a, footer .h_menu a {
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 20px; }
    header .h_menu a .eng, footer .h_menu a .eng {
      margin-top: 3px;
      display: block;
      color: #50beff;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      line-height: 1;
      font-size: 70%;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    header .h_menu a:hover .eng, footer .h_menu a:hover .eng {
      color: #ffaa00; }


footer {
  height: 803px;
  padding: 44px 0 0;
  background: url(../images/ft_bg.jpg) center no-repeat;
  background-size: cover;
  position: relative; }
  footer .copyright {
    margin: 0;
    text-align: center;
    letter-spacing: -0.03em;
    font-size: 14px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.idx_key {
  height: 935px;
  padding: 50px 0;
  margin-top: 108px;
  border-top: 1px solid #e7e9e8;
  background-image: url(../images/idx_key_bg.png);
  background-position: center right 38%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .idx_key .key_text {
    width: 90%;
    max-width: 718px;
    margin-left: 15%;
    padding: 41px 0px 49px 47px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .idx_key .box01, .idx_key .box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .idx_key .box01 .k_img01 {
    width: 22%;
    max-width: 138px; }
  .idx_key .box01 .k_info01 {
    width: 78%;
    max-width: 500px;
    padding-left: 37px; }
  .idx_key .box01 .txt01 {
    margin-bottom: 11px;
    padding: 0 32px 0 25px;
    color: #585a5c;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-size: 30px;
    display: table;
    position: relative; }
    .idx_key .box01 .txt01::before, .idx_key .box01 .txt01::after {
      content: '';
      position: absolute;
      background-repeat: no-repeat;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .idx_key .box01 .txt01::before {
      background-image: url(../images/idx_key_icon01.png);
      background-position: left center;
      background-size: auto 34px;
      left: 0;
      height: 34px;
      width: 18px; }
    .idx_key .box01 .txt01::after {
      background-image: url(../images/idx_key_icon02.png);
      background-position: right center;
      background-size: auto 35px;
      right: 0;
      height: 35px;
      width: 19px; }
  .idx_key .box01 .txt02 {
    margin-bottom: 13px;
    color: #585a5c;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-size: 49px; }
    .idx_key .box01 .txt02 span {
      letter-spacing: 0.04em; }
  .idx_key .box01 .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .idx_key .box01 .col1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .idx_key .box01 .col2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .idx_key .box01 h2 {
    color: #50beff;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: 0.12em;
    font-size: 82px; }
  .idx_key .box01 .spec {
    padding: 6px 10px 4px 11px;
    line-height: 1.25;
    border: 3px solid #50beff;
    font-size: 45%;
    display: inline-block; }
    .idx_key .box01 .spec i {
      font-style: normal;
      font-weight: 500;
      letter-spacing: 0.1em;
      display: block; }
  .idx_key .box01 .fz141 {
    margin: 0 2px 0 22px;
    letter-spacing: 0.05em;
    font-size: 154.95%; }
  .idx_key .box01 .fz80 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 96%; }
  .idx_key .box01 .fz71 {
    line-height: 1.6;
    font-size: 78.02%; }
  .idx_key .box02 {
    margin-top: 16px;
    padding-left: 9px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .idx_key .box02 .k_img02 {
      width: calc(33% + 35px);
      max-width: 243px;
      margin: -10px -35px -68px 0; }
    .idx_key .box02 .k_info02 {
      width: 67%;
      max-width: 442px;
      padding-right: 10px; }
    .idx_key .box02 .txt03 {
      margin-bottom: 0;
      color: #585a5c;
      letter-spacing: -0.05em;
      line-height: 1.8;
      font-size: 18px; }
    .idx_key .box02 .idx_btn {
      max-width: 427px;
      margin-top: 17px;
      margin-left: 3px;
      padding: 16px 18px 21px 18px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .idx_key .box02 .idx_btn:hover {
        background: #50beff; }
        .idx_key .box_btn {
          padding: 33px 47px 0 0;
        }
        .idx_key .box_btn .idx_btn {
          max-width: 599px;
          margin: 0 auto;
        }
        .idx_key .box_btn .idx_btn::after {
          right: 30px;
        }
        .idx_key .idx_key_img {
          max-width: 372px;
          width: 20%;
          position: absolute;
          bottom: 11%;  
          right: 11%;
        }

@media screen and (min-width: 1921px) {
  .idx_key .key_text {
    margin-left: 30%; } }
    @media screen and (min-width: 751px) and (max-width: 1440px) { 
      .idx_key .key_text {
        margin-left: 6%;
      }
      .idx_key .idx_key_img {
        width: 25%;
        right: 1vw;
        bottom: 20%;
      }
    }
.idx_btn {
  width: 100%;
  padding: 18px;
  text-decoration: none;
  display: block;
  text-align: center;
  background: #fa0;
  color: #fff;
  border-radius: 35px;
  font-size: 22px;
  position: relative; }
  .idx_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 9px 0 9px 11px;
    border-color: transparent transparent transparent #fff; }

.idx01 {
  padding: 90px 0 119px 0;
  position: relative;
  z-index: 0; }
  .idx01::before, .idx01::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    height: 100%;
    z-index: -1; }
  .idx01::before {
    background-image: url(../images/idx01_bg01.png);
    background-position: left bottom;
    left: 0;
    bottom: 11%;
    width: 21%;
    max-width: 382px; }
  .idx01::after {
    width: 28%;
    background-image: url(../images/idx01_bg02.png);
    background-position: bottom right;
    right: 0;
    bottom: 6%;
    max-width: 399px; }
  .idx01_h3 {
    margin-bottom: 53px;
    color: #50beff;
    text-align: center;
    font-weight: 600;
    font-size: 46px;
    letter-spacing: 0.2em;
   }
    .idx01_h3 .line {
      min-width: 240px;
      padding: 13px 10px;
      margin: 0 auto 27px auto;
      text-align: center;
      color: #fff500;
      background: #50beff;
      border-radius: 30px;
      font-weight: 500;
      letter-spacing: 0.1em;
      font-size: 46.67%;
      position: relative;
      display: table; }
      .idx01_h3 .line::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -12px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-style: solid;
        border-width: 12px 12px 0 12px;
        border-color: #50beff transparent transparent transparent; }
    .idx01_h3 .small {
      color: #222;
      letter-spacing: 0em;
      font-size: 66.67%; }
  .idx01_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .idx01_box .item {
      width: 48%;
      max-width: 344px; }
    .idx01_box .ttl {
      margin: 35px 0 0;
      text-align: center;
      font-weight: 600;
      letter-spacing: 0.1em;
      line-height: 1.7;
      font-size: 26px; }
  .idx01_info {
    margin-top: 67px; }
    .idx01_info .note {
      min-width: 488px;
      margin: 0 auto;
      padding: 17px 45px;
      color: #fff;
      background: #50beff;
      text-align: center;
      border-radius: 50px;
      letter-spacing: 0.18em;
      font-size: 30px;
      display: table;
      position: relative; }
      .idx01_info .note::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -18px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-style: solid;
        border-width: 18px 18px 0 18px;
        border-color: #50beff transparent transparent transparent;
        display: none;
       }
    .idx01_info .line {
      margin: 48px 0 0;
      text-align: center;
      font-weight: 600;
      letter-spacing: 0.1em;
      font-size: 40px;
      }
      .idx01_info .line span {
        margin: 0 auto;
        display: table;
        position: relative;
        z-index: 0;
      }
      .idx01_info .line span:nth-of-type(1) {
        margin-bottom: 16px;
      }
      .idx01_info .line span::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 2px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #ffe600;
        width: 100%;
        height: 30px;
        z-index: -1; }
    .idx01_info h4 {
      text-align: center;
      font-weight: 600;
      letter-spacing: 0.01em;
      font-size: 50px; }
      .idx01_info h4 .cl {
        color: #50beff; }
      .idx01_info h4 .cirle {
        padding: 30px;
        color: #ffaa00;
        background: url(../images/idx01_img04.png) center no-repeat;
        background-size: contain;
        background-size: auto 108px;
        letter-spacing: 0.1em; }
      .idx01_info h4 .fz40 {
        font-size: 80%; }

@media screen and (min-width: 751px) and (max-width: 1440px) {
  .idx01::before {
    width: 20%;
    bottom: 8%; }
  .idx01::after {
    width: 16%;
    bottom: 1%; }
  .idx01_h3 .line::after {
    bottom: -10px; }
  .idx01_info .note::after {
    bottom: -16px; } }

.idx02 {
  background-color: #b8e3f8;
  background-image: url(../images/idx02_img08.png);
  background-position: left 34% top;
  background-repeat: no-repeat; }
  .idx02_full {
    padding: 97px 0 0;
    position: relative;
    z-index: 0; }
    .idx02_full::before, .idx02_full::after {
      content: '';
      position: absolute;
      background-repeat: no-repeat;
      width: 40%;
      height: 100%;
      z-index: -1; }
    .idx02_full::before {
      background-image: url(../images/idx02_img01.png);
      left: 1.5%;
      top: 6%;
      max-width: 344px; }
    .idx02_full::after {
      background-image: url(../images/idx02_img02.png);
      right: 2.8%;
      top: 12%;
      max-width: 306px; }
  .idx02_box {
    padding: 0 0 67px 68px;
    position: relative;
    z-index: 0; }
    .idx02_box::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 59.5%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(../images/idx02_img07.png) no-repeat;
      width: 212px;
      height: 144px;
      z-index: -1; }
  .idx02_thumb03 {
    max-width: 484px;
    padding-right: 14px; }
  .idx02_h3 {
    margin-bottom: 40px;
    color: #fff;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-size: 56px; }
    .idx02_h3 span {
      font-size: 64.29%; }
  .idx02 .txt01 {
    margin-bottom: 30px;
    color: #003366;
    font-weight: 600;
    letter-spacing: 0.12em;
    font-size: 26px; }
  .idx02 h4 {
    margin-bottom: 32px;
    color: #003366;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 47px; }
    .idx02 h4 .dot {
      color: #fff; }
    .idx02 h4 i {
      padding-top: 18px;
      font-style: normal;
      position: relative; }
      .idx02 h4 i::before {
        content: '';
        position: absolute;
        top: 0;
        left: 46%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #faeb00; }
  .idx02 .txt02 {
    color: #003366;
    letter-spacing: 0.08em;
    line-height: 2;
    font-size: 18px; }
  .idx02_thumb01 {
    max-width: 532px;
    margin-top: 38px;
    margin-left: -31px;
    text-align: right;
    position: relative; }
    .idx02_thumb01 .txt {
      width: 244px;
      height: 154px;
      padding: 10px 10px 10px 45px;
      text-align: left;
      background: url(../images/idx02_img06.png) center no-repeat;
      background-size: auto 154px;
      position: absolute;
      left: 0;
      top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .idx02_thumb01 .txt p {
        margin: 0;
        color: #fff;
        letter-spacing: -0.01em;
        line-height: 1.65;
        font-size: 20px; }
    .idx02_thumb01 img {
      text-align: right; }
  .idx02_thumb02 {
    width: 55%;
    max-width: 542px;
    margin-right: -98px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0; }
    .idx02_thumb02 .txt {
      width: 277px;
      height: 277px;
      margin-top: -6%;
      padding: 10px;
      background: url(../images/idx02_img04.png) center no-repeat;
      background-size: auto 277px;
      text-align: center;
      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;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: -1; }
      .idx02_thumb02 .txt p {
        margin: 0;
        margin-top: -13px;
        font-weight: 600;
        letter-spacing: 0.05em;
        line-height: 1.4;
        font-size: 30px; }

@media screen and (min-width: 1921px) {
  .idx02 {
    background-position: center top; } }

@media screen and (min-width: 751px) and (max-width: 1440px) {
  .idx02_full::before {
    background-position: bottom 1% left;
    background-size: contain;
    width: 20%;
    top: 0; }
  .idx02_full::after {
    background-position: top 1% right;
    background-size: contain;
    width: 20%;
    top: 0; } }

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .idx02_thumb02 {
    margin-right: -40px; } }

.idx03 {
  padding: 98px 0 105px 0;
  background: #eaeff1; }
  .idx03_h3 {
    padding: 0 45px 0 52px;
    margin: 0 auto;
    color: #50beff;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-align: center;
    font-size: 62px;
    display: table;
    position: relative; }
    .idx03_h3::before, .idx03_h3::after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-size: auto 72px;
      width: 38px;
      height: 72px; }
    .idx03_h3::before {
      background-image: url(../images/idx03_img03.png);
      background-position: left center;
      left: 0; }
    .idx03_h3::after {
      background-image: url(../images/idx03_img04.png);
      background-position: rigth center;
      right: 0; }
  .idx03_h4 {
    width: 100%;
    max-width: 658px;
    margin: 38px auto 11px auto;
    padding: 28px 30px 14px 30px;
    text-align: center;
    background: #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 32px;
    position: relative; }
    .idx03_h4::before, .idx03_h4::after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-style: solid; }
    .idx03_h4::before {
      left: 0;
      border-width: 37px 0 37px 20px;
      border-color: transparent transparent transparent #eaeff1; }
    .idx03_h4::after {
      right: 0;
      border-width: 37px 20px 37px 0;
      border-color: transparent #eaeff1 transparent transparent; }
    .idx03_h4 .blue {
      color: #50beff;
      letter-spacing: 0.1em; }
      .idx03_h4 .blue i::before {
        background: #50beff; }
    .idx03_h4 .orange {
      color: #ffaa00; }
      .idx03_h4 .orange i::before {
        background: #ffaa00; }
    .idx03_h4 i {
      padding-top: 17px;
      font-style: normal;
      position: relative; }
      .idx03_h4 i::before {
        content: '';
        position: absolute;
        top: 0;
        left: 47%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 8px;
        height: 8px;
        border-radius: 50%; }
  .idx03 .txt {
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 13px; }
  .idx03_box {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .idx03_box .item {
      width: 49%;
      max-width: 528px;
      text-align: center; }
      .idx03_box .item:nth-of-type(1) .ttl {
        background: #50beff; }
        .idx03_box .item:nth-of-type(1) .ttl::after {
          border-color: #50beff transparent transparent transparent; }
      .idx03_box .item:nth-of-type(2) .ttl {
        background: #ffaa00; }
        .idx03_box .item:nth-of-type(2) .ttl::after {
          border-color: #ffaa00 transparent transparent transparent; }
    .idx03_box .ttl {
      margin-bottom: 18px;
      padding: 9px 10px;
      color: #fff;
      border-radius: 35px;
      letter-spacing: 0.12em;
      font-size: 16px;
      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;
      position: relative; }
      .idx03_box .ttl::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -13px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-style: solid;
        border-width: 13px 13px 0 13px; }
      .idx03_box .ttl .yellow {
        color: #fff500;
        letter-spacing: 0.15em;
        font-size: 175%; }

@media screen and (min-width: 751px) and (max-width: 1440px) {
  .idx03_h4 i::before {
    left: 50%; } }

@media screen and (min-width: 751px) and (max-width: 1170px) {
  .idx03_h3 {
    font-size: 58px; } }

.idx04 {
  padding: 120px 0 281px 0;
  background: url(../images/idx04_bg.jpg) left center no-repeat;
  background-size: cover; }
  .idx04_box {
    position: relative; }
    .idx04_box p {
      color: #fff;
      text-align: center; }
  .idx04_thumb01 {
    width: 655px;
    height: 655px;
    margin: 0 auto;
    padding: 10px;
    background: rgba(1, 16, 31, 0.8);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .idx04_thumb01 img {
      margin-top: -11px; }
  .idx04_thumb02 {
    width: 40%;
    max-width: 345px;
    position: absolute;
    bottom: 0;
    right: -6px; }
  .idx04_h3 {
    margin: 23px 0 20px 0;
    text-align: center;
    color: #fff;
    line-height: 1.1;
    font-size: 68px; }
  .idx04_h4 {
    text-align: center;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.3;
    font-size: 42px; }
  .idx04 .txt {
    margin-bottom: 14px;
    letter-spacing: -0.01em;
    line-height: 1.6;
    font-size: 24px; }
  .idx04 .ttl {
    width: 252px;
    height: 252px;
    padding: 10px;
    margin: 0;
    color: #222;
    background: url(../images/idx04_img02.png) center no-repeat;
    background-size: auto 252px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-size: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    .idx04 .ttl::after {
      content: '';
      position: absolute;
      top: -45px;
      right: -105px;
      background: url(../images/idx04_img03.png) no-repeat;
      width: 161px;
      height: 295px;
      background-size: contain; }
    .idx04 .ttl i {
      font-style: normal; }
    .idx04 .ttl .big {
      line-height: 1; }
    .idx04 .ttl .num {
      font-size: 197.06%; }
    .idx04 .ttl .bg {
      width: 100%;
      max-width: 147px;
      margin-top: 5px;
      margin-bottom: 11px;
      background: #fff;
      border-radius: 4px;
      font-size: 70.6%; }

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .idx04 .txt {
    font-size: 22px; } }

.idx05 {
  margin-top: -170px;
  position: relative; }
  .idx05_h3 {
    width: 80%;
    max-width: 812px;
    padding: 25px 10px;
    margin: 0 auto;
    text-align: center;
    color: #fff100;
    background: #50beff;
    border-radius: 50px;
    letter-spacing: 0.02em;
    font-size: 32px;
    position: absolute;
    left: 50%;
    top: -41px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .idx05_box {
    padding: 70px 82px 39px;
    -webkit-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 14px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background: #fff;
    text-align: center; }
    .idx05_box .button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.idx05 .idx05_privacy {
  max-height: 200px;
  margin-top: 30px;
  overflow: auto;
  padding: 15px;
  border: 1px solid #acacac;
  margin-bottom: 25px;
}
.idx05 .idx05_privacy p, h5 {
  text-align: left;
  font-size: 18px;
}
.idx05 .idx05_privacy .boxH5 {
  margin-top: 40px;
}
.idx05 .idx05_privacy h5 {
  margin-bottom: 15px;
  font-weight: 600;
}

.idx06 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 131px 0 118px 0; }
  .idx06_h3 {
    padding: 106px 0;
    position: relative; }
    .idx06_h3::before, .idx06_h3::after {
      content: '';
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-size: contain;
      width: 30%;
      height: 100%; }
    .idx06_h3::before {
      left: 13%;
      top: 39%;
      background-image: url(../images/idx06_img01.png);
      background-position: left center;
      max-width: 549px;
      max-height: 317px; }
    .idx06_h3::after {
      right: 18%;
      top: 53%;
      background-image: url(../images/idx06_img02.png);
      background-position: right center;
      max-width: 325px;
      max-height: 257px; }
    .idx06_h3 h3 {
      width: 100%;
      max-width: 742px;
      margin: 0 auto;
      padding: 23px 10px;
      text-align: center;
      color: #fff;
      background: #50beff;
      border-radius: 40px;
      letter-spacing: 0.12em;
      font-weight: 600;
      font-size: 60px; }
  .idx06_box .item {
    padding: 18px 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #cdcdcd; }
    .idx06_box .item:last-child {
      border-bottom: 1px solid #cdcdcd; }
  .idx06_box .ttl {
    width: 70%;
    padding-right: 10px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .idx06_box .ttl .num {
      width: 50px;
      height: 50px;
      margin-right: 20px;
      border-radius: 50%;
      color: #faeb00;
      background: #50beff;
      text-align: center;
      font-family: "Open Sans", sans-serif;
      font-size: 108.33%;
      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; }
    .idx06_box .ttl .text {
      width: calc(100% - 50px); }
  .idx06_box .idx_btn {
    width: 30%;
    max-width: 276px;
    padding: 12px 10px;
    font-size: 18px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .idx06_box .idx_btn::after {
      border-width: 7px 0 7px 10px; }
    .idx06_box .idx_btn:hover {
      background: #50beff; }
.idx06 .idx06_list {
  margin: 77px 0 127px 0;
}
.idx06 .idx06_list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.idx06 .idx06_list .item:not(:last-child) {
  margin-bottom: 135px;
}
.idx06 .idx06_list .item:nth-of-type(1) h4 {
  color: #FFAA00;
}
.idx06 .idx06_list .item:nth-of-type(2) h4 {
  color: #50BEFF;
}
.idx06 .idx06_list .item .col_infor {
  width: 68%;
  padding-right: 30px;
}
.idx06 .idx06_list .item .col_img {
  width: 32%;
  max-width: 343px;
}
.idx06 .idx06_list h4 {
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 36px;
}
.idx06 .idx06_list .txt {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 18px;
}
.idx06 .idx06_list .name {
  margin: 29px 0 0;
  text-align: right;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 24px;
}

@media screen and (min-width: 751px) and (max-width: 1600px) {
  .idx06_h3::before {
    left: 6%; }
  .idx06_h3::after {
    right: 10%; } }

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .idx06_h3::before {
    left: 0; }
  .idx06_h3::after {
    right: 0; } }

@media screen and (min-width: 751px) and (max-width: 1170px) {
  .idx06_box .ttl {
    font-size: 23px; } }

.idx07 {
  padding: 114px 10px;
  background: #ffe329; }
  .idx07 .inner {
    padding: 0; }
  .idx07_h3 {
    padding: 6px 50px;
    margin: 0 auto 36px auto;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 72px;
    display: table;
    position: relative; }
    .idx07_h3::before, .idx07_h3::after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-size: contain;
      height: 100%;
      width: 30%;
      max-width: 44px; }
    .idx07_h3::before {
      background-image: url(../images/idx07_img02.png);
      background-position: left center;
      left: 0; }
    .idx07_h3::after {
      background-image: url(../images/idx07_img03.png);
      background-position: right center;
      right: 0;
      max-width: 43px; }
  .idx07_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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .idx07_box:not(:last-child) {
      margin-bottom: 70px;
    }
    .idx07_box .col_img {
      width: 51%;
      max-width: 552px;
      margin-top: 22px;
      margin-left: 10px; }
    .idx07_box .col_infor {
      width: 49%;
      max-width: 528px;
      padding-left: 35px; }
    .idx07_box h4 {
      margin-bottom: 20px;
      font-weight: 600;
      letter-spacing: 0.13em;
      line-height: 1.6;
      font-size: 40px; }
      .idx07_box h4 span {
        margin-left: -16px;
        display: block;
        letter-spacing: 0.1em; }
    .idx07_box .txt01 {
      margin-bottom: 21px;
      letter-spacing: 0.14em;
      font-weight: 600;
      font-size: 20px; }
    .idx07_box .price {
      margin-bottom: 20px;
      font-weight: 600;
      letter-spacing: 0.15em;
      text-decoration: none;
      font-size: 40px; }
      .idx07_box .price .yen {
        font-size: 67.5%; }
    .idx07_box .txt02 {
      margin-left: 6px;
      margin-bottom: 30px;
      font-weight: 600;
      line-height: 2;
      font-size: 18px; }
    .idx07_box .lh2 {
      letter-spacing: 0.04em;
      line-height: 1.9; }
    .idx07_box .lh1 {
      letter-spacing: 0.01em; }
    .idx07_box .idx_btn {
      max-width: 481px;
      margin-top: 41px;
      padding: 23px 20px;
      border-radius: 50px;
      background-color: #50beff;
      background-image: url(../images/idx07_img04.png);
      background-repeat: no-repeat;
      background-position: right 25px center;
      background-size: auto 16px;
      font-size: 22px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .idx07_box .idx_btn::after {
        display: none; }
    .idx07_box .note {
      margin: 20px 0 0 20px;
      letter-spacing: 0.02em;
      font-weight: 600;
      text-align: center;
      font-size: 14px; }

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .idx07_h3 {
    font-size: 60px; }
  .idx07_box .col_infor {
    padding-left: 20px; }
  .idx07_box .col_img {
    width: 50%; } }

@-moz-document url-prefix() {
  .idx_key .box01 .txt02 {
    font-size: 48px; }
  .idx_key .box01 h2 {
    font-size: 81px; }
  .idx02 .txt01 {
    font-size: 25px; }
  .idx03_h3 {
    font-size: 60px; }
  .idx06_box .ttl {
    font-size: 23px; } }

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align: auto) {
  .selector {
    property: value; } }



/* fix 220728 */
header .h_banner {
  width: 30%;
  max-width: 333px;
  height: 110px;
  background-color: #50BEFF;
  position: absolute;
  right: 0;
  top: 0;
}
header .h_banner > a {
  padding: 0 15px 0 29px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
  transition: .3s all ease;
}
header .h_banner > a:hover {
  opacity: 0.8;
}
header .h_banner .ttl {
  width: 48%;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-size: 20px;
}
header .h_banner_img {
  width: 52%;
  max-width: 150px;
  height: 110px;
  background: url(../images/idx_h_banner01.png) center no-repeat;
}
.idx01 .idx01_ttl_line {
  margin-bottom: 64px;
  text-align: center;
}
.idx08 {
  padding: 118px 0 117px 0;
  background: url(../images/idx08_bg.jpg) repeat;
}
.idx08 .idx08_box01 {
  position: relative;
  z-index: 0;
}
.idx08 .col_banner {
  width: 23%;
  max-width: 240px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.idx08 .col_banner img {
  position: relative;
}
.idx08 .col_banner img:nth-of-type(1) {
  z-index: 1;
}
.idx08 .col_banner img:nth-of-type(2) {
  margin-top: -53px;
  z-index: 0;
}
.idx08 .col_ttl p {
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 46px;
}
.idx08 .col_ttl span {
  width: 85%;
  padding: 19px 24% 10px 27.5%;
  background: #fff;
  display: block;
}
.idx08 .col_ttl span:not(:last-child) {
  margin-bottom: 20px;
}
.idx08 .col_img {
  width: 39%;
  max-width: 420px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.idx08 .idx08_box02 {
  margin-top: 117px;
}
.idx08 .idx08_box02 .item {
  height: 270px;
  background: #fff;
  border-bottom: 10px solid #50BEFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.idx08 .idx08_box02 .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 130px 130px 0 0;
  border-color: #50BEFF transparent transparent transparent;
}
.idx08 .idx08_box02 .item:not(:last-child) {
  margin-bottom: 70px;
}
.idx08 .idx08_box02 .col_info {
  width: 58%;
  max-width: 630px;
  padding: 10px 10px 10px 11%;
}
.idx08 .idx08_box02 .col_img {
  width: 42%;
  max-width: 450px;
}
.idx08 .idx08_box02 .ttl {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 40px;
}
.idx08 .idx08_box02 .num {
  margin: 0;
  color: #FFE600;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  font-size: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.idx09 {
  padding: 38px 0 0;
  background: #ffe600;
}
.idx09 .idx09_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.idx09 .idx09_box img {
  width: 41%;
  max-width: 435px;
}
.idx09 .col_ttl {
  width: calc(59% + 105px);
  max-width: 760px;
  height: 215px;
  margin-left: -105px;
  margin-top: 21px;
  padding: 10px 10px 10px 48px;
  background: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  position: relative;
}
.idx09 .col_ttl::before, .idx09 .col_ttl::after {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.idx09 .col_ttl::before {
  bottom: 0;
  right: 44px;
  background-image: url(../images/idx09_img03.png);
  background-position: bottom right;
  width: 30%;
  height: 100%;
  max-width: 100px;
  max-height: 180px;
}
.idx09 .col_ttl::after {
    bottom: -135px;
    left: 94px;
    background-image: url(../images/idx09_img02.png);
    background-position: bottom left;
    width: 100%;
    height: 100%;
    max-width: 310px;
    max-height: 170px;
}
.idx09 .col_ttl  .ttl {
  margin: 0;
  color: #50BEFF;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.3;
  font-size: 50px;
}
.idx10 {
  position: relative;
}
.idx10::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/idx10_img01.png) left center no-repeat;
  background-size: cover;
  height: 100%;
  max-height: 491px;
  width: 45%;
  max-width: 847px;
}
.idx10 .col_info {
  width: 55%;
  padding: 80px 20px 80px 21%;
}
.idx10 .ttl {
  color: #50BEFF;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 48px;
}
.idx03 .idx03_box02 {
  margin-top: 73px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idx03 .idx03_box02 .col_img {
  width: 28%;
  max-width: 300px;
}
.idx03 .idx03_box02 .col_infor {
  width: 72%;
  padding-left: 40px;
}
.idx03 .idx03_box02 .ttl {
  padding: 8px 10px 7px 20px;
  margin-bottom: 23px;
  color: #fff;
  background: #50beff;
  border-radius: 20px;
  letter-spacing: 0.05em;
  font-size: 28px;
  position: relative;
}
.idx03 .idx03_box02 .ttl::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 14px 25px 14px 0;
  border-color: transparent #50beff transparent transparent;
}
.idx03 .idx03_box02 .txt {
  margin: 0;
  text-align: left;
  font-size: 17px;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 2;
}
.idx11 {
  padding: 80px 0;
}
.idx11 .idx11_h3_ttl {
  padding: 0 52px 0 64px;
  margin: 0 auto;
  color: #50beff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 62px;
  display: table;
  position: relative;
}
.idx11 .idx11_h3_ttl::before, .idx11 .idx11_h3_ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 72px;
}
.idx11 .idx11_h3_ttl::before {
  background-image: url(../images/idx11_img02.png);
  background-position: left center;
  left: 0;
}
.idx11 .idx11_h3_ttl::after {
  background-image: url(../images/idx11_img03.png);
  background-position: right center;
  right: 0;
}
.idx11 .idx11_h4 {
  width: 100%;
  max-width: 660px;
  margin: 54px auto 76px auto;
  padding: 28px 30px 14px 30px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 32px;
  position: relative;
}
.idx11 .idx11_h4::before, .idx11 .idx11_h4::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 100%;
}
.idx11 .idx11_h4::before {
  left: 0;
  background-image: url(../images/idx11_img04.png);
}
.idx11 .idx11_h4::after {
  background-image: url(../images/idx11_img05.png);
  right: 0;
}
.idx11 .idx11_h4 .blue {
  color: #50BEFF;
}
.idx11 .idx11_h4 .or {
  color: #FFAA00;
}
.idx11 .idx11_h4 i {
  padding-top: 17px;
  font-style: normal;
  position: relative;
}
.idx11 .idx11_h4 i::before {
  content: '';
  position: absolute;
  top: 0;
  left: 47%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.idx11 .idx11_h4 .or i::before {
  background: #FFAA00;
}
.idx11 .idx11_h4 .blue i::before {
  background: #50BEFF;
}
.idx11 .idx11_box01 {
  margin: 40px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idx11 .idx11_box01 .col_info {
  width: 51%;
  padding-right: 45px;
}
.idx11 .idx11_box01 .col_img {
  width: 49%;
  max-width: 521px;
}
.idx11 .idx11_box01 h4 {
  margin-bottom: 22px;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 43px;
  line-height: 1.7;
}
.idx11 .idx11_box01 .txt {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 2.2;
}
.idx11 .col_list {
  margin: 105px 0 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idx11 .col_list li {
  width: 320px;
  height: 320px;
  letter-spacing: 0.1em;
  font-weight: 600;
  border: 3px solid;
  border-radius: 50%;
  text-align: center;
  font-size: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idx11 .col_list li:nth-of-type(1) {
  margin-right: -33px;
  border-color: #58c1ff;
  color: #58c1ff;
}
.idx11 .col_list li:nth-of-type(2) {
  border-color: #ffaa00;
  color: #ffaa00;
}
.idx11 .col_list li:nth-of-type(3) {
  margin-left: -33px;
  border-color: #ffe600;
  color: #ffe600;
}
.idx11 .idx11_box02 .col_text {
  text-align: center;
}
.idx11 .idx11_box02 .ttl {
  margin: 23px 0 24px 0;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 40px;
}
.idx11 .idx11_box02 .ttl .blue {
  color: #50BEFF;
}
.idx11 .idx11_box02 .ttl .or {
  color: #FFAA00;
}
.idx11 .idx11_box02 .ttl .yellow {
  color: #FFE600;
}
.idx11 .idx11_box02 .ttl i {
  position: relative;
  font-style: normal;
  padding-top: 10px;
}
.idx11 .idx11_box02 .ttl i::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.idx11 .idx11_box02 .ttl .blue i::before {
  background: #50beff;
}
.idx11 .idx11_box02 .ttl .or i::before {
  background: #fa0;
}
.idx11 .idx11_box02 .ttl .yellow i::before {
  background: #ffe600;
}
.idx11 .idx11_box02 .txt {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 40px;
}
.idx11 .idx11_box02 .note {
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 22px;
}
.idx06 .idx06_list .txt .blue {
  color: #50BEFF;
}
.idx06 .idx06_list .name {
  color: #FFAA00;
}
@media screen and (min-width: 751px) and (max-width: 1440px) { 
  header .h_banner {
    width: 25vw;
  }
  header .h_banner > a {
    padding: 0 10px;
  }
  header .h_banner .ttl {
    font-size: 1.5vw;
  }
  header .h_menu {
    margin-right: 25vw;
  }
  .idx01_info .note {
    min-width: auto;
  }
  .idx01_info .note br.sp {
    display: block;
  }
  .idx10 .col_info {
    padding-left: 5%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1170px) {  
  header .h_banner {
    width: 30vw;
  }
  header .h_menu {
    margin-right: 30vw;
  }
  header .h_banner .ttl {
    font-size: 1.8vw;
}
}
@media screen and (min-width: 751px) and (max-width: 1000px) {  
  header .h_banner {
    display: none;
  }
  header .h_menu {
    margin-right: 0;
  }
  header .h_banner_img {
    background-size: contain;
  }
}
table.mailform #d_en1661758006 ol li:not(:first-child) {
  padding-left: 20px;
}
table.mailform #d_en1661758006 ol label {
  display: flex;
  align-items: center;
  border: none;
}
table.mailform #d_en1661758006 ol input {
  width: 15px !important;
  height: 15px !important;
  margin-right: 10px;
}
table.mailform  #en1661758751 {
  visibility: visible !important;
  opacity: 1 !important;
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  table.mailform #d_en1661758006 ol input {
    border-radius: 50%;
    background-color: none;
  }
  }