.table_scroll {
  display: none;
}
@media screen and (max-width: 480px) {
  .table_scroll {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    border-radius: 9999px;
    background: #6f7f88;
    color: #fff;
    font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    height: 1.64em;
    line-height: 1.64;
    padding: 0 0.6em 0 0.8em;
  }
  .table_scroll::after {
    content: "";
    width: 10px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    background: url("/img/arr2_wh.svg") no-repeat center center/contain;
    margin-left: 2px;
  }
}

.table_wrap {
  width: 100%;
  overflow-x: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6%;
}
.table_wrap table {
  width: 1100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e2ebef;
  border-left: 1px solid #e2ebef;
}
.table_wrap th,
.table_wrap td {
  border-bottom: 1px solid #e2ebef;
  border-right: 1px solid #e2ebef;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 14px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table_wrap th .small,
.table_wrap td .small {
  margin-top: 0.2em;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}
.table_wrap th .red,
.table_wrap td .red {
  color: #ec6b61;
}
@media screen and (max-width: 480px) {
  .table_wrap th,
  .table_wrap td {
    text-align: left;
    font-size: 1.2rem;
    padding: 9px 10px;
  }
  .table_wrap th .small,
  .table_wrap td .small {
    font-size: 1.1rem;
  }
}
.table_wrap th {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  background-color: #f1f5f7;
}
.table_wrap tr.hd th {
  background: #008e66;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .table_wrap tr.hd th {
    font-size: 1.4rem;
  }
}

.p_ttl2 {
  background: url("/img/oneself_mv.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_ttl2 {
    background: url("/img/oneself_mv@2x.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_ttl2 {
    background: url("/img/oneself_mv_sp.jpg") no-repeat center center/cover;
  }
}
.p_ttl2 .type {
  display: block;
  margin-bottom: 30px;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .p_ttl2 .type {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
}

.p_intro {
  width: 1010px;
  margin: 0 auto;
  padding: 100px 0 110px;
}
@media screen and (max-width: 480px) {
  .p_intro {
    width: 88%;
    padding: 35px 0 25px;
  }
}

.p_lead {
  text-align: left;
}
.p_lead .copy {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.54;
}
.p_lead p:not(.notes) {
  margin-top: 40px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .p_lead .copy {
    font-size: 2rem;
    line-height: 1.7;
  }
  .p_lead p:not(.notes) {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .p_lead p:not(.notes) br {
    display: none;
  }
}

.s_prepare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1010px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_prepare {
    display: block;
    width: 88%;
  }
}
.s_prepare::before {
  content: "";
  display: block;
  aspect-ratio: 224/396;
  background: url("/img/oneself_img1.png") no-repeat 0 0/contain;
  position: absolute;
  width: 112px;
  right: 22px;
  top: -320px;
}
@media screen and (max-width: 480px) {
  .s_prepare::before {
    width: 50px;
    right: -7px;
    top: -30px;
  }
}
.s_prepare .s_ttl {
  color: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5rem;
  line-height: 1.3;
  margin-top: -0.2em;
}
@media screen and (max-width: 480px) {
  .s_prepare .s_ttl {
    text-align: center;
    font-size: 2.5rem;
    margin-top: 0;
  }
}
.s_prepare .check_list1 {
  width: 700px;
}
@media screen and (max-width: 480px) {
  .s_prepare .check_list1 {
    margin-top: 15px;
    width: auto;
  }
}
.s_prepare .check_list1 li {
  font-family: "Inter", "TazuganeGothicStdN-Light", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .s_prepare .check_list1 li {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .s_prepare .check_list1 li br {
    display: none;
  }
}
.s_prepare .check_list1 li::before {
  top: calc(50% - 15px);
}
@media screen and (max-width: 480px) {
  .s_prepare .check_list1 li::before {
    width: 20px;
    top: calc(50% - 10px);
  }
}

.s_flow {
  margin: 150px auto 0;
}
.s_flow::before {
  content: "";
  display: block;
  width: 1010px;
  height: 1px;
  background: #008e66;
  margin: 0 auto 150px;
}
@media screen and (max-width: 480px) {
  .s_flow {
    margin: 60px auto 0;
  }
  .s_flow::before {
    width: 88%;
    margin: 0 auto 55px;
  }
}
.s_flow .s_ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .s_flow .s_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.s_flow .flow_list1 {
  width: 725px;
  margin: 50px auto 0;
}
@media screen and (max-width: 480px) {
  .s_flow .flow_list1 {
    width: 88%;
    margin: 25px auto 0;
  }
}
.s_flow .flow_list1 li {
  line-height: 1;
}
.s_flow .flow_list1 li .ttl {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
}
.s_flow .flow_list1 li .txt p {
  margin-top: 0.8em;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_flow .flow_list1 li .ttl {
    font-size: 1.6rem;
  }
  .s_flow .flow_list1 li .txt p {
    margin: 0.4em 0 -0.355em;
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.s_flow .notes {
  width: 725px;
  margin: 35px auto 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.86;
}
@media screen and (max-width: 480px) {
  .s_flow .notes {
    width: 88%;
    margin: 15px auto 0;
    font-size: 1.1rem;
    line-height: 1.64;
  }
}
.s_flow .btn2 {
  margin: 25px auto 0;
  width: 480px;
}
@media screen and (max-width: 480px) {
  .s_flow .btn2 {
    margin: 10px auto 0;
    width: auto;
    max-width: 100%;
  }
}

.s_type {
  margin: 150px auto 0;
}
.s_type::before {
  content: "";
  display: block;
  width: 1010px;
  height: 1px;
  background: #008e66;
  margin: 0 auto 150px;
}
@media screen and (max-width: 480px) {
  .s_type {
    margin: 60px auto 0;
  }
  .s_type::before {
    width: 88%;
    margin: 0 auto 55px;
  }
}
.s_type .s_ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .s_type .s_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.s_type .s_lead {
  margin-top: 45px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 480px) {
  .s_type .s_lead {
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
.s_type .txt1 {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .s_type .txt1 {
    margin: 18px auto 0;
    width: 88%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .s_type .txt1 br {
    display: none;
  }
}
.s_type table {
  margin: 35px auto 0;
}
@media screen and (max-width: 480px) {
  .s_type table {
    width: 690px;
    margin: 12px auto 0;
  }
}
.s_type table tr:not(.hd) th {
  width: 306px;
}
@media screen and (max-width: 480px) {
  .s_type table tr:not(.hd) th {
    width: 160px;
  }
}
.s_type table tr:not(.hd) td {
  width: 263px;
}
@media screen and (max-width: 480px) {
  .s_type table tr:not(.hd) td:nth-child(2) {
    width: 140px;
  }
  .s_type table tr:not(.hd) td:nth-child(3) {
    width: 211px;
  }
  .s_type table tr:not(.hd) td:nth-child(4) {
    width: 175px;
  }
}
.s_type .bal {
  width: 566px;
  background: #f1f5f7;
  margin-top: 28px;
  margin-left: calc(50% - 131px);
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.86;
}
.s_type .bal::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 14px;
  background: #f1f5f7;
  left: calc(50% - 8px);
  top: -13px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 480px) {
  .s_type .bal {
    width: 330px;
    margin-top: 28px;
    margin-left: 245px;
    font-size: 1.2rem;
    line-height: 1.67;
  }
}

.s_ranking {
  margin: 150px auto 0;
  /*
  	.img_zoom {
  		display: none;
  		@media screen and (max-width: f.$bp) {
  			margin-top: 10px;
  			display: inline-block;
  			vertical-align: top;
  			border-radius: 9999px;
  			background: f.$gray3;
  			color: f.$white;
  			@include f.bold();
  			font-size: 1.1rem;
  			height: 1.64em;
  			line-height: 1.64;
  			padding: 0 .8em;
  			&::after {
  				content: '';
  				width: 9px;
  				height: 100%;
  				display: inline-block;
  				vertical-align: top;
  				background: url('/img/i_search_wh.svg') no-repeat center center / contain;
  				margin-left: 2px;
  			}
  		}
  	}
  */
}
.s_ranking::before {
  content: "";
  display: block;
  width: 1010px;
  height: 1px;
  background: #008e66;
  margin: 0 auto 150px;
}
@media screen and (max-width: 480px) {
  .s_ranking {
    margin: 60px auto 0;
  }
  .s_ranking::before {
    width: 88%;
    margin: 0 auto 55px;
  }
}
.s_ranking .s_ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .s_ranking .s_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.s_ranking .s_lead {
  margin-top: 45px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 480px) {
  .s_ranking .s_lead {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
.s_ranking .img {
  width: 1100px;
  background: #f1f5f7;
  border-radius: 10px;
  margin: 45px auto 0;
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  .s_ranking .img {
    width: 93.3%;
    margin: 15px auto 0;
    padding: 20px 0;
  }
  .s_ranking .img img {
    width: 84vw;
    height: auto;
  }
}
.s_ranking .notes {
  width: 670px;
  margin: 35px auto 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.86;
}
@media screen and (max-width: 480px) {
  .s_ranking .notes {
    width: 88%;
    margin: 15px auto 0;
    font-size: 1.1rem;
    line-height: 1.64;
  }
}

.s_sharing {
  margin: 150px auto 0;
}
.s_sharing::before {
  content: "";
  display: block;
  width: 1010px;
  height: 1px;
  background: #008e66;
  margin: 0 auto 150px;
}
@media screen and (max-width: 480px) {
  .s_sharing {
    margin: 60px auto 0;
  }
  .s_sharing::before {
    width: 88%;
    margin: 0 auto 55px;
  }
}
.s_sharing .s_ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .s_sharing .s_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.s_sharing .s_lead {
  margin-top: 45px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 480px) {
  .s_sharing .s_lead {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
.s_sharing table {
  margin: 35px auto 0;
}
@media screen and (max-width: 480px) {
  .s_sharing table {
    margin: 12px auto 0;
    width: 510px;
  }
}
.s_sharing table tr.hd th {
  width: 365px;
}
.s_sharing table tr.hd th:first-child {
  background: #004b36;
}
@media screen and (max-width: 480px) {
  .s_sharing table tr.hd th:nth-child(1) {
    width: 140px;
  }
  .s_sharing table tr.hd th:nth-child(2), .s_sharing table tr.hd th:nth-child(3) {
    width: 183px;
  }
}
.s_sharing table td {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
}

.s_case {
  margin: 150px auto 0;
}
.s_case::before {
  content: "";
  display: block;
  width: 1010px;
  height: 1px;
  background: #008e66;
  margin: 0 auto 140px;
}
@media screen and (max-width: 480px) {
  .s_case {
    margin: 60px auto 0;
  }
  .s_case::before {
    width: 88%;
    margin: 0 auto 55px;
  }
}
.s_case .s_ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .s_case .s_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.s_case .s_lead {
  margin-top: 38px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 480px) {
  .s_case .s_lead {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
.s_case table {
  margin: 35px auto 0;
}
@media screen and (max-width: 480px) {
  .s_case table {
    width: 650px;
    margin: 12px auto 0;
  }
}
.s_case table tr.hd th {
  padding: 9px 10px;
  line-height: 1.2;
}
.s_case table tr.hd th:nth-child(1) {
  width: 350px;
}
@media screen and (max-width: 480px) {
  .s_case table tr.hd th:nth-child(1) {
    width: 190px;
  }
  .s_case table tr.hd th:nth-child(2), .s_case table tr.hd th:nth-child(3) {
    width: 145px;
  }
  .s_case table tr.hd th:nth-child(4) {
    width: 100px;
  }
  .s_case table tr.hd th:nth-child(5) {
    width: 65px;
  }
}
.s_case table tr:not(hd) th {
  text-align: left;
  padding: 14px 20px;
}
@media screen and (max-width: 480px) {
  .s_case table tr:not(hd) th {
    padding: 9px 10px;
  }
}
.s_case table td {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
}

.s_request {
  margin: 150px auto 0;
}
.s_request::before {
  content: "";
  display: block;
  width: 1010px;
  height: 1px;
  background: #008e66;
  margin: 0 auto 140px;
}
@media screen and (max-width: 480px) {
  .s_request {
    margin: 60px auto 0;
  }
  .s_request::before {
    width: 88%;
    margin: 0 auto 55px;
  }
}
.s_request .s_ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .s_request .s_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.s_request .s_lead {
  margin-top: 38px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 480px) {
  .s_request .s_lead {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
.s_request .txt1 {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .s_request .txt1 {
    margin: 15px auto 0;
    width: 88%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .s_request .txt1 br {
    display: none;
  }
}
.s_request .request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  margin: 40px auto 0;
}
@media screen and (max-width: 480px) {
  .s_request .request {
    width: 88%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin: 20px auto 0;
  }
}
.s_request .check_list2 {
  width: 630px;
}
@media screen and (max-width: 480px) {
  .s_request .check_list2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
  }
}
.s_request .check_list2 li .notes {
  display: block;
  margin-top: 8px;
  font-family: "Inter", "TazuganeGothicStdN-Light", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .s_request .check_list2 li {
    font-size: 1.6rem;
  }
  .s_request .check_list2 li .notes {
    margin-top: 4px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.s_request .img {
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_request .img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.s_request .img img {
  border: 1px solid #e2ebef;
}
.s_request .img .zoom {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  background: #6f7f88;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 12px;
  width: 85px;
  height: 30px;
  line-height: 30px;
}
.s_request .img .zoom::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 100%;
  background: url("/img/i_search_wh.svg") no-repeat center center/contain;
  margin-right: 6px;
}
.s_request .img a {
  display: block;
  text-decoration: none;
}
.s_request .img a img {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  .s_request .img a:hover img {
    opacity: 0.7;
  }
}

#modal .img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
}

.s_expert {
  margin: 150px auto 0;
}
.s_expert::before {
  content: "";
  display: block;
  width: 1010px;
  height: 1px;
  background: #008e66;
  margin: 0 auto 140px;
}
@media screen and (max-width: 480px) {
  .s_expert {
    margin: 60px auto 0;
  }
  .s_expert::before {
    width: 88%;
    margin: 0 auto 55px;
  }
}
.s_expert .s_ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .s_expert .s_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.s_expert .s_lead {
  margin-top: 38px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 480px) {
  .s_expert .s_lead {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
.s_expert .txt1 {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .s_expert .txt1 {
    margin: 15px auto 0;
    width: 88%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .s_expert .txt1 br {
    display: none;
  }
}
.s_expert .anc_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
.s_expert .anc_list .btn3 {
  width: 240px;
}
@media screen and (max-width: 480px) {
  .s_expert .anc_list {
    margin-top: 15px;
    gap: 10px;
  }
  .s_expert .anc_list .btn3 {
    width: 150px;
  }
}
.s_expert .contact {
  border-top: 1px solid #e2ebef;
  padding-top: 25px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 20px;
}
@media screen and (max-width: 480px) {
  .s_expert .contact {
    padding-top: 15px;
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.s_expert .contact .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 0;
}
.s_expert .contact .label {
  width: 87px;
  height: 23px;
  border-radius: 9999px;
  background: #008e66;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Light", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .s_expert .contact .label {
    width: 52px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
    margin-right: 7px;
  }
}
.s_expert .contact .contact_name {
  margin-left: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .s_expert .contact .contact_name {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
  }
}
.s_expert .contact a.tel,
.s_expert .contact a.mail {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: inherit;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .s_expert .contact a.tel,
  .s_expert .contact a.mail {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.s_expert .contact a.tel::before,
.s_expert .contact a.mail::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0.9em;
  height: 1em;
  margin-right: 0.3em;
}
@media screen and (max-width: 480px) {
  .s_expert .contact a.tel::before,
  .s_expert .contact a.mail::before {
    height: 1.2em;
  }
}
.s_expert .contact a.tel::before {
  background: url("/img/i_tel.svg") no-repeat center center/contain;
}
.s_expert .contact a.mail::before {
  background: url("/img/i_mail_bl.svg") no-repeat center center/contain;
}
.s_expert .expert {
  background: #f1f5f7;
  border-radius: 10px;
  max-width: 1100px;
  margin: 45px auto 0;
  padding: 55px 0 50px;
}
@media screen and (max-width: 480px) {
  .s_expert .expert {
    width: 93.3%;
    margin: 30px auto 0;
    padding: 30px 0 25px;
  }
}
.s_expert .expert .ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .s_expert .expert .ttl {
    font-size: 2rem;
  }
}
.s_expert .expert .ft {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .s_expert .expert .ft {
    width: 86.7vw;
    margin: 10px auto 0;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.64;
  }
  .s_expert .expert .ft br {
    display: none;
  }
}
.s_expert .expert .expert_list {
  width: 850px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .s_expert .expert .expert_list {
    width: 86.7vw;
    margin: 20px auto 0;
  }
}
.s_expert .expert .expert_list li {
  background: #fff;
  border-radius: 10px;
  padding: 50px 90px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .s_expert .expert .expert_list li {
    padding: 20px 6.2%;
  }
}
.s_expert .expert2 {
  margin: 50px auto 0;
  width: 850px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f5f7;
  border-radius: 10px;
  padding: 50px 90px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .s_expert .expert2 {
    margin: 20px auto 0;
    width: 86.7vw;
    width: 93.3%;
    padding: 25px 8.6vw;
  }
}
.s_expert .expert .expert_list .name,
.s_expert .expert2 .name {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .s_expert .expert .expert_list .name,
  .s_expert .expert2 .name {
    text-align: center;
    font-size: 1.6rem;
  }
}
.s_expert .expert .expert_list .txt,
.s_expert .expert2 .txt {
  margin-top: 18px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.88;
}
.s_expert .expert .expert_list .txt.logo,
.s_expert .expert2 .txt.logo {
  padding-right: 160px;
}
.s_expert .expert .expert_list .txt.logo img,
.s_expert .expert2 .txt.logo img {
  position: absolute;
  right: 0;
  top: 0.44em;
}
@media screen and (max-width: 480px) {
  .s_expert .expert .expert_list .txt,
  .s_expert .expert2 .txt {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .s_expert .expert .expert_list .txt.logo,
  .s_expert .expert2 .txt.logo {
    margin-top: 8px;
    padding-right: 0;
  }
  .s_expert .expert .expert_list .txt.logo img,
  .s_expert .expert2 .txt.logo img {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto 8px;
  }
  .s_expert .expert .expert_list .txt.logo img.vertical,
  .s_expert .expert2 .txt.logo img.vertical {
    margin: 20px auto 18px;
  }
  .s_expert .expert .expert_list .txt.logo img.vertical2,
  .s_expert .expert2 .txt.logo img.vertical2 {
    margin: 8px auto 10px;
  }
}

.windows .s_expert .contact a.tel,
.windows .s_expert .contact a.mail {
  line-height: 1.2;
}

.p_outro {
  width: 1010px;
  margin: 150px auto 0;
  border-top: 1px solid #008e66;
  padding-top: 150px;
}
@media screen and (max-width: 480px) {
  .p_outro {
    width: auto;
    margin: 60px auto 0;
    border-top: none;
    padding-top: 0;
  }
  .p_outro::before {
    content: "";
    display: block;
    width: 88%;
    height: 1px;
    background: #008e66;
    margin: 0 auto 60px;
  }
}

.s_contact {
  margin: 0 auto;
  width: 1010px;
  background: #f1f5f7;
  border-radius: 10px;
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .s_contact {
    width: 93.3%;
    padding-bottom: 30px;
  }
}
.s_contact .s_ttl {
  background: #008e66;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 70px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 480px) {
  .s_contact .s_ttl {
    font-size: 1.8rem;
    line-height: 50px;
  }
}
.s_contact .s_lead {
  margin-top: 45px;
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 480px) {
  .s_contact .s_lead {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.s_contact .s_subttl {
  margin: 20px auto 0;
  width: 780px;
  border-bottom: 1px solid #e2ebef;
  padding-bottom: 22px;
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .s_contact .s_subttl {
    margin: 10px auto 0;
    width: 82.7vw;
    padding-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.s_contact .contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 480px) {
  .s_contact .contact_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }
}
.s_contact .contact_list li {
  width: 420px;
}
@media screen and (max-width: 480px) {
  .s_contact .contact_list li {
    width: auto;
    padding-top: 20px;
  }
}
.s_contact .contact_list li + li {
  border-left: 1px solid #e2ebef;
}
@media screen and (max-width: 480px) {
  .s_contact .contact_list li + li {
    border-left: none;
    border-top: 1px solid #e2ebef;
    margin-top: 20px;
  }
}
.s_contact .contact_list .ttl {
  margin-bottom: 25px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .s_contact .contact_list .ttl {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
.s_contact .contact_list .btn {
  width: 325px;
}
@media screen and (max-width: 480px) {
  .s_contact .contact_list .btn {
    width: 250px;
    height: 50px;
    line-height: 48px;
    font-size: 1.6rem;
    padding: 0 60px 0 25px;
  }
  .s_contact .contact_list .btn::after {
    width: 40px;
    top: calc(50% - 20px);
    right: 4px;
    background-size: 6px;
  }
}
.s_contact .contact_list a:not(.btn) {
  color: inherit;
  text-decoration: none;
}
.s_contact .contact_list .tel {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
.s_contact .contact_list .tel strong {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}
.s_contact .contact_list .tel a {
  font-size: 2.1rem;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
}
.s_contact .contact_list .tel .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .s_contact .contact_list .tel {
    font-size: 1.4rem;
  }
  .s_contact .contact_list .tel a {
    font-size: 1.8rem;
  }
  .s_contact .contact_list .tel .small {
    font-size: 1rem;
  }
}
.s_contact .contact_list .mail_fax {
  margin-top: 20px;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.s_contact .contact_list .mail_fax strong {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}
@media screen and (max-width: 480px) {
  .s_contact .contact_list .mail_fax {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.s_contact + .link_list1 {
  width: 780px;
  margin: 60px auto 0;
}
.s_contact + .link_list1 a {
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .s_contact + .link_list1 {
    width: 85%;
    margin: 30px auto 0;
  }
  .s_contact + .link_list1 a {
    font-size: 1.4rem;
  }
}

.benefit_list {
  width: 1010px;
  margin: 60px auto 0;
  background: #f1f5f7;
  border-radius: 10px;
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  .benefit_list {
    width: 93.3%;
    margin: 30px auto 0;
    padding: 30px 0;
  }
}
.benefit_list .ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .benefit_list .ttl {
    font-size: 1.6rem;
    line-height: 1.63;
  }
}
.benefit_list .check_list1 {
  margin: 30px auto 0;
  width: 770px;
}
@media screen and (max-width: 480px) {
  .benefit_list .check_list1 {
    margin: 15px auto 0;
    width: 85.3vw;
  }
}
.benefit_list .check_list1 li {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .benefit_list .check_list1 li {
    font-size: 1.4rem;
  }
}
.benefit_list .check_list1 li .notes {
  font-family: "Inter", "TazuganeGothicStdN-Light", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .benefit_list .check_list1 li .notes {
    display: block;
    font-size: 1.2rem;
  }
}

footer {
  border-top: 1px solid #e2ebef;
  margin-top: 150px;
}
@media screen and (max-width: 480px) {
  footer {
    margin-top: 60px;
  }
}