@charset "utf-8";
a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,summary,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box
}

body,html {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1;
    font-weight: 500;
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif
}

body>iframe,body>img {
    display: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

nav ul,ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

input,select {
    vertical-align: middle;
  -webkit-appearance: button;
}

img {
    display: block;
    width: 100%;
    vertical-align: bottom
}
svg {
  fill: currentColor;
}
a{color: currentColor;}

body>iframe,body>img {
    display: none
}

#noscript {
    display: table;
    margin: 0 auto;
    padding: 20px 10px;
    color: red;
    font-size: 16px;
    line-height: 1.2
}
.txt_link{
    text-decoration: none;
    position: relative;
    padding-left: 1.3rem;
    color: #1565c0;
}
.txt_link:hover{color: #f00;}

.txt_link:after{
    content:"";
    position:absolute;
    left: 0;
    bottom: 30%;
    width: 7px;
    height: 7px;
    border-top: 3px solid #004066;
    border-right: 3px solid #004066;
    transform: rotate(45deg);
}
.clearfix:after{
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
}
.clearfix {
  display:block;
  zoom: 1;
}
#header {
    width: 100%;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: 12vw;
    margin: 0 auto;
    padding: 0 2.67vw
}

.header_h1 {
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 1.25;
    text-align: right
}

.header_logo {
    width: 32vw;
}

#mv {  padding: 0 0 1px;}

.section_title{
    padding: 3rem 1rem 2rem;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.267;
    text-align: center;
}
.titleBalloon {
    display: table;
    margin: 0 auto 2vw;
    font-size: 1.2rem;
}
.section_txt{
   line-height: 1.6;
   margin: 0 1rem 1.5rem;
   text-align: center;
}
#kaikae {
    overflow: hidden;
}
#Support{
    background:#f0f8ff;
}
.kaikae_block01 {
    margin: 0 1rem 1rem;
    padding: 0;
    border-radius: .53vw;
    overflow: hidden;
}
.Support_block01{padding: 1rem 0;}
.Support_block01 h4{ margin: 0.8rem 0;}
.Support_block01 dl{background: #fff;padding: 1rem;box-sizing: border-box;margin: 0 1rem 1rem;line-height: 1.6;}
.Support_block01 dl dt{
    height: 150px;
    overflow: hidden;
    position: relative;
}
.Support_block01 dl dt img{width: 100%;display: block;position: absolute;top: -16%;}
.Support_block01 dl dd span{display: block;margin: 8px 0;}
.Support_block01 dl dd .txt_link {float: right;margin-top: 0.5rem;}

.Support_block01 ._3D_demo{
		margin: 0 auto;
		width: 100%;
}
.Support_block01 ._3D_demo video{
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.Support_block01 .Youtube_demo{
	width: 100%;
	margin: 0 auto;
}
.Support_block01 .Youtube_demo iframe{
   width: 100%;
   height: 100%;
}
.satei_block01 .bottom_txt{
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    border: 2px solid #004066;
    padding: 1rem 0.5rem;
    margin: 0 1rem 0;
    line-height: 1.3;
}
.satei_block01 .arrow_block{
    background: url(../img/ico_arrow_sp.png) no-repeat center 0;
    background-size: 100% 100%;
    text-align: center;
    margin: 1rem 1rem;
    font-weight: bold;
    padding: 1rem 0;
}
.satei_block01 .arrow_block .txt02{
    margin: 1.5rem 0 1rem;
    position:relative;
    padding-left: 1.8rem;
    display: inline-block;
}
.satei_block01 .arrow_block .txt02 span{width: 60px;display: block;position: absolute;top: -130%;left: -12%;}
.satei_block01 .arrow_block .txt02 span img{width:100%;}

.Proposition__questions {
    padding-bottom: 12vw;
    margin-bottom: 2vw;
    background-color: #e4e4e4;
}
.Proposition__questionsBaloons {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.Proposition__questionsBaloons .inr{ width: 48%;}
.Proposition__questionsBaloons .inr._center{
    width: 76%;
    margin: 0 auto;
}

.Proposition__questionsBaloons .Baloons {
    font-size: 0.8rem;
    line-height: 1.7;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5em 1em;
    margin-bottom: 1.5em;
    text-align: center;
    background-color: #f0f8ff;
    border-radius: 1.5em;
}
.Proposition__questionsBaloons .Baloons::after {
    position: absolute;
    top: 100%;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    content: "";
    border-color: #f0f8ff transparent transparent transparent;
    border-style: solid;
}
@media (max-width: 767px) {
    .Proposition__questionsBaloons .Baloons:first-child {
        margin-right: auto;
        margin-left: auto;
}
}
.Proposition__questionsBaloons .Baloons:first-child::after {
    border-width: 8px 6px 0 6px;
}
.Proposition__questionsBaloons .Baloons:nth-child(2)::after {
    border-width: 8px 0 0 12px;
}
.Proposition__questionsBaloons .Baloons:last-child::after {
    border-width: 8px 12px 0 0;
}

@media (max-width: 767px) {
    .Proposition__questionsBaloons.-noArrow .Baloons:first-child {
        width: 47.5%
}
}
.Proposition__questionsBaloons.-noArrow .Baloons::after {
    content: none;
}
.Proposition__questionsIcon {
    width: 3rem;
    margin: 0 1rem 0 auto;
}
.Proposition__questionsIcon img {
    display: block;
    width: 100%;
    height: auto;
}
.lst__note {
    list-style: none;
    counter-reset: note;
    color: #303030;
    padding: 10px 10px;
    margin: 1rem auto 2rem;
    max-width: 1000px;
}

.lst__note li {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.3;
    counter-increment: note;
    padding-left: 14px;
    padding-left: 1rem;
    text-indent: -14px;
    text-indent: -1rem;
}
.lst__note_ttl {
    margin: 0 0 10px;
    font-size: 0.9rem;
    font-weight: bold;
}
.lst__note_ttl02 {
    margin: 10px 0 5px;
    font-size: 0.9rem;
    font-weight: bold;
}
.lst__note li a{  color:#1565c0;}
.lst__note li a:hover{text-decoration:none;}

.LinkButton {
    /* NOTE: blue background button */
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #004066;
    border: 1px solid #004066;
    transition-duration: 400ms;
    transition-property: color, background-color;
    font-size: 4.3vw;
    position: relative;
    display: block;
    width: 74.62%;
    margin: 30px auto 0;
    line-height: 1.3;
    padding: 20px 10px;
}


a:hover .LinkButton,
    a:focus .LinkButton {
        color: #004066;
        color: var(--color-blue);
        background-color: #fff;
        opacity: 1;
    }

.LinkButton svg {
        position: absolute;
        top: 50%;
        right: 5%;
        z-index: 1;
        width: 0.4em;
        transform: rotate(0) translateY(-50%);
        transform-origin: top left;
    }

.footer_logo {
    width: 60.13vw;
    margin: 0 auto 6.67vw
}

#page_top {
    display: none;
    position: fixed;
    bottom: 2.67vw;
    right: 2.67vw;
    z-index: 9999;
    width: 15.47vw
}

#page_top a {
    display: block
}

#page_top a:hover {
    opacity: .8
}

#footer {
    padding: 5.33vw 0 21.33vw;
    background-color: #a1a0a0
}

.footer_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2vw
}

.footer_flex li {
    padding: 0 2vw;
    border-right: 1px solid #fff
}

.footer_flex li:last-child {
    border: none
}

.footer_flex li a {
    color: #fff;
    font-weight: 700;
    font-size: 2.67vw;
    text-decoration: none
}

.footer_flex li a:hover {
    text-decoration: underline
}

.copyright {
    color: #fff;
    font-size: 2.67vw;
    text-align: center
}

.blk__select-field {
    margin: 0 auto 0;
    overflow: hidden;
}

.form_title {
    background-color: #b50000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
}
.form_title span{
    color: #b50000;
    padding: 0.2rem 0.5rem;
    margin-bottom: 8px;
    background: #fff;
    display: inline-block;
}
.form_field {
    padding: 4.67vw 5.0666vw 4vw;
    background-color: #ffed9f;
}

.form_field li {
    position: relative;
    width: 80vw;
    height: 10.6666vw;
    margin: 0 0 4.2666vw;
    padding: .4vw;
    background: #fff;
}

.form_field li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    width: 2vw;
    height: 2vw;
    border-bottom: .4vw solid #000;
    border-left: .4vw solid #000;
    transform: rotate(-45deg) translate(50%,-50%)
}

.form_field li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -9.67vw;
    width: 7.5vw;
    height: 7.5vw;
    background-image: url(../img/cv_check_off.png),url(../img/cv_check_on.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center center,center center;
    background-size: 100% 100%,0 0;
    transform: translate(0,-50%);
}

.form_field li.is-success:after {
    background-image: url(../img/cv_check_on.png),url(../img/cv_check_off.png)
}

.form_field li:not(.is-disabled):not(.is-success) {
    background: #a77d09;
    -ms-animation-name: pulse;
    -ms-animation-duration: .6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-direction: alternate;
    -ms-animation-delay: 0s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0s;
    -moz-animation-name: pulse;
    -moz-animation-duration: .6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-direction: alternate;
    -moz-animation-delay: 0s
}

.form_field li select {
    width: 100%;
    height: 100%;
    padding: 0 3.3333vw;
    background: #fff;
    border: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 4.27vw;
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer
}

select::-ms-value {
    background: 0 0;
    color: #000
}

::-ms-expand {
    display: none
}

.form_field select[disabled] {
    cursor: not-allowed
}

.form_field li option {
    font-weight: 500
}

.__assessment {
    position: relative;
    margin: 10vw 0 0;
}

.__assessment:before {
    content: "";
    position: absolute;
    top: -6.67vw;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 4vw solid #e3c750;
    border-left: 6.67vw solid rgba(255,255,255,0);
    border-right: 6.67vw solid rgba(255,255,255,0);
    transform: translate(-50%,0);
}

.btn__assessment {
    display: block;
    width: 78.6666vw;
    height: 14vw;
    margin: 0 auto;
    padding: 0;
    background: #d00000;
    text-align: center;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 5.2vw;
    opacity: 1;
}
.btn__assessment:hover{  background: #ff2e2e;}

.btn__assessment:disabled {background: #929292;}

.btn__assessment:disabled:hover{ cursor: not-allowed}

#selectTemplate {
    display: none
}

@-ms-keyframes pulse {
    0% {
        background: #b41d12
    }

    100% {
        background: #c59f39
    }
}

@-webkit-keyframes pulse {
    0% {
        background: #b41d12
    }

    100% {
        background: #c59f39
    }
}

@-moz-keyframes pulse {
    0% {
        background: #b41d12
    }

    100% {
        background: #c59f39
    }
}


@media (max-width: 750px) {
    .el_pc {
        display:none
    }
}

@media (min-width: 751px) {
    .el_sp {
        display:none
    }

    .header_wrapper {
        width: 95.24vw;
        height: 6.48vw;
        margin: 0 auto;
        padding: 0
    }

    .header_h1 {
        font-size: 1.81vw
    }

    .header_logo {
        width: 17vw;
    }

    #mv {
      max-width: 1000px;
      margin: 0 auto;
    }
     #mv table th{
       width: 25%;
   }
   .section_title{
        font-size: 1.75rem;
        line-height: 1.1;
   }
    .titleBalloon {
        margin: 0 auto 1.86vw;
        font-size: 1.4rem;
    }
    .kaikae_block01{
        width: auto;
        margin: 0 auto 4vw;
    }
    .Proposition__inner {
       padding: 60px 40px 80px
   }

    .Proposition__questions {
        padding-bottom: 0;
        margin-bottom: 20px
     }
      .Proposition__questionsBaloons {
          justify-content: center;
          width: 100%;
          margin: 0 auto
     }
     .Proposition__questionsBaloons .inr,
     .Proposition__questionsBaloons .inr._center{width: 32%;}
     
     .Proposition__questionsBaloons .Baloons {
         font-size: 1rem;
         line-height: 1.85714;
     }
      .Proposition__questionsBaloons .Baloons {
        width: 86%;
        margin: 0 auto 1rem;
    }
     .Proposition__questionsBaloons .Baloons:first-child::after {
        right: 15%;
        left: auto;
        border-width: 12px 0 0 20px
      }
      .Proposition__questionsBaloons .Baloons:nth-child(2)::after {
        left: calc(50% - 10px);
         border-width: 12px 10px 0 10px
      }
     .Proposition__questionsBaloons .Baloons:last-child::after {
        left: 15%;
        border-width: 12px 20px 0 0
      }
      .Proposition__questionsIcon {
        width: 64px;
      }
    .Support_block01{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 1rem 0;
    }
    .Support_block01 dl{
        width: 49%;
        margin: 0 0 1rem;
        line-height: 1.8;
    }
    .Support_block01 dl:nth-of-type(1){width: 100%;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap: wrap;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;align-items: center;}
    .Support_block01 dl:nth-of-type(1) dt{height: 200px;width: 50%;}
    .Support_block01 dl:nth-of-type(1) dd{width: 47%;}
    .Support_block01 dl dt img{ position: static;}
    
    .satei_block01 .bottom_txt{font-size: 1.3rem;}
    .satei_block01 .arrow_block .txt01{font-size: 1.4rem;}
    .satei_block01 .arrow_block .txt02{font-size: 1.3rem;}
    .satei_block01 .arrow_block .txt02 span{ top: -56%;}
    
     .LinkButton:hover {
            color: #004066;
            background-color: #fff;
        }
    .LinkButton {
        font-size: 0.9rem;
    }
    .LinkButton {
        max-width: 400px;
        width: 100%;
        padding: 1.7rem 2rem 1.7rem 1rem;
        margin-top: 30px;
        line-height: 1.71;
        font-size: 1rem;
    }

    .lst__note li{font-size: 1rem;line-height: 1.4;}

    .footer_logo {
        width: 28.67vw;
        margin: 0 auto 4.29vw;
        padding: 1.9vw 0 0
    }

    #page_top {
        width: 6.67vw
    }

    #footer {
        padding: 2.86vw 0
    }

    .footer_flex {
        margin: 0 0 1.9vw
    }

    .footer_flex li {
        padding: 0 2.86vw
    }

    .footer_flex li a {
        font-size: 1.33vw
    }

    .copyright {
        font-size: 1.14vw
    }

    .form_title{
        font-size: 3vw;
    }
    .form_title span{
        font-size: 1.2rem;
        margin-right: 10px;
    }
    .form_field {
        padding: 1.9vw 0;
        display: -webkit-box;/*--- Androidブラウザ用 ---*/
        display: -ms-flexbox;/*--- IE10 ---*/
        display: -webkit-flex;/*--- safari（PC）用 ---*/
        display: flex;
        width: 100%;
    }

    .form_field ul {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 75%;
    }

    .form_field li {
        width: 20vw;
        height: 5.71vw;
        margin: 0 5vw 0 .95vw;
        padding: .19vw;
    }

    .form_field li:before {
        right: 1.43vw;
        width: .95vw;
        height: .95vw;
        border-bottom: .29vw solid #000;
        border-left: .29vw solid #000;
        transform: rotate(-45deg) translate(50%,-50%)
    }

    .form_field li:after {
        right: -4.24vw;
        width: 3.5vw;
        height: 3.5vw;
    }

    .form_field li select {
        padding: 0 1.9vw;
        font-size: 1.9vw;
    }

    .__assessment {
        margin: 0;
        position: static;
    }

    .__assessment:before {
        /* top: -3.62vw; */
        /* border-top: 2.38vw solid #87a3bc; */
        /* border-left: 4.29vw solid rgba(255,255,255,0); */
        /* border-right: 4.29vw solid rgba(255,255,255,0) */
        content: none;
    }

    .btn__assessment {
        height: auto;
        font-size: 2.2vw;
        width: auto;
        padding: 10px;
    }

    .btn__assessment:disabled {
    }
}

@media (min-width: 1050px) {

    .header_wrapper {
        width: 1000px;
        height: 68px
    }

    .header_h1 {
        font-size: 19px
    }

    .header_logo {
        width: 153px;
    }

    .mv_title {
        max-width: 1000px;
        margin: 0 auto;
    }
    .mv_text {width: 1000px }

    .section_title{
         margin: 1.5rem auto 2rem;
         font-size: 30px;
     }

    .titleBalloon { margin: 0 auto 10px;}

    .kaikae_block01 {
        max-width: 1000px;
        margin: 0 auto 1rem;
    }

    .Proposition__questionsBaloons .inr{width: 33% !important;}
    
    #kaikae .LinkButton  {
       padding: 10px 0;
       width: 214px;
       margin: 0;
    }
    .LinkButton{ font-size: 1.1rem;}

   .satei_block01 .bottom_txt{
       max-width: 1000px;
       margin: 0 auto;
       font-size: 1.5rem;
     }
   .satei_block01 .arrow_block{
       max-width: 745px;
       margin: 2rem auto;
       padding: 1.4rem 0 2.8rem;
       background: url(../img/ico_arrow_pc.png) no-repeat center 0;
       background-size: 100% 100%;
     }
   .satei_block01 .arrow_block .txt02{font-size: 1.4rem;}
    .satei_block01 .arrow_block .txt02 span{ top: -56%;}
   .satei_block01 .arrow_block .txt02 span{
       top: -70%;
       left: -12%;
    }
    .Support_block01{
       max-width: 1000px;
       margin: 0 auto;
    }
    .Support_block01 h4{
    font-size: 1.25rem;
}
    .Support_block01 dl:nth-of-type(1) dt{
    height: auto;
    width: 47%;
    }
     .Support_block01 dl:nth-of-type(1) dd{ width: 50%;}
     .Support_block01 ._3D_demo{height: 250px;}
     .Support_block01 .Youtube_demo{height: 250px;}

    .footer_logo {
        width: 301px;
        margin: 0 auto 45px;
        padding: 20px 0 0
    }

    #page_top {
        width: 70px
    }

    #footer {
        padding: 30px 0
    }

    .footer_flex {
        margin: 0 0 20px
    }

    .footer_flex li {
        padding: 0 30px
    }

    .footer_flex li a {
        font-size: 14px
    }

    .copyright {
        font-size: 12px
    }
    .form_title{
        font-size: 1.6rem;
        padding: 14px 0 5px;
    }
    .form_title span{
        font-size: 1.5rem;
    }
    .blk__select-field {
        width: 1000px;
        padding: 0 0 4rem;
    }

    .form_field {
        padding: 20px 0
    }

    .form_field li {
        width: 210px;
        height: 50px;
        margin: 0 50px 0 10px;
        padding: 2px;
    }

    .form_field li:before {
        right: 15px;
        width: 10px;
        height: 10px;
        border-bottom: 3px solid #000;
        border-left: 3px solid #000
    }

    .form_field li:after {
        right: -40px;
        width: 35px;
        height: 35px;
    }

    .form_field li select {
        padding: 0 20px;
        font-size: 18px;
    }

    .__assessment {
        /* margin: 50px 0 0; */
        width: 220px;
    }

    .__assessment:before {
    }

    .btn__assessment {
        font-size: 22px;
    }
}
