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: 130px 110px;
}
.cb {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
h2 {
  font-size: 2.7rem;
  line-height: 1.1;
  margin-bottom: 80px;
  text-align: center;
  color: #0a3291;
}
h2 span {
  font-size: 1.5rem;
  color: #00AFF0;
}
.h2_left {
  text-align: left;
}
/*header*/
.header{
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 10;
    background-color: #fff;
}
.header ul {
  width: 87%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header ul li {
  display: inline-block;
  margin: 35px 10px;
}
/*  */
.header ul .mail {
  margin: 0 !important;
  /* height: 110px; */
  background: #FFA000;
}
/*  */
.header .logo {
  width: 13%;
  /* max-width: 240px; */
  height: 100px;
  float: left;
  margin: 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.header .logo img {
  width: 10vw;
}
.pc li a {
  text-decoration: none;
  color: #1E2124;
  font-weight: 600;
  font-size: 0.9vw;
}
.sp {
  display: none;
}
.pc .tel {
  /* margin-left: 55px; */
  margin: 0 22px;
  position: relative;
  font-weight: 600;
  font-size: 1.45vw;
  color: #FFA000;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  position: relative;
  top: -5px;
}
.pc .tel span {
  font-size: 0.8vw;
}
.pc .tel img {
  width: 40px;
  margin-right: 5px;
}
.pc .tel a {
  font-size: 1.45vw;
  color: #FFA000;
}
/* .tel::before {
  content: url(../svg/tel_icon02.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 0;
}

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

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

.contact_btn_02 .b_white{
    background: #fff;
    color: #1E2124;
}

.contact_btn_02 .b_white:hover{
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
    background: #e6e6e6;
}
.nav{
        height: 100px;
}
.pc .mail:hover{
  opacity: 0.8;
}
/* .pc li .contact_btn:hover{
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
    background: #000000;
} */

/*main*/
section .kv_inner {
  max-width: 1500px;
}
#main .copy {
  margin: 1rem 0;
  font-size: 3.5rem;
  font-weight: 600;
  color: #252525;
  text-align: left;
}
#main {
  position: relative;
  background-size: 100%;
  background-position: bottom;
  padding-top: 100px;
  /*  background: -moz-linear-gradient(left, #DBEAE2, #D8E5EA);
  background: -webkit-linear-gradient(left, #DBEAE2, #D8E5EA);
  background: linear-gradient(to right, #DBEAE2, #D8E5EA);*/
  background: url("../img/kv_01.jpg?v=20250404")no-repeat;
  background-size: cover;
  height: 750px;
  background-position: center;
}
#main .copy_text {
  margin: 2rem 0;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  color: #252525;
  text-align: left;
}
/* アニメーション追加 */
.bg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 23%;
  right: 8%;
  padding: 0 15px;
}
.bg .anim {
  position: relative;
  display: inline-block;
}
.bg .anim::before {
  animation: bg 5.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg .anim .bg_area {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 5px 15px;
}
.bg .anim .orange {
  color: #ED8B28;
}
.medal {
  display: block;
  width: 42%;
  max-width: 550px;
  min-width: 450px;
  margin-bottom: 2rem;
  /* margin: 80px auto 0; */
}
.pc li .contact_btn {
      /* background: #FFA000; */
    color: #fff;
    /* border-radius: 50px; */
    /* padding: 0.5vw 2.2vw; */
    padding: 0vw 1.2vw;
    font-size: 1.1vw;
    /* position: relative;
    top: -5px; */
    /* display: inline-block; */
    line-height: 100px;
    display: block;
}
footer {
  /* max-width: 1550px; */
  margin: 100px auto 0;
  /* padding-bottom: 60px; */
  text-align: center;
  /* display: grid;
  grid-template-columns: 1fr 2fr 1fr; */
  font-weight: 500;
  /* padding-right: 20px;
  padding-left: 20px; */
}
.footer_contents {
  padding-right: 20px;
  padding-left: 20px;
}
.footer_policy {
  margin-bottom: 20px;
  /* text-align: left; */
  font-weight: 600;
}
footer .logo {
  width: 200px;
  margin: 0 auto;
  margin-top: 80px;
}
footer .sapporo_title {
  color: #0f3291;
  font-weight: 600;
}
footer .write {
  /* text-align: right; */
  background-color: #0f3291;
  color: #fff;
  padding: 20px 0;
  margin-top: 50px;
  font-weight: 600;
}
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 5;
}
#pagetop a {
  background: #0f3291;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #355ecb;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#pagetop .arrow {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  line-height: 50px;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  position: relative;
  top: 14px;
}
.footer_policy a {
  text-decoration: none;
  color: #1E2124;
}
/*REASON*/
.reason_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 35px;
   margin-bottom: 35px;

}


.reason_box02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 35px;
}
.reason_01{
    background: #f2fbff;
    padding: 30px;
    border-radius: 20px;
}

.reason_01 .icon_box{
    display: flex;
}

.reason_box02 .reason_01{
    padding:30px 50px;
}

.reason_box .reason_01 .icon_box{
    margin:0 20px;
}


.reason_01 .text{
   color: #0f3291;
    font-weight: 600;
}
.reason_01 .icon_box .num{
   font-size: 6.5rem;
    font-weight: 600;
    color: #FFA000;
       width: 70%;
    margin-left: 5%;
}

.reason_01 .icon_box .num span{
    font-size: 2rem;
    color: #0f3291;
}
.reason_box .reason_01 .icon{
    width: 30%;
        margin: auto;
}

.reason_box .reason_01 .icon img{
    width: 100%;

}

.reason_box02 .reason_01 .icon{
   width: 30%;
    margin: auto;
    text-align: right;
}

.reason_box02 .reason_01 .icon img{
    width: 60%;

}




/*.reason_01 img {
  width: 100%;
}*/
.reason_01 p {
  margin: 0;
}
.reason_01 .title {
  font-size: 1.2rem;
  color: #0f3291;
  font-weight: 600;
    text-align: center;
}
.reason_box .title .small {
  font-size: 1rem;
}
#reason .lead {
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
#reason .title_flex {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-top: 20px;
}

#reason  .reason_number {
  font-size: 4rem;
  color: #FFA000;
  margin: 0;
  font-weight: 600;  
  line-height: 1;
  box-sizing: border-box;
  margin-right: 15px;
}

/* picture_area */
.back_blue_area {
  position: relative;
}
.back_blue_area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 90%;
  background-color: #f2fbff;
  z-index: -1;
  border-radius: 20px;
}
.back_blue_area .picture_area {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.back_blue_area .picture_area .office_picture {
  width: 30%;
  margin-top: 100px;
  text-align: center;
  margin-left: 30px;
}
/* .back_blue_area .picture_area .office_picture:nth-child(n+2) {
  margin-left: 30px;
} */
.back_blue_area .picture_area .office_picture img {
  width: 100%;
  border-radius: 20px;
}
.back_blue_area .picture_area .office_picture .right_img {
  border-radius: 20px 0 0 20px;
}
.back_blue_area .picture_area p {
  margin-top: 0;
  font-weight: 600;
  color: #00AFF0;
}

/*COMPANY*/

/* #company .contact_btn_02{
    position: absolute;
    bottom: 11%;
    margin: auto;
    left: 0;
    right: 0;
} */
.company_dl {
  /* background: #fff; */
  /* padding: 60px 60px 60px 100px;
  position: absolute;
  right: 0;
  width: 50%;
  top: 20%; */
}
.company_dl dl {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  width: 93%;
  margin-left: 7%;
}
.company_dl dt {
  width: 25%;
  float: left;
  font-weight: 600;
  color: #0f3291;
}
.company_dl dd {
  /* width: 70%; */
  margin-left: 25%;
}
#company {
  height: 1085px;
  /* padding-bottom: 70px; */
}
.company_flex {
  display: flex;
  width: 100%;
}
.company_flex .company_img {
  width: 50%;
}
.company_img img {
  width: 100%;
  border-radius: 20px;
}
.company_flex .company_dl {
  width: 50%;
  position: relative;
  top: -200px;
}
.sapporo_office {
  margin-top: 20px;
}
/* STRENGTH */
#strength .strength_box {
  display: flex;
  width: 100%;
  background-color: #f2fbff;
  padding: 70px 60px;
  box-sizing: border-box;
}
#strength .image_area {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#strength .image_area img {
  width: 70%;
}
#strength .text_area {
  width: 50%;
}
#strength .text_area .title {
  color: #FFA000;
  font-weight: 600;
}
#strength .row_reverse {
  flex-direction: row-reverse;
}
#strength .strength_box:nth-child(n+2) {
  margin-top: 30px;
  border-radius: 20px;
}
#strength .text_area .title span {
  background: #FFA000;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-right: 20px;
  font-size: 1.2rem;
}
/*CASE*/
#case {
  background: #f2fbff;
}
.case_dl {
  margin-bottom: 25px;
  /* border-bottom: 1px solid #707070; */
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
}
.case_dl .dl_01 {
  width: 33.3%;
    display: block;
    float: left;
    margin: 5px 0;
    text-align: center;
}
.case_dl .dl_01 .main_dt {
  width: 100%;
  background: #0f3291;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.case_dl .dl_01 .dt_buy {
  background: #00AFF0;
}
.case_dl .dl_01 .dt2_buy {
  background: #CCEFFC;
}
/* .case_dl .dl_01 .sub_dt {
  background: #CECECE;
} */
.case_dl .dl_01 dd {
 clear: left;
    margin: 15px 0;
    text-align: left;
    display: inline-block;
}
.case_dl .dl_02 {
  width: 33.3%;
  display: block;
  float: left;
    margin: 5px 0;
}
.case_dl .dl_02 dt {
  width: 100%;
  /* background: #fafafa; */
  color: #1E2124;
  font-weight: 600;
  text-align: center;
  background: #fff;
}
.case_dl .dl_02 dd {
  clear: left;
  text-align: center;
        margin: 20px 0;
}
.case_dl dt {
  width: 100%;
  float: none;
  font-weight: 600;
  text-align: center;
  background: #CFD6E9;
}
.case_dl dd {
  margin-left: 0;
}
.case_dl .dt_02 {
  margin-right: 70%;
  margin-bottom: 18px;
  /* background: #d9e4e9;*/
}
#case .button {
  text-align: center;
  padding: 15px 30px;
  color: #fff;
  background: #FFA000;
  width: 250px;
  font-weight: 600;
  margin: 50px auto;
  border-radius: 10px;
  font-size: 1.2rem;
  box-sizing: border-box;
  /* 矢印のため */
  position: relative;
}
/* 矢印背景 */
#case .button::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 83.5%;
  width: 20px; /* 横幅 */
  height: 20px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #fff;
}
/* 矢印 */
#case .button::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 85%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFA000;
  border-right: 2px solid #FFA000;
  transform: rotate(45deg);
}
#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: 20%;
  left: 0;
  right: 0;
  margin: auto;
}
.case_dl .dl_01 .t_left{
    text-align: left;
}
#case .place_icon {
  width: 20px;
  margin-right: 5px;
}
.map_area {
  display: flex;
  width: 100%;
  margin-bottom: -255px;
}
.map_area .text {
  width: 40%;
  color: #0f3291;
  font-weight: 600;
}
.map_area .text .title {
  font-weight: 600;
  font-size: 2.2rem;
}
.map_area .text p {
  font-size: 1.3rem;
}
.map_area .map {
  width: 60%;
}
.map .map_icon img {
  width: 195px;
  position: relative;
  top: -145px;
}
.map .map_icon {
  text-align: right;
}
.map .hokkaido_map img {
  position: relative;
  top: -300px;
  left: -46px;
  width: 730px;
}

/*CONSULTANT*/

/* gridで実装 */
#member{
    background: #f2fbff;
}
.member_container {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 1fr 1fr 1fr; */
  gap: 50px 30px; /* 縦方向に50px 横方向に30px */
}
.manager_container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px 30px; /* 縦方向に50px 横方向に30px */
  margin-bottom: 50px;
}
#member .name{
    margin-bottom: 15px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #0f3291;
    margin-top: 5px;
}
#member .name span {
  color: #00AFF0;
  padding-left: 1em;
  font-size: 1.2rem;
}
.manager_img img {
  width: 100%;
  border-radius: 20px;
}
.manager_container .bold {
  font-weight: 600;
}
.manager_container .name {
  margin-top: 10px;
}
.manager_container .comment_top {
  margin-bottom: 30px;
}
.manager_text .keireki {
  font-weight: 600;
  border-bottom: solid 1px #707070;
  padding-bottom: 20px;
  padding-top: 20px;
}
.menber_box .member_img img{
  width: 100%;
  border-radius: 20px;
}
.member_container .position {
  font-weight: 600;
  margin-bottom: 0;

}
/*INTERVIEW*/
#interview {
  position: relative;
}
#interview::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 90%;
  /*background-color: #f2fbff;*/
  z-index: -1;
  left: 10%;
  border-radius: 20px;
}
.interview_box {
  height: auto;
}
.interview_flex{
  display: flex;
  width: 100%;
  align-items: center;
}

.interview_flex .title{
 font-size: 1.3rem;
  font-weight: 600;
  color: #0f3291;
}
.interview_flex .img01{
  width: 45%;
  border-radius: 20px;
}
.interview_flex .img01 img {
  border-radius: 20px;
}
.slide-items {
width: 100%;
height: 50%;
margin: auto;
  padding-left: 0;
}
/* .slide-items img {
width: 100%;
height: 100%;
object-fit: cover;
} */
.interview_flex img {
  width: 100%;
  height: auto;
}
.slick-prev:before,
.slick-next:before {
color: black;
}
.slick-dots li button:before {
font-size: 18px;
top: 6px;
}

.interview_flex .text_box{
  width: 55%;
  padding:10px 30px; 
  /* background: #fff; */
}

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

.interview_link:hover{
  opacity: 0.8;
}

#interview .title {
  border-bottom: 1px solid #9E9E9E;
  padding-bottom: 30px;
}
#interview .leadmore {
  text-align: right;
  padding-right: 40px;

}
#interview .leadmore span {
  color: #FFA000;
  position: relative;
  font-weight: 500;
}
#interview .leadmore span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 108%;
  width: 23px; /* 横幅 */
  height: 23px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #FFA000;
}
#interview .leadmore span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 115%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
/*FLOW*/
#flow {
  /* background: #FCF6E0; */
}
#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 60px;
  margin: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.flow02 .num {
  background: #00AFF0;
  display: table-cell;
  width: auto;
  height: 360px;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  padding: 0 20px;
  color: #fff;
}
.flow .triangle2 {
  width: 0;
  height: 0;
  border-left: 10px solid #0f3291;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: relative;
  top: 270px;
  padding: 0;
  margin: 0;
}
.flow_box {
  background: #F2FBFF;
  display: flex;
  border-radius: 20px;
}
.flow p {
  position: absolute;
  font-weight: 600;
  left: 14%;
  margin-top: 40px;
  color: #00AFF0;
  font-size: 1.2rem;
}
.flow02 .orange {
  background: #FFA000;
  display: table-cell;
  width: auto;
  height: 360px;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  padding: 0 20px;
  color: #fff;
}
.flow p span {
  font-size: 1.9rem;
}
/*FAQ*/
#faq {
  background: #f2fbff;
}
.faq_flex {
  display: flex;
}
.faq_flex .h2_left {
  width: 35%;
  text-align: left;
  /* margin: auto 0; */
  margin-top: 250px;
}
#faq .h2_center {
  display: inline-block;
  text-align: center;
}
.ac {
  position: relative;
  width: 65%;
}
.ac-parent {
  position: relative;
  /* border-bottom: 1px solid #dbdbdb; */
  text-align: left;
  line-height: 50px;
  cursor: pointer;
  padding: 20px 50px 20px 30px;
  font-weight: 600;
  background-color: #fff;
  margin-top: 20px;
  color: #0a3291;
  border-radius: 20px;
  line-height: 1.8;
}
.ac-parent.open {
  border-radius: 20px 20px 0 0;
}
.ac-parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0f3291;
  border-bottom: 2px solid #0f3291;
  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; */
  padding: 2px 50px 20px 30px;
  /* border-bottom: 1px solid #dbdbdb; */
  margin-left: 0;
  background-color: #fff;
  color: #FFA000;
  font-weight: 500;
  border-radius: 0 0 20px 20px;
  margin-top: -20px;
}
.ac-parent span {
  font-size: 1.5rem;
  margin-right: 20px;
}
.ac-child span {
  font-size: 1.5rem;
  margin-right: 20px;
  font-weight: 600;
}
/*CONTACT*/
#contact {
  background: #fff;
}
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: 1rem;
}
blockquote.step label.item {
  margin: 0 20px 0 0;
  font-size: 1.1rem;
  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: 15px 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 40px !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: #FFA000;
  padding: 10px;
  display: block;
  width: 250px;
  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: 10px;
  padding: 15px 30px;
  box-sizing: border-box;
  /* 矢印のため */
  position: relative;
}
/* 矢印背景 */
#contact button::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 83.5%;
  width: 20px; /* 横幅 */
  height: 20px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #fff;
}
/* 矢印 */
#contact button::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 85.5%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFA000;
  border-right: 2px solid #FFA000;
  transform: rotate(45deg);
}
.select-os input[type="radio"]:checked.sell_buy + label {
  color: #fff;
  background-color: #0f3291;
}
.check_box:checked + .label {
  color: #fff;
  background-color: #0f3291;
}
.select-os input[type="radio"]:checked.icon + label {
  color: #fff;
  background-color: #0f3291;
}
.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: #0f3291;
  border-left: 1px solid #dbdbdb;
  color: #fff;
}
.inquirytable td {
  width: 60%;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
}
.button .return {
  color: #0f3291;
  font-weight: 600;
  background: #fff;
  /* padding: 8px 10px; */
  display: block;
  border: 2px solid #0f3291;
  cursor: pointer;
  margin: 0 auto;
}
#contact .button .return::after {
  content: "";
  position: absolute;
  border-top: 2px solid #0f3291;
  border-right: 2px solid #0f3291;
}
.error {
  color: #f01423;
}
#contact .phone_area {
  padding: 40px 40px 64px;
  margin: 50px 0;
  background-color: #f2fbff;
}
#contact .phone_area .title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
#contact .phone_area .number {
  color: #FFA000;
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .phone_area img {
  width: 60px;
  margin-right: 20px;
}
#contact .number_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp_br {
  display: none;
}
#contact .encourage {
  text-align: center;
  margin-bottom: 20px;
}
/* 成約実績　イメージマップのモーダル JS*/
.modal {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,70%);
}
  .modal-box {
    background-color: #fff;
    margin: 10% auto;
    max-width: 1180px;
    width: 90%;
    border-radius: 20px;
    animation-name: modalopen;
    animation-duration: 1s;
    position: relative;
    box-sizing: border-box;
    padding: 70px 100px;
    top: 0%;
    margin: 50vh auto 0;
    transform: translateY(-50%);
    /* モーダル上下中央に表示 */
  }
    .modalClose{
      position: absolute;
      top: 4px;
      right: 25px;
      border: none;
      font-size: 4rem;
      font-weight: 300;
      color: #0f3291;
      background-color: none;
      margin: 0;
    }
    .modalClose:hover {
      cursor: pointer;
    }
    .modalOpen:hover {
      cursor: pointer;
    }
    .modal_flex .title {
      font-size: 1.3rem;
      font-weight: 600;
      background-color: #0f3291;
      color: #fff;
      text-align: center;
      padding: 10px;
      margin-bottom: 0;
      margin-top: 0;
    }
    .modal_flex .buy .title {
      background-color: #00AFF0;
    }
    .modal_flex .sub_title {
      font-weight: 600;
      text-align: center;
      background-color: #CFD6E9;
      padding: 10px 0;
    }
    .modal_flex .buy .sub_title {
      background-color: #CCEFFC;
    }
    .modal_flex p:nth-of-type(2) {
      margin-top: 0;
    }
    .modal_flex p:nth-of-type(3) {
      margin-top: 2.5vw;
    }
    .modal_flex {
      display: flex;
      width: 100%;
      flex-direction: row-reverse;
      margin-top: 20px;
    }
    .modal_flex .text_area {
      width: 50%;
    }
    .modal_flex .picture_area {
      width: 50%;
      box-sizing: border-box;
      margin-left: 40px;
    }
    .modal_flex .picture_area img {
      width: 100%;
      height: auto;
      vertical-align: top;
    }
    .modal_flex .text_area .text {
      border-top: 1px solid #9E9E9E;
      padding-top: 25px;
      font-weight: 500;
    }
    .modal_flex .text_area .text span {
      color: #00AFF0;
    }
    .modal_flex .tag {
      list-style: none;
      padding: 0;
      margin: 10px 0;
    }
    .modal_flex .tag li {
      display: inline-block;
      font-weight: 600;

    }
    .modal_flex .tag li:nth-child(n+2) {
      padding-left: 15px;
    }
    .modal .text_bottom {
      font-weight: 500;
      line-height: 1.7;
    }
    .modal .text_bottom a {
      text-decoration: none;
    }
    .modal .text_bottom .sell {
      color: #00AFF0;
      font-weight: 600;
    }
    .modal .text_bottom .buy {
      color: #0f3291;
      font-weight: 600;
    }
    .modal .leadmore {
      text-align: right;
      padding-right: 40px;
      margin-bottom: 0;
    }
    .modal .leadmore span {
      color: #FFA000;
      position: relative;
      font-weight: 500;
    }
    .modal .leadmore span::before {
      content: "";
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 112%;
      width: 23px; /* 横幅 */
      height: 23px; /* 高さ */
      border-radius: 50%; /* 角の丸み */
      background: #FFA000;
    }
    .modal .leadmore span::after {
      content: "";
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 115.5%;
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
    }
/*  */

button.disabled-button {
  background-color: #ccc;
  cursor: not-allowed;
}
#contact button.disabled-button::after {
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
@media screen and (max-width: 1300px) {
  .pc .tel {
    margin: 0 20px;
  }
  .pc .tel img {
    width: 30px;
  }
  .company_flex .company_img {
    width: 43%;
  }
  .pc li .contact_btn {
    padding: 0vw 1.5vw
  }
  .header ul {
    width: 87%;
    height: 100px;
  }
  .header ul li {
    margin: 45px 7px;
  }
  #main .copy_text {
    font-size: 1.3rem;
  }
  #main .copy {
    font-size: 3rem;
  }
  .bg {
    top: 26%;
    right: 6%;
  }
  footer .logo {
    width: 160px;
  }
  /* CASE */
  .map .hokkaido_map img {
    position: relative;
    top: -300px;
    left: 0;
    width: 730px;
    width: 100%;
  }
  .map .map_icon img {
    position: relative;
    top: -165px;
    width: 27%;
  }
  .map_area .text .title {
    font-size: 1.7rem;
  }
  .map_area .text p {
    font-size: 1rem;
  }
  /* FLOW */
  .flow p {
    left: 9%;
  }
   .reason_01 .icon_box .num { 
    font-size: 6vw;
    }
    
    .reason_01 .icon_box .num span {
    font-size: 2vw;
}
}

@media screen and (max-width: 1200px) {
  body {
    font-size: calc(var(--vw) * 1.25);
  }
  .header .logo {
    padding: 0 15px;
  }
  .pc .tel {
    margin: 0 10px;
  }
  .pc li .contact_btn {
    padding: 0vw 1vw;
  }
  .header ul li {
    margin: 45px 5px;
}
  #member .name span {
    display: block;
    padding-left: 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
    .nav {
    height: 92px;
}
  .header {
    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: #FFA000;
        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: 7;
    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: #FFA000;
    -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: 6;
    left: 25%;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 75%;
    height: 100vh;
    background: #FFA000;
  }
  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;
    padding: 80px 40px;
  }
  /* COMPANY */
  #company {
    height: auto;
  }
  h2 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 80px;
  }
  .reason_box {
    gap: 4vw 2vw;
    margin-bottom: 2vw;
  }
    
     .reason_box02 {
    gap: 4vw 2vw;
  }
    

  .company_flex {
    display: block;
  }
  .company_flex .company_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .company_flex .company_dl {
    width: 70%;
    margin: 0 auto;
    margin-top: 245px;
    margin-bottom: -200px;
  }
  #main {
    background-position: 40% center;
    padding-top: 92px;
  }
  #main .copy_text {
    font-size: 2.5vw;
    margin: 5vw 0;
  }
  #main .copy {
    font-size: 5vw;
    margin: 2.5vw 0 0;
  }
  .bg {
    left: 0;
    right: 0;
    align-items: flex-end;
  }
  .medal {
    margin: 0 1vw 2.5vw;
  }
  .company_img img {
    width: 500px;
    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%;
  }
  .flow .flow02 {
    padding: 100px 16px 30px;
  }
  .flow02 .num {
    padding: 0 10px;
    height: 320px;
  }
  .flow02 .orange {
    padding: 0 10px;
    height: 320px;
  }
  .flow p {
    left: 16%;
    font-size: 1.1rem;
  }
  .flow p span {
    font-size: 1.5rem;
  }
  .flow .triangle2 {
    position: relative;
    top: 252px;
  } 
  .header .pc {
    display: none;
  }
    #company .contact_btn_02 {
    bottom: 6%;
}
#strength .text_area .title span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-right: 15px;
}
blockquote .w_fl {
  width: 100%;
}
blockquote .w_fr {
  width: 100%;
}
/* 成約実績　モーダル */
.modal_flex .title {
  font-size: 1rem;
}
.modal_flex .sub_title {
  padding: 5px;
}
.modal_flex .picture_area {
  margin-left: 15px;
}
#contact .phone_area .title {
  font-size: 1.3rem
}
#contact .phone_area .number {
  font-size: 2rem;
}
#contact .phone_area img {
  width: 50px;
}
.modal_flex p:nth-of-type(3) {
  margin-top: 1.5vw;
}
}

@media screen and (max-width: 800px) {
    
}
@media screen and (max-width: 768px) {
  .open_btn {
    width: 29.9%;
  }
  .header .logo {
    width: 30%;
    padding: 0 20px;
    height: 95px;
  }
  #main .copy {
    font-size: 2.5rem;
    margin: 0.8rem 0;
  }
  #main .copy_text {
    font-size: 1.2rem;
    margin: 2rem 0;
  }
  #main {
    height: 675px;
  }
  .medal {
    width: 60%;
  }
  .row img {
    width: 90%;
  }
  .company_img img {
    width: 90%;
  }
  /* REASON */
  .reason_box .title {
    font-size: 1.2rem;
  }
    
    .reason_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 35px;
    margin-bottom: 35px;
}
    .reason_box02 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 35px;
}
    
.reason_box .reason_01 .icon_box {
   margin-right: 20px;
        width: 40%;
        float: left;
        margin-left: 0;

}
    
    .reason_box02 .reason_01 .icon_box {
   margin-right: 20px;
        width: 45%;
        float: left;
        margin-left: 0;
}
    .reason_box02 .reason_01{
        padding: 30px 25px;
    }
    
    .reason_box .reason_01 .icon {
    width: 50%;
    margin:20px auto;
}
    .reason_box02 .reason_01 .icon {
    width: 50%;
    margin: auto;
}
    
    .reason_box .reason_01 .icon img {
    width: 100%;
    height: auto;
}
        .reason_box02 .reason_01 .icon img {
    width: 100%;
    height: auto;
}
    .reason_box .reason_01 .icon {
        width: 45%;
        margin: 10px auto 0px;
    }
    
      .reason_box02 .reason_01 .icon {
        width: 30%;
        margin: 0 auto 0px;
    }
    .reason_01 {
    padding: 30px 25px;
}
    .reason_01 .icon_box .num {
            font-size: 3.5rem;
        width: 100%;
        text-align: center;
        margin-left: 0;
}
    .reason_01 .text {
    width: 50%;
        float: left;
        margin-top: 30px;
}
     .reason_box02 .reason_01 .text {
    width: 50%;
        float: left;
        margin-top: 30px;
}
    
    .reason_01 .icon_box .num span {
    font-size: 1.5rem;
}
  /* STRENGTH */
  #strength .strength_box {
    display: block;
  }
  #strength .image_area {
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
  }
  #strength .text_area {
    width: 100%;
  }
  #strength .text_area .title {
    font-size: 1.1rem;
    text-align: center;
  }
  #strength .text_area .title span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #strength .strength_box {
    padding: 30px;
    padding-bottom: 47px;
  }
  .sp_br {
    display: block;
  }
  #strength .image_area img {
    width: 100%;
  }
  /* picture area */
  .back_blue_area .picture_area {
    display: block; /* flexboxを解除 */
    overflow-x: auto;  /* 横スクロール */
    white-space: nowrap; /* 折り返ししない */
    scroll-behavior: smooth; /* スクロールを滑らかにする */
    padding-left: 20px;
  }
  .back_blue_area .picture_area .office_picture {
    width: 85%;
    display: inline-block;  /* 横並びにする指定 */
    vertical-align: top;
    margin-left: 0;
  }
  .back_blue_area .picture_area .office_picture:nth-child(n+2) {
    margin-left: 10px;
  }
  .back_blue_area .picture_area .office_picture .right_img {
    border-radius: 20px;
  }
  /* CASE */
  .map_area {
    display: block;
  }
  .map_area .text {
    width: 100%;
  }
  .map_area .map {
    width: 100%;
  }
  .map_area .pc_br,
  .interview_box .pc_br {
    display: none;
  }
  .map_area .text .title {
    font-size: 1.5rem;
  }
  .map .hokkaido_map {
    text-align: center;
  }
  .map .hokkaido_map img {
    top: -140px;
    width: 70%;
  }
  .map .map_icon img {
    top: 0px;
    width: 22%;
  }
  .map .hokkaido_map {
    margin-bottom: 160px;
  }
  #case .place_icon {
    width: 13px;
  }
  /* 成約実績　モーダル */
  .modal-box {
    padding: 40px;
  }
  .modal_flex {
    display: block;
  }
  .modal_flex .picture_area {
    width: 85%;
    margin: 0 auto;
  }
  .modal_flex .picture_area img {
    margin-top: 0;
  }
  .modal_flex .text_area {
    width: 100%;
  }
  .sp_none {
    display: none;
  }

  /* CONSULTANT */
  #member .sp_br {
    display: block;
  }
  #member .menber_box .name span {
    /* padding-left: 0; */
    font-size: 1rem;
  }
  #member .name span {
    font-size: 1rem;
  }
  .member_container {
    gap: 50px 20px;
  }

/* interview */
.interview_box {
  padding: 20px;
}
.interview_flex {
  display: block;
  width: 100%;
}
.interview_flex .img01 {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.interview_flex .img01 img {
  width: 95%;
  margin: 0 auto;
}
.interview_flex .text_box {
  width: 100%;
  padding: 0;
}
/* flow */
.flow {
  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 #0f3291;
  top: 20px;
  display: inline-block;
}
.flow02 .num {
  height: auto;
  padding: 15px;
  display: block;
}
.flow .flow02 {
  padding-top: 20px;
}
.flow02 .orange {
  height: auto;
  padding: 15px;
    display: block;
}
.flow_box {
  display: block;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;
    float: none;
  width: 100%;
}
#flow ul {
  text-align: center;
        width: 100%;
}
.flow p {
  left: 0;
  width: 100%;
  font-size: 1rem;
}
.flow p span {
  font-size: 1.3rem;
}

/* FAQ */
.faq_flex {
  display: block;
}
.faq_flex .h2_left {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 26.5px;
}
.faq_flex .ac {
  width: 100%;
}

footer {
  display: grid;
  grid-template-columns: 1fr;
}
footer .logo {
  margin-top: 50px;
}
.footer_policy {
  text-align: center;
  margin-top: 10px;
}
footer .write {
  text-align: center;
}
}

@media screen and (max-width: 600px) {
  .medal {
    width: 70%;
    min-width: 250px;
  }
  #main .copy {
    font-size: 2rem;
    margin: 1.3rem 0 0;
  }
  #main .copy_text {
    font-size: 1.3rem;
    margin: 2rem 0;
  }
  #contact .button .return {
    margin-bottom: 20px;
  }
  #contact .inquirytable th {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 550px) {
  #main {
    background-position: 37% center;
  }
  .case_dl .dl_01 {
    width: 100%;
    float: none;
  }
  .case_dl .dl_02 {
    width: 100%;
    float: none;
  }
  .case_dl dt {
    width: 100%;
    margin-right: 0;
  }
  .case_dl .dl_01 dd {
    width: 100%;
    margin-bottom: 20px;
  }
  .dl_02 .case_img img {
    position: relative;
    top: 0;
  }
    .menber_box {
    width: 100%;
    margin: 13px 0;
}
        .reason_box .reason_01 .icon_box {
        margin-right: 20px;
        width: 40%;
        float: none;
        margin-left: 0;
    }
    .reason_box .reason_01 .icon_box {
        width: 100%;
        float: none;
        margin: 10px 0;
    }
    
    .reason_box .reason_01 .icon {
        width: 30%;
        margin: auto;
    }
    
            .reason_box02 .reason_01 .icon_box {
        margin-right: 20px;
        width: 40%;
        float: none;
        margin-left: 0;
    }
    .reason_box02 .reason_01 .icon_box {
        margin-right: 0;
        width: 100%;
        float: none;
        margin-left: 0;
    }
    
    .reason_box02 .reason_01 .icon {
        width: 30%;
        margin: auto;
    }
        .reason_01 .icon_box .num {
        font-size: 15vw;
        width: 100%;
        text-align: left;
        margin-left: 5%;
    }
    .reason_01 .text {
        width: 100%;
        float: none;
        margin-top: -5px;
    }
    .reason_01 {
        padding: 30px 40px;
    }
    
     .reason_box02 .reason_01 .text {
        width: 100%;
        float: none;
        margin-top: -5px;
    }
    .reason_box02 .reason_01 {
        padding: 30px;
    }
        .reason_01 .icon_box .num span {
        font-size: 5vw;
    }
}
@media screen and (max-width: 500px) {
  .sp_tel_mail {
    right: 60px;
  }
  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }
  #main {
    height: 520px;
  }
  #main .copy {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
  #main .copy_text {
    font-size: 1rem;
    margin: 1.8rem 0;
  }
  .medal {
    width: 75%;
    min-width: 200px;
    margin: 0 10px 10px;
  }
 .header .logo {
    width: 50%;
     height: 80px;
}
    .nav {
    height: 80px;
}
  .header {
    height: 80px;
  }
  section .contents_inner {
    padding: 50px 25px;
  }
  /*REASON*/
.reason_box {
  grid-template-columns: 1fr;
  gap: 7vw;
}
/*.reason_01 {
  width: 100%;
}*/
#reason .reason_number {
  font-size: 3.5rem;
}
/* .reason_01:nth-child(n+2) {
  margin-top: 50px;
} */
.back_blue_area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #f2fbff;
  z-index: -1;
  border-radius: 0;
}
/*  */
  .company_img {
    width: 75%;
    position: relative;
  }
  .company_dl dt {
    width: 100%;
    float: none;
  }
  .company_dl dd {
    width: 100%;
    margin-left: 0;
  }
  .company_flex .company_dl {
    width: 100%;
  }
  .open_btn {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .case_box {
    width: 100%;
    float: none;
  }
  .case_dl {
    margin-bottom: 35px;
  }
  .map_area .text .title {
    font-size: 1.2rem;
  }
  .map .hokkaido_map img {
    top: -70px;
    width: 90%;
  }
  .map .map_icon img {
    top: 15px;
    width: 30%;
  }
  .map .hokkaido_map {
    margin-bottom: 210px;
  }
  /* CASE */
  #case .button {
    font-size: 1.1rem;
    width: 200px;
    padding: 13px 30px;
  }
  #case .button::after {
    left: 86%;
  }
    /* CONSULTANT */
    .manager_container {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0px 0px;
    }
    .member_container {
      display: grid;
      grid-template-columns: 1fr;
    }
    .manager_img {
      text-align: center;
    }
    .manager_img img {
      width: 85%;
    }
    .menber_box .member_img {
      text-align: center;
    }
    .menber_box .member_img img {
      width: 85%;
    }
    .member_container .position {
      text-align: center;
    }
    #member .name {
      text-align: center;
    }
  .row {
    flex-wrap: wrap;
  }
  .row img {
    width: 65%;
    margin: auto;
    display: block;
  }
  .ac-parent span {
    font-size: 1.2rem;
    display: inline-block;
    float: left;
    position: relative;
    top: -3px;
    margin-right: 10px;
  }
  .ac-parent {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-right: 50px;
  }
  .ac-parent:after {
    right: 22px;
    width: 8px;
    height: 8px;
  }
  .ac-child {
    padding: 20px 50px 20px 30px
  }
  .ac-child span {
    font-size: 1.2rem;
    margin-right: 10px;
  }
  .footer_policy a {
    font-size: 0.8rem;
    text-decoration: none;
    color: #1E2124;
  }
  .button .return {
    margin: 0 7px;
    width: 170px;
    margin-bottom: 20px;
  }
/*INTERVIEW*/
#interview::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  /*background-color: #f2fbff;*/
  z-index: -1;
  left: 0;
  border-radius: 0;
}
.slick-next {
  width: 18px;
  height: 18px;
}
.slick-prev {
  width: 18px;
  height: 18px;
}
/*  */
  #pagetop {
    right: 20px;
  }
  #pagetop .arrow {
    width: 14px;
    height: 14px;
    top: 0px;
  }
  #pagetop a {
    padding: 10px 5px;
  }
  #pagetop a {
    width: 50px;
    height: 50px;
  }
    .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 85px;
}
    .menber_box {
    width: 100%;
    margin: 13px 0;
}
    .flow_box {
    width: 100%;
}
.modal-box {
  padding: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  top: 0;
  max-height: 90vh; /* モーダルはみ出ないように */
  overflow: scroll; /* モーダル内容がはみ出たときスクロール */
  margin: 50vh auto 0;
  transform: translateY(-52%);
  /* 上下中央より少し上に表示 */
}
.modalClose {
  font-size: 2rem;
  top: -2px;
  right: 11px
}
.modal_flex .sub_title {
  margin-bottom: 0;
}
.modal .leadmore span::before {
  left: 107%;
}
.modal .leadmore span::after {
  left: 111%;
}
.modal .leadmore {
  padding-right: 27px;
}
.modal .picture_area p {
  margin-bottom: 10px;
}
.modal_flex .picture_area {
  width: 87%;
}
.modal_flex .title {
  font-size: 0.9rem;
}
.modal_flex .sp_show {
  display: inline-block;
  padding: 5px 35px;
  margin-top: 5px !important;
}
.modal_flex .sp_show_tag {
  display: inline-block;
  margin-left: 15px;
  margin-top: 5px !important;
}

/* CONTACT */
blockquote.step input.text, blockquote.step textarea {
  padding: 10px;
}
#contact .phone_area .title {
  font-size: 1rem;
}
#contact .phone_area .number {
  font-size: 1.5rem;
}
#contact .phone_area img {
  width: 40px;
  margin-right: 10px;
}
#contact .encourage {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 500;
}
}

/* アニメーション追加 */
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}