@charset 'UTF-8';


/* font
----------------------------------------------------------------*/

.kozuka-l{
    font-family: kozuka-gothic-pro, sans-serif;
font-weight: 300;
font-style: normal;
}
.kozuka-r{
    font-family: kozuka-gothic-pro, sans-serif;
font-weight: 400;
font-style: normal;
}
.kozuka-m{
    font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
}
.kozuka-b{
    font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
}

.gill-book{
    font-family: gill-sans-nova, sans-serif;
font-weight: 400;
font-style: normal;
}
.gill-book-italic{
    font-family: gill-sans-nova, sans-serif;
font-weight: 400;
font-style: italic;
}
.gill-m{
    font-family: gill-sans-nova, sans-serif;
font-weight: 500;
font-style: normal;
}
.gill-m-italic{
    font-family: gill-sans-nova, sans-serif;
font-weight: 500;
font-style: italic;
}
.gill-sb{
    font-family: gill-sans-nova, sans-serif;
font-weight: 600;
font-style: normal;
}
.gill-sb-italic{
    font-family: gill-sans-nova, sans-serif;
font-weight: 600;
font-style: italic;
}
.gill-b{
    font-family: gill-sans-nova, sans-serif;
font-weight: 700;
font-style: normal;
}
.gill-b-italic{
    font-family: gill-sans-nova, sans-serif;
font-weight: 700;
font-style: italic;
}


/* animation
----------------------------------------------------------------*/
@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes fadeOut{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slide-in-left{
    0%{transform:translateX(-100%)}to{transform:translateX(0)}
}
@keyframes slide-in-left{
    0%{transform:translateX(-100%)}to{transform:translateX(0)}
}
@-webkit-keyframes slide-fade-in-left{
    0%{opacity:0;transform:translateX(-2rem)}to{opacity:1;transform:translateX(0)}
}
@keyframes slide-fade-in-left{
    0%{opacity:0;transform:translateX(-2rem)}to{opacity:1;transform:translateX(0)}
}
@-webkit-keyframes slide-in-right{
    0%{transform:translateX(100%)}to{transform:translateX(0)}
}
@keyframes slide-in-right{
    0%{transform:translateX(100%)}to{transform:translateX(0)}
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.delay-025s {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2vw);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2vw);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media screen and (min-width: 769px) {

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1vw);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1vw);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}



@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}



/* Preferences
----------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
/* html5 reset css */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, a, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; } article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;} nav ul {list-style:none;} blockquote, q {quotes:none;} blockquote:before, blockquote:after,q:before, q:after { content:''; content:none; } ins { background-color:#ff9; color:#000; text-decoration:none; } mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del {text-decoration: line-through;} abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; } hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select {vertical-align:middle;} 
/* //html5 reset css */

html {

}
main{
    
}
body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.8666667;
    font-weight: 500;
    position: relative;
    word-break: break-word;
    color: #202020;
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
}
h1,h2,h3,h4,h5,h6{
    font-size: 100%;
    font-weight: 700;
}
table{
    border-collapse: collapse;
    width: 100%;
}
ul{
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
a{
    color: #1f140f;
    text-decoration: none;
    outline: none;
    display: block;
    transition: all .5s;
}
p{
    /* margin-bottom: 1em; */
}
blockquote{
    margin: 0 0 1rem;
    padding: 1rem;
    background: rgba(255,255,255,0.1);
}
blockquote p{margin: 0;}

@media screen and (max-width: 1199px) {

    body{
        width: 1200px;
    }

}

@media screen and (max-width: 767px) {

    html{
      background: #000000;
    }
    main {
    }
    body{
        width: 100%;
        font-size: 14px;
        line-height: 1.75;
    }

}

/* public css
----------------------------------------------------------------*/
.clear{clear: both;}
.cf:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;overflow: hidden;}
* html .cf{ zoom: 1; } /* ie6 */
*:first-child+html .cf { zoom: 1; } /* ie7 */

.alignleft{float: left; margin-right: 40px;}
.alignright{float: right; margin-left: 40px;}
.aligncenter{text-align: center; display: block; margin-left: auto; margin-right: auto; }
@media screen and (max-width: 600px) {
    .alignleft{
        float: none;
        margin-right: 0;
    }
    .alignright{
        float: none;
        margin-left: 0;
    }
}

.middle{
    vertical-align: middle;
}
.center{text-align: center !important;}
.left{text-align: left !important;}
.right{text-align: right !important;}
.red{color: #d70e19;}
.medium{font-weight: 500;}
.bold700{font-weight: 700;}
.bold500{font-weight: 500;}
.small{font-size: 12px;}

.fright{float: right;}
.fleft{float: left;}

.white{
    color: #fff !important;
}
.red{
    color: #ff0000;
}
.text-green {
    color: #1F8A05;
}

ul.disc{
    list-style: disc;
    margin-left: 1.1rem;
}
ul.number{
    list-style: decimal;
    margin-left: 1.3rem;
}
ul.en{
    list-style: lower-alpha;
    margin-left: 1.3rem;
}

.en{
    
}
.jp{

}

.sh{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}

/*space*/
.mt0{margin-top: 0;}.mt5{margin-top: 5px;}.mt10{margin-top: 10px;}.mt15{margin-top: 15px;}.mt20{margin-top: 20px;}.mt25{margin-top: 25px;}.mt30{margin-top: 30px;}.mt35{margin-top: 35px;}.mt40{margin-top: 40px;}.mt45{margin-top: 45px;}.mt50{margin-top: 50px;}.mt100{margin-top: 100px;}
.mr0{margin-right: 0;}.mr5{margin-right: 5px;}.mr10{margin-right: 10px;}.mr15{margin-right: 15px;}.mr20{margin-right: 20px;}.mr25{margin-right: 25px;}.mr30{margin-right: 30px;}.mr35{margin-right: 35px;}.mr40{margin-right: 40px;}.mr45{margin-right: 45px;}.mr50{margin-right: 50px;}.mr100{margin-right: 100px;}
.mb0{margin-bottom: 0;}.mb5{margin-bottom: 5px;}.mb10{margin-bottom: 10px;}.mb15{margin-bottom: 15px;}.mb20{margin-bottom: 20px;}.mb25{margin-bottom: 25px;}.mb30{margin-bottom: 30px;}.mb35{margin-bottom: 35px;}.mb40{margin-bottom: 40px;}.mb45{margin-bottom: 45px;}.mb50{margin-bottom: 50px;}.mb100{margin-bottom: 100px;}.ml0{margin-left: 0;}
.ml5{margin-left: 5px;}.ml10{margin-left: 10px;}.ml15{margin-left: 15px;}.ml20{margin-left: 20px;}.ml25{margin-left: 25px;}.ml30{margin-left: 30px;}.ml35{margin-left: 35px;}.ml40{margin-left: 40px;}.ml45{margin-left: 45px;}.ml50{margin-left: 50px;}.ml100{margin-left: 100px;}.pt0{padding-top: 0;}
.pt5{padding-top: 5px;}.pt10{padding-top: 10px;}.pt15{padding-top: 15px;}.pt20{padding-top: 20px;}.pt25{padding-top: 25px;}.pt30{padding-top: 30px;}.pt35{padding-top: 35px;}.pt40{padding-top: 40px;}.pt45{padding-top: 45px;}.pt50{padding-top: 50px;}.pt100{padding-top: 100px;}
.pr0{padding-right: 0;}.pr5{padding-right: 5px;}.pr10{padding-right: 10px;}.pr15{padding-right: 15px;}.pr20{padding-right: 20px;}.pr25{padding-right: 25px;}.pr30{padding-right: 30px;}.pr35{padding-right: 35px;}.pr40{padding-right: 40px;}.pr45{padding-right: 45px;}.pr50{padding-right: 50px;}.pr100{padding-right: 100px;}
.pb0{padding-bottom: 0;}.pb5{padding-bottom: 5px;}.pb10{padding-bottom: 10px;}.pb15{padding-bottom: 15px;}.pb20{padding-bottom: 20px;}.pb25{padding-bottom: 25px;}.pb30{padding-bottom: 30px;}.pb35{padding-bottom: 35px;}.pb40{padding-bottom: 40px;}.pb45{padding-bottom: 45px;}.pb50{padding-bottom: 50px;}.pb100{padding-bottom: 100px;}.pl0{padding-left: 0;}
.pl5{padding-left: 5px;}.pl10{padding-left: 10px;}.pl15{padding-left: 15px;}.pl20{padding-left: 20px;}.pl25{padding-left: 25px;}.pl30{padding-left: 30px;}.pl35{padding-left: 35px;}.pl40{padding-left: 40px;}.pl45{padding-left: 45px;}.pl50{padding-left: 50px;}.pl100{padding-left: 100px;}


/* 共通パーツ
----------------------------------------------------------------*/

.contents-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.contents-inner-sm {
    max-width: 1000px;
    margin: 0 auto;
}

article#main-article{

}
article#main-article section{
  background: #fff;
  padding: 108px 0;
}

@media screen and (max-width: 767px) {

    .contents-inner-sm{
      padding: 0 20px;
    }

    article#main-article section{
      padding: 72px 0;
    }

}

/* base rayout */
.pc{
    display: block !important;
}
.sp{
    display: none !important;
}


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

}


/* section共通パーツ */
.section-head{
  margin-bottom: 56px;
  text-align: center;
}
.section-head-title{
  font-size: 36px;
  color: #202020;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-head-decorate{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-head-decorate:before{
  content: "";
  width: 20px;
  height: 1px;
  background: #707070;
  margin-right: 20px;
  margin-top: 3px;
}
.section-head-decorate:after{
  content: "";
  width: 20px;
  height: 1px;
  background: #707070;
  margin-left: 20px;
  margin-top: 3px;
}
.section-head-decorate-en{
  font-size: 22px;
  font-family: gill-sans-nova, sans-serif;
  letter-spacing: -0.5px;
  font-weight: 700;
  font-style: italic;
  color: #606060;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {

    .section-head{
      margin-bottom: 48px;
    }
    .section-head-title{
      font-size: 28px;
    }
    .section-head-decorate-en{
      font-size: 18px;
    }
    .section-head-decorate:before{
      width: 16px;
      margin-right: 16px;
    }
    .section-head-decorate:after{
      width: 16px;
      margin-left: 16px;
    }

}


/* ボタン */
.conversion-btn{
  margin-top: 32px;
  margin: 32px 20px 0;
}
.conversion-btn a{
  width: 480px;
  height: 72px;
  margin: 0 auto;
  border-radius: 80px;
  background: #CB3737;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.conversion-btn-text{
  margin-bottom: 2px;
}
.conversion-btn-decorate .material-symbols-outlined {
    position: relative;
    z-index: 1;
    font-size: 32px;
}
.conversion-btn-decorate{
  width: 46px;
  height: 46px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.conversion-btn-decorate:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #CB3737;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transition: all cubic-bezier(.34,1.56,.64,1) .4s;
    transform: scale(1);
}
.conversion-btn a:hover {
  background: #000;
}
.conversion-btn a:hover .conversion-btn-decorate:after {
    transform: scale(1.2);
    background: #CB3737;
}

@media screen and (max-width: 767px) {
    
    .conversion-btn a{
      width: 100%;
      font-size: 17px;
      height: 64px;
    }

}



/* header
----------------------------------------------------------------*/

header {
  background: #f5f5f5;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 9;
  top: -85px;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 4px 12px 0px rgba(126, 28, 201, 0.1);
}
header.fixed {
    position: fixed;
    top: 0;
}
.header-inner{
  max-width: 1200px;
  margin: 0 auto;
}

ul.menu-link{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -16px;
  height: 80px;
}
ul.menu-link li{
  box-sizing: border-box;
  padding: 0 16px;
}
ul.menu-link li a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
}
ul.menu-link li a:hover{
  opacity: 0.6;
}
ul.menu-link li a .material-symbols-outlined{
  font-size: 20px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
.overlay {
    display: none;
}

@media screen and (max-width: 767px) {

    header{
      top: 0;
      background: none;
      box-shadow: none;
    }
    .header-inner{
      padding: 16px 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }

    .header-logo a{
      display: inline-block;
    }
    .nav-toggle-box{
        position: relative;
        z-index: 99999;
        /* margin-right: 10px; */
    }
    #nav-toggle-box-btn{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        width: 25px;
        height: 16px;
        cursor: pointer;
        position: relative;
        z-index: 999;
    }
    #nav-toggle-box-btn span{
        background: #fff;
        display: block;
        width: 100%;
        height: 2px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: absolute;
    }
    #nav-toggle-box-btn span:nth-of-type(1){
        top: 0;
    }
    #nav-toggle-box-btn.active span:nth-of-type(1){
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg);
    }
    #nav-toggle-box-btn span:nth-of-type(2){
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #nav-toggle-box-btn.active span:nth-of-type(2){
        opacity: 0;
    }
    #nav-toggle-box-btn span:nth-of-type(3){
        bottom: 0;
    }
    #nav-toggle-box-btn.active span:nth-of-type(3){
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
    }
    #nav-toggle-box-btn.active span{
        background: #000;
    }
    .open .overlay {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        display: block;
    }

    header.fixed{
      background: rgba(0,0,0,0.6);
    }

    .header-inner-content {
        display: none;
        position: fixed;
        width: 280px;
        height: 100%;
        background: #f2f2f2;
        top: 0;
        right: 0;
        z-index: 9999;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight;
    }
    .open .header-inner-content{
        display: block;
        box-sizing: border-box;
        padding: 70px 24px;
    }

    ul.menu-link{
      display: block;
      height: auto;
      margin: 0;
    }
    ul.menu-link li{
      padding: 0;
      border-bottom: 1px solid #dfdfdf;
    }
    ul.menu-link li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        padding: 10px 0px;
    }

    .header-menu-conversion.conversion-btn{
      margin: 24px 0 0;
    }
    .header-menu-conversion.conversion-btn a{
      font-size: 15px;
      height: 48px;
    }


}




/* footer
----------------------------------------------------------------*/

footer {
    background: #222222;
    padding: 72px 0 56px;
}
.footer-inner{
  max-width: 1000px;
  margin: 0 auto;
}
.footer-logo{
  text-align: center;
  margin-bottom: 32px;
}
.footer-logo a{
  display: inline-block;
}
.footer-logo a:hover{
  opacity: 0.6;
}
.footer-logo-text{
  display: block;
  color: #fff;
  margin-top: 8px;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
ul.footer-link{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
ul.footer-link li{
  font-size: 14px;
  margin: 0 12px;
}
ul.footer-link li a{
  color: #fff;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.footer-link li a:hover{
  opacity: 0.6;
  text-decoration: underline;
}
ul.footer-link li i {
    margin-left: 4px;
}

ul.footer-sns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 32px -4px 0;
}
ul.footer-sns li {
    padding: 0 4px;
}
ul.footer-sns li a {
    border-radius: 4px;
    background: #444444;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px 0 16px;
    height: 48px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.footer-sns li a:hover {
    background: #666666;
}
.footer-sns-icon {
    margin-right: 12px;
}
.footer-sns-icon img {
    display: block;
}
.footer-sns-name {
    line-height: 1;
    font-size: 14px;
}

.copyright {
    text-align: center;
    color: #fff;
    font-family: gill-sans-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  margin-top: 56px;
}



#fixed-conversion {
    position: fixed;
    right: 20px;
    z-index: 9;
    bottom: -145px;
    transition: all 0.3s ease 0s;
}
#fixed-conversion.fixed{
  bottom: 20px;
}

#fixed-conversion .conversion-btn{
  margin-top: 20px;
}
#fixed-conversion .conversion-btn a{
  width: 240px;
  height: 60px;
  font-size: 18px;
  box-shadow: 0px 4px 12px 0px rgba(126, 28, 201, 0.1);
}
#fixed-conversion .conversion-btn-decorate{
  width: 36px;
  height: 36px;
}
.pagetop-btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.pagetop-btn a{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #000;
  box-shadow: 0px 4px 12px 0px rgba(126, 28, 201, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #fff;
}
.pagetop-btn a:hover{
  background: #444;
}
.pagetop-btn-icon{

}
.pagetop-btn-icon .material-symbols-outlined{
  font-size: 40px;
}
.pagetop-btn-text{
  font-size: 13px;
  margin-top: -20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {

    footer {
        padding: 56px 0 108px;
    }
    .footer-logo img{
      width: 140px;
    }
    #fixed-conversion{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex-flow: row-reverse;
      box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
    }
    #fixed-conversion.fixed {
        bottom: 8px;
        right: 0;
    }
    .pagetop-btn {
        width: 52px;
    }
    .pagetop-btn a {
        width: 52px;
        height: 52px;
    }
    #fixed-conversion .conversion-btn {
        margin-top: 0;
        width: calc(100% - 52px);
        margin: 0;
        box-sizing: border-box;
        padding-right: 20px;
    }
    #fixed-conversion .conversion-btn a {
        width: 100%;
        height: 52px;
        font-size: 15px;
    }

    .footer-logo-text{
      font-size: 16px;
    }

    ul.footer-link li{
      padding: 5px 0;
    }

    ul.footer-sns{
      margin: 24px 0 0;
    }
    ul.footer-sns li {
      padding: 4px 4px;
    }

    ul.footer-sns li a{
       height: 45px;
       padding: 0 16px 0 12px;
    }
    .footer-sns-name{
      font-size: 13px;
    }
    .footer-sns-icon{
      margin-right: 8px;
    }
    .footer-sns-icon img{
      width: 20px;
    }

}






/* main-visual
----------------------------------------------------------------*/

#main-visual{
  height: 100vh;
  position: relative;
  min-height: 720px;
}
#main-visual .contents-inner-sm {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
}
.main-visual-logo {
  position: absolute;
  top: 24px;
  left: 24px;
}
#main-bg{
  width: 100%;
  height: 100%;
  background-image: url(../images/main_visual_bg_pc.jpg);
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#main-bg.bg02{
  background-image: url(../images/main_visual_bg02_pc.jpg);
}
#main-bg.bg03{
  background-image: url(../images/main_visual_bg03_pc.jpg);
}

.main-visual-box {
    padding-bottom: 4%;
}
.main-visual-box-main{
  position: relative;
}
.main-visual-badge {
  position: absolute;
  right: -2%;
  bottom: -22%;
}
.main-visual-img{
  text-align: center;
}
.main-visual-text{
  display: none;
}

.main-visual-box-sub{
  margin-top: 8px;
}
.main-visual-eventdate{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.item-eventdate{
  color: #fff;
  margin: 0 16px;
}
.item-eventdate-number{
  font-size: 64px;
  line-height: 1;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: rgba(0,0,0,0.75) 0 8px 16px;
  display: inline-block;
}
.item-eventdate-name{
  font-size: 24px;
  line-height: 1;
  /*font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-style: normal;*/
  text-shadow: rgba(0,0,0,0.75) 0 8px 16px;
  display: inline-block;
  position: relative;
  bottom: 4px;
  margin-left: 4px;
}


@media screen and (max-width: 767px) {

    #main-bg{
      height: 650px;
    }
    #main-visual {
        height: auto;
        position: relative;
        min-height: auto;
        padding: 80px 0 56px;
    }
    #main-bg{
      background-image: url(../images/main_visual_bg_pc.jpg);
    }
    .main-visual-badge {
        width: 140px;
        right: 0;
        bottom: unset;
        top: -15%;
    }

    .main-visual-eventdate{
      display: block;
      padding: 0 32px;
    }
    .item-eventdate{
      margin: 0;
    }
    .item-eventdate.item-day2 {
        padding-left: 24px;
    }

    .main-visual-box-sub{
      position: relative;
    }
    .item-eventdate-number{
      font-size: 42px;
    }
    .item-eventdate-name{
      font-size: 18px;
    }

}




/* main-menu
----------------------------------------------------------------*/

#main-menu {
  background: #f5f5f5;
}


@media screen and (max-width: 767px) {

    #main-menu ul.menu-link{
      display: none;
    }

}



/* company-list
----------------------------------------------------------------*/

.company-day-block{

}
.company-day-block-head {
    text-align: center;
}
.company-day-block-title{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 20px 8px 20px;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.company-day-block-title-item{
  width: 96px;
  height: 36px;
  padding-bottom: 2px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.company-day-block-title-date{
  margin-left: 20px;
  color: #fff;
  padding-top: 3px;
}
.company-day-block-title-date-number{
  font-size: 26px;
  line-height: 1;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.company-day-block-title-date-name{
  font-size: 18px;
  line-height: 1;
  margin-left: 2px;
  position: relative;
  bottom: 1px;
  font-weight: 600;
}
.company-day-block-body{
  padding: 48px 0 48px;
}

ul.company-list{
  display: flex;
  flex-wrap: wrap;
  margin: -24px -12px 0;
}
ul.company-list li{
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 0 12px;
  margin-top: 24px;
}
.company-list-representative {
  background: #2F2F2F;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  padding: 5px 0;
}
.company-list-content{
  background: #fff;
  padding: 20px 16px 16px;
}
.company-list-logo {
  width: 200px;
  height: 124px;
  margin: 0 auto;
  border: 1px solid #DEDEDE;
  border-radius: 12px;
}
a.company-list-logo:hover{
  opacity: 0.6;
}
.company-list-logo img {
    border-radius: 12px;
}
.company-list-name {
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
  line-height: 1.6;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.click-btn{
  margin-top: 8px;
  text-align: center;
}
.click-btn a{
  background: #1269CE;
  color: #fff;
  display: inline-block;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 600;
  line-height: 1;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 6px 14px 7px;
  border-radius: 20px;
}
.click-btn a:hover{
  opacity: 0.7;
}

#day1{

}
#day1 .company-day-block-title{
  background: #3bb1cc;
}
#day1 .company-day-block-body{
  background: rgba(59,177,204,0.3);
}

#day2{
  margin-top: 48px;
}
#day2 .company-day-block-title{
  /*background: #F3358E;*/
  background: #EA9B25;
}
#day2 .company-day-block-body{
  /*background: rgba(243,53,142,0.3);*/
  background: rgba(234,155,37,0.3);
}

#day3{
  margin-top: 48px;
}
#day3 .company-day-block-title{
  background: #117397;
}
#day3 .company-day-block-body{
  background: rgba(17,115,151,0.3);
}


@media screen and (max-width: 767px) {

    .company-day-block-body{
      padding: 40px 0;
    }
    ul.company-list{
      margin: -20px -8px 0;
    }
    ul.company-list li{
      width: 50%;
      padding: 0 8px;
      margin-top: 20px;
    }
    .company-list-logo{
      width: 100%;
      height: auto;
    }
    .company-list-representative{
      font-size: 13px;
    }

    .company-day-block-title-item{
      width: 64px;
      height: 28px;
      font-size: 17px;
    }
    .company-day-block-title-date{
      margin-left: 12px;
    }
    .company-day-block-title-date-number{
      font-size: 20px;
    }
    .company-day-block-title-date-name{
      font-size: 15px;
      margin-left: 4px;
    }
    .company-list-name{
      font-size: 13px;
    }
    .company-list-content {
        padding: 12px 12px 14px;
    }

}

@media screen and (max-width: 390px) {

    .company-list-representative span{
      display: none;
    }

}



/* purpose
----------------------------------------------------------------*/

article#main-article section#purpose {
    background: rgba(0,0,0,0.45);
}

section#purpose .section-head-title{
  color: #fff;
}
section#purpose .section-head-decorate-en{
  color: rgba(255,255,255,0.8);
}
section#purpose .section-head-decorate:before{
  background: #fff;
}
section#purpose .section-head-decorate:after{
  background: #fff;
}

#purpose-copy {
    text-align: center;
    color: #fff;
}
.purpose-copy-sub{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.purpose-copy-sub-text {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";*/
}
.purpose-copy-sub-before{
  position: relative;
  top: -16px;
}
.purpose-copy-sub-after{
  position: relative;
  top: -16px;
}

.purpose-copy-main {
  margin-top: 24px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    color: #fff;
    font-size: 42px;
    line-height: 1.6;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 0 12px;
    /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";*/
}
#purpose-text{
  margin-top: 56px;
}
#purpose-text p{
  margin-top: 36px;
  color: #fff;
  font-size: 24px;
  line-height: 1.75;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0,0,0,0.6) 0 8px 16px;
}


@media screen and (max-width: 767px) {

    .purpose-copy-sub{
      position: relative;
    }
    .purpose-copy-sub-before {
      position: absolute;
      top: -16px;
      left: 0;
    }
    .purpose-copy-sub-after{
      position: absolute;
      top: -16px;
      right: 0;
    }
    .purpose-copy-sub-text{
      font-size: 5vw;
    }
    .purpose-copy-main {
        font-size: 8.5vw;
        line-height: 1.45;
        padding: 16px 0 18px;
    }
    #purpose-text{
      margin-top: 40px;
    }
    #purpose-text p{
      font-size: 16px;
      line-height: 1.89;
      margin-top: 32px;
    }

}





/* event-feature
----------------------------------------------------------------*/


.event-feature-box-head{
  background: rgb(67,133,38);
  background: linear-gradient(90deg, rgba(67,133,38,1) 0%, rgba(129,228,70,1) 100%);
  padding: 6px 0;
  margin-bottom: 28px;
}
.event-feature-box-title{
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top: 1px solid rgba(255,255,255,0.6);
  border-bottom: 1px solid rgba(255,255,255,0.6);
  padding: 8px 0;
}
.event-feature-box-body {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.event-feature-box-comment-decorate {
    text-align: center;
    position: relative;
    margin-bottom: -24px;
    z-index: 1;
}
ul.event-feature-box-comment-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
ul.event-feature-box-comment-list li{
  width: 50%;
  box-sizing: border-box;
  padding: 0 12px;
}
.event-feature-box-comment-list-inner{
  border: 5px solid #DAEAF5;
  border-radius: 8px;
  height: 224px;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
ul.event-feature-box-comment-list li p{
  font-size: 17px;
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.event-feature-box-comment-list-career{
  position: absolute;
  bottom: -20px;
  right: 20px;
  background: #1269CE;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 12px 16px;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#feature02{
  margin-top: 72px;
}
#feature03{
  margin-top: 72px;
}

#feature03 .event-feature-box-comment-list-inner{
  height: 280px;
}



@media screen and (max-width: 767px) {

    .event-feature-box-title{
      font-size: 20px;
      padding: 12px 20px;
      line-height: 1.45;
    }
    .event-feature-box-body{
      text-align: left;
      font-size: 15px;
      line-height: 1.89;
      margin-bottom: 24px;
    }

    ul.event-feature-box-comment-list{
      display: block;
      margin: 0;
    }
    ul.event-feature-box-comment-list li{
      width: 100%;
      padding: 0;
    }
    ul.event-feature-box-comment-list li:not(:first-of-type){
      margin-top: 32px;
    }

    .event-feature-box-comment-list-career {
      bottom: -16px;
      right: -5px;
      font-size: 13px;
    }
    .event-feature-box-comment-list-inner {
        padding: 40px 24px 40px;
        height: auto;
    }
    ul.event-feature-box-comment-list li p {
        font-size: 14px;
        line-height: 1.89;
    }
    .event-feature-box-comment-decorate {
        margin-bottom: -16px;
    }
    .event-feature-box-comment-decorate img{
      width: 140px;
    }
    #feature03 .event-feature-box-comment-list-inner{
      height: auto;
    }

}





/* check-point
----------------------------------------------------------------*/

article#main-article section#check-point{
  background: #f5f5f5;
}
article#main-article section#check-point .section-head{
  margin-bottom: 32px;
}
#check-point-copy{
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
.check-point-copy-text{
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";*/
}
.check-point-copy-decorate {
    display: inline-block;
    position: relative;
    left: -56px;
    margin-bottom: -8px;
}
ul.check-point-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
ul.check-point-list li{
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 0 12px;
}
.check-point-list-inner{
  background: #fff;
  padding: 24px 28px 32px;
}
.check-point-list-head {
    background: #EDF4F7;
    border-radius: 4px;
    height: 148px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 24px;
}
.check-point-list-head-title {
    color: #1269CE;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.check-point-list-head-before{
  position: absolute;
  top: -12px;
  left: 16px;
}
.check-point-list-head-after{
  position: absolute;
  bottom: -12px;
  right: 16px;
}
.check-point-list-body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {

    article#main-article section#check-point .contents-inner{
      padding: 0 20px;
    }
    ul.check-point-list{
      display: block;
      margin: 0;
    }
    ul.check-point-list li{
      width: 100%;
      padding: 0;
    }
    ul.check-point-list li:not(:first-of-type){
      margin-top: 24px;
    }
    .check-point-copy-decorate {
      left: 0;
      margin-bottom: 0px;
    }
    .check-point-copy-decorate img{
      width: 72px;
    }
    .check-point-copy-text{
      font-size: 5.2vw;
      text-align: center;
    }

    .check-point-list-inner{
      padding: 24px 20px 32px;
    }
    .check-point-list-head {
      height: 36vw;
    }
    .check-point-list-head-title{
      font-size: 5.5vw;
    }

}





/* time-schedule
----------------------------------------------------------------*/

#time-schedule-box{
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
#time-schedule-days{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 180px;
  display: flex;
  flex-wrap: wrap;
}
.time-schedule-days-color{
  width: calc(100% / 2);
  height: 100%;
  background: #f2f2f2;
}
.time-schedule-days-color#color-day1{
  /* background: rgba(216,117,58,0.3); */
}
.time-schedule-days-color#color-day2{
  /* background: rgba(201,113,129,0.3); */
}
.time-schedule-days-color#color-day3{
  /* background: rgba(17,115,151,0.3); */
}

#time-schedule-table-wrap{
  position: relative;
}

table.time-schedule-table {
    font-size: 16px;
}
th.schedule-time-th{
  width: 180px;
}
td.schedule-time-td {
    text-align: right;
    padding: 0 40px 0 0;
    font-family: gill-sans-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 19px;
    line-height: 1;
}
th.schedule-content-th{
  width: 360px;
  padding: 12px 0 10px;
}
th.schedule-content-th#schedule-day1{
  background: #3BB1CC;
}
th.schedule-content-th#schedule-day2{
  /*background: #F3358E;*/
  background: #EA9B25;
}
th.schedule-content-th#schedule-day3{
  background: #117397;
}
th.schedule-content-th .company-day-block-title-date{
  margin-left: 0;
}
th.schedule-content-th .company-day-block-title-item {
    margin: 0 auto;
    font-size: 20px;
    height: 32px;
    margin-bottom: 4px;
}
th.schedule-content-th .company-day-block-title-date-name{
  font-size: 18px;
  margin-left: 2px;
  font-weight: 500;
}
td.schedule-content-td {
    padding: 8px 40px;
}
table.time-schedule-table tbody tr:first-of-type td.schedule-content-td{
  padding-top: 16px;
}
table.time-schedule-table tbody tr:last-of-type td.schedule-content-td{
  padding-bottom: 20px;
}
.schedule-content-td-main{
  background: #fff;
  padding: 16px 40px;
  border: 2px solid #222;
  border-radius: 4px;
}
.schedule-content-td-main-name {
    font-size: 18px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}
.schedule-content-td-sub{
  background: #4f4f4f;
  padding: 4px 32px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
.schedule-content-td-sub-name{
  font-size: 15px;
}
ul.schedule-content-td-main-list {
    margin-top: 12px;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 4px;
}
ul.schedule-content-td-main-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #EDF4F7; 
    padding: 4px 16px;
    margin-top: 8px;
    border-radius: 4px;
}
.schedule-content-td-main-list-time {
    margin-right: 32px;
    font-family: gill-sans-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #1269CE;
}
.schedule-content-td-main-list-name{
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {

    table.time-schedule-table{
      font-size: 15px;
    }
    table.time-schedule-table thead{
      display: none;
    }
    th#schedule-null{
      display: none;
    }
    th.schedule-content-th{
      width: 100%;
      display: block;
    }

    td.schedule-content-td{
      padding: 8px 0;
    }

    table.time-schedule-table tbody tr:first-of-type td.schedule-content-td{
      padding-top: 8px;
    }
    table.time-schedule-table tbody tr:first-of-type td.schedule-time-td{
      padding-top: 24px;
    }
    #time-schedule-days{
      padding-left: 0;
      display: none;
    }
    td.schedule-time-td{
      display: block;
      padding-right: 0;
      text-align: left;
      font-size: 18px;
    }
    td.schedule-content-td{
      display: block;
      padding-bottom: 24px;
    }

    .schedule-content-td-main{
      padding: 16px 24px;
    }
    .schedule-content-td-main-name{
      font-size: 17px;
    }
    ul.schedule-content-td-main-list{
      margin: 12px 0 4px;
    }

    .schedule-content-td-sub-name {
        font-size: 14px;
    }
    .schedule-content-td-main-list-time{
      font-size: 17px;
      margin-right: 24px;
    }


}





/* overview
----------------------------------------------------------------*/

article#main-article section#overview {
    background: #f5f5f5;
}
table#overview-table{
  max-width: 850px;
  margin: 0 auto;
  font-size: 16px;
  width: 100%;
  border: 1px solid rgb(67,133,38);
  background: rgb(67,133,38);
  background: linear-gradient(45deg, rgba(67,133,38,1) 0%, rgba(129,228,70,1) 100%);
}
table#overview-table tr{
  border-top: 1px solid #DCDCDC;
}
table#overview-table tr:first-of-type{
  border-top: none;
}
table#overview-table tr th{
  width: 214px;
  color: #fff;
  box-sizing: border-box;
  padding: 16px 0 16px 32px;
  text-align: left;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
table#overview-table tr td{
  padding: 16px 32px 16px 32px;
  background: #fff;
}


/* 2025用 */
article#main-article section#overview{
  background: rgba(0,0,0,0.45);
}
section#overview .section-head-title{
  color: #fff;
}
section#overview .section-head-decorate-en{
  color: rgba(255,255,255,0.8);
}
section#overview .section-head-decorate:before{
  background: #fff;
}
section#overview .section-head-decorate:after{
  background: #fff;
}



@media screen and (max-width: 767px) {

    table#overview-table{
      font-size: 14px;
      background: linear-gradient(90deg, rgba(67,133,38,1) 0%, rgba(129,228,70,1) 100%);
    }
    table#overview-table tr th{
      display: block;
      width: 100%;
      padding: 8px 20px;
    }
    table#overview-table tr td{
      display: block;
      width: 100%;
      padding: 16px 20px;
      box-sizing: border-box;
    }

}





/* privilege
----------------------------------------------------------------*/

article#main-article section#privilege{
  background: rgba(0,0,0,0.45);
}
section#privilege .section-head-title{
  color: #fff;
}
section#privilege .section-head-decorate-en{
  color: rgba(255,255,255,0.8);
}
section#privilege .section-head-decorate:before{
  background: #fff;
}
section#privilege .section-head-decorate:after{
  background: #fff;
}

#privilege-copy {
    text-align: center;
    margin-bottom: 56px;
}
#privilege-copy .purpose-copy-main{
  font-size: 36px;
  padding: 12px 0 14px;
}
.privilege-copy-note {
    margin-top: 24px;
    color: #fff;
    font-size: 16px;
}

.privilege-box{
  background: #fff;
  padding: 40px 64px;
  border-radius: 16px;
}
.privilege-box-head{
  display: flex;
  flex-wrap: wrap;
}
.privilege-box-head-img {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.privilege-box-head-content{
  width: calc(100% - 300px);
  box-sizing: border-box;
  padding-left: 32px;
}

.privilege-box-head-title{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.privilege-box-head-item{
  width: 80px;
  height: 80px;
  border-radius: 50%;
      background: rgb(67,133,38);
    background: linear-gradient(90deg, rgba(67,133,38,1) 0%, rgba(129,228,70,1) 100%);
  color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.privilege-box-item-text{
  display: block;
  line-height: 1;
  font-size: 14px;
  margin-bottom: -4px;
}
.privilege-box-item-number{
  display: block;
  font-size: 40px;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.privilege-box-head-name {
    width: calc(100% - 80px);
    box-sizing: border-box;
    padding-left: 16px;
    font-size: 24px;
    line-height: 1.6;
    /* color: #1269CE; */
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.privilege-box-head-copy {
    font-size: 20px;
    margin-top: 16px;
}

.privilege-box-head-info {
    margin-top: 24px;
}
.privilege-box-body {
    margin-top: 24px;
}
table.privilege-table{

}
table.privilege-table tr{
  border: 1px solid #dcdcdc;
}
table.privilege-table tr th{
  background: #EDF4F7;
  padding: 8px 0;
  box-sizing: border-box;
  width: 150px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1269CE;
}
table.privilege-table tr td{
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding-left: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.privilege-box-body-description{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.privilege-box-body-note {
    margin-top: 24px;
    font-size: 12px;
    color: #404040;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#privilege02{
  margin-top: 56px;
}
#privilege03{
  margin-top: 56px;
}

@media screen and (max-width: 767px) {

    #privilege-copy .purpose-copy-main{
      font-size: 8.5vw;
    line-height: 1.45;
    padding: 16px 0 18px;
    }
    .privilege-copy-note{
      font-size: 14px;
      text-align: left;
    }
    .privilege-box{
      padding: 24px 20px;
    }
    .privilege-box-head{
      flex-flow: column-reverse;
    }
    .privilege-box-head-img{
      width: 100%;
    }
    .privilege-box-head-content{
      width: 100%;
      padding-left: 0;
    }

    .privilege-box-head-item{
      width: 72px;
      height: 72px;
    }
    .privilege-box-item-text{
      font-size: 13px;
    }
    .privilege-box-item-number{
      font-size: 32px;
    }
    .privilege-box-head-name{
      width: calc(100% - 72px);
      font-size: 18px;
      padding-left: 16px;
      line-height: 1.45;
    }
    .privilege-box-head-copy{
      font-size: 16px;
      line-height: 1.55;
    }

    table.privilege-table tr th{
      width: 100px;
    }
    table.privilege-table tr td{
      width: calc(100% - 100px);
      padding-left: 20px;
      padding: 8px 0 8px 20px;
    }
    .privilege-box-head-info{
      margin-top: 16px;
      margin-bottom: 24px;
    }

    #privilege02{
      margin-top: 24px;
    }
    #privilege03{
      margin-top: 24px;
    }

}





/* faq
----------------------------------------------------------------*/

article#main-article section#faq {
    background: #f5f5f5;
}

ul.faq-list{max-width: 850px;margin: 0 auto;}
ul.faq-list li{
  background: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
}
ul.faq-list li:not(:first-of-type){
  margin-top: 16px;
}
ul.faq-list li .question{
  padding: 24px 40px 26px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
ul.faq-list li .answer{
  margin: 0 40px;
  padding: 24px 0 30px;
  border-top: 1px solid #DCDCDC;
  display: none;
}
ul.faq-list li .answer-inner{
  display: flex;
  flex-wrap: wrap;
}

.faq-list-item{
  font-size: 32px;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 52px;
  position: relative;
  bottom: 4px;
}
.question-text {
    width: calc(100% - 52px);
    font-size: 18px;
    line-height: 1.45;
    padding-top: 1px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.question-decorate{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 40px;
}
.question-decorate .material-symbols-outlined {
    display: block;
    font-size: 32px;
    transition: all .5s;
}
ul.faq-list li .question.open .question-decorate .material-symbols-outlined{
  transform:rotate(180deg); 
}

.answer-text {
    width: calc(100% - 52px);
    font-size: 16px;
    color: #202020;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.faq-list li .answer .faq-list-item{
  color: #CB3737;
}


@media screen and (max-width: 767px) {

    ul.faq-list li .question{
      padding: 16px 16px 16px;
    }
    ul.faq-list li .answer{
      margin: 0 16px;
      padding: 16px 0 20px;
    }
    .faq-list-item{
      font-size: 24px;
      width: 32px;
      bottom: 3px;
    }
    .question-text{
      font-size: 15px;
      width: calc(100% - 32px);
      box-sizing: border-box;
      padding-right: 32px;
    }
    .question-decorate{
      right: 16px;
    }
    .question-decorate .material-symbols-outlined{
      font-size: 24px;
    }
    .answer-text{
      font-size: 14px;
      width: calc(100% - 32px);
      line-height: 1.89;
    }

}





/* conversion
----------------------------------------------------------------*/

article#main-article section#conversion{
  background: none;
}
section#conversion .section-head {
    margin-bottom: 40px;
}
section#conversion .section-head-title {
    color: #fff;
    font-size: 32px;
}

@media screen and (max-width: 767px) {

    article#main-article section#conversion .contents-inner-sm{
        padding: 0;
    }
    section#conversion .section-head-title {
        font-size: 22px;
        line-height: 1.45;
    }
    section#conversion .section-head {
        margin-bottom: 32px;
    }

}









