.nav-item {
    font-weight: 300;
    padding:20px 15px 10px 15px;
    height: 70px!important;
}
.nav-item div:hover {
    color: black;
}
.nav-item.last {
    background-color: #48A02F;
    background: transparent linear-gradient(271deg, #0173BC 0%, #013A5E 100%) 0% 0% no-repeat padding-box;
    color:white;
}
.nav-item.last .nav-link {
    color:white;
}
.nav-item.last .nav-link:hover{
  color: #dce4e3;
}
.navbar-brand {
    display: inline-block;
    padding:0px;

}
#navbar {
    padding:0px 0px 0px 20px;
    border-bottom:solid 1px #ccc;
    height: 70px;
    background-color: #fff;
}
#navbar img{
  width: 35vw;
  height: auto;
}
.common-arrow-right,
.common-arrow-left,
.long-arrow-right,
.long-arrow-left{
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid white;
    border-left: 2px solid white;
}
.common-arrow-right,
.long-arrow-right{
    transform: rotate(135deg);
}
/* Define the shape and color of the hamburger lines */
.navbar-toggler {
    padding: 1.25rem .75rem;
}
.navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}


/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

/**
 * Animate collapse into X.
 */

/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg) ;
}


/**
 * Animate collapse open into hamburger menu
 */

/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg) ;
}

/*End Animate collapse into X*/


.color-menu {
    color: #555;
}
.pc-access {
    display: block;
}
.mobile-access{
  display: none;
}


/*Start Scroll Top Button*/
#scrollBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #00569D;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#scrollBtn:hover {
    opacity: 0.6;
}
/*End Scroll Top Button*/

/*Start Common*/
.pd-lr-all {
    padding-left: 8%;
    padding-right: 8%;
}
.pd-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pd-to-10 {
    padding-top: 10px;
}
.pd-to-50 {
    padding-top: 50px;
}
.pd-to-110 {
    padding-top: 110px;
}
.pd-to-80 {
    padding-top: 80px;
}
.pd-bm-20 {
    padding-bottom: 20px;
}
.pd-bm-40 {
    padding-bottom: 40px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.img-size-100 {
    width: 100%;
}
.pd-left {
    padding-left: 20px;
}
.bold{
  font-weight:bold;
}
.sp-br{
  display: none;
}
.pc-br{
  display: block;
}
.dark-blue{
  color: #003D62;
}
.pink-red{
  color: #E23671;
}
/*End Common*/
body {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", HiraKakuProN, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho
{font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Sorts Mill Goudy', "Noto Serif JP", serif; }
/*Start Top Section*/
.top-part {
    display: flex;
    width: 100%;
    z-index: 1;
}
.top-part-1 {
    width: 50%;
}
.top-img-style {
    width: 100%;
}
.top-part-2 {
    width:50%
}
.top-mt {
    margin-top: 50px;
    position: relative;
}
.top-part-center {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 2;
    background-color: rgba(0,0,0,0.6);;
    width:100%;
}
.top-title-sm {
    font-size: 23px;
}
.top-title-lg {
    font-size: 3.4vw;
}
.top-title-lg h2{
  line-height: 4.7vw;
  font-weight: bold;
}
.top-title-bt {
    font-size: 16px;
    margin-top: 30px;
}
.common-btn {
    background-color: #0A87D8;
    border: none;
    border-radius: 10px;
    width: 40%;
    height: 65px;
    font-size: 1.4vw;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
.common-btn:hover{
  color: #ffffff!important;
  text-decoration: none!important;
}
.common-btn span{
  color: #FFF;
  position: relative;
  padding-left: 7px;
}
.common-btn span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
}
.top-btn {
    width: 40%;
    height: 70px;
}
.advertisin-btn {
    width: 100%;
    height: 60px;
}
.common-btn-text {
    font-size: 20px;
}
.color-white {
    color: white;
}
.pc-show-version {
    display: block;
}
.mobile-show-version {
    display: none;
}
/*End Top section*/

/*Start Advertising Section*/
.advertising {
    position: absolute;
    width: 100%;
}
.advertising-bg {
    position: absolute;
    width: 100%;
}
.ad-bg-img {
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 1;
}
.line-bg-left {
    width: 30%;
}
.line-bg-right {
    float: right;
    width: 30%;
}
.advertising-content {
    display: flex;
    justify-content: center;
}
.ad-title {
    display: table;
    font-size: 30px;
    align-items: center;
    z-index: 2;
}
.ad-bg-title {
    display: inline-flex;
    background-color: #003D62;
    border-top: 10px solid #00569D;
    color: white;
    padding: 14px 120px;
    z-index: 2;
    width: 100%;
    line-height: 3.8vw;
}
.ad-bg-title p{
  display: block;
  margin: 0 auto;
}
.advertising-below {
    position: relative;
    width: 100%;
}
.ad-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 5%;
}
.ad-content-left {
    width: 45%;
    font-size: 18px;
    line-height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ad-content-right {
    width: 45%;
}
.ad-content-left .top-btn{
  width: 90%;
}
/*Edn Advertising Section*/

/*Start Join Section*/
.join-section {
    width: 100%;
}
.join-content {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.join-left{
  background-color: #dadada;
  background-image: url(../img/join-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vw * .35);
  width: 30%;
}
.join-left-img {
    width: auto;
    height: calc(100vw * .35);
    max-width: none;
}
.join-right {
    width: 70%;
    color: white;
    background-color: #013962;
    background: transparent linear-gradient(63deg, #013962 0%, #008ABE 100%) 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 5.5vw;
    padding: 2vw 3rem 1.6vw;
}
.join-right-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.join-right-title {
    padding-left: 10%;
    font-size: 2.8vw;
    line-height: 40px;
    margin-bottom: 20px;
}
.join-right-green {
    color: #FEFF14;
    font-size: 50px;
}
.join-right-content {
    padding-left: 10%;
    font-size: 2.5vw;
}
.join-right-content img{
  vertical-align: text-top;
  margin-right: 15px;
  height: 2.5vw;
}
/*End Join Section*/

/*Start Reason Section-1*/
.reason-section-1 {
    width: 100%;
}
.reason-header {
    display: flex;
    flex-direction: row;
}
.reason-header-mobile {
    background-color: white;
    height: 40px;
    display: none;
}
.reason-header-left {
    background-color: #013962;
    background: transparent linear-gradient(88deg, #013962 0%, #008ABE 100%) 0% 0% no-repeat padding-box;
    width: 18%;
    height: 15px;
}
.reason-header-right {
    width: 82%;
    background-color:#F3F4F5;
    background: transparent linear-gradient(0deg, #ffffff 0%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
    height: 15px;
}
.reason-content {
    display: flex;
    flex-direction: row;
}
.reason-content-left {
    width: 18%;
    display: flex;
    background-color:#F3F4F5;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.reason-content-left img{
  height: 5.5vw;
  width: auto;
}.pc-reason-content-left{
  text-align: center;
}
.reason-content-left-bw {
    font-size: 25px;
    color: #00569D;
    margin-bottom: 15px;
}
.reason-content-right {
    width: 82%;
    display: flex;
    background-color: white;
}
.reason-content-right-2 {
    width: 82%;
    display: flex;
    background-color: white;
}
.reason-content-bw-left {
    padding: 4%;
    width: 40%;
}
.reason-content-bw-right {
    width: 60%;
    padding: 4% 10% 10% 5%;
    display: flex;
    flex-direction: column;
}

.reason-bw-rt-title {
    color: #004172;
    font-size: 30px;
    line-height: 2.7rem;
    margin-bottom: 10px;
}
.reason-bw-rt-title h3{
  line-height: 3.5vw
}
.reason-bw-rt-sm {
    color: #004172;
    font-size: 24px;
    margin-top: 2%;
    line-height: 2.2rem;
    margin-bottom: 10px;
}
.reason-bw-rt-text {
    margin-top: 2%;
    font-size: 18px;
    line-height:2.1rem;
}
.mobile-reason-content-title {
    display: none;
}
.mobile-reason-content-title-sm {
    display: none;
}
/*End Reason Section-1*/

/*Start Reason Section-2*/
.reason-content-2 {
    display: flex;
    flex-direction: row;
}
.reason-content-bw-right-2 {
    width: 60%;
    padding: 4% 5% 10% 10%;
    display: flex;
    flex-direction: column;
}
/*End Reason Section-2*/

/*Start Tell Section*/
.tell-section{
    position: relative;
}
.tell-section-text {
    position: absolute;
    top: 50%;
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
    transform: translate(0%, -50%);
}
.ts-text-content {
    font-size: 30px;
    color: white;
    line-height: 200%;
}
.ts-text-content h2{
  line-height: 3.5vw;
}
.tell-btn {
    width: 40%;
    height: 60px;
    margin-top: 4%;
}
.tell-section .common-btn{
  margin: 5% auto 0;
}
/*End Tell Section*/
/*Start Slider Section*/
#slider{
  overflow: hidden;
}
ul.slider{
  max-width: 100%;
}
#slider .pd-lr-all{
  padding-left: 4%;
  padding-right: 4%;
}
.slider-title-en {
    margin-top: 3%;
    margin-bottom: 60px;
    font-size: 20px;
    color: #A7A7A7;
    text-align: center;
}
.post-slide8{
  padding-bottom: 80px;
}
.slide-btn{
  position: absolute;
  bottom: 15px;
  width: 86%;
  left: 8%;
  margin: 0;
  text-align: center;
  padding-top: .1vw;
  font-size: 1.5vw;
}
.slide-btn:hover{
  color: #fff;
  text-decoration: none;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: -40px;
  width: 47px;
  height: 89px;
  cursor: pointer;
  z-index: 10
}
.next-arrow{
  right: -40px;
  width: 47px;
  height: 89px;
}
.common-btn:hover{
  background-color: #349adc;
}
/*End Slider Secton*/
/*Start Support Section*/
.support-section {
    width: 100%;
    background-color: #F3F4F5;
    padding-bottom: 100px;
}
.support-title {
    padding-top: 120px;
    font-size: 32px;
    text-align: center;
}
.support-title-en {
    margin-top: 5%;
    font-size: 20px;
    color: #A7A7A7;
    text-align: center;
}
.support-column {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.support-column-box {
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    flex-grow: 1;
    width: 100%;
}
.support-row {
    width: 32%;
    border: 1px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.support-row-title {
    background-color: #013962;
    background: transparent linear-gradient(80deg, #013962 0%, #008ABE 100%) 0% 0% no-repeat padding-box;
    padding: 20px 10px;
    color: white;
    text-align: center;
    font-size: 22px;
    line-height: 1.7rem;
}
.free-support-row-title {
    display: flex;
    flex-direction: row;
}
.free-support-row-title-left {
    width: 50px;
    font-size: 24px;
    color: white;
    background-color: #003D62;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 12px 0;
}
.free-support-row-title-right {
    width: calc(100% - 50px);
    font-size: 22px;
    color: white;
    background-color: #00569D;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 12px 0;
}
.support-row-content {
    padding: 20px;
    font-size: 15px;
    line-height: 25px
}
/*End Support Section*/

/*Start Free Support Section*/
.free-support-section {
    position:relative;
    width: 100%;
    background-color: white;
}
.free-support-section .common-btn{
  margin: 5% auto 0;
}
/*End Free Support Section*/

/*Start Faq Section*/
.faq-section {
    width: 100%;
    background-color: white;
}
.faq-content-1 {
    background-color: #ECF0F6;
}
.faq-content-question {
    width: 100%;
    display: flex;
    color: #003D62;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.4rem;
}
.faq-content-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0 18px;
}
.question-bt-bg {
    margin-top: 5px;
    background-color: #FFFFFF;
    height: 3px;
}
.question-left {
    font-size: 35px;
    padding-right: 15px;
    padding-left: 15px;
}
.question-right {
    font-size: 18px;
    padding-right: 15px;
}
.faq-content-answer {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 0 5px;
    line-height: 1.4rem;
}
.answer-left {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 35px;
    color: #E23671;
}
.answer-right {
    font-size: 15px;
    color: black;
    padding-right: 15px;
}
.color-ECF0F6 {
    background-color: #ECF0F6;
}
/*End Faq Section*/

/*Start Contact Section*/
.contact-section {
    position: relative;
    background-color: #F3F4F5;
    z-index: 0;
    padding-bottom: 270px;
}
.contact-img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: -10;
}
.contact-img-left{
  width: 30%
}
.contact-img-right{
  width: 30%
}
.contact-img-position {
    position: absolute;
}
.contact-table {
    margin: -9vw auto -15vw;
    max-width: 1200px;
    border: 10px solid #064369;
    background-color: white;
    z-index: 2;
    position: relative;
    z-index: 2;
}
.contact-title {
    font-size: 30px;
    color: #003D62;
    text-align: center;
}
.contact-title-en {
    font-size: 20px;
    color: #A7A7A7;
    text-align: center;
}
.contact-content {
    display: flex;
    padding-left: 20%;
    font-size: 15px;
    line-height: 30px;
}
.contact-content-1 {
    font-size: 20px;
    padding-left: 22%;
}
.table-all-pd {
    padding-left: 15%;
    padding-right: 15%;
}
.table-input-content {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.input-content-text {
    display: flex;
    align-items: center;
    width: 30%;
}
.input-content {
    width: 65%;
    margin-left: 5%;
}
.input-style {
    width: 100%;
    height: 50px;
    background-color: #F3F4F5;
    border: none;
}.contact-separat{
  background: #FFE8E8;
  padding: 15px 30px;
  text-align: center;
  display: block;
  font-size: 15px;
  line-height: 24px;
}
.radio-content {
    display: flex;
    flex-direction: column;
}
.radio-style {
    display: flex;
    flex-direction: row;
}
.label-title {
    width: 30%;
    display: flex;
    align-items: center;
    text-align: right;
    padding-left: 8%;
    min-width: 160px;
}

#attachment{
  margin-left: 5%;
  max-width: 65%;
}

#attachment label {
 /* ボタン部分の見た目（任意） */
 display: inline-block;
 position: relative;
 background: #F4F4F4;
 color:#707070;
 border: solid 1px #707070;
 font-size: 16px;
 padding: 10px 18px;
 border-radius: 4px;
 transition: all 0.3s;
}
#attachment label:hover {
 background: #D4D4D4;
 transition: all 0.4s;
}
#attachment label input {
 /* 今回のポイント */
 position: absolute;
 left:0;
 top:0;
 opacity: 0;
 width: 100%;
 height: 100%;
}
#attachment .filename {
 font-size: 14px;
 line-height: 20px;
 margin:10px 0 0 10px;
 display: block;
}

.radio-btn {
    width: 20%;
}
.radio-style {
    width: 100%;
    height: 30px;
}
.textarea-style {
    width: 100%;
    height: 80px;
    line-height: 1.5;
    padding-left: 20px;
    padding-top: 10px;
    background-color: #F3F4F5;
    border: none;
}
.textarea-bt {
    width: 100%;
    height: 110px;
    font-size: 12px;
    color: #848D92;
    padding: 7px;
    border: solid 1px #909192;
    overflow: auto;
}
.check-end {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.check-box {
    width: 30px;
}
.check-text {
    font-size: 16px;
}
.sectin-end {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
}
.form-btn {
    width: 50%;
    display: block;
    flex-direction: inherit;
}
.check-end{
  margin: 30px 0 40px;}
.praivacy-check {
  margin-top: -2px;
}
/*End Contact Section*/

/*Start Footer Part*/
.footer-part {
    background-color: #003D62;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
}
.footer-style {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.footer-text {
    color: white;
    font-size: 14px;
    line-height: 1.7rem;
}
.footer-text img{
  margin-bottom: 8px;
}
.footer-icon{
  display: none;
}
.footer-icon img{
  padding: 0 8px;
}
/*End Footer Part*/

@media (max-width: 1280px) {
  .nav-item{
    padding-right: 7px;
    padding-left: 7px;
    font-size: 14.5px
  }
    .top-title-sm {
        font-size: 20px;
    }
    .top-title-bt {
        font-size: 14px;
    }
    .pd-tb-70 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .common-btn-text {
        font-size: 16px;
    }
    /*Start Tell Section*/
    .ts-text-content {
        font-size: 25px;
    }
    /*End Tell Section*/
    /*Start Support Section*/
    .support-title {
        padding-top: 12%;
        font-size: 26px;
    }
    .support-title-en {
        font-size: 18px;
    }
    .pd-to-80 {
        padding-top: 50px;
    }
    .support-row-title {
        font-size: 18px;
    }
    .support-row-content {
        font-size: 14px;
    }
    /*End Support Section*/

    /*Start Free Support Section*/
    .free-support-row-title-right {
        font-size: 17px;
    }
    /*End Free Support Section*/

    .reason-bw-rt-sm{
      font-size: 20px;
    }

    /*Start Contact Section*/
    .contact-title {
        font-size: 25px;
    }
    /*End Contact Section*/
}
@media (max-width: 1024px){
    .pd-to-110 {
        padding-top: 60px;
    }
    .pd-to-80 {
        padding-top: 40px;
    }
    .common-btn{
      font-size: 1.7vw;
    }
    /*Start Top Section*/
    .top-title-sm {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .top-title-lg{
      margin-bottom: 10px;
    }
    .top-title-bt {
        font-size: 13px;
        margin-top: 15px;
    }
    .pd-bm-40 {
        padding-bottom: 25px;
    }
    /*End Top Section*/

    /*Start Adversiting Section*/
    .ad-title {
        font-size: 25px;
    }
    .ad-content-left {
        font-size: 15px;
        line-height: 27px;
        width: 49%;
    }
    /*End Adversiting Section*/

    /*Start Join Section*/
    .join-right-title {
        font-size: 30px;
    }
    .join-right-green {
        font-size: 40px;
    }
    .join-right-content {
        font-size: 20px;
    }
    /*End Join Section*/

    /*Start Reason Section 1*/
    .reason-bw-rt-title {
        font-size: 25px;
        line-height: 2rem;
        margin-bottom: 0;
    }
    .reason-bw-rt-sm {
        font-size: 18px;
    }
    .reason-bw-rt-text {
        font-size: 15px;
        line-height: 1.8rem;
    }
    /*End Reason Section 1*/

    /*Start Support Section*/
    .support-row-title {
        font-size: 16px;
    }
    .support-row-content {
        font-size: 12px;
    }
    /*End Support Section*/
    .ts-text-content h2{
      line-height: 4.5vw;
    }
    .support-row-content{
      line-height:21px;
      padding:13px;
    }

    /*Start Free Support Section*/
    .free-support-row-title-right {
        font-size: 15px;
    }
    /*End Free Support Section*/
    /*Start Contact Section*/
    .contact-content {
        display: flex;
        justify-content: center;
        padding: 0%;
    }
    .contact-content-1 {
        display: flex;
        justify-content: center;
        padding: 0%;
        font-size: 18px;
    }
    /*End Contact Section*/
}
@media (max-width: 980px) {
    .pd-lr-all {
        padding-right: 50px;
        padding-left: 50px;
    }
    .pd-bm-20 {
        padding-bottom: 10px;
    }
    .pd-bm-40 {
        padding-bottom: 15px;
    }
    .common-btn{
      font-size: 2vw;
    }
    .join-right-title {
        font-size: 25px;
    }
    .support-row-title {
        font-size: 1.8vw;
    }
    .slider-footer-content{
      font-size: 2.2vw;
      line-height: 3.5vw;
    }
    .reason-bw-rt-title h3{
      line-height: 4.5vw
    }
    .table-all-pd{
      padding-left: 8%;
      padding-right: 8%;
    }
    .slide-btn{
      font-size: 1.7vw;
    }
}
@media (max-width: 900px) {
    #navbar{
        padding-left: 20px;
    }
    #navbar img{
        width: 20vw;
    }
    .slide-btn{
        width: 90%;
        left: 5%;
        font-size: 2.1vw;
    }
    .top-btn {
    height: 60px;
    }
    .table-all-pd{
    padding-left: 4%;
    padding-right: 4%;
    }
    .ad-bg-title{
      font-size: 2.8vw;
      padding: 14px 135px
    }
    .ad-content{
      padding-left:5%;
    }
    .ad-content-left .top-btn{
      margin-top: 15px;
    }
    .join-right{
      padding-left: 1.2vw;
    }
    .reason-content-bw-left{
      padding: 4% 1% 4% 4%;
    }
    .reason-content-bw-left:nth-child(2){
      padding: 4% 4% 4% 1%;
    }
    .support-section .pd-lr-all{
      padding-right: 30px;
      padding-left: 30px;
    }
    .reason-content-bw-right{
      padding-right: 5%;
    }
    .reason-content-bw-right-2{
      padding-left: 5%;
    }
}

@media (max-width: 767px) {
.question-btn {
    margin-top: 50px;
    background-color: #F88600;
    border-radius: 10px;
    border: none;
    padding: 21px 50px 18px 50px;
}
.nav-flex-style {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
}
.font-18 {
    font-size: 18px;
}
.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left{
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #00000080;
    border-left: 2px solid #00000080;
}
.arrow-right,
.long-arrow-right{
    transform: rotate(135deg);
}

.offcanvas-header{ display:block; }
.navbar-collapse {
    margin-top: 65px;
    position: fixed;
    top:0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: white;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
}
.navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
}
.pc-access {
    display: none;
}
.mobile-access{
display: block;
}
.mobile-left{
display: flex;
}
.sp-contact-btn{
  padding-top: 0;
}
/*Start Top Section*/
.top-title-sm {
    font-size: 15px;
}
.top-title-lg {
    font-size: 20px;
}
.common-btn-text {
    font-size: 14px;
}
.pd-bm-20 {
    padding-bottom: 5px;
}
.pd-bm-40 {
    padding-bottom: 10px;
}
.pd-tb-70 {
    padding-top: 30px;
    padding-bottom: 30px;
}
/*End Top Section*/

/*Start Adversiting Section*/
.ad-title {
    font-size: 20px;
}
.ad-content-left {
    font-size: 13px;
    line-height: 20px;
}
.ts-text-content h2{
  line-height: 6vw;
}.support-section .pd-lr-all{
  padding-right: 30px;
  padding-left: 30px;
}
/*End Adversiting Section*/
/**/
}
@media (max-width: 580px) {
  .sp-br{
    display: block;
  }
  .pc-br{
      display: none;
    }
    .slide-btn {
        font-size: 4vw;
    }
    #navbar{
      padding-left: 10px;
      height: 65px
    }
    #navbar img{
      width: 40vw;
      margin-top: 1.3vw;
    }
    .nav-item{
      height: 65px!important;
    }
    .mobile-left .nav-link{
      text-align: center;
      font-size: 3.4vw;
      width: 33vw;
      padding: 2vw 3% 1vw;
    }
    .navbar-toggler{
      padding: 1rem .75rem;
    }
    .navbar-nav{
      padding-top: 20px;
    }
    .arrow-right, .arrow-left, .long-arrow-right, .long-arrow-left{
      width: 10px;
      height: 10px;
    }
    .top-part-1,.top-part-2{
      height: 70vw;
      overflow: hidden;
    }
    .top-part-center{
      padding-left: 20px!important;
      margin-top: -20px;
    }
    .pc-show-version {
        display: block;
    }
    .mobile-show-version {
        display: none;
    }
    .free-support-row-title-right{
      font-size: 5vw;
    }

    .pd-to-50 {
        padding-top: 0px;
    }
    /*Start Top Section*/
    .pc-show-version {
        display: none;
    }
    .mobile-show-version {
        display: block;
    }
    .top-mt{
      position: relative;
    }
    .top-part {
        flex-direction: column;
    }
    .top-part-1 {
        width: 100%;
    }
    .top-part-2 {
        width: 100%;
    }
    .mobile-btn {
      position: absolute;
        left: 5%;
        bottom: 10%;
        width: 90%;
    }
    .mobile-btn .top-btn{
      width: 100%;
      font-size: 5vw;
    }
    .pd-tb-70 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .top-title-sm {
        font-size: 13px;
    }
    .top-title-lg {
        font-size: 6.5vw;
        line-height: 10.5vw;
        font-weight: bold;
        padding-bottom: 0!important;
    }
    .top-title-bt {
      font-size: 4.4vw;
      line-height: 6vw;
    }
    .pd-bm-20 {
        padding-bottom: 10px;
    }
    .pd-bm-40 {
        padding-bottom: 20px;
    }
    .common-btn-text {
        text-align: center;
    }
    .top-btn {
        width: 100%;
        margin-top: -40px;
        height: 60px;
    }
    .common-btn{
      font-size: 4vw;
    }
    /*End Top Section*/

    /*Start Adversiting Section*/
    .ad-content {
        flex-direction:column-reverse;

    }
    .ad-content-left {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        font-size: 4.2vw;
        line-height: 7.5vw;
    }
    .ad-content-left .top-btn{
      width: 100%;
      margin-top: 15px;
      font-size: 5vw;
    }
    .ad-content-right {
        padding-left: 0px;
        width: 100%;
    }
    .pd-to-110 {
        padding-top: 20px;
    }
    .ad-title-wd {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 5vw;
    }
    .ad-title-wd h2{
      line-height: 7.5vw;
    }
    .ad-title-wd br{
      display: none;
    }
    .ad-bg-title {
      font-size: 25px;
      text-align: center;
      margin-top: -15px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .ad-bg-title p{
      font-size: 5vw;
      line-height: 9vw;
    }
    .ad-bg-title br{
      display: none;
    }
    .ad-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*End Adversiting Section*/

    /*Start Join Section*/
    .join-content {
        flex-direction: column;
    }
    .join-right-title {
        padding-left: 0%;
        padding-top: 10%;
        font-size: 40px;
        text-align: center;
    }
    .join-right-title h2{
      font-size: 5.8vw;
      text-align: left;;
    }
    .join-right-title h2 br{
      display:none;
    }
    .join-right-content {
        font-size: 22px;
        padding-bottom: 7%;
        padding-left: 5px;
    }
    .join-right-content img{
      height: 21px;
    }
    .join-right-content p{
      margin-bottom: 10px;
      line-height: 9vw;
      margin-left: 9vw;
      text-indent: -9vw;
    }
    .join-right-content p img{
      margin-right: 19px;
      margin-top:0;
      vertical-align: baseline;
    }
    .join-left{
      width: 100%;
      height: calc(100vw * .9);
    }
    .join-right{
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 40px;
    }
    /*End Join Section*/

    /*Start Reason Section 1*/
    .reason-header-mobile {
        display: block;
    }
    .reason-header {
        flex-direction: column;
    }
    .reason-header-right {
        display: none;
    }
    .reason-header-left {
        width: 100%;
    }
    .mobile-reason-content-title {
        font-size: 25px;
        margin-top: 0;
        display: block;
        color: #004172;
        text-align: center;
    }
    .mobile-reason-content-title h3{
      line-height: 2.2rem;
      font-weight: bold;
    }
    .mobile-reason-content-title-sm {
        font-variant-position: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
        color: #004172;;
    }
    .reason-content {
        flex-direction: column;
    }
    .reason-content-2 {
        flex-direction: column-reverse;
    }
    .reason-content-left {
        width: 100%;
        flex-direction: column;
        padding: 0 20px 20px;
    }
    .pc-reason-content-left {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        padding: 0 15px 20px;
    }
    .reason-content-left-bw {
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 15px;
    }
    .reason-content-left img{
      height: 10vw;
      width: auto;
      margin-top: -2.5vw;
    }
    .number-img {
        width: 50%;
    }
    .reason-content-right {
        flex-direction: column;
        width: 100%;
    }
    .reason-content-right-2 {
        flex-direction: column-reverse;
        width: 100%;
    }
    .reason-content-bw-left {
        width: 100%;
        padding: 10% 10% 0;
    }
    .reason-content-bw-left:nth-child(2){
      padding: 10% 10% 0;
    }
    .reason-content-bw-right {
        width: 100%;
        padding: 5% 5% 10%;
    }
    .reason-bw-rt-title {
        display: none;
    }
    .reason-bw-rt-sm {
        display: none;
    }
    .reason-bw-rt-text {
        font-size: 16px;
    }
    /*End Reason Section 1*/
    /*Start Reason Seciton 2*/
    .reason-content-bw-right-2 {
        width: 100%;
        padding: 5%;
    }
    /*End Reason Section 2*/

    /*Start Tell Section*/
    .tell-section-img{
    padding: 60px 0 0;
    }
    .tell-section img{
      height: 100%
    }
    .ts-text-content {
        padding: 0 5%;
    }
    .tell-btn {
        width: 90%;
        height: 50px;
    }
    .ts-text-content h2{
      font-size: 4.8vw;
      line-height: 10vw;
      text-align: left;
    }
    .tell-section-text .common-btn{
      width: 90%!important;
    }
    .support-title{
      padding-top: 60px;
      margin-bottom: 25px;
    }
    .slider-title-en{
      margin-bottom: 40px;
    }
    /*End Tell Section*/
    .prev-arrow{
      left: -20px;
    }
    .next-arrow{
      right: -20px;
    }

    /*Start Support Section*/
    .support-column-box {
        flex-direction: column;
    }
    .support-row {
        margin-top: 20px;
        width: 100%;
    }
    .support-section .pd-lr-all {
        padding: 5% 4%;
    }
    .support-row-title {
        font-size: 20px;
    }
    .support-row-content {
        font-size: 15px;
    }
    .support-column{
      padding-top: 25px!important;
    }
    #support-section .pd-lr-all {
        padding: 5% 4%;
    }
    /*End Support Section*/
    #faq-section .pd-lr-all {
        padding: 5% 4%;
    }
    #faq-section .support-title-en{
      margin-bottom: 30px;
    }

    /*Start Contact Section*/
    .mt-30 {
        margin-top: 10px;
    }
    .mt-50 {
        margin-top: 10px;
    }
    .mt-100 {
        margin-top: 30px;
    }
    .contact-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .contact-title-en{
      margin-bottom: 30px;
    }
    .contact-content {
        padding-left: 4%;
        padding-right: 4%;
        margin-bottom:30px;
        font-size: 13px;
        line-height: 25px;
    }
    .contact-content-1 {
        padding-left: 5%;
        padding-right: 5%;
    }
    .contact-table {
        border: 2px solid #064369;
    }
    .table-input-content {
        flex-direction: column;
        font-size: 13px;
    }
    .table-all-pd {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .hissu-title{
        font-size: 12px;
      margin-bottom: 20px;
    }
    .input-content {
        width: 100%;
        margin-left:0;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .input-content-text {
        width: 100%;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .checkbox-text {
        font-size: 13px;
    }
    .contact-separat{
      padding: 12px 10px;
      margin-bottom: 20px;
      text-align: left;
    }
    .attachment-label {
        font-size: 12px;
    }
    #attachment{
      margin-left:0;
      margin-bottom: 13px;
      max-width: 95%;
    }
    #attachment label {
        font-size: 12px;
    }
    .form-btn{
      margin-top: 20px;
      width: 100%;
      font-size: 4vw;
    }
    .contact-section{
      padding-bottom:135px;
    }
    .contact-section .pd-lr-all{
      padding: 5% 4%;
    }
    .sectin-end{
      padding-bottom: 50px;
    }
    .check-end{
      margin: 30px 0 20px;}
    .praivacy-check {
      margin-top: -2px;
    }
    /*End Contact Section*/

    /*Start Footer Section*/
    .footer-style {
        display: flex;
        flex-direction: column;
    }
    .footer-icon {
        display: flex;
        display: none;
        /*使用するときはdisplay: none;を削除*/
        margin-top: 30px;
        justify-content: center;
    }
    /*End Footer Section*/
    /**************************************************************************************
    ADD NEW FIXED BOTTOM BUTTON
    ***************************************************************************************/
    .fixed-top-button {
        display: none;
        position: fixed;
        width: 100%;
        height: 110px;
        background-color: #00000099;
        z-index: 1000;
        bottom: 0;
    }
    .fixed-header {
        display: flex;
        flex-direction: row;
    }
    .fixed-header-text {
        width: 100%;
        margin-top: 10px;
        color: white;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
    }
    .fixed-close-btn {
        width: 10%;
        margin-top: 10px;
        display: flex;
        justify-content:stretch;
    }
    .close {
        color: white;
    }
    .close-bg {
        background-color: red;
    }
    .fixed-button {
        display: flex;
        justify-content: center;
        color: white;
        text-align: center;
        margin-top: 5px;
    }
    .fixed-btn-style {
        width: 80%;
        padding: 15px;
        background-color: #0A87D8;
        border-radius: 20px;
        color: white;
    }
    .fixed-bg {
        height: 109px;
        width: 100%;
        background-color: white;
    }
    /**************************************************************************************
    END ADD NEW FIXED BOTTOM BUTTON
    ***************************************************************************************/
    p {
        font-size: 13px;
    }
    .question-right {
        font-size: 16px;
    }
    .answer-right {
        font-size: 13px;
    }
    .ft-16 {
        font-size: 18px;
    }
    .question-left {
        font-size: 25px;
    }
    .question-right {
        font-size: 13px;
    }
    .answer-left {
        font-size: 25px;
    }
    .label-title {
        font-size: 12px;
    }
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, 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, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
        font-size: 90%;
    }
    .footer-part {
        padding-bottom: 120px;
    }
}

/*Start Mouse click Effect*/

/*End Mouse click Effect*/
