@charset "utf-8";
/*
Theme Name: meishokailp-theme
Theme URI: https://mh-tec.co.jp/
Author: mh-tec Design team
Author URI: https://mh-tec.co.jp/
Version: 2.0
*/
:root {
  --main-color: #3a62ad;
  --sub-color: #21b7ce;
  --point-color: #fbed21;
  --bg-color: #f2f5f9;
}
.main-color {
  color: var(--main-color);
}
.sub-color {
  color: var(--sub-color);
}
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}
legend{color:#000}

img {
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #222;
}

a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  color: inherit;
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
#page-top a {
  display: block;
  width: 50px;
  line-height: 50px;
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  font-size: 20px;
}
#page-top a:hover {
  opacity: 0.5;
}

.tablenav {
  margin: 30px 0;
  text-align: center;
}

.tablenav .page-numbers {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #68a440;
  border-radius: 50%;
  padding: 5px 13px;
  margin: 0 5px;
}

.tablenav .current {
  background-color: #68a440;
  color: #fff;
}

.tablenav .prev,.tablenav .next {border: none;}

.row {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.pure-toggle:focus ~ .pure-toggle-label {
  border-color: var(--main-color);
  color: var(--main-color);
}
.pure-toggle-label {
  border: 2px solid var(--main-color);
}
.pure-toggle-label:hover {
  border-color: var(--main-color);
  color: var(--main-color);
}
.pure-toggle-label:hover .pure-toggle-icon,
.pure-toggle-label:hover .pure-toggle-icon:before,
.pure-toggle-label:hover .pure-toggle-icon:after {
  background-color: var(--main-color);
}
.pure-toggle-label .pure-toggle-icon,
.pure-toggle-label .pure-toggle-icon:before,
.pure-toggle-label .pure-toggle-icon:after {
  background: var(--main-color);
}
.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'],
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'],
.pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] {
  border-color: var(--main-color);
  color: var(--main-color);
}
.pure-drawer {
  background-color: #ffffff;
  border-left: 2px solid var(--main-color);
}
.pure-pusher {
  background-color: #fff;
}
.pure-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

body {
  padding-top: 90px;
}
a {
  transition: 0.5s;
}
a:hover {
  opacity: 0.5;
}
.msk-container {
  width: 1170px;
  max-width: 95%; 
  margin: 0 auto;
}
h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  padding: 27px 10px;
  margin-bottom: 70px;
}
h2:before,
h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  background-repeat: no-repeat;
}
h2:before {
  top: -10px;
  height: 10px;
  background-image: url(./img/h2-border-top.svg);
  background-position: center bottom;
}
h2:after {
  bottom: -40px;
  height: 40px;
  background-image: url(./img/h2-border-under.svg);
  background-position: center top;
}
.h2-span {
  display: block;
  color: #888;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
}
a.btn_type01 {
  color: #222;
  background-color: var(--point-color);
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  padding: 23px 130px;
  border-radius: 40px;
  display: inline-block;
  position: relative;
}

a.btn_type01:after {
  content: "";
  display: block;
  background-image: url(./img/arrow-double.png);
  position: absolute;
  top: 0;
  right: 40px;
  width: 40px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* header */
header {
  display: flex;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}
.header-l {
}
.header-l img {
  max-width: 360px;
}
.header-r {
  display: flex;
  align-items: center;
}
.header-r a {
  min-width: 135px;
  font-size: 13px;
  display: block;
  text-align: center;
  background-color: var(--main-color);
  margin-left: 1px;
  color: #fff;
  height: 90px;
  padding: 15px 10px 0;
}
.header-r a img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 40px;
}
.header-tel {
  text-align: right;
  padding-right: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.header-tel svg {
  display: inline-block;
  vertical-align: middle;
}
.header-tel span {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
/* kv */
.kv {
  background: url(./img/kv-bg.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 45px;
}
.kv .msk-container {
  display: flex;
  justify-content: space-between;
}
.kv-container1 {
  align-items: flex-end;
}
.kv-l {
  padding-top: 50px;
  width: 55%;
}
.kv-r {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
  width: 37%;
  position: relative;
}
.kv-r > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 114px;
  height: auto;
}
.kv-r form {
  background: linear-gradient(to right, #21b7ce88, #3a62ad88);
  padding: 24px;
  border-radius: 5px;
  color: #fff;
}
.kv-r form input {
  max-width: 100%;
  padding: 7px 10px;
  color: #222;
  outline: none;
  border: none;
  margin-bottom: 13px;
}
.kv-r form .form-caption {
  padding-left: 90px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 25px;
}
.kv-r form label {
  font-weight: normal;
}
.kv-r dl {
  margin-bottom: 15px;
}
.require {
  color: var(--point-color);
  font-size: 75%;
  margin-left: 5px;
}
.kv-r form p.center {
  font-size: 90%;
  line-height: 1.2;
  text-align: center;
}
.kv-r form p.center + p.center {
  margin-top: 15px;
}
.kv-r form a {
  color: var(--point-color);
  text-decoration: underline;
}
.kv-r form input[type="submit"] {
  background: var(--point-color);
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 20px;
  font-size: 15px;
  margin-bottom: 0;
}
#mailform {
  padding-top: 130px;
  margin-top: -130px;
}
.kv-under-l,
.kv-under-r {
  display: block;
  width: 48%;
}
.kv-container3 {
  margin-top: 40px;
  margin-bottom: 60px;
  gap: 3%;
  padding-bottom: 20px;
}
/* section1 */
.section1-row {
  padding-bottom: 50px;
}
.section1-row {
  display: flex;
  justify-content: space-between;
}
.section1-box {
  width: 28.5%;
  color: var(--main-color);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.section1-box span {
  color: #888;
  font-size: 15px;
  display: block;
  margin: 30px 0 10px;
  font-weight: normal;
}

/* section2 */
.section2 {
  padding: 55px 0 95px;
  background: url(./img/message-bg-pc.jpg),var(--main-color);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  color: #fff;
}
.section2-box {
  max-width: 55vw;
  font-weight: 100;
}
.section2-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}
.section2-box p {
  line-height: 1.8;
  text-shadow: 0 0 2px var(--main-color);
}
.section2-box p a {
  text-decoration: underline;
}
/* section3 */
.section3 {
  padding: 80px 0 100px;
}
.section3-row {
  display: flex;
  align-items: center;
  width: 1050px;
  max-width: 100%;
  margin: 20px auto 20px;
  gap: 3%;
}
.section3-row img {
  display: block;
  width: 400px;
}
.section3-box {
  width: calc(100% - 400px);
  padding: 20px;
}
.section3-row:nth-child(even) .section3-box {
  order: 2;
}
.section3-box-point {
  font-size: 45px;
  margin-bottom: 10px;
}
.section3-box-title {
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.section3-box p {
  color: #888;
  font-size: 16px;
}
.section3-box p em {
  display: inline-block;
  font-weight: 600;
  background: linear-gradient(transparent 40%, #ffff00 40%);padding: 0 5px;
}
.section3-box p.banner-list {
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  background: repeating-linear-gradient(-30deg, #f1f1f1, #f1f1f1 3px, #f7f7f7 0, #f7f7f7 7px);
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  margin: 15px 0;
}
.section3-box p.banner-list a {
  display: inline-block;
  margin: 0.5% 0 0.5% 0.5%;
  width: 48%;
}
.section3-box p.banner-list a img {
  display: inline-block;
}


/* section4 */
.section4 {
  background: url(./img/icon-price-bg_blue.svg),var(--bg-color);
  background-size: 190px auto,cover;
  background-repeat: no-repeat;
  padding: 85px 10px;
}
.flow-box {
  width: calc(100% - 172px);
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding-bottom: 65px;
}
.flow-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: linear-gradient(to right, var(--sub-color), var(--main-color));
}
.flow-box-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 4.5%;
}
.flow-box-row img {
  width: 60px;
}
.flow-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  padding: 30px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 45px;
}
.flow-box-row > div {
  background-color: var(--bg-color);
  padding: 30px 10px;
  border-radius: 20px;
  font-size: 32px;
  line-height: 45px;
  width: 40%;
  text-align: center;
}
.flow-box-row > div span {
  font-size: 50px;
  color: var(--main-color);
  font-weight: bold;
  margin-left: 15px;
}
.flow-box-row > div span b {
  font-size: 65px;
}
.cta {
  background: url(./img/cta-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 125px 0 100px;
  text-align: center;
}
.cta-title {
  margin-bottom: 35px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

/* section5 */
.section5 {
  padding: 72px 0;
}
.section5-row {
  display: flex;
  justify-content: space-between;
}
.section5-box {
  width: 30%;
}
.section5-title {
  color: var(--main-color);
  font-size: 20px;
  margin: 20px 0;
  font-weight: bold;
}
.section5-box th {
  color: var(--main-color);
  padding: 5px 0;
  font-weight: bold;
}
.section5-box td {
  padding: 5px 0 5px 15px;
  font-weight: bold;
}
/* section6 */
.section6 {
  background: url(./img/icon-arrow-bg_blue.svg),var(--bg-color);
  background-size: 190px auto,cover;
  background-repeat: no-repeat;
  padding: 85px 10px;
}
.section6-row {
  display: flex;
  justify-content: space-between;
}
.section6-box {
  width: 25%;
  padding: 30px;
  line-height: 1.8;
}
.section6-box-img {
  text-align: center;
  background-color: var(--bg-color);
  color: var(--main-color);
  font-weight: bold;
  padding: 15px 0 25px;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
}
.section6-box-img:after {
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
  content: "1";
  width: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: linear-gradient(to right, var(--sub-color), var(--main-color));
  color: #fff;
  font-size: 36px;
  text-align: center;
}
.section6-box-img:before {
  transform: rotate(-90deg);
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: var(--bg-color) transparent transparent transparent;
  border-width: 40px 25px 0 25px;
}
.section6-box:nth-child(2) .section6-box-img:after {content: "2";}
.section6-box:nth-child(3) .section6-box-img:after {content: "3";}
.section6-box:nth-child(4) .section6-box-img:after {content: "4";}
.section6-box:nth-child(4) .section6-box-img:before {display: none;}
.section6-box-img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: inline-block;
}

/* section7 */
.section7 {
  padding: 90px 0 50px;
}
.qa-row {
  padding: 0 5px 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ccc;
}
.qa-row-q,
.qa-row-a {
  padding-top: 5px;
  padding-left: 48px;
  position: relative;
  margin-bottom: 20px;
}
.qa-row-a {
  margin-left: 48px;
}
.qa-row-q:before,
.qa-row-a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(to right, var(--sub-color), var(--main-color));
}
.qa-row-q:after {
  content: "Q";
  display: block;
  position: absolute;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  top: 0;
  left: 0;
  font-size: 20px;
}
.qa-row-a:after {
  content: "A";
  display: block;
  position: absolute;
  color: var(--main-color);
  background-color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  top: 2px;
  left: 2px;
  font-size: 20px;
  border-radius: 20px;
}
/* footer */
.copy {
  background-color: var(--main-color);
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding: 15px 0;
}

/* sp */
@media screen and (max-width: 1199px){
.kv-container1 {
  align-items: flex-start;
}
.kv-r {
  width: 45%;
}
.section2 {
  padding: 25px 0;
  background-size: cover;
}
.section2-title {
  font-size: 28px;
  margin-bottom: 15px;
}
.section2-box p {
  line-height: 1.5;
}
.flow-box-row > div {
  font-size: 24px;
}
.flow-box-row > div span {
    font-size: 36px;
    margin-left: 10px;
}
}

@media screen and (max-width: 991px){
  .kv {
    padding-top: 20px;
  }
  .kv-l,
  .kv-r {
    width: 50%;
  }
  .kv-r > img {
    width: 60px;
  }
  .kv-r form .form-caption {
    padding-left: 40px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .kv-r form {
    padding: 10px;
  }
  .kv-r form input {
    padding: 3px 10px;
    margin-bottom: 8px;
  }
  .kv-r dl {
    margin-bottom: 5px;
  }
  .kv-r form p.center {
    font-size: 85%;
  }
  h2 {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    padding: 27px 10px;
    margin-bottom: 70px;
  }
  .cta-title,
  .flow-title {
    font-size: 28px;
  }
  .section1-row {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .section1-box {
    width: 40%;
  }
  .flow-box-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .flow-box-row > div {
    width: 80%;
    margin: 0 10%;
  }
  .header-r a {
    min-width: auto;
    white-space: nowrap;
  }
  .header-tel {
    padding-right: 5px;
    font-size: 20px;
  }
  .section3-row img {
    width: 250px;
  }
  .section3-box {
    width: calc(100% - 250px);
  }
  .section3-box-point {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .section3-box-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .section3-box p {
    font-size: 13px;
  }
  a.btn_type01 {
    font-size: 20px;
  line-height: 28px;
  padding: 10px 70px;
  border-radius: 40px;
}

a.btn_type01:after {
  top: 0;
  right: 30px;
  width: 30px;
  height: 100%;
}
.section6-row {
  flex-wrap: wrap;
}
.section6-box {
  width: 100%;
}
.section6-box-img:before {
  display: none;
}
}

@media screen and (max-width: 767px){
  .header-l img {
    max-width: 58vw;
  }
  .header-r {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header-tel {
    width: 100%;
  }
  .header-r a {
    font-size: 13px;
    margin-left: 1px;
    height: 60px;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .header-r a img {
    height: 30px;
  }
  .header-tel {
    padding: 5px;
    font-size: 16px;
  }
  body {
    padding-top: 108px;
  }
  .kv .kv-container1 {
  flex-wrap: wrap;
  justify-content: center;
  }
  .kv-l {
  width: 60%;
  text-align: center;
  padding: 0;
  }
  .kv-r {
  width: 80%;
  }
  .kv-r {
   padding: 10px;
   margin-bottom: 20px;
  }
  .kv-r form .form-caption {
   padding-left: 50px;
   margin-bottom: 20px;
  }
  .kv-container3 {
   flex-wrap: wrap;
   gap: 16px;
  }
  .kv-container3 a {
    width: calc(50% - 8px);
  }
  .section1-box {
    width: 60%;
  }
  .section2 {
    background-image: url(./img/message-bg-sp.jpg);
    background-size: 100% auto;
    background-position: center bottom;
  }
  .section2-title {
    text-align: center;
  }
  .section2-box {
    max-width: 100%;
    padding: 20px 0 100vw;
  }
  .section2-box p {
    line-height: 1.8;
  }
  .section3-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section3-row img {
    width: 250px;
  }
  .section3-box {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
  .section3-row .section3-box {
    order: 2 !important;
  }
  .section4 {
    background-size: 100px auto, cover;
    padding: 80px 10px;
  }
  .section6 {
    background-size: 100px auto, cover;
    padding: 80px 10px;
}
  .flow-box {
    width: 100%;
    padding-bottom: 30px;
}
.section5-row {
  flex-wrap: wrap;
  justify-content: center;
}
.section5-box {
  width: 450px;
  margin-bottom: 36px;
}
.cta {
  padding: 50px 10px;
}
.btn_type01 {
  width: 400px;
  max-width: 100%;
}
}

@media screen and (max-width: 479px){
  header {
    flex-wrap: wrap;
  }
  .header-l,
  .header-r {
    width: 100%;
  }
  .header-tel {
    width: auto;
    font-size: 14px;
  }
  .header-r a {
    font-size: 12px;
    height: 55px;
    padding: 5px 8px;
    font-size: 11px;
  }
  .header-l img {
    max-width: 250px;
  }
  body {
    padding-top: 112px;
  }
  .kv-r {
    width: 100%;
  }
  .kv-container2 {
    flex-wrap: wrap;
  }
  .kv-under-l, .kv-under-r {
    width: 100%;
    margin-bottom: 10px;
  }
  .kv .kv-container3 {
    justify-content: center;
  }
  .kv-container3 a {
      width: 80%;
  }
  h2,
  .cta-title,
  .flow-title {
    font-size: 22px;
  }
  .section2-title {
    font-size: 20px;
    letter-spacing: 0;
  }
  .section1-box {
    width: 90%;
  }
  .section3 {
    padding-bottom: 20px;
  }
  .flow-box-row > div {
    width: 100%;
    margin: 0;
  }
  .flow-box-row > div span b {
    font-size: 50px;
  }
  .section5-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .qa-row-a {
    margin-left: 0;
  }
  a.btn_type01 {
    font-size: 18px;
    padding: 10px 40px;
  }
  a.btn_type01:after {
    top: 0;
    right: 10px;
  }
  .copy {
    letter-spacing: -0.5px;
    font-size: 11px;
  }
}

#under-content section {
  margin-bottom: 60px;
}
#under-content .under-kv {
  background-image: url(img/kv-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10vh 30px;
  text-align: center;
}
#under-content .under-kv h1 {
  margin: 0 auto;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
}
#under-content .container {
  padding: 5vh 30px;
}
#under-content .container p {
  margin-bottom: 30px;
}
#under-content .container  h3 {
  font-size: 19px;
  font-weight: 600;
  padding: 10px 15px;
  border-left: 5px solid var(--main-color);
  margin-bottom: 20px;
}
#under-content .container a.btn_type01 {
  font-size: 18px;
  padding: 10px 50px 10px 30px;
  min-width: 150px;
}
#under-content .container a.btn_type01::after {
  right: 15px;
}