@media screen and (min-width: 768px) {
  .hide-pc {
    display: none !important; } }

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

html {
  font-size: 62.5%;
    background-color: #163182;
}

body * {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none; 
	}
.fontB {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;  
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none; } }

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden; }

/*
strong {
  font-weight: bold; }
*/

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0; }

button {
  border: none;
  background: none;
  padding: 0; }
  @media screen and (min-width: 768px) {
    button:hover {
      cursor: pointer; } }

.guidanceBrowserUpgrade {
  display: none; }
  @media screen and (min-width: 768px) {
    .guidanceBrowserUpgrade {
      display: block;
      width: calc(100% - 20px);
      height: auto;
      margin: 10px auto;
      padding: 21px 20px 19px;
      background-color: rgba(217, 48, 37, 0.1);
      color: #ff0000;
      position: relative;
      z-index: 999; } }
  @media screen and (min-width: 768px) {
    .guidanceBrowserUpgrade > p {
      text-align: center;
      margin: 0; } }

body {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.53;
  background: -webkit-gradient(linear, left top, left bottom, from(#0f0101), color-stop(80%, #260000), to(#5f0505));
  background: -webkit-linear-gradient(top, #0f0101 0%, #260000 80%, #5f0505 100%);
  background: -o-linear-gradient(top, #0f0101 0%, #260000 80%, #5f0505 100%);
  background: linear-gradient(180deg, #0f0101 0%, #260000 80%, #5f0505 100%); }
  @media screen and (max-width: 767px) {
    body {
      min-width: 375px;
      font-size: 1.5rem;
      line-height: 1.53; } }

.separate {
  display: block;
  width: 100%;
  height: auto; 
    background-color: #163182;}
.separate_left {
      background-image: linear-gradient(0deg, transparent 10px, #f3f3f3 10px),linear-gradient(90deg,  transparent 10px, #f3f3f3 10px);
      background-color: #fff;
      background-size: 11px 11px;
      display: block;
      width: 50%;
      height: 100vh;
      min-height: 800px;
      position: fixed;
      top: 0;
      left: 0;
      overflow: hidden; 
      margin-top: 1%;
	}
}
h1{
    color:#163182;
    margin-bottom: -5px;
    font-size: calc((100vw - 320px) / 140 + 8px);
}
.gr8100 {
    display: flex;
    flex-direction: row;
}
.gr8100 h1 {
    color:#163182;
    margin-bottom: -5px;
    font-size: calc((100vw - 320px) / 140 + 8px);
}

.gr8100_bn{
    display: flex;
    flex-direction: column;
    padding: 2% 0 0 10%;  
}

.hover_bn:hover {
	opacity: 0.8 ;
}

.gr8100_img{
    width: 38%;
    display: block;
    position: relative;
    top: 48px;
    right: 50px;
}
.logo_img{
    width: 40%;
    margin-left: -5%;
}
@media screen and (max-width: 767px) {
    .logo_img{display: none;
    }
}
.gr8100_bn_img{
    width: 68%;
    margin: 1% 0;
}
	
.separate_right {
    display: block;
    width: 50%;
    height: auto;
    margin-left: 50%; }
.separate_right_content {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.mainvisual{
    background-color: #163182;
}
.mainvisual_lead{
    margin: 20% auto 0% ;
    font-size: 3rem;
    line-height: 2.3;
    text-align: center;
}
.mainvisual_lead p{
    display: inline-block;
    text-align: left;
}
.mainvisual_content{
    text-align: center;
}
.mainvisual_content p{
    display: inline-block;
    text-align: left;
    line-height: 28px;
}
.dots{
    background-image: radial-gradient(circle at center, #fff 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: .4em; /* 縦方向の位置調整 */
    font-size: 5rem;
}
.p_large{
    font-size: 5rem;
    margin-left: 3px;
}

@media screen and (max-width: 767px) {
    .mainvisual{
        padding: 0 10%;
    }
    .mainvisual_lead{
        margin: 20% auto 8% ;
        font-size: 0.5rem;
        line-height: 2;
        text-align: center;
    }
    .mainvisual_lead p{
        display: inline-block;
        text-align: center;
        font-size: 1.7rem;
    }
    .mainvisual_content{
        text-align: center;
    }
    .mainvisual_content p{
        display: inline-block;
        text-align: left;
        line-height: 30px;
        font-size: 1.6rem;
    }

    .dots{
        background-image: radial-gradient(circle at center, #fff 20%, transparent 20%); /* 点の色とサイズ調整 */
        background-position: top right; /* 点の位置 */
        background-repeat: repeat-x; /* 横方向に繰り返し */
        background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
        padding-top: .4em; /* 縦方向の位置調整 */
        font-size: 3.2rem;
    }
    .p_large{
        font-size: 3.2rem;
        margin-left: 3px;
    }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.sCommitment{
    position: relative;
    margin-bottom: -10px;
}

.sCommitment_copy{
    position: absolute;
    bottom: 10%;
    left: 5%;
    color: #163182;
    
}
.sCommitment_copy_color{
    background-color: #fff;
    font-size: calc(20px + 8 * ((100vw - 320px) / 1120));
    line-height: 2.2;
    padding: 5px 27px;
}
.sCommitment_copy_small{
    font-size: 1.8rem;
    margin-left: 3px;
}
.sCommitment_inner{
    background-color: #efefef;
    padding: 7% 10% 10%;
    color: #163182;
    margin-bottom: -3%;
}
.sCommitment_inner_article{
    text-align: center;
    margin-bottom: 3%;
    padding: 0 1%;
}
.sCommitment_inner_article p{
    display: inline-block;
    text-align: left;
    margin-bottom: 3%;
}

.under_line{
    background:linear-gradient(transparent 60%, #FFF513 60%);
}
.sCommitment_inner table{
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 8px 0px;
    width: 100%;
    table-layout:auto; 
}
.sCommitment_inner table th{
    background-color: #163182;
    color: #fff;
}
.sCommitment_inner table th,.sCommitment_inner table td{
    border-bottom: 1px solid #163182;
    padding: 10px;
    text-align: center;
    line-height: 32px;
}
@media screen and (max-width: 767px) {
.sCommitment_inner table th,.sCommitment_inner table td{
    padding: 10px;
    line-height: 18px;
    font-size:13px;
}   
}


.sCommitment_inner table td{
    background-color: #fff;
}
.sCommitment_table_small{
    font-size: 1.0rem;
    display: block;
    margin-top: -10px;
}

@media screen and (max-width: 767px) {
.sCommitment_table_small{
    font-size: 0.8rem;
    display: block;
    margin-top: 3px;
    line-height: 13px;
} 
}

.cell_th{
    width: 30%;
}
.cell_td{
    width: 70%;
}


.black_p{
    color: black;
}
.dl_info_text{
    text-align: center;
    margin: 15% 0;
}
@media screen and (max-width: 767px) {
.dl_info_text{
    text-align: center;
    margin: 10% 0;
    font-size: 1rem;
}
}


.R_btn_area{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.L_btn_area{
    padding: 20% 0 0;
}
.R_btn{
    border-radius: 50px;
    background-color: #163182;
    padding: 20px;
    text-decoration: none;
    color: white;
    margin-bottom: 3%;
    width: 300px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.L_btn{
    display: flex;
    flex-direction: column;
}
.R_btn_img{
    width: 8%;
    margin-right: 4%;
}
.L_btn_img{
    width: 50%;
    margin: 7% 0 -5%;
}
@media screen and (max-width: 767px) {
    .gr8100_bn{
        padding: 18% 0 0 9%;
    }
    .gr8100 h1{
        font-size: calc((100vw - 320px) / 140 + 18px);
        position: relative;
        top: -30px;
    }
    .sp_dl_btn_img{
        position: relative;
        text-align: center;
        z-index: 1;
        display: block;
        flex-direction: row;
        width: 241px;
        margin: 0px auto 38px auto;
        top: -65px;
    }
    .L_btn_img{
        width: 80%;
        margin: 2% 0 0 0;
    }
    .gr8100_img {
        width: 42%;
        display: block;
        position: relative;
        top: 31px;
        right: 35px;
    }


}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.point_text {
    position: absolute;
    }
.vertical {
    writing-mode: vertical-rl;
    opacity: 0.05;
    font-size: 17rem;
    margin: 26px 0 0 -30px;
    position: absolute;
}
.point{
    background-color: #163182;
    padding-bottom: 10%;
    margin-bottom: -2%;
}
.point_yellow{
    color: #FFF513;
    margin-bottom: 0;
}
.no_large{
    font-size: 2rem;
    margin-left: 5px;
}
.point_content_copy{
    color: #163182;
}
.point_content_color{
    background-color: #FFF513;
    font-size: calc(20px + 8 * ((100vw - 320px) / 1120));
    line-height: 2.1;
    padding: 2px 38px;
}
.point_content{
    margin: 3% 10%;
}
.point_content_top{
    position: relative;
}
.point_content_img{
    width: 70%;
    margin: 22% 0 0 30%;
}

.point_inner{
    margin: 4% 0% 8% 0%; 
}
.point_inner p{
    line-height: 28px;
}

.point_content_text{
    position: absolute;
    top: 50%;
    left: 0%;
}
.white_label{
    color: #163182;
    background-color: #fff;
    padding: 0 5px;
    margin: 0 3px;
}
.point_section{
    background-color: #EFEFEF;
    margin-bottom: 3%;
    padding: 5% 5%;
}
.section_heading{
    display: inline-block;
    background-color: #163182;
    color: #FFF513;
    font-size: 2.4rem;
    padding: 1% 5%;
}
.ast:after{
    content: "※";
    margin-right: 0.5em;
    font-size: 1.2rem;
    vertical-align: text-top;
}
.ast_text{
    font-size: 1rem;
    color: black;
    margin: 1% 0 0;;
}
.section_heading_small{
    display: inline-block;
    background-color: #163182;
    color: #FFF513;
    margin-bottom: 1.3%;
    font-size: 1.3rem;
    padding: 0% 3%;
}
.section_article{
    color: black;
    padding: 3% 0;
    font-size: 1.3rem;
    line-height: 1.4;
}
.section_inner{
    display: inline-block;
    background-color: #fff;
    margin: 3% 0 0 0;
    padding: 5%;
    width: 100%
}
.section_inner p{
    color: black;
    margin: 0 0 3%;
}
.section_inner > .section_inner_text{
    font-size: 1.3rem;
    line-height: 1.4;
}

.section_inner_blue{
    display: block;
    padding: 1% 0;
    margin: 0 0 10px 0;
    color: #163182;
    font-size: 2rem;
}
.section_inner_blue_m{
    display: block;
    padding: 1% 0;
    color: #163182;
    font-size: 1.6rem;
}

.section_inner ul{
    margin-top: 0;
    padding-left: 4%;
}
.section_inner li {
    display: inline-block;
    margin: 12px 0;
    color: black;
    font-size: 15px;
    line-height: 1.2em;
}
.section_inner .p_circle::before {
    display: inline-block;
    margin: 0 5px 0 -15px;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 100%;
    border: 1px solid black;
}
.img_point1_02_img{
    width: 80%;
    margin: 5% auto;
    display: block;
}
.img_point3_02_img{
    margin: 5% auto;
    display: block;
}


@media screen and (max-width: 767px) {
    .vertical {
        font-size: 13rem;
        margin: 26px 0 0 -30px;
        position: absolute;
    }
    .point_inner{
        margin: 14% 0% 10% 0%; 
    }
    .point_inner p{
        line-height: 27px;
    }
    .section_inner_blue{
        padding: 1% 0;
        margin: 0 0 10px 0;
        font-size: 1.7rem;
    }
    .section_article{
        padding: 3% 0;
        margin: 0 0 3% 0;
        font-size: 1.1rem;
        line-height: 1.4;
    }
    .section_heading{
        font-size: 2.0rem;
        padding: 1% 5%;
    }
    .ast:after{
        content: "※";
        margin-right: 0.5em;
        font-size: 1.2rem;
        vertical-align: text-top;
    }
    .ast_text{
        font-size: 0.6rem;
        color: black;
        margin: 1% 0 0;;
    }
    .section_inner li {
        margin: 12px 0 0 8px;
        font-size: 13px;
        line-height: 1.2em;
    }

    
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.header {
  display: block;
  width: 50%;
  height: auto;
  background-color: #000;
  position: fixed;
  z-index: 99;
  top: 0;
  background-color: #163182;
}
  .header::after {
    content: "";
    clear: both;
    display: block; }
  .header_logo {
    display: none; }

  @media screen and (max-width: 767px) {
    .header {
      width: 100%; 
      height: 70px;
      }
    .header__inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1% 2%;
      margin: 2%;
    }


}

    @media screen and (max-width: 767px) {
      .header_logo {
        display: block;
        width: 87px;
        height: auto;
        float: left;
        margin: 2% 0 0 20px;
        } }
    .header_logo > a {
      display: block;
      width: 100%;
      height: auto; }
      .header_logo > a > img {
        display: block;
        width: 100%;
        height: auto; }

  .header_menuBtn {
    display: block;
    float: right;
    width: 38px;
    height: 53px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-top: 35px;
    background-image: url(../img/common/ico_menu.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: center top 8px;
    position: relative;
    z-index: 99;
    margin-right: 22px;
    text-align: center; }

    @media screen and (max-width: 767px) {
      .header_menuBtn {
        height: 58px;
        background-position: center top 11px;
        padding-top: 38px;
        margin-right: 20px; } }
    .header_menuBtn::before {
      content: "MENU";
      display: block;
      width: auto;
      height: auto; }
    .header_menuBtn.js-active {
      background-image: url(../img/common/ico_menu-close.png);
      background-size: 23px auto; }
      .header_menuBtn.js-active::before {
        content: "CLOSE"; }
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1% 2%;
}
.logo {
  font-size: 1.25em;
  font-weight: bold;
}

/* ハンバーガーボタンのデザイン */

.drawer__button {
  display: none;
}
@media screen and (max-width: 767px) {
.drawer__button {
display: inherit;
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
    }
}
.drawer__button::before {
    content: "MENU";
    font-size: 0.7em;
    display: block;
    width: auto;
    height: auto;
    position: relative;
    top: 30px;
    left: 0px;
}
/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 1.2rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 1.2rem));
  transition: transform 0.3s ease;
}
.drawer__button_text{
    font-size: 1.3rem;
    padding-top: 1.3rem;
}

/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer__button.active::before{
content: "CLOSE";
    font-size: 0.7em;
    display: block;
    width: auto;
    height: auto;
    position: relative;
    top: 30px;
    left: -2px;
}

/* メニューのデザイン */
.sp_btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
}
.sp_L_btn_img{
    margin-bottom: 10%;
}
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}

.drawer__nav__inner {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #163182;
  padding: 4rem 0 0 0;
  margin: 0 0 0 auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}
.drawer__nav__link {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 1rem 1rem;
    text-align: center;
  ;
}
.drawer__nav__item{
 font-size: 3rem;   
}
@media screen and (max-width: 767px) {
 .drawer__nav__inner {
  width: 100%;   
    }}
/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}
section {
  width: 100%;
  height: 30vh;
}
section:nth-child(even) {
  background-color: skyblue;
}
.header_spmenu {
    display: none;
}

@media screen and (max-width: 767px) {
.header_spmenu {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    border-top: 2px solid #FFF;
    }
.header_menu_item:first-child {
    border-right: none;
}
.header_menu_item:last-child {
    border-left: none;
}
.header_menu_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 33.33%;
    height: 47px;
    background-color: #163182;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    font-size: 1.4rem;
    padding-bottom: 0;
    text-decoration: none;
    text-align: center;
    }
.sp_menuBtn_yellow{
        color:#FFF500;
        font-size: ;
    }}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.header_menuBtn > span {
    opacity: 0;
    visibility: hidden; }
.header_menuBtn_yellow{
    color:#FFF500;
    font-size: 0.8em;
}
.header_menuBtn_img{
    width: 60%;
    margin: 15% auto -5%;
    display: block;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer {
    display: block;
    width: 100%;
    height: auto;
    background-color: #EFEFEF;
    color: #163182;
    font-size: 1.4rem;
    line-height: 1;
    padding: 50px 23px 40px; 
    text-align: center;
}
#copyright {
    display: block;
    width: 100%;
    height: auto;
    background-color: #666;
    text-align: center;
}
#copyright img{
    margin: 14px auto 8px; 
}


  @media screen and (max-width: 767px) {
    .footer {
      text-align: center;
      padding: 24px 16px 14px 21px; } 
    #copyright {
        display: block;
        width: 100%;
        height: auto;
        background-color: #666;
        text-align: center;
    }
    #copyright img{
        margin: 14px auto 54px; 
    }

}

