@media only screen and (min-width: 1441px) {
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 425px) {
}

:root {
    --bg_color1: #3f3e78;/* 紫 */
    --bg_color2: #003f91;/* 濃青 */
    --bg_color3: #4af7c6;/* 明緑 */
    --font_color1: #403F79;/* 紫 */
    --font_color2: #003f91;/* 濃青 */
    --font_color3: #4af7c6;/* 明緑 */
    --font_color4: #fff;/* 白 */
}

/* 共通 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: var(--font_color1);
    letter-spacing: 0.5px;
}

a {
    color: var(--font_color4);
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    margin: 0;
    padding: 0;
}

a:hover {
    opacity: 0.7;
}

p {
  margin: 0;
  padding: 0;
}

ul,li {
    list-style: none;
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ヘッダー */
header {
  background: var(--bg_color1);
  height: 80px;
  padding: 0;
  margin: 0;
  line-height: 80px;
}

.header_login {
  padding: 0 7%;
  text-align: right;
  margin: 0;
}

.header_login a {
  font-size: 22px;
  color: var(--font_color4);
  font-weight: bold;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
}

.header_login a img {
  margin-top: 1px;
  height: 22px;
  width: auto;
}

/* FV */

.fv {
  background: var(--bg_color2);
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv_txt {
  padding: 3% 0% 0;
  padding-top: 0;
}

.fv_txt p {
  font-size: 46px;
  color: var(--font_color3);
  font-weight: 900;
}

.fv_img_inner {
  display: flex;
  margin-top: 40px;
}

.fv_logo img {
  height: 80px;
  width: auto;
}

.fv_img {
  margin-left: auto;
}

.fv_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.fv_img img {
  max-height: 440px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.content01 {
  width: 100%;
}

.human_img img {
  width: 100%;
}

.content01 h2 {
  color: var(--font_color2);
  font-size: 46px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.content02 {
  padding: 80px 40px;
  margin: 0 auto;
}

.content02 ul {
  display: flex;
}

.content02 ul li {
  width: calc(100%/4);
}

.content02 ul li h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

.content02 ul li h4 {
  padding: 10px 0;
  color: var(--font_color2);
  font-size: 26px;
  letter-spacing: 3px;
  text-align: center;
}

.content02 ul li p {
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
}

.content_obi {
  background: var(--bg_color2);
  width: 100%;
  text-align: center;
  color: var(--font_color3);
  font-size: 46px;
  margin: 0 auto;
  padding: 60px 0;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.content03 {
  padding-top: 60px;
  padding-bottom: 120px;
  max-width: 1200px;
  margin: 0 auto;
}

.content03 p {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.7;
  text-align: center;
}

.three_tools {
  display: flex;
  gap: 60px;
  justify-content: center;
  padding-top: 60px;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
}

.tools_ttl {
  width: calc(100%/3 - 40px);
  text-align: center;
}

.tools_ttl h2 {
  border-radius: 5px;
  padding: 4px 30px 5px;
  background: var(--bg_color3);
  font-size: 28px;
  color: var(--font_color1);
  text-align: center;
  display: inline-block;
}

.tools_ttl p {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}

.features h2 {
  font-size: 46px;
  text-align: center;
  background: var(--bg_color2);
  color: var(--font_color3);
  border-radius: 50px;
  padding: 6px 0 8px;
}

.content04 {
  max-width: 1200px;
  margin: 0 auto;
}

.features_all {
  display: flex;
  gap: 30px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.features_box {
  padding: 30px;
  width: calc(100%/3 - 20px);
  border: solid 2px #3f3e78;
  border-radius: 10px;
}

.features_box2 {
  background: var(--bg_color3);
  text-align: center!important;
}

.features_box h3 {
  text-align:left;
  padding-bottom: 20px;
  font-size: 24px;
  border-bottom: 2px solid #3f3e78;
  letter-spacing: 0;
  text-align: center;
}

.features_box p {
  font-size: 20px;
  line-height: 1.8;
  padding-top: 20px;
}

.features_box2 p {
  font-size: 46px;
  text-align: center;
  font-weight: bold;
}

.account {
  background: var(--bg_color3);
  border-radius: 10px;
  border: solid 2px #3f3e78;
  padding: 30px;
  margin-top: 30px;
}

.account h3 {
  text-align: center;
  font-size: 24px;
  color: var(--font_color1);
  border-bottom: solid 2px #3f3e78;
  padding: 0 0 30px;
}

.account p {
  font-size: 20px;
  line-height: 1.8;
  padding-top: 20px;
  padding-bottom: 60px;
}

.account h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: var(--font_color1);
  padding: 60px 0 20px;
}

.account_inner {
  text-align: center;
}

.account ul {
  display: inline-block;
  text-align: left;
}

.account ul li {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
}

.can {
  padding-top: 40px;
  padding-bottom: 120px;
}

.can p {
  font-size: 28px;
  line-height: 1.8;
  color: var(--font_color1);
  text-align: center;
  font-weight: 500;
}

.can p span {
  background: var(--bg_color3);
  padding: 5px 10px;
}

.content05 {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.function h3 {
  text-align: center;
  color: var(--font_color2);
  font-size: 46px;
  padding-top: 40px;
  line-height: 1.3;
}

.function p {
  padding: 40px 0 0;
  font-size: 28px;
  line-height: 1.8;
  text-align: center;
  color: var(--font_color1);
  font-weight: 500;
}

.content06 {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.flow {
  margin: 0 auto;
  margin-top: 60px;
  gap: 20px;
  display: flex;
  flex-flow: wrap;
  max-width: 880px;
}

.flow_box {
  display: flex;
  border: solid 2px #003f91;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
}

.flow_left {
  background: var(--bg_color2);
  height: 100%;
  width: 30%;
}

.flow_left h3 {
  color: #fff;
  font-size: 28px;
  padding: 40px 0;
  text-align: center;
  line-height: 1.8;
}

.flow_right p {
  padding: 10px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}

.flow_right {
  height: 100%;
  display: flex;
  align-items: center;
  width: 70%;
}

.content07 {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.partner h3 {
  font-size: 46px;
  line-height: 1.3;
  text-align: center;
  padding: 40px 0 80px;
}

.partner h3 span {
  font-size: 12px;
}

.japan ,.abroad {
  text-align: center;
}

.abroad {
  margin-top: 80px;
}

.content08 {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.brand_area h4 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px #3f3e78;
  display: inline-block;
  margin-bottom: 40px;
}

.example_box {
  border: solid 2px #3f3e78;
  padding: 30px 80px;
  border-radius: 10px;
  margin-top: 30px;
}

.example_box h3 {
  font-size: 32px;
  text-align: center;
}

/*テーブル
---------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
  font-size: 20px;
	border-radius: 0px;	/*角を丸くする指定*/
	border: 2px solid #fff;	/*テーブル外側の線の幅、線種、色*/
	table-layout: fixed;	/*幅を均等に*/
	background: #e6ebf4;		/*テーブル全体の背景色*/
  color: #3f3e78;
  font-weight: 400;
  margin-top: 30px;
}

.bold {
  font-weight: bold!important;
}

.table th {
  font-weight: normal;
}

/*受付時間の幅*/
.table th:first-child,
.table td:first-child {
	width: 20%;
}

/*各曜日の幅*/
.table th:not(:first-child),
.table td:not(:first-child) {
	width: calc(80% / 2);	/*受付時間で25%とっているので残りの75%を7で割る*/
}

/*th(曜日)とtd(時間)*/
.table th,
.table td {
	padding: 1rem 0;	/*ボックス内の余白。上下に１文字分、左右は0。*/
	text-align: center;	/*テキストをセンタリング*/
	border-bottom: 2px solid #fff;	/*下の線の幅、線種、色*/
	border-right: 2px solid #fff;	/*右の線の幅、線種、色*/
}

/*th(曜日)とtd(時間)のそれぞれ最後の右側の線を消す*/
.table th:last-child,
.table td:last-child {
	border-right: none;
}

.table tr:last-child td {
	border-bottom: none;
}

.table th {
	background: #b6c3db;	/*背景色*/
  color: #3f3e78;
}
td.gray {
	background: #b6c3db;	/*背景色*/
}
.table td {
	border-bottom: 2px solid #fff;	/*下の線の幅、線種、色*/
}

.content09 {
  max-width: 100%;
  background: var(--bg_color2);
  margin: 0 auto;
  padding: 60px 0 80px;
}

.price_box {
  background: #fff;
  padding: 20px;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 60px;
}

.price_box h3 {
  font-size: 28px;
  text-align: center;
  border-bottom: solid 2px #3f3e78;
  padding-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
}

.content10 {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 120px;
}

.price_txt {
  text-align: center;
  padding-top: 20px;
}

.price_txt p {
  display: inline-block;
  text-align: left;
  font-size: 20px;
  line-height: 1.8;
}

.about_inner {
  padding-top: 40px;
}

.about_inner p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  max-width: 880px;
  margin: 0 auto;
}

.person {
  border: solid 2px #3f3e78;
  padding: 20px 60px;
  display: flex;
  gap: 60px;
}

.personmt {
  margin-top: 60px;
  margin-bottom: 40px;
}

.person_right h3 {
  font-size: 20px;
  padding-bottom: 20px;
}

.person_right h3 span {
  font-size: 16px;
  padding-left: 20px;
}

.person_right p {
  text-align: justify;
  font-size: 16px;
}

.person_left img {
  width: 180px;
  height: 180px;
}

.indent-block {
  display: block;
  padding-left: 140px;
  text-indent: -140px;
}

.content11 {
  max-width: 1200px;
  margin: 0 auto;
}

.content12 {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}

.contact_box {
  background: var(--bg_color1);
  padding: 30px 80px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  position: relative;
}

.contact_txt h3 {
  font-size: 38px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}

.contact_img {
  position: absolute;
  bottom: 20px;
  right: 80px;
}

.contact_img img {
  width: 260px;
  height: auto;
}

.form_link {
  background: #fff;
  border-radius: 30px;
  color: var(--font_color1);
  text-align: center;
  padding: 4px 0px 6px;
  font-weight: bold;
  width: 280px;
  font-size: 16px;
  display: block;
}

.form_link:hover {
  background:
}

.contact_ttl_h3 {
  font-size: 28px;
  padding-bottom: 10px;
}

footer {
  width: 100%;
  background: var(--bg_color2);
  margin-top: 100px;
  padding: 40px 0;
}

.footer_cotent {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.footer_menu {
  margin-left: auto;
}

.footer_logo {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.foot_under a img {
  width: 40px;
  height: auto;
}

.footer_logo img {
  width: 140px;
  height: auto;
}

.footer_link {
  display: flex;
  align-items: center;
}

.footer_link {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.footer_link a {
  color: white;
  text-decoration: none;
  position: relative;
  padding: 0 20px;
  font-size: 20px;
}

/* プライバシーポリシーの左右に線 */
.footer_link a:first-child::before,
.footer_link a:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1em;
  width: 1px;
  background-color: white;
}

/* 左側の線 */
.footer_link a:first-child::before {
  left: 0;
}

/* 右側の線 */
.footer_link a:first-child::after {
  right: 0;
}

/* SOPHOLAリンクの右に線 */
.footer_link a:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1em;
  width: 1px;
  background-color: white;
  right: 0;
}

.footer_copy {
  color: #fff;
  font-size: 20px;
  padding-top: 10px;
}

.kv_link_box {
  z-index: 999;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.3);
}

.kv_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.7vw;
    height: 24.4vw;
    font-size: var(--txt_font_size1);
    font-size: 1.65vw;
    font-weight: bold;
    color: var(--font_color2);
    background-color: var(--bg_color3);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.back_btn {
  position: fixed;
  bottom: 34px;
  right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back_btn  {
  width: 60px;
  height: 60px;
  background: var(--bg_color1);
}

.triangle {
  width: 0;
  height: 0;
  border-left: 17.5px solid transparent;
  border-right: 17.5px solid transparent;
  border-bottom: 30px solid white;
}

.top_foot {
  display: flex;
  align-items: center;
  gap: 30px;
}

.foot_under {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }

  .menu_sm {
    display: none;
  }
}

@media screen and (max-width: 1280px){
  .fv_img img {
      max-height: 400px;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block;
  }

  .fv_txt p {
      font-size: 34px;
      color: var(--font_color3);
      font-weight: 900;
  }

  .fv_logo img {
      height: 70px;
      width: auto;
  }

}

@media screen and (max-width: 1080px){
  .fv_img img {
      max-height: 320px;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block;
  }

  .fv_txt p {
      font-size: 32px;
      color: var(--font_color3);
      font-weight: 900;
  }

  .fv_logo img {
      height: 60px;
      width: auto;
  }

}

main h1 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sm_none {
    display: none;
  }

  .fv_img img {
    width: 100%;
    max-height: auto;
    object-fit: contain;
    display: block;
  }

  .fv_txt p {
      font-size: 30px;
      color: var(--font_color3);
      font-weight: 900;
      text-align: center;
  }

  .fv_img_inner {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fv_logo {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
  }

  .fv_img_inner {
    margin-top: 30px;
  }

  .header_login {
      padding: 0 20px;
      text-align: right;
      margin: 0;
  }

  header {
      background: var(--bg_color1);
      height: 60px;
      padding: 0;
      margin: 0;
      line-height: 60px;
  }

  .kv_link_box {
    display: none;
  }

  .header_login a {
      font-size: 18px;
      color: var(--font_color4);
      font-weight: bold;
      display: flex;
      gap: 6px;
      align-items: center;
      justify-content: flex-end;
  }

  .fv {
    padding: 60px 0 80px;
  }

  .content01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content01 h2 {
      color: var(--font_color2);
      font-size: 30px;
      text-align: center;
      margin-top: 40px;
      margin-bottom: 60px;
  }

  .human_img img {
    width: 100%;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .content02 ul {
    gap: 60px;
    flex-wrap: wrap;
  }

  .content02 ul li {
    width: 100%;
  }

  .content02 {
      padding: 60px 20px;
      margin: 0 auto;
  }

  .content_obi {
      background: var(--bg_color2);
      width: 100%;
      text-align: center;
      color: var(--font_color3);
      font-size: 30px;
      margin: 0 auto;
      padding: 40px 0;
      font-weight: bold;
      letter-spacing: 0.5px;
  }

  .sm_padding {
    padding: 0 20px;
  }

  .content03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content03 p {
      font-size: 26px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 1.7;
      text-align: center;
  }

  .tools_ttl {
      width: 100%;
      text-align: center;
      padding-left: 20px;
      padding-right: 20px;
  }

  .tools_ttl h2 {
      border-radius: 5px;
      padding: 4px 20px 5px;
      background: var(--bg_color3);
      font-size: 22px;
      width: 230px;
      color: var(--font_color1);
      text-align: center;
      display: inline-block;
  }

  .tools_ttl p {
      padding-top: 20px;
      font-size: 18px;
      font-weight: 400;
      text-align: justify;
  }

  .content03 {
      padding-top: 40px;
      padding-bottom: 80px;
      max-width: 1200px;
      margin: 0 auto;
  }

  .content04 {
    padding-left: 20px;
    padding-right: 20px;
      max-width: 1200px;
      margin: 0 auto;
  }

  .features h2 {
      font-size: 30px;
      text-align: center;
      line-height: 1.2;
      background: var(--bg_color2);
      color: var(--font_color3);
      border-radius: 50px;
      padding: 10px 10px 12px;
  }

  .features_box {
      padding: 20px;
      width: 100%;
      border: solid 2px #3f3e78;
      border-radius: 10px;
  }

  .features_box h3 {
      text-align: center;
      padding-bottom: 20px;
      font-size: 20px;
      border-bottom: 2px solid #3f3e78;
      letter-spacing: 0;
  }

  .features_box p {
      font-size: 16px;
      line-height: 1.8;
      padding-top: 20px;
  }

  .features_all {
      display: flex;
      gap: 20px;
      margin-top: 40px;
      flex-wrap: wrap;
  }

  .account h3 {
      text-align: center;
      font-size: 20px;
      color: var(--font_color1);
      border-bottom: solid 2px #3f3e78;
      padding: 0 0 20px;
  }

  .account p {
      font-size: 16px;
      line-height: 1.8;
      padding-top: 20px;
      padding-bottom: 40px;
  }

  .account h4 {
      text-align: center;
      font-size: 22px;
      font-weight: bold;
      color: var(--font_color1);
      padding: 40px 0 20px;
  }


  .account ul li {
      font-size: 18px;
      font-weight: 400;
      text-align: left;
      line-height: 1.8;
  }

  .can {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .can p {
      font-size: 22px;
      line-height: 2.2;
      color: var(--font_color1);
      text-align: center;
  }

  .can p span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
  }

  .content05 {
      max-width: 1200px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 80px;
  }

  .function h3 {
      text-align: center;
      color: var(--font_color2);
      font-size: 30px;
      padding-top: 30px;
      line-height: 1.3;
  }

  .function p {
      padding: 40px 0 0;
      font-size: 22px;
      line-height: 1.8;
      text-align: center;
      color: var(--font_color1);
      font-weight: 500;
  }

  .content06 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }

  .content07 {
      max-width: 1200px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 80px;
  }

  .content08 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }

  .flow_box {
    flex-wrap: wrap;
    gap: 0;
  }

  .flow_left {
    width: 100%;
    height: auto;
  }

  .flow_right {
    width: 100%;
    height: auto;
  }

  .flow_left h3 {
      color: #fff;
      font-size: 22px;
      padding: 10px 0;
      text-align: center;
      line-height: 1.8;
  }

  .flow_right p {
      padding: 15px;
      font-size: 16px;
      line-height: 1.8;
      font-weight: 400;
  }

  .partner h3 {
      font-size: 28px;
      line-height: 1.5;
      text-align: center;
      padding: 20px 0 60px;
  }

  .brand_area h4 {
    font-size: 26px;
  }

  .partner h3 span {
    font-size: 10px;
  }

  .example_box h3 {
      font-size: 24px;
      text-align: center;
  }

  .example_box {
      border: solid 2px #3f3e78;
      padding: 20px 20px;
      border-radius: 10px;
      margin-top: 30px;
  }

  .table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      overflow: hidden;
      font-size: 14px;
      border-radius: 0px;
      border: 2px solid #fff;
      table-layout: fixed;
      background: #e6ebf4;
      color: #3f3e78;
      font-weight: 400;
      margin-top: 30px;
  }

  .content09 {
      max-width: 100%;
      background: var(--bg_color2);
      margin: 0 auto;
      padding: 36px 0 40px;
  }

  .price_box {
      background: #fff;
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      margin-top: 0px;
      margin: 20px;
  }

  .price_box h3 {
      font-size: 20px;
      text-align: center;
      border-bottom: solid 2px #3f3e78;
      padding-bottom: 10px;
      margin-left: 0px;
      margin-right: 0px;
  }

  .price_txt p {
      display: inline-block;
      text-align: left;
      font-size: 16px;
      line-height: 1.8;
  }

  .content10 {
      max-width: 1200px;
      margin: 0 auto;
      padding-top: 60px;
      padding-bottom: 80px;
      padding-left: 20px;
      padding-right: 20px;
  }

  .content11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about_inner p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.7;
  }

  .indent-block {
      display: block;
      padding-left: 0;
      text-indent: 0;
  }

  .person_right h3 {
    text-align: center;
  }

  .person {
    flex-wrap: wrap;
            justify-content: center;
  }

  .person {
      border: solid 2px #3f3e78;
      padding: 20px 20px;
      display: flex;
      gap: 20px;
  }

  .content12 {
      max-width: 1200px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 60px;
  }

  .contact_box {
      background: var(--bg_color1);
      padding: 20px 20px;
      border-radius: 10px;
      width: 100%;
      display: flex;
      position: relative;
  }

  .contact_txt h3 {
      font-size: 24px;
      color: #fff;
      line-height: 1.4;
      margin-bottom: 20px;
  }

  .contact_img img {
      width: 80px;
      height: auto;
  }

  .contact_img {
      position: absolute;
      bottom: 10px;
      right: 10px;
  }

  .form_link {
      background: #fff;
      border-radius: 30px;
      color: var(--font_color1);
      text-align: center;
      padding: 4px 0px 6px;
      font-weight: bold;
      width: 220px;
      font-size: 14px;
  }

  .contact_ttl_h3 {
    margin-bottom: 20px;
  }

  .footer_cotent {
    flex-wrap: wrap;
  }

  .footer_logo {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
  }

  .footer_menu {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
  }

  .footer_logo img {
      width: 100px;
      height: auto;
  }

  .footer_link {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .footer_link a {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .footer_copy p {
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
  }

  .footer_link a:first-child {
    margin-bottom: 10px;
  }

  .footer_link a:first-child::before, .footer_link a:first-child::after {
    display: none!important;
  }

  .footer_link a:last-child::after {
    display: none!important;
  }

  footer {
    padding-bottom: 80px;
  }

  .back_btn {
      width: 40px;
      height: 40px;
      background: var(--bg_color1);
  }
  .back_btn {
      position: fixed;
      bottom: 80px;
      right: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .triangle {
      width: 0;
      height: 0;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-bottom: 20px solid white;
  }

  .fv_logo img {
      height: 60px;
      width: auto;
  }

  .fv_txt {
    text-align: center;
  }

  .fv_txt p {
    text-align: left;
    display: inline-block;
  }

  .fv_txt p span {
    padding-top: 10px;
    display: block;
  }

  .features_box2 p {
    font-size: 30px;
  }

  .contact_ttl_h3 {
    text-align: center;
  }

  .menu_sm {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: var(--bg_color3);
  }

  .top_foot {
    justify-content: center;
    width: 100%;
  }

  .foot_under {
    justify-content: center;
    width: 100%;
  }

  .menu_sm a {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    color: var(--font_color2);
    display: block;
    font-weight: bold;
  }
}

.back_btn,.menu_sm {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.back_btn.show,.menu_sm.show {
  opacity: 1;
  visibility: visible;
}

:root {
    --bg_color1: #3f3e78;/* 紫 */
    --bg_color2: #003f91;/* 濃青 */
    --bg_color3: #4af7c6;/* 明緑 */
    --font_color1: #403F79;/* 紫 */
    --font_color2: #003f91;/* 濃青 */
    --font_color3: #4af7c6;/* 明緑 */
    --font_color4: #fff;/* 白 */
}

/*ContactForm7カスタマイズ*/
.table_inner {
  width:880px;
	margin:0 auto;
	border: 2px solid rgb(63, 62, 120);
  border-radius: 20px;
  padding: 60px 40px;
}

table.CF7_table{
  width: 100%;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input {
  height: 40px;
  padding: 10px;
}

.CF7_table p {
  font-size: 18px;
  padding-bottom: 30px;
}

.CF7_table input, .CF7_table textarea {
  background: #e6ebf4;
  border: none;
}

.CF7_table select {
  height: 40px;
  padding: 10px;
  background: #e6ebf4;
  border: none;
}

.CF7_table textarea {
  padding: 10px;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:12px;
	padding: 1px 4px 3px;
  color: #dc3232;
  margin-left: 5px;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
  text-align: left;
	}

  .CF7_table td {
    width: 70%;
  }

  .CF7_table input, .CF7_table textarea {
    width: 100%;
  }
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:100%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

.form_area {
  margin-top: 80px;
}

.form_area_ttl {
  margin: 0 auto;
  text-align: center;
}

.form_area h2 {
  text-align: center;
  font-size: 32px;
  padding-bottom: 5px;
  border-bottom: 2px solid #3f3e78;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 45px;
}

.form_caution {
  padding-top: 10px;
}

.form_caution p {
  font-size: 16px;
  text-align: center;
}

.form_btn {
  margin-top: 40px;
}

.wpcf7 input.wpcf7-submit {
    cursor: pointer;
    margin: auto;
    width: 500px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background: var(--bg_color1);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.link_all a {
color: var(--font_color1);
}

.link_all {
  max-width: 880px;          /* お好みの横幅に調整 */
  margin: 0 auto;        /* ブロックを横中央寄せ */
  text-align: left;      /* 子要素のテキストは左寄せ */
  display: flex;
  flex-direction: column; /* 縦並び */
  gap: 40px;             /* リンク間の隙間 */
  padding-top: 60px;
}

.link_all a {
  display: block;        /* 幅いっぱいをクリック可能に */
  text-decoration: none; /* 下線なし */
  font-size: 20px;
  text-decoration: underline;
  text-align: justify;
}

.doui {
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

.doui a {
  color: var(--font_color1);
  text-decoration: underline!important;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px){
  .doui p {
    font-size: 14px;
  }
  .doui a {
    font-size: 14px;    
  }
  .table_inner {
    width: 100%;
    padding: 30px 20px;
  }

  .link_all {
    gap: 30px;             /* リンク間の隙間 */
    padding-top: 40px;
  }

  .link_all a {
    display: block;        /* 幅いっぱいをクリック可能に */
    text-decoration: none; /* 下線なし */
    font-size: 16px;
    text-decoration: underline;
    text-align: justify;
  }

  .CF7_table p {
      font-size: 16px;
      padding-bottom: 0px;
      background: none;
      text-align: left;
  }

  .CF7_table th {
      background-color: none!important;
  }

  table.CF7_table tr {
    border-top: none;
  }

  .CF7_table input {
    width: 100%;
  }

  .CF7_table textarea {
    width: 100%;
  }

  .form_caution {
    padding-top: 0;
  }

  .form_btn {
      margin-top: 30px;
  }

  .form_caution p {
      font-size: 12px;
      text-align: center;
  }

  .wpcf7 input.wpcf7-submit {
      width: 100%;
      height: 40px;
      font-size: 16px;
  }

  .form_area h2 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 2px solid #3f3e78;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
