html {
  overflow-y: scroll;
}
body {
  width: 100%;
  font-size: 1.1rem;
  color: #252525;
  background: #fff;
  font-weight: normal;
  font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
  overflow: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
section .contents_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 20px;
}
.cb {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
h2 {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 80px;
    color: #0F3291;
}

h2 span {
    color: #75CCF3;
    letter-spacing: 0.1rem;
    margin-left: 20px;
    font-weight: 500;
}

h2 .line{
    font-size: 2.5rem;
    color: #B5B5B6;
    font-weight: bold;
    margin: 0 10px;
}
/*header*/
.header{
   position: fixed;
    width: 100%;
    height: 85px;
    z-index: 10;
}

.header ul {
  width: 83%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
}
.header ul li {
  display: inline-block;
  margin: 26px 10px;
}
.header .logo {
    width: 15%;
    max-width: 300px;
    height: 85px;
    float: left;
    margin: 0;
    padding: 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.header .logo img {
  width: 10vw;
}
.pc li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.8vw;
}
.sp {
  display: none;
}
.pc .tel {
  margin-left: 55px;
  position: relative;
  font-weight: 600;
    font-size: 1.2vw;
    color: #fff;
}
.tel::before {
  content: url(../svg/tel_icon.svg);
  width: 17%;
  height: 17%;
  display: block;
  position: absolute;
  left: -35px;
  top: 3px;
}
.sp_tel_mail {
  display: none;
}

.contact_btn_02{
    text-align: center;
    margin: 100px auto 50px;
}

.contact_btn_02 a{
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 150px;
    border-radius: 50px;
    color: #fff;
    background: #083190;
}

.contact_btn_02 a:hover{
        box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
        opacity: 0.95;
}

.contact_btn_02 .b_white{
    background: #083190;
    color: #fff;
}

.contact_btn_02 .b_white:hover{
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
        opacity: 0.95;
}
.nav{
    height: 80px;
}

.pc li .contact_btn:hover{
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
        opacity: 0.95;
}

/*main*/
#main .copy {
  position: relative;
    font-size: 3.6rem;
    font-weight: 600;
    margin: 30px 0;
    color: #fff;
    text-shadow:0 0 10px #272727;
    z-index: 1;
    line-height: 1.2;
}
#main {
  background-position: bottom;
  padding-top: 85px;
  background: url("../img/mv.jpg")no-repeat;
    background-size: cover;
}
#main .copy_text {
  font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    color: #fff;
    text-shadow:0 0 10px #272727;
}


#main .contents_inner {
 max-width: 1280px;
    margin: auto;
    padding: 125px 20px;
}
#main ul{
   padding-left: 0;
    position: relative;
    display: flex;
}

#main ul li{
     list-style: none;
    margin: 20px 20px 30px 0;
    color: #083190;
    font-weight: 600;
    border-top: 2px solid #00b0ec;
    border-bottom: 2px solid #00b0ec;
    padding: 20px 10px;
    font-size: 1.1rem;
    background: #fff;
}
#main .flex{
    display: flex;
}

#main .flex .text{
    width: 100%; 
    margin: auto 0;
}



#main .flex .img img{
    width: 100%;
}
#main ul br{
    display: none;
}
.medal {
  width: 55%;
  display: block;
  margin: 80px auto 0;
}
.pc li .contact_btn {
background: #ffffff;
    color: #0f3291;
    border-radius: 50px;
    padding: 0.5vw 2.2vw;
    font-size: 1vw;
    position: relative;
    top: -1px;
}
footer {
  max-width: 1140px;
  margin: 100px auto 0;
  padding-bottom: 60px;
  text-align: center;
}
.footer_policy {
  margin-bottom: 20px;
}
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 0;
}
#pagetop a {
  padding: 15px 8px;
  background: #083190;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #083190;
}
#pagetop .arrow {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  line-height: 1;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  margin: -6px 10px;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
.footer_policy a {
  text-decoration: none;
  color: #1E2124;
}

/*issue*/

#issue .flex{
    display: flex;
    padding: 0 50px;
    position: relative;
    top: 12px;
}


.title_00{
  background: #0F3291;
  font-size: 2rem;
color: #fff;
    font-weight: 600; 
    text-align: center;
     padding: 15px;
        margin-top: 0;
}

.issue_list{
    width: 80%;
    margin: -20px auto 20px
    
}


.title_01{
    width: 97%;
    text-align: center;
    margin: 0;
}

.title_01 img{
    width: 100%;
}

#issue ul{

}

#issue ul li{
   list-style: none;
    color: #0F3291;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 10px 18px ;
    display: inline-block;
}

#issue ul li::before{
   content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../svg/cr_check.svg");
  background-size: contain;
  vertical-align: middle;
    margin-right: 10px;
}

#issue ul span{
    color: #00b0ec;
}

.balloon4 {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 20px 45px;
  background: #efefef;
  border-radius: 20px;
}

.balloon4:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #efefef;
  border-radius: 50%;
}

.balloon4:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #efefef;
  border-radius: 50%;
}
.balloon4 p {
  margin: 0; 
  padding: 0;
}

.issue_img{
    width: 20%;
}

.issue_img img{
    width: 80%;
}
.issue_text{
    font-size: 1.3rem; 
    font-weight: 600; 
    color: #0F3291;
}

.issue_text span{
    color: #00b0ec;
}
/*strong*/

#strong{
    background: linear-gradient(#fff, #E4F4FD);
}

#strong .point li{
    list-style: none;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #0F3291;
    font-weight: 600;
}

#strong .point li span{
    color: #00b0ec;
    font-size: 2rem;
    margin-right: 20px;
    position: relative;
    top: 3px;
}
#strong .flex{
    display: flex;
    margin: 40px 0;
    padding: 0 50px;
}

#strong .flex .point{
    width: 50%;
    padding: 0;
}

#strong h3{
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    background: #0f3291;
    padding: 5px;
}

/*COMPANY*/
#company .contact_btn_02 {
  position: absolute;
  bottom: 12%;
  margin: auto;
  left: 0;
  right: 0;
}
.company_dl {
  position: absolute;
  right: 0;
  width: 50%;
}
.company_dl dl {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  width: 70%;
}
.company_dl dt {
  width: 15%;
  float: left;
  font-weight: 600;
}
.company_dl dd {
  width: 70%;
  margin-left: 15%;
}
#company {
  /* background: url("../img/food_bg.png")no-repeat;*/
  background-size: cover;
  height: 935px;
  position: relative;
  padding-bottom: 70px;
}
.company_img {
  width: 40%;
  position: relative;
  z-index: 2;
}
.company_img img {
  width: 100%;
  position: absolute;
  top: 50px;
}
/*CASE*/
#case {
}
.case_dl {
  margin-bottom: 25px;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
}
.case_dl .dl_01 {
  width: 40%;
    display: block;
    float: left;
    margin: 5px 0;
    text-align: center;
}
.case_dl .dl_01 .main_dt {
  background: #083190;
  color: #fff;
  font-weight: 600;
    float: left;
    padding: 10px;
}

.case_dl .dl_01 .main_dt_buy {
  background: #00b0ec;
  color: #fff;
  font-weight: 600;
    float: left;
    padding: 10px;
}

.case_dl .dl_01 .sub_dt {
  background: #CECECE;
}
.case_dl .dl_01 .sell {
    text-align: left;
    margin-left: 90px;
    padding: 10px;
    background: #e4e3f2;
    font-weight: 600;
    border-left: 2px solid #083190;
        margin-bottom: 10px;
}

.case_dl .dl_01 .buy {
    text-align: left;
    margin-left: 90px;
    padding: 10px;
    background: #ebf7fd;
    font-weight: 600;
    border-left: 2px solid #00b0ec;
    margin-bottom: 10px;
}

.case_dl .dl_01 dd {
    text-align: left;
    margin-left: 90px;
    padding: 10px;
    font-weight: 600;
    border-left: 2px solid #083190;
        margin-bottom: 5px;
}
.case_dl .dl_02 {
  width: 20%;
  display: block;
  float: left;
    margin: 5px 0;
}
.case_dl .dl_02 dt {
  width: 100%;
  color: #1E2124;
  font-weight: 600;
  text-align: center;
    padding: 0;
}
.case_dl .dl_02 dd {
  clear: left;
  text-align: center;
        margin: 20px 0;
}
.case_dl dt {
  float: left;
  font-weight: 600;
  text-align: left;
padding: 10px;
}
.case_dl dd {
  margin-left: 0;
}
.case_dl .dt_02 {
  margin-right: 70%;
  margin-bottom: 18px;
  /* background: #d9e4e9;*/
}
#case .button {
      text-align: center;
    padding: 10px;
    color: #fff;
    background: #083190;
    width: 200px;
    font-weight: 600;
    margin: 50px auto;
    border-radius: 5px;
}

#case .button:hover{
    cursor: pointer;
}
.close {
  background: #1E2124;
  display: table;
  font-weight: 600;
  position: relative;
  top: 40px;
}
#case .content {
  display: inline-block;
  width: 100%;
}
.dl_02 .case_img {
  position: relative;
}
.dl_02 .case_img img {
  width: 30%;
  left: 0;
  right: 0;
  margin: auto;
}

.case_dl .dl_01 .t_left{
    text-align: left;
}
.case_dl .dl_01 .f_case_dd_01{
    float: left;
    margin-left: 18px;
}

.case_dl .f_case_dt_01{
    margin-left: 50px;
}

.case_dl .dl_01 .f_case_dd_02{
     margin-left: 350px;
}

#case .title{
    font-size: 1.2rem;
    font-weight: 600;
    color: #083190;
}

/*ABOUT*/
#about {
  background: #dadada;
}
/*MEMBER*/
#member{
    background: #E4F4FD;
}

    .member_box {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }



.menber_box_02 .member_img img{
    width: 100%;
}

.member_img{
    display: flex;
}

.member_text{
    padding:25px 0px;
}


.member_text p{
    margin: 0;
    font-weight: 500;
}

.member_text .name{
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8rem;
    color: #083190;
}

.member_text .name span{
    font-size: 1.1rem;
    color: #00b0ec;
}

/*SERVICE*/

#service{
    background: url("../img/cr_bg.jpg")no-repeat;
    background-size: cover;
    background-position:center;
}
.service h2 {
  text-align: center;
}

.service h3{
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    background: #0f3291;
    padding: 5px;
}
table{
  border-collapse:separate;
  width: 100%;
    font-size: 1rem;
}

table th,table td{
  text-align: center;
  padding: 10px;
}

table .th01{
  background-color: #5495D0;
  color: white;
width: 11%;

}

table .th02{
  background-color: #043591;
  color: white;

}

table td{
  background-color: #E4F4FD;
}

.service .flex{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.service .flex .flex_text{
    width: 65%;
    margin-right: 5%;
}

.service .flex .flex_text02{
    width: 65%;
    margin-left: 5%;
}

.service .flex .flex_img{
    width: 30%;
    margin: auto;
    
}

.service .flex .flex_img02{
    width: 30%;
    margin: auto;
    
}

.service .flex .flex_img img{
    width: 100%;
    box-shadow: 10px 10px 0px #19b0e8d9;
}

.service .flex .flex_img02 img{
    width: 100%;
    box-shadow: 10px 10px 0px #0f3291c9;
}

.service .title{
    font-weight: 600;
    font-size: 1.3rem;
    color: #0F3291;
    border-bottom: 2px solid #0F3291;
}

.service .reverse{
    flex-direction: row-reverse;
}



/*INTERVIEW*/
#interview {
  position: relative;
    background-size: cover;
}


#interview .title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 30px;
    color: #0F3291;
}

#interview .title02 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 30px;
    color: #00b0ec;
}
#interview .company_name {
  font-weight: 600;
  margin-bottom: 30px;
}
.interview_q {
  font-weight: 600;
color: #2f8bc9;
}
.box_bg_01 {
  background: -moz-linear-gradient(left, #E3D0CE, #DAEAE3);
  background: -webkit-linear-gradient(left, #E3D0CE, #DAEAE3);
  background: linear-gradient(to right, #E3D0CE, #DAEAE3);
  padding: 50px;
}
#interview .comment .flex_box {
  display: flex;
}
#interview .comment .flex_box .text {
  margin-left: 20px;
}
#interview .comment .flex_box .text p {
  margin: 0;
}

#interview .box01{
    margin-bottom: 30px;
    display: flex;
}

#interview .box02{
    margin-bottom: 30px;
    display: flex; 
    flex-direction: row-reverse;
}

.staff_box{
    display: flex;
}

.staff_box .title{
   font-size: 1.3rem;
    font-weight: 600;
}

.staff_box .img01{
    width: 40%;
}

.staff_box .img02{
    width: 40%;
}
.slide-items {
  width: 100%;
  height: 50%;
  margin: auto;
    padding-left: 0;
}
.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}



.interview_link{
    text-decoration: none;
    color: #000;
}

.interview_link:hover{
    opacity: 0.8;
}

.text_box span{
    color: #0F3291;
}

.text_box{
    width: 70%;
    padding: 0 30px;
}

.text_box .name{
    color: #0F3291;
    font-weight: 600;
}

.text_box .matitle{
    font-size: 1.5rem;
    margin-top: 1em;
    font-weight: 600;
    color: #0F3291;
}

.text_box .matitle02{
    font-size: 1.5rem;
    margin-top: 1em;
    font-weight: 600;
    color: #00b0ec;
}
/*FLOW*/
#flow {
  /*background: -moz-linear-gradient(left, #D8E5EA, #E3D0CE);
  background: -webkit-linear-gradient(left, #D8E5EA, #E3D0CE);
  background: linear-gradient(to right, #D8E5EA, #E3D0CE);*/
}
#flow ul {
  list-style: none;
  padding-left: 0;
        width: 100%;
}
.flow {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 65px;
}
.flow .flow02 {
  text-align: center;
  font-weight: 600;
  padding: 100px 30px 30px;
  margin: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.flow li {
  float: left;
}
.flow02 .num {
  background: #ebf7fd;
  display: table-cell;
  width: auto;
  height: 360px;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  padding: 0 20px;
}
.flow .triangle2 {
  width: 0;
  height: 0;
  border-left: 10px solid #1E2124;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: relative;
  top: 270px;
  padding: 0;
  margin: 0;
}
.flow_box {
    display: flex;
}
.flow p {
  position: absolute;
  font-weight: 600;
  left: 16%;
  margin-top: 40px;
}
.flow02 .pink {
  background: #e4e3f2;
  display: table-cell;
  width: auto;
  height: 360px;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  padding: 0 20px;
}
/*PRICE*/

#price{
    border-top: 5px solid #00b0ec;
    border-image: linear-gradient(to right, #00b0ec 0%, #fff 100%);
  border-image-slice: 1;
}
.lehman__illustration {
  background-color: #ebf7fd;
  padding: 34px 48px;
  padding-bottom: 54px;
  margin-top: 36px;
  color: #1E2124;
}
.lehman__illustration .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lehman__illustration .lehman__result {
  margin-left: 90px;
  position: relative;
}
.lehman__illustration .lehman__result__item {
  background-color: #fff;
  padding: 0 30px;
}
.lehman__illustration .lehman__result__item + .lehman__result__item {
  margin-left: 30px;
}
.lehman__illustration .lehman__result__ttl {
  font-weight: 600;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lehman__illustration .lehman__result:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #1e2124;
  left: -54px;
  top: 0;
  bottom: 26px;
  margin: auto;
}
.lehman__illustration .lehman__result .note {
  text-align: right;
  font-size: 1rem;
  margin-top: 10px;
}
.lehman__illustration .lehman__result .row {
  margin-top: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
/*FAQ*/
#faq {
    background: #E4F4FD;
}
.ac {
  position: relative;
}
.ac-parent {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
  line-height: 50px;
  cursor: pointer;
  padding: 20px 0 20px 30px;
  font-weight: 600;
color: #324759;
}
.ac-parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #2f8bc9;
  border-bottom: 2px solid #2f8bc9;
  transform: translateY(-50%) rotate(45deg);
}
.ac-parent.open:after {
  top: 55%;
  transform: translateY(-50%) rotate(225deg);
}
.ac-parent:first-child {
  border-top: 1px solid #dbdbdb;
}
.ac-child {
  display: none;
  padding: 20px 30px;
  border-bottom: 1px solid #dbdbdb;
  margin-left: 0;
}
.ac-parent span {
  font-size: 1.5rem;
    margin-right: 20px;
    color: #00b0ec;
    border-right: 2px solid #324759;
    padding-right: 15px;
}

#faq .ac span{
   color: #2988b5;
    font-weight: 600;
}

#faq .ac a{
    color: #2f8bc9;
}
/*CONTACT*/
#contact {
/*background: linear-gradient(#fff, #E4F4FD);*/
}
blockquote {
  margin: 0 auto;
}
blockquote.step input.text, blockquote.step textarea {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px;
  background-color: #f6f6f6;
  border: solid 1px #dbdbda;
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 0.9rem;
}
blockquote.step label.item {
  margin: 0 20px 0 0;
  font-size: 0.9rem;
  text-align: left;
  clear: both;
  width: 100%;
}
blockquote.step label {
  display: block;
  padding: 10px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}
blockquote.step .text {
  display: block;
}
blockquote .w_fl {
  width: 48%;
  float: left;
}
blockquote .w_fr {
  width: 48%;
  float: right;
}
.select-os .check_box {
  clear: both;
}
input {
  display: none;
}
/* オートコンプリート機能デザイン変更 */
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}
blockquote.step label {
  display: block;
  /* float: left; */
  padding: 10px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}
.select-os label {
  color: #1e2124;
  border: 1px solid #dbdbda;
  text-align: center;
  display: inline-block;
  padding: 9px 30px !important;
  background: #fff;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}
.required {
  color: #f01423;
}
.button {
  font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
}
.button button {
  color: #fff;
    background: #083190;
    padding: 10px;
    display: block;
    width: 200px;
    cursor: pointer;
    margin: 0 auto;
    clear: both;
    border: 0px;
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    font-weight: 600;
    position: relative;
    top: 50px;
    font-size: 1.1rem;
    font-family: inherit;
    border-radius: 5px;
}
.select-os input[type="radio"]:checked.sell_buy + label {
  color: #fff;
  background-color: #083190;
}
.check_box:checked + .label {
  color: #fff;
  background-color: #083190;
}
.select-os input[type="radio"]:checked.icon + label {
  color: #fff;
  background-color: #083190;
}
.inquirytable {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.inquirytable tr:first-child {
  border-top: 1px solid #dbdbdb;
}
.inquirytable tr {
  border-bottom: 1px solid #dbdbdb;
}
.inquirytable th {
  text-align: left;
  padding: 10px 20px;
  width: 25%;
  border-right: 1px solid #dbdbdb;
  background:#083190;
  border-left: 1px solid #dbdbdb;
  color: #fff;
}
.inquirytable td {
  width: 60%;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
  text-align: left;
}
.button .return {
  color: #083190;
  font-weight: 600;
  background: #fff;
  padding: 8px 10px;
  display: block;
  border: 2px solid #083190;
  cursor: pointer;
  margin: 0 auto;
}
.error {
  color: #f01423;
}
.assignment_box{
    border: 3px solid #0f3291;
    padding: 15px 35px;
}


.assignment_title{
    font-weight: 600;
}
.assignment_text{
    font-weight: 600;
}

.assignment_text span{
    font-weight: 500;
    font-size: 0.8rem;
}

.adviser_title {
    font-size: 2rem;
    font-weight: 600;
    text-shadow: 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff;
    margin-top: -30px;
    margin-bottom: 50px;
}

button.disabled-button {
  background-color: #ccc;
  cursor: not-allowed;
}

@media screen and (max-width: 1200px) {
  body {
    font-size: calc(var(--vw) * 1.25);
  }
  .header ul {
    width: 82%;
  }
    
    #main .copy {
    font-size: 3rem;
}
    #main .copy_text {
    font-size: 1rem;
}
    #main ul li {
    font-size: 1rem;
}
    #main .contents_inner {
    padding: 80px 80px 100px;
}
    .case_dl .dl_01 .sell {
        text-align: left;
        margin-left: 115px;
        padding: 10px;
        background: #e4e3f2;
        font-weight: 600;
        border-left: 2px solid #083190;
        margin-bottom: 10px;
    }
        .case_dl .dl_01 .f_case_dd_01 {
        float: none;
        margin-left: 115px;
    }
        .case_dl .dl_01 .f_case_dd_01 {
        float: none;
        margin-left: 115px;
    }
        .case_dl .f_case_dt_01 {
        margin-left: 0;
    }
        .case_dl .dl_01 .f_case_dd_02 {
        margin-left: 115px;
    }
    .case_dl .dl_01 .main_dt {
        width: 95px;
    }
        .case_dl .dl_01 dd {
        margin-left: 115px;
    }
    .case_dl .dl_01 .main_dt_buy {
        width: 95px;
    }
        .case_dl .dl_01 .buy {
        margin-left: 115px;
    }
        .pc li a {
    font-size: 0.8vw;
}
    .header ul li {
    margin: 26px 6px;
}

}
 

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

    .nav {
    height: 92px;
}
  .sp {
    display: block;
  }
  .sp_tel_mail {
    display: block;
    position: fixed;
    z-index: 3;
    right: 80px;
    top: 15px;
    cursor: pointer;
    text-align: center;
    margin: 5px;
  }
    
    .sp .tel_sp_02 a::before{
        content: url(../svg/tel_icon_03.svg);
    width: 11%;
    height: 11%;
    display: block;
    position: absolute;
    top: 3px;
 ;
    }
    .sp .mail_sp_02 a{
      background: #fff;
        color: #083190;
        padding: 10px 30px;
        border-radius: 30px;
    }
  .sp_contact {
    width: 50%;
    display: block;
    margin: auto;
  }
  .sp_contact li {
    width: 50%;
    float: left;
      position: relative;
  }
  .sp_tel_mail .tel_sp {
    list-style: none;
    float: left;
    margin-right: 15px;
  }
  .sp_tel_mail .mail_sp {
    list-style: none;
    float: left;
  }
  .tel_sp img {
    float: left;
    display: block;
    width: 50px;
  }
  .mail_sp img {
    float: left;
    display: block;
    width: 50px;
  }
  .header {
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 5;
    right: 15px;
    top: 25px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 8px;
  }
  .hamburger span:nth-child(2) {
    top: 17px;
  }
  .hamburger span:nth-child(3) {
    top: 26px;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 3;
    left: 25%;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 75%;
    height: 100vh;
    background: #083190;
  }
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  .globalMenuSp ul {
    list-style: none;
    padding-left: 0;
    margin-top: 100px;
  }
  .globalMenuSp ul li {
    margin: 25px 0;
  }
  .globalMenuSp ul li a {
    color: #fff;
    text-decoration: none;
      font-weight: 600;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  .header img {
    width: 100%;
  }
  .header .logo {
    width: 27%;
    padding: 0 20px;
    height: 95px;
  }
  .header .logo img {
    width: 100%;
  }
  section .contents_inner {
    max-width: 900px;
    margin: 0 auto;
  }
  #company {
    height: auto;
  }
  h2 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 80px;
  }
  .company_dl {
   background: #fff;
    padding: 75px 0 50px;
    position: relative;
    width: 100%;
    right: auto;
    top: -50px;
  }
  .company_img {
    width: 60%;
    position: relative;
    left: 20%;
  }

 
  .company_img img {
    width: 100%;
    position: relative;
    top: 0;
  }
  .company_dl dt {
    width: 25%;
  }
  .company_dl dd {
    width: 95%;
    margin-left: 25%;
  }
  .company_dl dl {
    width: 85%;
    margin: 20px auto;
  }
  .open_btn {
    width: 22.3%;
  }
  .interview_box_01 {
    width: 50%;
  }
  .interview_box_02 {
    width: 46%;
  }
  .interview_text_box_01 {
    width: auto;
    padding-left: 45px;
}
    .interview_text_box_03 {
    width: 95%;
}

  .interview_text_box_01 {
    width: auto;
    padding-left: 45px;
}
  .flow .flow02 {
    padding: 100px 17px 30px;
  }
  .flow02 .num {
    padding: 0 20px;
    height: 320px;
  }
  .flow02 .pink {
    padding: 0 20px;
    height: 320px;
  }
  .flow p {
    left: 13%;
  }
  .lehman__illustration {
    padding: 34px 35px;
    width: auto;
  }
  .header .pc {
    display: none;
  }
  .service_box {
    width: 30%;
  }
    #company .contact_btn_02 {
    bottom: 6%;
}

    .flow_box {
    width: auto;
}
    #interview .title {
    font-size: 1.5rem;

}
    #strong .flex {
    flex-wrap: wrap;
    margin: 40px 0;
    padding: 0;
    
}
    #strong .flex .point {
    width: 100%;
    padding: 0;
}
    #strong .point li {
    font-size: 1.3rem;
    margin-bottom: 10px;
}
    #strong .flex .point {
    width: 100%;
    padding: 0;
    margin: 0;
}
       section .contents_inner {
    padding: 40px 50px;
}
    
    .balloon4 {
    margin: 2em 0 2em -13px;
    padding: 20px 6px;
}
    .issue_img {
    width: 39%;
}
    .title_00 {
    font-size: 1.5rem;
}

    #issue .flex {
    padding: 0 25px;
}
    #issue ul li {
    font-size: 1.3rem;
}

}


@media screen and (max-width: 820px) {
.service_box {
    width: 46%;
}
    h2 {
    font-size: 2rem;
}
    h2 span {
    font-size: 1.5rem;
}
    .dl_02 .case_img img {
    width: 45%;
    left: 0;
    right: 0;
    margin: auto;
}
    #interview .title {
    font-size: 1.3rem;
    margin-top: 0;
}
    .flow02 .num {
    padding: 0 11px;
}
    .flow02 .pink {
    padding: 0 11px;
}
    .flow p {
    left: 10%;
}
        .service .flex .flex_text {
    width: 100%;
    margin-right: 0%;
}
    .service .flex .flex_text02 {
    width: 100%;
    margin-left: 0;
}
    .service .flex .flex_img {
    width: 85%;
    margin: auto;
}
    .service .flex .flex_img02 {
    width: 85%;
    margin: auto;
}
    .adviser_title {
        font-size: 1.8rem;
    }

}
@media screen and (max-width: 768px) {
  .flow .flow02 {
    padding: 100px 14px 30px;
  }
 .service_box {
    width: 45%;
}
  .open_btn {
    width: 29.9%;
  }
  .header .logo {
    width: 30%;
    padding: 0 20px;
    height: 95px;
  }
  #main .copy {
    font-size: 2.5rem;
  }
  #main .copy_text {
    font-size: 1rem;
  }

  .medal {
    width: 70%;
  }
  .row img {
    width: 90%;
  }
  .lehman__illustration .lehman__result {
    margin-left: 50px;
  }
  .lehman__illustration .lehman__result__item + .lehman__result__item {
    margin-left: 15px;
  }
  .lehman__illustration .lehman__result:before {
    left: -45px;
  }
  .lehman__illustration .lehman__result__item {
    padding: 0 10px;
  }
    
    .case_dl .dl_01 .main_dt {
    float: none;
}
    
    .case_dl .dl_01 .main_dt_buy {
    float: none;
    border-bottom: 2px solid #00b0ec;
}
    
    .case_dl .dl_01 .sell {
    text-align: left;
    margin-left: 0;
    padding: 10px;
    background: #e4e3f2;
    font-weight: 600;
    border-left: 2px solid #083190;
    margin-bottom: 10px;
}
    .case_dl .dl_01 .sell {
    border-left: 0;
        margin-bottom: 0;
                text-align: center;
}
    .case_dl .dl_01 .buy {
    margin-left: 0;
    border-left: 0;
    margin-bottom: 0;
}
    
.case_dl dt {
        float: none;
        color: #0f3291;
        padding-bottom: 0;
        text-align: center;
        border-bottom: 2px solid #0f3291;
    }
    .case_dl .dl_02 dt {
  border-bottom: 0;
}
    
        .case_dl .dl_01 .f_case_dd_01 {
        float: none;
        margin-left: 0;
    }
    .case_dl .dl_01 dd {
    margin-left: 0;
    border-left: 0;
    margin-bottom: 0;
        text-align: center;
}
    .case_dl .dl_01 .f_case_dd_02 {
        margin-left: 0;
    }
    
    .case_dl .dl_02 {
    width: 30%;

}
    .case_dl .dl_01 .main_dt_buy {
        width: auto;
    }
    
    .case_dl .dl_01 {
    width: 35%;
}
        .case_dl .dl_01 .main_dt {
        width: auto;
    }
    
    .flow {
    display: block;
}
    #flow ul {
    text-align: center;
    width: 100%;
}
    
    .flow_box{
        display: block;
    }
    
   .flow .flow02 {
    writing-mode: horizontal-tb;
    padding: 100px 14px 0px;
  }
  .flow .triangle2 {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    top: 20px;
    display: inline-block;
  }
  .flow02 .num {
    height: auto;
    padding: 15px;
    display: block;
  }
  .flow .flow02 {
    float: none;
    padding-top: 20px;
  }
  .flow li {
    float: none;
  }
  .flow02 .pink {
    height: auto;
    padding: 15px;
      display: block;
  }
  .flow_box {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 0px;
      float: none;
  }

  .flow p {
    left: 0;
    width: 100%;
  }
    
        #main .flex {
        flex-wrap: wrap;
            flex-direction:column-reverse
}
    #main .flex .text {
    width: 100%;
}
   #main .flex .img {
    width: 45%;
    margin-left: 55%;
}
       #main .contents_inner {
        padding: 65px 40px;
    }
    .staff_box {
    display: flex;
    flex-wrap: wrap;
}
    .staff_box .img01 {
    width: 70%;
    margin: auto;
}
       .staff_box .img02 {
    width: 70%;
    margin: auto;
}
    .text_box {
    width: 100%;
    padding: 0 65px;
}
 
    .issue_text {
    position: absolute;
        width: 100%;
        left: 0;
       bottom: -95px;
}
    
    .assignment_box {
    margin-top: 100px;
}
    #issue .flex {
        padding: 0;
    }
        #issue ul li {
        font-size: 1rem;
        margin: 10px 4px;
    }
    #issue ul li::before {
    width: 20px;
    height: 20px;
}
    
    #main .copy_text {
        font-size:1.5rem;
    }
    
       .member_box {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .service .flex .flex_img img {
    width: 80%;
    box-shadow: 10px 10px 0px #19b0e8d9;
    margin: auto;
    display: block;
}
    
    .service .flex .flex_img02 img {
    box-shadow: 10px 10px 0px #0f3291c9;
    width: 80%;
    margin: auto;
    display: block;
}
    
    

}
@media screen and (max-width: 550px) {
    
       .service .flex .flex_img img {
    width: 100%;
}
    
    .service .flex .flex_img02 img {
    box-shadow: 10px 10px 0px #0f3291c9;
    width: 100%;
}
    
 
    .menber_box_02 {
    width: 100%;
    margin: 13px 0;
}
    .service_box {
    width: 100%;
    margin: 14px 0;
}
    
   
    .reason_box .flex {
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
}
    .reason_box .box{
        width: 100%;
    }
    
    .contact_btn_02 a {
    padding: 20px 120px;

}


  .sp_tel_mail {
    right: 60px;
  }
  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }
  #main .copy {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
  }
    
        #main .copy_text {
        font-size: 1.1rem;
    }
    
    .issue_text {
        font-size: 1.2rem;
        bottom: -85px;
    }
    
    #main .copy_text br{
        display: none;
    }

  .medal {
    width: 100%;
    margin: 55px auto 0;
  }
  .reason_text {
    width: 100%;
  }
 .header .logo {
    width: 50%;
     height: 80px;
}
    .nav {
    height: 80px;
}
  section .contents_inner {
    padding: 50px 25px;
  }
  #reason .title span {
    font-size: 2.5rem;
  }
  .company_img {
    width: 75%;
    position: relative;
    left: 12%;
  }
  .company_dl dt {
    width: 100%;
    float: none;
  }
  .company_dl dd {
    width: 100%;
    margin-left: 0;
  }
  .open_btn {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .service_box {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .interview_box_01 {
    width: 100%;
    padding-right: 0;
  }
  .interview_box_02 {
    width: 100%;
  }
  .interview_text_box_02 {
    width: 100%;
  }
  .interview_text_box_bg_01 {
    position: relative;
    width: auto;
    margin-top: 0;
    left: 0;
    top: 0;
    padding: 0;
  }
    .interview_text_box_01 {
    padding-left: 0;
}
    #interview .box02 {
    display: flex;
    flex-wrap: wrap;
}
    
  .case_box {
    width: 100%;
    float: none;
  }
  .case_dl {
    margin-bottom: 35px;
  }
  
  #interview .comment .flex_box {
    flex-wrap: wrap;
  }
  #interview .comment .flex_box .img {
    margin: 20px auto;
  }
  #interview .comment .flex_box .text {
    margin-left: 0;
  }
  .row {
    flex-wrap: wrap;
  }
  .lehman__illustration .lehman__result:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.036458333333334vw 2.278645833333333vw 0 2.278645833333333vw;
    border-color: #0a3291 transparent transparent transparent;
    left: 0;
    right: 0;
    top: -126vw;
    margin: auto;
  }
  .lehman__illustration .lehman__result .row {
    margin-top: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .lehman__illustration .lehman__result {
    margin-left: 0;
    margin-top: 60px;
  }
  .lehman__illustration .lehman__result__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .lehman__illustration .lehman__result__item + .lehman__result__item {
    margin-left: 0;
  }
  .row img {
    width: 65%;
    margin: auto;
    display: block;
  }
  .ac-parent span {
    font-size: 1.2rem;
    margin-right: 10px;
    display: inline-block;
    float: left;
    position: relative;
    top: -3px;
  }
  .ac-parent {
    font-size: vw;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 20px 0;
    padding-right: 35px;
  }
  .ac-parent:after {
    right: 10px;
    width: 8px;
    height: 8px;
  }
  .ac-child {
    padding: 20px 15px;
  }
  .footer_policy a {
    font-size: 0.9rem;
    text-decoration: none;
    color: #1E2124;
  }
  .button .return {
    margin: 0 7px;
    width: 170px;
    margin-bottom: 20px;
  }
  #pagetop {
    right: 20px;
  }
  #pagetop .arrow {
    width: 14px;
    height: 14px;
  }
  #pagetop a {
    padding: 10px 5px;
  }
    .sp_contact {
    width: 55%;
    display: block;
    margin: auto;
}
    .sp_contact {
    width: 55%;
    margin-top: 70px;
}
    
    .sp_contact li {
    width: 100%;
    float: none;
}
    .tel_sp img {
    width: 45px;
}
    .mail_sp img {
    width: 45px;
}
    .contact_btn_02 a {
    font-size: 1.2rem;
    padding: 20px 55px;
}
    .reason_img {
    width: 100%;
}
    .menber_box_02 {
    width: 100%;
    margin: 13px 0;
}
    #reason .reverse{
      flex-direction: column-reverse;  
    }
    
    .reason_img img {
    width: 100%;
    margin: 25px auto;
}
    .flow_box {
    width: 100%;
}
    
    #interview .box01 {
    display: flex;
    flex-wrap: wrap;
}
    h2 .first_text {
    font-size: 2.5rem;
}
   h2 {
        font-size: 1.5rem;
        margin-bottom: 50px;
    }
    h2 .line {
    font-size: 1.5rem;
    margin: 0 5px;
}
    h2 span {
    font-size: 1.1rem;
     margin-left: 10px;
}
 #main ul li {
    font-size: 0.9rem;
    text-align: center;
    margin: 9px;
    padding: 10px;
}
 
    #reason .title span img {
    width: 70px;
    position: relative;
    top: 20px;
    margin-right: -20px;
    z-index: -1;
}

    .reason_text p {
    width: 100%;
    padding: 0;
}
    #case .button {
    margin: 0px auto;
}
    #main .flex .img {
    width: 100%;
    margin-left: 0;
}
    
    .title_00 {
        font-size: 1.3rem;
        margin-bottom: -30px;
    }
    
        .member_box {
        display: block;
        width: 100%;
    }
    
    .menber_box_02 {
        width: 100%;
        margin: 13px 0;
    }
    
    #issue ul li::before {
        width: 15px;
        height: 15px;
    }
    
    #issue ul li {
        font-size: 1rem;
        margin: 1px 2px;
    }
    
    #strong .point li span {
    font-size: 1.8rem;
    margin-right: 10px;
    top: 5px;
}
    #strong .point li {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    
        .company_dl {
        padding: 60px 0 50px;
        top: -30px;
    }
    
        #company .contact_btn_02 {
        bottom: 8%;
    }
    
        .text_box {
        width: 100%;
        padding: 0 10px;
    }


}