/*
Theme Name: セイルシステム様用テーマ(マイスターネットワーク)
Author: 株式会社GRACE ビジネスコンサルティング事業部
Author URI: https://gr1.jp/
Description: This theme is created by GRACE,Inc.
Version: 1.0
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
html {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
a {
  color: #333;
  text-decoration: none;
}
header {
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.header_logo {
  width: 200px;
}
.sp-bottomfixed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.header_links {
  display: grid;
  grid-template-columns:1fr 50px;
  gap: 20px;
  max-width: 600px;
  padding: 0 20px;
}
.humbtn {
  width: 50px;
}
.grobal_menu {
  position: fixed;
  width: 0%;
  height: 100vh;
  right: 0;
  top: 0;
  background-color: #00179cc4;
  transition: .5s;
  overflow: hidden;
}
input[type="checkbox"]#hummenu:checked ~ .grobal_menu {
  width: 100%;
}
.grobal_menu_child {
  background-color: #fff;
  height: 100%;
  width: 250px;
  margin-left: auto;
  position: relative;
  padding: 50px 20px;
}
.grobal_menu_child .logo {
  display: block;
  margin-bottom: 20px;
}
.grobal_menu_child label {
  display: block;
  position: absolute;
  top: 20px;
  left: -60px;
  width: 50px;
}
.grobal_list {
  margin-bottom: 20px;
}
.grobal_list a {
  display: block;
  border-top: solid 1px #ddd;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
}
.grobal_list a:hover {
  background-color: #f9f9f9;
}
.grobal_menu_child .linebtn {
  display: block;
  margin-bottom: 10px;
}

.inner {
  max-width: 1200px;
  padding: 100px 20px;
  margin: 0 auto;
}
.grad01 {
      background: radial-gradient(#1E96F3, #00179C);
}
.mv_upper {
  background-image: url(images/mv-bk.jpg);
  background-size: cover;
  background-position: 50% 100%;
}
.mv_upper .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
}
.mv_upper .inner img {
  width: calc(100% - 700px);
}
.mv_catch {
  display: block;
  width: 700px;
}
.mv_catch text,
.mv_catch span {
  display: block;
}
.mv_catch text {
  font-size: 22px;
  font-style: italic;
  margin-bottom: 15px;
}
.mv_catch span {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.2;
  background: linear-gradient(90deg, #1B8BEC, #00179C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mv_lower .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 5%;
}
.mv_subcatch {
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  font-size: 16px;
  display: block;
  width: 50%;
}
.mv_lower .inner img {
  width: 45%;
  margin-top: -100px;
}

#banner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}


#news .inner {
  color: #fff;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
}
#news .inner h5 {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
}
.news_list a {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 85px;
  gap: 80px;
  padding: 20px;
  border-bottom: solid 1px;
  font-weight: 500;
}
.news_list a:first-child {
  padding-top: 0;
}
.news_list a text {
  align-content: center;
  font-style: italic;
}


#cta {
  background: linear-gradient(180deg, transparent 0px, transparent 50px, #EE6352 50px, #EE6352 100%);
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
#cta .inner {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 30px;
  padding: 0 20px;
}
.cta_box {
  align-content: center;
}
.cta_box b {
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  color: #fff;
}
.telbtn {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 900;
  margin: 10px 0 20px;
}
.telbtn text,
.telbtn span {
  letter-spacing: -1px;
}
.telbtn text {
  font-size: 50px;
  margin-right: 20px;
}
.telbtn span {
  font-size: 90px;
  line-height: 1;
}
.telbtn span i {
  font-size: 20px;
  display: block;
  font-style: inherit;
  letter-spacing: 0;
}
.cta_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 80%;
  max-width: 500px;
}


.section_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.section_ttl text,
.section_ttl b,
.section_ttl span {
  display: block;
}
.section_ttl text {
  color: #C9C9C9;
  font-size: 26px;
}
.section_ttl b {
  color: #00179C;
  font-size: 44px;
  padding: 30px 0 10px;
}
.section_ttl span {
  font-size: 14px;
  font-weight: 500;
}

.concern_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.concern_list li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  align-items: center;
}
.concern_list li p b {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 900;
}
.concern_list li p b span {
  color: #00179C;
}
.concern_list li p text {
  font-size: 14px;
}


#reason {
  clip-path: polygon(0% 0%, 50% 100px, 100% 0%, 100% 100%, 0% 100%);
}
.reason_upper {
  background: url(images/reason-woman.png) 20% bottom / 350px, url(images/reason-bk.jpg);
  background-repeat: no-repeat;
  padding-top: 100px;
}
.reason_upper .inner {
  padding-bottom: 0;
}
.reason_upper .inner img {
  margin-bottom: -10px;
}
.reason_lower {
  background: #00179C;
}

.reason_list {

}
.reason_list li {
  width: 90%;
  margin-bottom: 50px;
  color: #fff;
}
.reason_list li:nth-child(odd) {
  margin-left: auto;
}
.reason_list li:last-child {
  margin-bottom: 0;
}
.reason_list li b {
  font-size: 60px;
  font-weight: 900;
  font-style: italic;
  display: block;
}
.reason_list li:nth-child(odd) b{
  text-align: right;
}
.reason_list_vis {
  position: relative;
  padding-bottom: 50px;
}
.reason_list_vis h6 {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.reason_list li:nth-child(even) .reason_list_vis h6 {
  left: inherit;
  right: 30px;
  text-align: right;
}
.reason_list_vis h6 span {
  font-size: 50px;
  color: #00179C;
  background-color: #fff;
  margin-top: 10px;
  padding: 5px 20px;
  font-weight: 900;
  font-style: italic;
}
.reason_list li p {
  line-height: 1.8;
}


#plan {
  background-image: url(images/plan-bk.jpg);
  background-size: cover;
}

.plan_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  max-width: 700px;
  margin: 0 auto;
}
.plan_list li {
  text-align: center;
}
.plan_list li h5 {
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
}
.plan_price {
  padding: 20px 0;
}
.plan_price p {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #333;
  padding: 10px 5px;
  font-weight: 700;
  align-items: center;
}
.plan_price p:last-child {
  border-bottom: solid 1px #333;
}
.plan_price p b {
  font-family: roboto;
}
.plan_price p b text {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #00179C;
}
.plan_option b {
  display: block;
  margin-bottom: 10px;
}
.plan_option p {
  font-weight: 900;
  color: #fff;
  background-color: #00179C;
  margin-bottom: 3px;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.plan_option p.off {
  background-color: #C9C9C9;
}

.plan_list li.gold h5,
.plan_list li.gold .plan_price p b text {
  color: #EFC21D;
}
.plan_list li.platina h5,
.plan_list li.platina .plan_price p b text {
  color: #4ED2DA;
}
.plan_list li.diamond h5,
.plan_list li.diamond .plan_price p b text {
  color: #CB1F3E;
}
.plan_option label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}
.plan_option label:hover {
  text-decoration: underline;
  pointer-events: point;
}
.plan_option label span {
  font-size: 10px;
  margin-left: 3px;
}
input[type="checkbox"] {
  display: none;
}
.option_hidden {
  height: 0px;
  transition: .3s;
  overflow: hidden;
}
input[type="checkbox"]#planopen1:checked ~ .option_hidden {
  height: 501px;
}
input[type="checkbox"]#planopen2:checked ~ .option_hidden {
  height: 501px;
}
input[type="checkbox"]#planopen3:checked ~ .option_hidden {
  height: 501px;
}
input[type="checkbox"]#planopen4:checked ~ .option_hidden {
  height: 501px;
}




#voice {
  background: radial-gradient(#1E96F3, #00179C);
}
#voice .section_ttl,
#voice .section_ttl b {
  color: #fff;
}
.voice_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.voice_list li {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: #DCDCDC 0px 10px 0px;
}
.voice_list li h6 {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 5px;
  color: #00179C;
  font-style: italic;
}
.voice_list li h6 span {
  font-size: 220%;
  display: inline-block;
  position: relative;
  bottom: -3px;
  margin: 0 5px;
}
.voice_list li p {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.6;
}




.qa_list {
  max-width: 600px;
  margin: 0 auto;
}
.qa_list label {
  display: block;
  border-top:solid 1px #00179C;
  padding: 20px;
}
.qa_list label:hover {
  background-color: #f9f9f9;
}
.qa_list label:last-child {
  border-bottom:solid 1px #00179C;
}
.qa_list label input[type="checkbox"]:checked + p {
  display: flex;
}
.qa_list label b,
.qa_list label p {
  display: flex;
}
.qa_list label b {
  align-items: center;
}
.qa_list label p {
  align-items: flex-start;
  margin-top: 20px;
  display: none;
}
.qa_list label b:before,
.qa_list label p:before {
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
  font-family: rodoto;
}
.qa_list label b:before {
  content:"Q.";
}
.qa_list label p:before {
  content:"A.";
  color: #EE6352;
}

table.contact_table {
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
}
table.contact_table input[type="checkbox"] {
  display: inline-block;
}
table.contact_table tr,
table.contact_table tr th,
table.contact_table tr td {
  display: block;
  text-align: left;
}
table.contact_table tr {
  margin-bottom: 50px;
}
table.contact_table tr th {
  margin-bottom: 10px;
  font-size: 120%;
}
table.contact_table tr th:before {
  content: "必須";
  font-weight: 500;
  font-size: 14px;
  background-color: #e40606;
  color: #fff;
  width: 50px;
  display: inline-block;
  text-align: center;
  padding: 3px 0;
  margin-right: 10px;
}
table.contact_table input {
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #333;
  display: inline-block;
}
table.contact_table input[type="text"],
table.contact_table input[type="email"] {
  width: 100%;
}
table.contact_table .mwform-zip-field input[type="text"],
table.contact_table .mwform-tel-field input[type="text"],
table.contact_table input[type="number"] {
  width: auto;
}
table.contact_table .gridset01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.mw_wp_form table.contact_table .horizontal-item + .horizontal-item {
  margin: 0;
}
input[type="submit"] {
  text-align: center;
  width: 300px;
  font-size: 20px;
  border-radius: 10000px;
  border: none;
  padding: 10px 0;
  display: block;
  margin: 50px auto 0;
  background-color: #00179c;
  color: #fff;
  font-weight: 700;
}




#bottommv {
  background-image: url(images/mv-bk.jpg);
  background-size: cover;
  background-position: 50% 100%;
}
#bottommv .inner {
  padding: 150px 20px 100px;
}
#bottommv h2 {
  text-align: center;
  font-size: 40px;
}
dt {
  text-align: center;
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 20px;
}
.pc {display: block !important;}
.sp {display: none !important;}

@media screen and (max-width:1080px) {
  .telbtn span {
    font-size: 70px;
  }
}
@media screen and (max-width:1020px) {
  .mv_catch {
    width: 560px;
  }
  .mv_catch text {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .mv_catch span {
    font-size: 46px;
  }
  .mv_upper .inner img {
    width: calc(100% - 560px);
  }
}



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

.pc {display: none !important;}
.sp {display: block !important;}

.sp-bottomfixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  gap: 5px;
  padding: 5px;
}
.header_links {
    grid-template-columns: 50px;
    padding: 0;
}
.mv_upper .inner {
    padding: 100px 15px 30px;
    background-image: url(images/mv-woman.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 125% bottom;
}
.mv_upper .inner img {
  display: none;
}
.mv_catch {
    width: 100%;
}
.mv_catch text {
    font-size: 12px;
}
.mv_catch span {
    font-size: 30px;
    line-height: 1.3;
}
.mv_lower .inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.mv_subcatch {
    font-size: 12px;
    width: 100%;
}
.mv_lower .inner img {
    width: 90%;
    margin: -75px auto 15px;
}
.inner {
  padding: 50px 15px;
}
#news .inner {
  grid-template-columns: 1fr;
  padding: 30px 15px 50px;
  gap: 10px;
}
#news .inner h5 {
  font-size: 30px;
}
.news_list a {
  grid-template-columns: 1fr 50px;
  gap: 10px;
  padding: 10px 5px;
}
.news_list a p {
  font-size: 12px;
  line-height: 1.2;
}
.news_list a text {
  font-size: 10px;
}
#cta {
  background: #EE6352;
  margin-top: 0;
}
#cta .inner {
  grid-template-columns: 75px 1fr;
  gap: 10px;
  padding: 10px 15px 0;
}
.cta_links {
  gap: 3px;
  width: 100%;
}
.telbtn text {
  display: none;
}
.cta_box b {
  font-size: 14px;
}
.telbtn {
  margin: 0 0 10px;
}
.telbtn span {
  font-size: 36px;
}
.telbtn span i {
  font-size: 10px;
}
.section_ttl {
    margin-bottom: 30px;
}
.section_ttl text {
  font-size: 16px;
}
.section_ttl b {
  font-size: 24px;
  padding: 10px 0 5px;
}
.section_ttl span {
    font-size: 12px;
}
#concern .inner {
  padding: 50px 15px 20px;
}
.concern_list {
    grid-template-columns: 1fr;
    gap: 20px;
}
.concern_list li {
    grid-template-columns: 60px 1fr;
    gap: 10px;
}
.concern_list li p b {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.concern_list li p text {
    font-size: 12px;
    line-height: 1.2;
    display: block;
}
#reason {
    clip-path: polygon(0% 0%, 50% 50px, 100% 0%, 100% 100%, 0% 100%);
}
.reason_upper {
    background: url(images/reason-woman.png) -20px bottom / 140px, url(images/reason-bk.jpg);
    background-repeat: no-repeat;
    padding-top: 50px;
}

.reason_list li {
    width: 95%;
    margin-bottom: 30px;
}
.reason_list li b {
    font-size: 24px;
    margin-bottom: 5px;
}
.reason_list_vis h6 {
    bottom: 30px;
    left: 10px;
}
.reason_list li:nth-child(even) .reason_list_vis h6 {
    right: 10px;
}
.reason_list_vis h6 span {
    font-size: 24px;
    margin-top: 10px;
    padding: 3px 10px;
}
.reason_list li p {
    line-height: 1.6;
    font-size: 12px;
}
.plan_list {
    grid-template-columns: 1fr;
    gap: 50px;
    width: 80%;
    margin: 0 auto;
}
.plan_list li h5 {
    font-size: 24px;
}
.plan_price {
    padding: 10px 0;
}
.plan_price p {
    padding: 5px;
}
.plan_price p span {
  font-size: 14px;
}
.plan_price p b text {
  font-size: 24px;
}
.plan_option b {
    font-size: 12px;
}
.plan_option p {
    margin-bottom: 2px;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
}
input[type="checkbox"]#planopen1:checked ~ .option_hidden,
input[type="checkbox"]#planopen2:checked ~ .option_hidden,
input[type="checkbox"]#planopen3:checked ~ .option_hidden,
input[type="checkbox"]#planopen4:checked ~ .option_hidden {
    height: 400px;
}
.voice_list {
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
}
.voice_list {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 80%;
    margin: 0 auto;
}
.voice_list li {
    padding: 20px;
    border-radius: 20px;
}
.voice_list li p {
    font-size: 12px;
    margin-top: 10px;
}
.qa_list {
    width: 90%;
}
.qa_list label {
    padding: 10px 10px;
}
.qa_list label b,
.qa_list label p {
    font-size: 14px;
}
.qa_list label p {
    margin-top: 10px;
}
#bottommv .inner {
  padding: 100px 20px 50px;
}
#bottommv h2 {
  text-align: center;
  font-size: 26px;
}
dd {
  font-size: 14px;
}

table.contact_table {
  width: 100%;
  font-size: 14px;
}
table.contact_table tr {
  margin-bottom: 15px;
}
table.contact_table tr th {
  margin-bottom: 5px;
  font-size: 110%;
}
table.contact_table tr th:before {
  font-size: 12px;
  width: 40px;
  padding: 2px 0;
  margin-right: 5px;
}
input[type="submit"] {
  margin: 0px auto 0;
}















}











































