html {
  overflow-y: scroll;
}
body {
  width: 100%;
  font-size: 1.1rem;
  color: #252525;
  background: #fff;
  font-weight: normal;
  font-family: 'Noto Sans JP', 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;
  letter-spacing: 0.05em;
}
img {
    width: 100%;
    height: auto;
    display: block;
}
section .contents_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 20px;
}
.cb {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.br_sp {
  display: none;
}
h2 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 45px;
  font-size: 2.2rem;
  line-height: 0.8;
  margin: 30px auto 80px;
  color: #252525;
  text-align: center;
  letter-spacing: 0.07em;
}
h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 220px;      /* SVGの横幅 */
  height: 20px;      /* SVGの高さ */
  background: url("../svg/line.svg") no-repeat center center;
  background-size: contain;
}

/*header*/
.header{
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 10;
  letter-spacing: 0.07em;
}
.header ul {
  width: 83%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
}
.header ul li {
  display: inline-block;
  margin: 35px 8px;
}
.header .logo {
  width: 15%;
  max-width: 300px;
  height: 105px;
  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: #252525;
  font-weight: 500;
  font-size: 1vw;
}
.sp {
  display: none;
}
.pc .tel {
  margin-left: 45px;
  position: relative;
  font-weight: 600;
  font-size: 1.2vw;
}
.tel::before {
  content: url(../svg/tel_icon.svg);
  width: 17%;
  height: 17%;
  display: block;
  position: absolute;
  left: -28px;
  top: 3px;
}
.sp_tel_mail {
  display: none;
}
.contact_btn_02{
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 100px auto 50px;
}
.contact_btn_02 a{
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 145px;
  border-radius: 50px;
  color: #64C4DE;
  background: #fff;
  border: 2px solid #64C4DE;
}
.contact_btn_02 a:hover {
  color: #fff;
  background: #64C4DE;
  border: none;
  border: 2px solid #fff;
}
.nav{
           height: 100px;
    background: #fff;
}
.pc li .contact_btn:hover{
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
        opacity: 0.95;
}

/*main*/
#main {
  position: relative;
  background-position: bottom;
  padding-top: 100px;
}
#main .copy {
  position: relative;
  font-size: 3.5vw;
  font-weight: 600;
  margin: 30px 0;
  z-index: 1;
  line-height: 1.5;
  letter-spacing: 0.13em;
}
#main .copy span {
  color: #64C4DE;
}
#main .copy_text {
  font-size: 1.2vw;
  position: relative;
}
#main .contents_inner {
  max-width: 1600px;
  margin: auto;
  padding: 70px 80px 150px;
}
#main .text {
  margin: 0 0 0 23%;
}
#main ul{
  display: flex;
  padding-left: 0;
  position: relative;
  margin: 65px 0 0;
}
#main ul li {
  position: relative;
  list-style: none;
  margin: 20px 0 20px 40px;
  font-weight: 500;
  padding-left: 35px;
  font-size: 1.3vw;
}
#main ul li:first-child {
  margin-left: 0;
}
#main ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 50px;
  background: linear-gradient(180deg, #64C4DE 0%, #DCF8FF 100%);
}
#main .main_img01 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 13%;
  max-width: 240px;
}
#main .main_img01::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: -132px;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border: 3px solid #64C4DE;
  z-index: -1;
}
#main .main_img02 {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 23%;
  max-width: 430px;
}
#main .main_img03 {
  position: absolute;
  top: 100px;
  right: 20px;
  width: 30%;
  max-width: 560px;
}
#main .main_img03::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -180px;
  right: -200px;
  transform: translateX(-50%);
  width: 220px;
  height: 220px;
  border: 3px solid #64C4DE;
}
#main .flex .kv_img img {
  width: 100%;
}
.medal {
  width: 55%;
  display: block;
  margin: 80px auto 0;
}
.pc li .contact_btn {
  background: #64C4DE;
  color: #fff;
  border-radius: 50px;
  padding: 0.8vw 2.2vw;
  font-size: 1.1vw;
  position: relative;
  top: -5px;
}
footer {
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 0 120px;
  text-align: center;
}
.footer_policy {
  margin-bottom: 20px;
}
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 5;
}
#pagetop a {
  padding: 15px 8px;
  background: #64C4DE;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #fff;
}
#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;
}

/* CTA */
.cta_area {
  background: linear-gradient(135deg, #64C4DE 0%, #64C4DE 50%, #DCF8FF 100%);
  color: #fff;
  padding: 40px 40px 50px;
}
.cta_area p {
  margin: 0;
  text-align: center;
  font-weight: 500;
  text-shadow: 0 2px 6px rgb(60 100 111 / 45%);
}
.contact_btn_01 {
  text-align: center;
  margin-top: 20px;
}
.contact_btn_01 a {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 50px;
  color: #64C4DE;
  background-color: #fff;
  transition: transform 0.2s;
  display: inline-block;
  box-shadow: 0 8px 32px rgb(100 159 175 / 45%);
}
.contact_btn_01 a:hover {
  transform: translateY(4px);
}

/* TREND */
.trend_box {
  position: relative;
  display: flex;
}
.trend_box .box {
  width: 50%;
  padding: 30px;
  border: 3px solid #64C4DE;
  border-radius: 10px;
  margin-left: 30px;
}
.trend_box .box:first-child {
  margin-left: 0;
}
.trend_box .box .title {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0 0 20px;
  color: #64C4DE;
  letter-spacing: 0.07em;
}
.trend_box .box .trend_img {
  width: 30%;
  margin: 30px auto 0;
}

/*REASON*/
#reason {
  background-color: #F0FAFC;
}
.reason_wrap {
  position: relative;
  background-color: #fff;
  padding: 50px 30px;
  margin: 20px 0 75px;
  text-align: center;
}
.reverse{
  flex-direction: column-reverse;
}
.reverse p{
  right: 0;
}
.reason_img {
  width: 45%;
  margin: 30px auto 0;
  align-content: center;
}
#reason .number {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  font-weight: 600;
  color: #64C4DE;
  margin: 0;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border: 3px solid #64C4DE;
  box-sizing: border-box;
  z-index: 2;
}
#reason .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1rem 0 2rem;
  letter-spacing: 0.07em;
}
#reason .title span {
  color: #64C4DE;
}
.reason_img img {
  width: 100%;
  display: block;
}
.reason02 li{
  display: flex;
  align-items: center;
  list-style: none;
  color: #535353;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 7px 0;
  letter-spacing: 0.07em;
}
.reason02 li span{
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  margin-right: 10px;
  background: #64C4DE;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.reason_box .flex{
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding-inline-start: 0;
  list-style: none;
  text-align: left;
}
.reason_box .box{
  width: 50%;
}

/*COMPANY*/
#company .contact_btn_02 {
  position: absolute;
  bottom: 11%;
  margin: auto;
  left: 0;
  right: 0;
}
#company .company_dl {
  margin: 0 auto;
}
#company .company_dl dl {
  border-bottom: 1px solid #d7d7d7;
  margin: 0 auto;
  padding: 15px 10px 15px;
  width: 80%;
  box-sizing: border-box;
  display: flex;
}
#company .company_dl dt {
  width: 15%;
  font-weight: 600;
}
#company .company_dl dd {
  width: 85%;
}
#company #company {
  position: relative;
  font-weight: 500;
  background-color: #fff;
}
#company .company_img {
  width: 40%;
  position: relative;
  z-index: 2;
}
#company .company_img img {
  width: 100%;
  position: absolute;
  top: 50px;
}
#company .img {
  margin: 65px 0 30px;
  border: 2px solid #0f3291;
}
#company .img img {
  width: 100%;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

/*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: #64C4DE;
  color: #fff;
  font-weight: 600;
  float: left;
  padding: 10px;
}
.case_dl .dl_01 .main_dt_buy {
  background: #8DB0BA;
  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: #F0FAFC;
  font-weight: 600;
  border-left: 2px solid #64C4DE;
  margin-bottom: 10px;
}
.case_dl .dl_01 .buy {
  text-align: left;
  margin-left: 90px;
  padding: 10px;
  background: #E8F1F3;
  font-weight: 600;
  border-left: 2px solid #8DB0BA;
  margin-bottom: 10px;
}
.case_dl .dl_01 dd {
  text-align: left;
  margin-left: 90px;
  padding: 10px;
  border-left: 2px solid #64C4DE;
  margin-bottom: 5px;
}
.case_dl .dl_01.border_color dd {
  border-left: 2px solid #8DB0BA;
}
.case_dl .dl_02 {
  width: 20%;
  display: block;
  float: left;
  margin: 5px 0;
}
.case_dl .dl_02 dt {
  width: 100%;
  background: #fafafa;
  color: #1E2124;
  font-weight: 600;
  text-align: center;
}
.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;
}
#case .button {
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #535353;
  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 {
  width: 100%;
}
.content {
  display: none;
}
.content.is-visible {
  display: block;
}
.dl_02 .case_img {
  position: relative;
}
.dl_02 .case_img img {
  width: 16%;
  left: 0;
  right: 0;
  margin: auto;
}
.case_dl .dl_01 .t_left{
  text-align: left;
}

/*  */
.comment {
  background: #F1F1F1;
  padding: 30px;
}
.box p:nth-of-type(2) {
  margin-top: 0;
}
.slide-items {
  width: 100%;
  height: 50%;
  margin: auto;
  padding-left: 0;
}

/*FLOW*/
#flow {
  background-color: #F0FAFC;
  text-align: center;
}
.flow_img {
  margin: 65px auto 50px;
}

/*PRICE*/
#price p {
  margin: 80px auto;
}
#price .table_title {
  color: #535353;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.07em;
}
#price .annotation {
  font-size: 1rem;
  color: #535353;
  margin: 20px 0 10px;
  text-align: right;
}
#price .annotation.number {
  margin-top: -50px;
  text-align: left;
}
.table-wrap {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  border: 1px solid #d7d7d7;
  margin-bottom: 70px;
}
.price_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.price_table th, .price_table td {
  background: #fff;
  padding: 15px 10px;
  font-weight: 500;
}
.price_table td {
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
/* 一番下の行のセルは下線を消す */
.price_table tr:last-child td {
  border-bottom: none;
}
/* 一番右のセルは右線を消す */
.price_table td:last-child {
  border-right: none;
}
.price_table td.title {
  border-bottom: none;
  background: #E8E8E8;
}
.price_table td.border-b {
  border-bottom: 1px solid #d7d7d7;
}
.price_table th:nth-child(odd) {
  background: #64C4DE;
  color: #fff;
}
.price_table th:nth-child(even) {
  background: #8BD1E4;
  color: #fff;
}
.price_table tr:nth-child(5) td[rowspan="3"] {
  border-bottom: none;
}
.price_table td.border-r {
  border-right: 1px solid #d7d7d7;
}

/*CONTACT*/
#contact {
  color: #fff;
  background: #64C4DE;
}
#contact .contents_inner {
  padding: 80px 20px 160px;
}
h2.white {
  color: #fff;
}
h2.white::after {
  background: url("../svg/line_w.svg") no-repeat center center;
}
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;
  font-weight: 500;
  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[type=checkbox] {
  display: block;
  clear: both;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #535353;
}
.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.checkbox-container .checkbox-label {
  border: none;
  background: none;
  padding: 0 !important;
  display: inline-block;
  float: none;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

/* オートコンプリート機能デザイン変更 */
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}
blockquote.step label {
  display: block;
  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: #fffe3d;
}
.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: #535353;
    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: #535353;
}
.check_box:checked + .label {
  color: #fff;
  background-color: #535353;
}
.select-os input[type="radio"]:checked.icon + label {
  color: #fff;
  background-color: #535353;
}
.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:#535353;
  border-left: 1px solid #dbdbdb;
  color: #fff;
}
.inquirytable td {
  width: 60%;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
  color: #252525;
}
.button .return {
  color: #535353;
  font-weight: 600;
  background: #fff;
  padding: 8px 10px;
  display: block;
  border: 2px solid #535353;
  cursor: pointer;
  margin: 0 auto;
}
.error {
  color: #fffe3d;
}
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 li {
    margin: 45px 6px;
  }
  .header .logo {
    width: 17%;
    height: 106px;
  }
  #main .contents_inner {
    padding: 30px 50px 55px;
  }
  #main .text {
    margin: 0 0 35px 24%;
  }
  #main ul {
    margin: 30px 0 0;
  }
  #main ul li::before {
    width: 12px;
    height: 40px;
  }
  #main .main_img02 {
    left: 15px;
    width: 22%;
  }
  #main .main_img03 {
    right: 15px;
    width: 29%;
  }
  #main .main_img01::after {
    top: 20px;
    right: -96px;
    width: 70px;
    height: 70px;
  }
  #main .main_img03::after {
    bottom: -100px;
    right: -150px;
    width: 150px;
    height: 150px;
  }
  .case_dl .dl_01 .main_dt_buy,
  .case_dl .dl_01 .main_dt {
    padding: 10px 12px;
  }
}

@media screen and (max-width: 1024px) {
  #main .contents_inner {
    padding: 20px 45px 45px;
  }
  .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: #64C4DE;
      padding: 10px 30px;
      border-radius: 30px;
  }
  .sp_contact {
    width: 55%;
    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: #64C4DE;
    -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: #64C4DE;
  }
  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;
  }
  .globalMenuSp ul li.tel_sp_02 a {
    margin-left: 10px;
  }
  .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;
  }
  .trend_box .box .title {
    font-size: 2rem;
  }
  .reason_box .flex {
    width: 100%;
  }
  .reason_box .box {
    margin-left: 20px;
  }
  .reason_box .box:first-child {
    margin-left: 0;
  }
  .reason02 li {
    font-size: 1rem;
  }
  .case_dl .dl_01 .main_dt {
    float: none;
    border-bottom: none;
  }
  .case_dl .dl_01 .main_dt_buy {
    float: none;
    border-bottom: none;
  }
  .case_dl .dl_01 .sell {
    margin-left: 0;
    border-left: 0;
  }
  .case_dl .dl_01 .buy,
  .case_dl .dl_01.border_color .buy {
    margin-left: 0;
    border-left: 0;
  }
  .case_dl dt {
    float: none;
    border-bottom: 2px solid #64C4DE;
  }
  .case_dl .dl_01.border_color dt {
    float: none;
    border-bottom: 2px solid #8DB0BA;
  }
  .case_dl .dl_01 dd,
  .case_dl .dl_01.border_color dd {
    margin-left: 0;
    border-left: 0;
  }
  .case_dl .dl_02 {
    width: 30%;
  }
  .case_dl .dl_01 {
    width: 35%;
  }
  #company {
    height: auto;
  }
  #company {
    height: auto;
  }
  .company_dl {
    background: #fff;
    position: relative;
    width: 100%;
    right: auto;
    top: -40px;
  }
  .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: 75%;
  }
  .company_dl dl {
    width: 85%;
  }
  #company .img {
    margin: 10px 0 30px;
  }
  .open_btn {
    width: 22.3%;
  }
  .flow .flow02 {
    padding: 100px 17px 30px;
  }
  .flow02 .num {
    padding: 0 20px;
    height: 320px;
  }
  .flow02 .pink {
    padding: 0 20px;
    height: 320px;
  }
  .flow p {
    left: 13%;
  }
  .flow .basic_fee {
    top: -55px;
    left: 6%;
  }
  .flow .success_fee {
    top: -55px;
    left: 7%;
  }
  .flow_box {
    width: auto;
  }
  .lehman__illustration {
    padding: 34px 35px;
    width: auto;
  }
  .header .pc {
    display: none;
  }
  .service_box {
    width: calc((100% - 84px) / 3);
    box-sizing: border-box;
  }
  #company .contact_btn_02 {
    bottom: 6%;
  }
  .menber_box_02 {
    width: 46%;
    box-sizing: border-box;
  }
  .flow_box {
    width: auto;
  }
}

@media screen and (max-width: 820px) {
  .br_sp {
    display: block;
  }
  #main .flex .text {
    margin-right: 20px;
  }
  #main .copy {
    font-size: 2.2rem;
  }
  #main .copy_text {
    font-size: 0.9rem;
  }
  #main ul li {
    font-size: 1rem;
  }
  #main .main_img01::after {
    top: 70px;
  }
  .service_box {
    width: calc((100% - 56px) / 2);
    box-sizing: border-box;
  }
  h2 {
    font-size: 2rem;
  }
  .reason_box .box br{
    display: none;
  }
  #flow {
    text-align: left;
  }
  .flow02 .num {
    padding: 0 11px;
  }
  .flow02 .pink {
    padding: 0 11px;
  }
  .flow p {
    left: 10%;
  }
  .flow .basic_fee {
    top: -55px;
    left: -3%;
  }
  .flow .success_fee {
    top: -55px;
    left: -3%;
  }
  .cta_area {
    padding: 30px 40px 40px;
  }
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
  .contact_btn_02 a {
    font-size: 1.2rem;
    padding: 20px 35px;
  }
  .flow .flow02 {
    padding: 100px 14px 30px;
  }
 .service_box {
    width: calc((100% - 56px) / 2);
    box-sizing: border-box;
  }
  .open_btn {
    width: 29.9%;
  }
  .header .logo {
    width: 30%;
    padding: 0 20px;
    height: 95px;
  }
  #main ul .br_sp {
    display: none;
  }
  #main .contents_inner {
    flex-direction: column-reverse;
    padding: 10px 50px 30px;
  }
  #main .copy {
    font-size: 2.5rem;
    margin: 1rem 0;
  }
  #main .copy_text {
    font-size: 1rem;
  }
  #main .text {
    margin: 0 0 35px 0;
  }
  #main ul {
    flex-direction: column;
    margin: 1rem auto;
  }
  #main ul li {
    font-size: 1rem;
    padding-left: 25px;
    margin: 20px 0;
  }
  #main .flex .text {
    width: 100%;
    margin-right: 0;
  }
  #main .main_img01 {
    display: none;
  }
  #main .main_img02 {
    bottom: auto;
    top: 90px;
    left: auto;
    right: 0;
    min-width: 150px;
  }
  #main .main_img02::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: -90px;
    width: 150px;
    height: 150px;
    border: 2px solid #64C4DE;
    z-index: -1;
  }
  #main .main_img03 {
    top: auto;
    bottom: 0;
    right: 15px;
    min-width: 200px;
  }
  #main .main_img03::after {
    bottom: auto;
    top: -86px;
    right: -80px;
    width: 100px;
    height: 100px;
    border: 2px solid #64C4DE;
  }
  .medal {
    width: 70%;
  }
  .row img {
    width: 90%;
  }
  .trend_box {
    width: 100%;
    flex-direction: column;
  }
  .trend_box .box {
    width: 100%;
    margin: 30px auto 0;
    box-sizing: border-box;
  }
  .trend_box .box:first-child {
    margin: 0 auto;
  }
  .reason_box {
    flex-direction: column-reverse;
  }
  .reason_text {
    width: 100%;
  }
   .reason_text p {
    margin: 0 0 30px;
  }
  .reason_img {
    width: 85%;
    margin: 0 auto;
  }
  .reason_box .box {
      padding: 10px;
  }
  .reason02 li {
    align-items: flex-start;
  }
  .flow .flow02 {
    padding: 100px 14px 30px;
  }
  .flow {
    display: block;
    margin-top: 0;
  }
  #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 #535353;
    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;
  }
  .flow02.fee {
    margin: 0 0 120px 0;
  }
  .flow_box {
    text-align: center;
    padding-bottom: 0;
    float: none;
  }
  .flow p {
    left: 0;
    width: 100%;
  }
  .flow .basic_fee {
    top: 72px;
    left: 0;
    right: 0;
    margin: 40px auto 0;
    padding: 24px 18px 18px;
    font-size: 0.8rem;
    border-radius: 50%;
    writing-mode: horizontal-tb;
  }
  .flow .basic_fee::before {
    top: -25px;
    left: 46%;
    margin: 0;
    padding: 4px 4px;
    border-radius: 50%;
  }
  .flow .basic_fee::after {
    top: -13px;
    left: 46%;
    margin: 0;
    padding: 4px 4px;
    border-radius: 50%;
  }
  .flow .success_fee {
    width: 90px;
    top: 72px;
    left: 0;
    right: 0;
    margin: 40px auto 0;
    padding: 33px 18px 30px;
    font-size: 0.8rem;
    border-radius: 50%;
    writing-mode: horizontal-tb;
  }
  .flow .success_fee::before {
    top: -25px;
    left: 46%;
    margin: 0;
    padding: 4px 4px;
    border-radius: 50%;
  }
  .flow .success_fee::after {
    top: -13px;
    left: 46%;
    margin: 0;
    padding: 4px 4px;
    border-radius: 50%;
  }
  #company .company_dl dl {
    width: 100%;
  }
  #company .company_dl dt {
    width: 35%;
  }
  #company .company_dl dd {
    width: 65%;
  }

  /* メルマガパーミッション */
  .checkbox-container .checkbox-label {
    flex: 1;
    width: calc(100% - 80px);
    cursor: pointer;
  }
}

@media screen and (max-width: 550px) {
  .reason_box .box {
    margin-left: 0;
    padding: 0 10px;
  }
  .reason02 li {
    align-items: center;
  }
  .trend_box .box .trend_img {
    width: 50%;
   }
  .case_dl .dl_01 {
    width: 100%;
    float: none;
  }
  .case_dl .dl_02 {
    width: 100%;
    float: none;
  }
  .case_dl dt {
    width: auto;
    margin-right: 0;
  }
  .case_dl .dl_01 dd {
    width: auto;
  }
  .dl_02 .case_img img {
    position: relative;
    top: 0;
    width: 10%;
  }
  .menber_box_02 {
    width: 100%;
    margin: 13px 0;
  }
  .service_box {
    width: 100%;
    padding: 14px 0;
  }
  .case_dl .dl_01 .sell {
    width: auto;
  }
  .case_dl .dl_02 dd {
    margin: 15px 0 25px;
  }
  .case_dl {
    border-bottom: none;
    margin-bottom: 75px;
  }
  .reason_box .flex {
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .reason_box .box{
    width: 100%;
  }
  .sp_tel_mail {
    right: 60px;
  }
  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }
  #main .contents_inner {
    padding: 0 30px 35px;
  }
  #main .copy {
    font-size: 2rem;
    font-weight: 600;
  }
  #main .copy_text br{
    display: none;
  }
  #main .copy_text {
    font-size: 0.9rem;
    font-weight: 500;
  }
  #main .main_img02 {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    min-width: 120px;
    z-index: -1;
  }
  #main .main_img02::after {
    bottom: -30px;
    left: auto;
    right: -30px;
    width: 80px;
    height: 80px;
  }
  .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 {
    font-size: 1.3rem;
  }
  .company_dl dt {
    width: 100%;
    float: none;
  }
  .company_dl dd {
    width: 100%;
    margin-left: 0;
  }
  .company_dl {
    padding: 20px 0 15px;
  }
  .open_btn {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .service_box {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .case_box {
    width: 100%;
    float: none;
  }
  .row {
    flex-wrap: wrap;
  }
  .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;
  }
  .reason_img {
    width: 100%;
  }
  .menber_box_02 {
    width: 100%;
    margin: 13px 0;
  }
  #reason .reverse{
    flex-direction: column-reverse;  
  }
  .reason_img img {
    width: 100%;
    margin: 0 auto 25px;
  }
  .flow_box {
    width: 100%;
  }
  h2 {
    font-size: 1.6rem;
    margin-bottom: 50px;
    padding-bottom: 40px;
    line-height: 1.1;
  }
  h2 span {
    font-size: 1rem;
  }
  #main ul {
    width: 100%;
    margin: 1rem auto 145px;
  }
  #main ul li {
    font-size: 0.8rem;
    margin: 10px 0;
    padding: 6px 0 6px 20px;
  }
  .trend_box .box .title {
    font-size: 1.8rem;
  }
  .reason_text p {
    width: 100%;
    padding: 0;
  }
    #case .button {
    margin: 0px auto 70px;
  }
    #main .flex .kv_img {
    width: 100%;
    margin-left: 0;
  }
  .medicalJapn_content div {
    width: 90%;
  }
  .article_img {
    width: 100%;
  }
  .flow_box {
    width: 100%;
  }
  .price_table td.title {
    writing-mode: unset;
    text-orientation: unset;
    padding: 15px 5px;
    text-align: center;
  }
  .price_table td.title div {
    writing-mode: unset;
    text-orientation: unset;
    transform: none;
    -webkit-transform: none;
    display: inline-block;
    width: 1.5em; 
    /* 文字と文字の間の（縦の）隙間を調整 */
    line-height: 1.2; 
    /* 単語の途中でも強制的に改行させる設定 */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    text-align: center;
    padding: 0;
  }
}