@charset "UTF-8";
/*
theme: トマリカウンセリング
Author: kurumi.inc
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  list-style: none;
  color: #333333;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
img {
  vertical-align: top;
  width: 100%;
}
sup {
  vertical-align: super !important;
  font-size: smaller !important;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #000;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #000;
  text-shadow: none;
}
.main-u-page {
  padding-top: 100px;
}
#about, #counseling, #flow, #corporation, #profile, #faq, #profile, #overview, #contact {
  padding-top: 100px;
  margin-top: -100px;
}
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1200-width {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-80-padding {
  padding: 80px 0;
}
.pc_none {
  display: none !important;
}
.common-items__title {
  margin-bottom: 80px;
  text-align: center;
}
.common-items__title h2 {
  font-size: 36px;
  font-weight: 700;
}
.common-items__title ._english {
  height: 38px;
  width: 100%;
  margin-top: 16px;
}
.common-items__title ._english img {
  height: 100%;
}
.common-btn__wrap a {
  padding: 20px 20px;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #577082;
  max-width: 470px;
  margin: 0 auto;
  border-bottom: solid 8px #577082;
  text-align: center;
  font-size: 18px;
}
.common-btn__wrap a:hover {
  border-bottom: solid 1px #577082;
  opacity: 1;
}
.common-page__title h1 {
  background-color: #F1F2F3;
  color: #577082;
  text-align: center;
  padding: 60px 20px;
  font-size: 34px;
  font-weight: 600;
}
@media screen and (max-width: 941px) {
  .main-u-page {
    padding-top: 80px;
  }
  #about, #counseling, #flow, #corporation, #profile, #faq, #profile, #overview, #contact {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
    font-size: 14px;
    line-height: 1.5;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  .common-items__title {
    margin-bottom: 60px;
  }
  .common-items__title h2 {
    font-size: 24px;
  }
  .common-items__title ._english {
    height: 24px;
    margin-top: 10px;
  }
  .common-80-padding {
    padding: 60px 0;
  }
  .common-page__title h1 {
    padding: 46px 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 426px) {}
/* メニュー
* --------------------------------------- */
.global-nav__pc {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  box-sizing: border-box;
  box-shadow: 0 1px 6px #0000002e;
}
.header-logo__wrap {
  height: 100px;
}
.header-logo__wrap a {
  background-color: #52697B;
  display: flex;
  height: 100px;
  padding: 0 0 0 20px;
  position: absolute;
}
.header-logo__wrap a::after {
  content: '';
  display: inline-block;
  width: 75px;
  height: 100px;
  background-image: url(../img/icon-logo.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header-logo__wrap a img {
  width: 300px;
}
.global-contect__block {
  display: flex;
  gap: 0 10px;
  box-sizing: initial;
  justify-content: space-between;
  min-height: 100px;
}
.global-nav__sp {
  display: none;
}
.global-menu__box {
  display: flex;
  position: relative;
  gap: 0 30px;
  justify-content: space-between;
  margin-left: auto;
  align-items: center;
  min-height: 100px;
}
.global-menu__box a {
  padding: 33px 0;
  cursor: pointer;
  font-weight: 600;
}
.global-contect__box {
  margin-right: 24px;
}
.global-menu__box ._contact a {
  background: linear-gradient(168deg, #52697B 0%, #52697B 50%, #577082 50%, #577082 100%);
  padding: 14px 0;
  width: 250px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
}
.global-menu__box ._list {
  position: relative;
}
.global-menu__contents {
  background: #ffffff;
  display: none;
  position: absolute;
  top: 97px;
  padding: 0;
  box-sizing: border-box;
  width: 230px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.global-menu__contents li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #52697B;
  text-align: center;
}
.global-menu__contents li:nth-last-child(1) {
  border-bottom: none;
  margin-bottom: 0;
}
.global-menu__contents li:nth-child(1) {
  padding-top: 16px;
}
.global-menu__contents li a {
  font-size: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 1350px) {
  .global-menu__box ._contact a {
    width: 150px;
    font-size: 14px;
  }
  .global-menu__box {
    gap: 0 16px;
  }
  .global-contect__box {
    margin-right: 16px;
  }
  .global-menu__box a {
    font-size: 14px;
  }
  .header-logo__wrap {
    height: 58px;
  }
  .header-logo__wrap a img {
    width: 180px;
  }
  .header-logo__wrap a {
    padding: 0 10px;
    height: 58px;
  }
  .header-logo__wrap a::after {
    display: none
  }
  .global-contect__block {
    align-items: center;
  }
}
@media (max-width: 941px) {
  .global-nav__pc {
    display: none;
  }
  .global-nav__sp {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    display: block;
    box-shadow: 0 1px 6px #0000002e;
  }
  .gnav-items__wrap {
    margin: 0 auto 2.5em;
    max-width: 730px;
  }
  .global-nav__list {
    padding: 0 0 200px
  }
  .gnav-items__wrap {
    display: none;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
  }
  .gnav-items__wrap .trigger {
    z-index: 0;
    background-color: #fff;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
  }
  .gnav-items__wrap .trigger a {
    position: relative;
    display: block;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 16px;
  }
  .gnav-items__wrap .target {
    z-index: 1;
    display: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
  }
  .gnav-items__wrap .target .target a {
    background-color: #2c363a;
  }
  .gnav-items__wrap .target .target a:hover {
    background-color: #374449;
  }
  .gnav-items__wrap .target .trigger a {
    background-color: #161b1d;
  }
  .gnav-items__wrap .target .trigger a:before, .gnav-items__wrap .target .trigger a:after {
    background-color: #fff;
  }
  .gnav-items__wrap .target .trigger a:before {
    top: .5em;
    right: 16px;
  }
  .gnav-items__wrap .target .trigger a:after {
    top: .85em;
    right: 16px;
  }
  .gnav-items__wrap .target .active a {
    padding-left: 1.5em;
    padding-right: 1.5em;
    color: #fff;
  }
  .gnav-items__wrap .target .active a:hover {
    background-color: #2c363a;
  }
  .gnav-items__wrap .target .active a:before, .gnav-items__wrap .target .active a:after {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .gnav-items__wrap .target .active a:before {
    top: .65em;
    left: 1em;
    width: 3px;
    height: 12px;
  }
  .gnav-items__wrap .target .active a:after {
    display: none;
  }
  .gnav-items__wrap .target a {
    display: block;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 14px;
    background: #DCCFB5;
    color: #000;
  }
  .gnav-items__wrap > ul > li {
    animation: fadeInDown 0.5s cubic-bezier(.17, .67, .57, .99) forwards;
    pointer-events: auto;
    position: relative;
    padding: 0;
  }
  .gnav-items__wrap > ul > li a {
    display: block;
    padding: 24px 30px;
    transition: 0.3s;
    border-bottom: solid 1px #ffffff;
    line-height: 1;
    font-size: 18px;
    background: #577082;
    color: #fff;
  }
  .gnav-items__wrap > ul > li .trigger {
    display: block;
    padding: 20px 30px;
    transition: 0.3s;
    border-bottom: solid 1px #ffffff;
    font-weight: normal;
    color: #fff;
    background: #577082;
    font-size: 18px;
  }
  .btn_hamburger {
    padding: 10px 0;
    background: #fff;
    cursor: pointer;
  }
  .btn_hamburger a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    margin-left: auto;
    margin-right: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #577082;
  }
  .btn_hamburger .active {
    box-shadow: none;
  }
  .btn_hamburger span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 39px;
    height: 2px;
    margin: 0 auto;
    transition: 0.3s;
    background: #fff;
  }
  .btn_hamburger span:nth-of-type(1) {
    top: 22%;
  }
  .btn_hamburger span:nth-of-type(2) {
    top: 36%;
  }
  .btn_hamburger span:nth-of-type(3) {
    top: 51%;
  }
  .btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .btn_hamburger span:nth-last-child(1) {
    width: 0;
  }
  .btn_hamburger span._menu::after {
    content: "MENU";
    font-size: 12px;
    top: 33px;
    position: absolute;
    left: -19px;
    font-weight: bold;
    font-weight: 500;
    color: #fff;
  }
  .btn_hamburger .active span._menu::after {
    content: "CLOSE";
    left: -19px;
  }
  .btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: #fff;
  }
  .btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    background: #fff;
  }
  .btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
  }
  .btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
  }
  .js-sub-btn {
    width: 100%;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .target ul li {
    position: relative;
  }
  .js-sub-btn::before, .js-sub-btn::after {
    content: '';
    width: 15px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .js-sub-btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }
  .trigger.active .js-sub-btn::after {
    transform: translateY(-50%) rotate(0);
  }
  .header-logo__wrap {
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-logo__wrap {
    height: 80px;
  }
  .header-logo__wrap a {
    height: 80px;
    padding: 0 0 0 20px;
  }
  .header-logo__wrap a img {
    width: 270px;
  }
  .header-logo__wrap a::after {
    content: '';
    display: inline-block;
    width: 75px;
    height: 80px;
    background-image: url(../img/icon-logo.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (max-width: 426px) {
  .header-logo__wrap a img {
    width: 225px;
  }
}
/* キービュアル
* --------------------------------------- */
.keyvisual-area__group {
  margin-top: 100px;
}
@media screen and (max-width: 941px) {
  .keyvisual-area__group {
    margin-top: 80px;
  }
}
/* サマリー
* --------------------------------------- */
.summary-area__group {
  background-image: url(../img/background-top_pc.svg), url(../img/background-bottom_pc.svg);
  background-position: top center, bottom center;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  padding: 2.1vw 0 3.3vw;
}
.summary-items__wrap {
  background-color: #F1F2F3;
  padding: 50px 0 20px;
}
.summary-items__box {
  background-color: #fff;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 10px;
}
.summary-items__box h1 {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .summary-area__group {
    background-image: url(../img/background-top_sp.svg), url(../img/background-bottom_sp.svg);
    padding: 10.9vw 0 10vw;
  }
  .summary-items__box h1 {
    text-align: left;
    font-size: 14px;
  }
  .summary-items__wrap {
    padding: 0;
  }
  .summary-items__box {
    padding: 32px 16px;
  }
}
/* カウンセリングのご紹介
* --------------------------------------- */
.about-area__group {
  padding-top: 80px;
}
.about-content__wrap {
  background-color: #F1F2F3;
  border-radius: 250px 250px 0 0;
}
.about-image__text {
  color: #577082;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  font-size: 30px;
}
.about-image__wrap {
  margin-bottom: 80px;
}
.about-image__block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
  justify-content: space-between;
  margin-bottom: 46px;
}
.about-image__box {
  width: 30%;
  filter: drop-shadow(4px 8px 6px #57708259);
}
.about-image__wrap span {
  display: block;
  color: #577082;
  font-size: 20px;
  text-align: right;
  font-weight: 500;
}
.about-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
  background: #fff;
  padding: 46px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 3px 6px #57708259;
}
.about-items__image {
  width: 44%;
}
.about-items__text {
  width: 53%;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .about-area__group {
    padding-top: 46px;
  }
  .about-content__wrap {
    background-color: #F1F2F3;
    border-radius: 100px 100px 0 0;
  }
  .about-image__text {
    margin-bottom: 32px;
    font-size: 20px;
  }
  .about-image__box {
    width: 100%;
  }
  .about-image__wrap span {
    font-size: 14px;
    text-align: left;
  }
  .about-image__block {
    margin-bottom: 32px;
  }
  .about-image__wrap {
    margin-bottom: 60px;
  }
  .about-items__image {
    width: 100%;
  }
  .about-items__text {
    width: 100%;
    font-size: 14px;
  }
  .about-items__block {
    padding: 24px;
  }
}
/* カウンセリングの詳細
* --------------------------------------- */
.counseling-area__group {
  background-image: url("../img/background-bottom_pc.svg");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #F8F8F9;
  padding-top: 3.3vw;
}
.counseling-area__group {
  background-color: #F8F8F9;
}
.counseling-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
  margin-bottom: 80px;
}
.counseling-items__box {
  width: 48%;
}
.counseling-items__box h3 {
  background-color: #577082;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 46px;
}
.counseling-items__box p {
  font-size: 18px;
}
.counseling-note__wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px #57708259;
}
.counseling-items__wrap {
  margin-bottom: 80px;
}
.flow-items__wrap h2 {
  background-color: #577082;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 46px;
}
.flow-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow-items__box {
  width: 31%;
  position: relative;
  padding-top: 100px;
}
.flow-items__inner {
  background-color: #fff;
  box-shadow: 0 3px 6px #57708259;
  min-height: 420px;
  padding: 24px 24px 24px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
.flow-items__box ._arrow {
  width: 50px;
  left: -22px;
  top: 58%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow-items__box ._number {
  max-width: 200px;
  margin: -125px auto 32px;
}
.flow-items__box h3 {
  color: #577082;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.3;
  min-height: 57px;
}
.flow-items__box h3 b {
  font-size: 20px;
}
.flow-items__box p {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .counseling-items__box {
    width: 100%;
  }
  .counseling-items__box h3 {
    padding: 5px 0;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .counseling-items__box p {
    font-size: 14px;
  }
  .counseling-items__block {
    margin-bottom: 32px;
  }
  .counseling-note__wrap {
    padding: 20px;
  }
  .counseling-items__wrap {
    margin-bottom: 60px;
  }
  .flow-items__wrap h2 {
    padding: 5px 0;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .flow-items__box {
    width: 100%;
  }
  .flow-items__block {
    gap: 20px;
  }
  .flow-items__box ._arrow {
    display: none;
  }
  .flow-items__box h3 {
    min-height: auto;
    margin-bottom: 16px;
    font-size: 21px;
  }
  .flow-items__inner {
    min-height: auto;
  }
  .flow-items__box p {
    font-size: 14px;
  }
  .flow-items__box ._number {
    max-width: 180px;
    margin: -125px auto 32px;
  }
}
/* 法人様のお仕事について
* --------------------------------------- */
.corporation-area__group {
  background-color: #577082;
}
.corporation-area__group ._title {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
}
.corporation-items__inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  box-sizing: border-box;
}
.corporation-items__box {
  margin-top: 32px;
}
.corporation-note__wrap p {
  font-size: 18px;
  margin-bottom: 32px;
}
.corporation-note__wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}
.corporation-note__wrap ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 18px;
}
.corporation-note__wrap ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: #577082;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
.corporation-title__box {
  padding: 20px 60px 20px 20px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #577082;
  max-width: 466px;
  margin: 0 auto;
  border-bottom: solid 8px #577082;
}
.corporation-title__box h2 {
  position: relative;
  font-size: 18px;
  text-align: center;
}
.corporation-title__box .i_box {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.corporation-title__box .i_box:before, .corporation-title__box .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.corporation-title__box .i_box:before {
  border-top: 2px solid #000000;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.corporation-title__box .i_box:after {
  border-left: 2px solid #000000;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.corporation-title__box.open .i_box {
  transform: rotate(135deg);
  top: 39%;
}
.corporation-items__box .corporation-content__wrap {
  display: none;
}
.corporation-content__box:not(:last-child) {
  margin-bottom: 46px;
}
.corporation-content__box h3 {
  background-color: #577082;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 24px;
}
.corporation-content__box ._image {
  max-width: 700px;
  margin: 0 auto 16px;
}
.corporation-content__wrap {
  margin-top: 32px;
}
@media screen and (max-width: 769px) {
  .corporation-area__group ._title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .corporation-items__inner {
    padding: 24px;
  }
  .corporation-note__wrap p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .corporation-note__wrap ul li {
    padding-left: 20px;
    font-size: 14px;
  }
  .corporation-note__wrap ul li::before {
    width: 15px;
    height: 15px;
    top: 4px;
  }
  .corporation-items__box {
    margin-top: 16px;
  }
  .corporation-title__box h2 {
    font-size: 15px;
  }
  .corporation-title__box .i_box {
    right: 15px;
    width: 15px;
    height: 15px;
  }
  .corporation-title__box .i_box:before {
    width: 15px;
    border-top: 1px solid #000000;
  }
  .corporation-title__box .i_box:after {
    border-left: 1px solid #000000;
    height: 15px;
    right: 7px;
  }
  .corporation-title__box {
    padding: 20px 34px 20px 20px;
  }
  .corporation-content__box h3 {
    padding: 8px 16px;
    font-size: 18px;
    margin-bottom: 16px;
  }
}
/* 
* --------------------------------------- */
.faq-area__group {
  background-color: #F8F8F9;
}
.faq-tab__title {
  width: 49%;
  padding: 10px 5px;
  box-sizing: border-box;
  list-style: none;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  border: solid 2px #577082;
  background-color: #fff;
  color: #577082;
  border-bottom: none;
}
.tab-title__group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: solid 3px #577082;
  margin-bottom: 32px;
}
.faq-panel__box {
  display: none;
}
.faq-tab__title.is-active {
  transition: all 0.2s ease-out;
  background-color: #577082;
  color: #fff;
}
.faq-panel__box.is-show {
  display: block;
}
.faq-items__text {
  margin-bottom: 60px;
  font-weight: 500;
}
.faq-items__title {
  margin-bottom: 8px;
  font-weight: 500;
  display: flex;
  gap: 0 10px;
  align-items: center;
}
/*よくある質問
* --------------------------------------- */
.faq-area__group {
  background-image: url("../img/course-bgi_pc.jpg");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
.question-items__box {
  padding: 20px 60px 20px 20px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.question-items__box h3 {
  position: relative;
  font-size: 18px;
  padding-left: 70px;
}
.question-items__box h3::before {
  content: '';
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 100px;
  border: solid 1px #707070;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../img/icon-question.svg");
}
.question-items__box .i_box {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.question-items__box .i_box:before, .question-items__box .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.question-items__box .i_box:before {
  border-top: 2px solid #577082;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.question-items__box .i_box:after {
  border-left: 2px solid #577082;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.question-items__box.open .i_box {
  transform: rotate(135deg);
  top: 39%;
}
.faq-items__box .answer-items__box {
  padding: 0px 30px 30px;
  box-sizing: border-box;
  display: none;
}
.faq-items__box {
  margin-bottom: 32px;
  box-shadow: 0 3px 6px #57708259;
  border-radius: 10px;
  background-color: #fff;
}
.faq-items__box:nth-last-child(1) {
  margin-bottom: 0;
}
.answer-items__box p {
  padding-left: 60px;
  position: relative;
}
.answer-items__box p::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 28px;
  background-size: contain;
  vertical-align: baseline;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
  -ms-transform: translateY(-50%);
  background-image: url(../img/icon-answer.svg);
}
@media screen and (max-width: 769px) {
  .question-items__box h3::before {
    width: 27px;
    height: 27px;
    border: solid 1px #ffffff;
  }
  .question-items__box h3 {
    font-size: 15px;
    padding-left: 35px;
  }
  .question-items__box {
    padding: 16px 32px 16px 16px;
  }
  .question-items__box .i_box {
    width: 15px;
    height: 15px;
    right: 12px;
  }
  .question-items__box.open .i_box {
    top: 34%;
  }
  .question-items__box .i_box:before {
    width: 15px;
  }
  .question-items__box .i_box:after {
    height: 15px;
  }
  .question-items__box .i_box:after {
    right: 6.5px;
  }
  .faq-items__box {
    margin-bottom: 10px;
  }
  .faq-items__box .answer-items__box {
    padding: 0px 20px 20px;
  }
  .faq-tab__title {
    font-size: 14px;
  }
  .tab-title__group {
    margin-bottom: 24px;
  }
  .answer-items__box p {
    padding-left: 30px;
  }
  .answer-items__box p::before {
    width: 18px;
    height: 20px;
  }
}
/* 代表プロフィール
* --------------------------------------- */
.profile-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 46px;
}
.profile-items__image {
  width: 36%;
}
.profile-items__text {
  width: 60%;
}
.profile-items__text h3 {
  color: #577082;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 600;
}
.profile-items__text p {
  font-size: 18px;
}
.history-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 46px;
}
.history-items__box {
  width: 48%;
}
.history-items__box h3 {
  color: #577082;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.history-items__box li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 5px;
}
.history-items__box li:nth-last-child(1) {
  margin-bottom: 0;
}
.history-items__box li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #333333;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 769px) {
  .profile-items__image {
    width: 100%;
  }
  .profile-items__text {
    width: 100%;
  }
  .profile-items__text h3 {
    font-size: 18px;
    text-align: right;
  }
  .profile-items__text p {
    font-size: 14px;
  }
  .profile-items__block {
    margin-bottom: 16px;
  }
  .history-items__box {
    width: 100%;
  }
  .history-items__box h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .history-items__box li {
    padding-left: 10px;
    font-size: 14px;
  }
  .history-items__box li::before {
    top: 9px;
  }
  .history-items__block {
    margin-bottom: 32px;
  }
}
/* オフィス情報
* --------------------------------------- */
.overview-area__group {
  background-color: #F1F2F3;
}
.overview-items__inner {
  background: #fff;
  padding: 46px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 3px 6px #57708259;
}
.overview-lists__box table {
  width: 100%;
}
.overview-lists__box tr:nth-child(1) th {
  padding-top: 0;
}
.overview-lists__box tr:nth-child(1) td {
  padding-top: 0;
}
.overview-lists__box tr th {
  width: 250px;
  padding: 10px 24px;
  border-bottom: solid 1px #333333;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: #577082;
}
.overview-lists__box tr td {
  padding: 10px 24px;
  font-size: 18px;
  border-bottom: solid 1px #333333;
}
.overview-lists__box tr td a {
  font-size: 18px;
  word-break: break-all;
  color: #2863B4;
}
.overview-lists__box tr td ._iframe {
  margin: 10px 0;
}
.overview-lists__box tr td ._iframe iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .overview-items__inner {
    padding: 24px;
  }
  .overview-lists__box tr {
    display: flex;
    flex-direction: column;
  }
  .overview-lists__box tr th {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    border-bottom: none;
    font-size: 14px;
  }
  .overview-lists__box tr td {
    padding: 0 0 10px;
    margin-bottom: 10px;
    font-size: 14px;
    border-bottom: solid 1px #333333;
  }
  .overview-lists__box tr:nth-last-child(1) td {
    margin-bottom: 0;
  }
  .overview-lists__box tr td a {
    font-size: 14px;
  }
  .overview-lists__box tr td ._iframe {
    margin: 16px 0;
  }
  .overview-lists__box tr td ._iframe iframe {
    height: 200px;
  }
}
/* ご依頼・お問合せ
* --------------------------------------- */
.contact-note__wrap {
  background-color: #F1F2F3;
  border-radius: 10px;
  box-shadow: 0 3px 6px #57708259;
  max-width: 764px;
  margin: 0 auto 60px;
  padding: 46px;
  box-sizing: border-box;
}
.contact-note__wrap p {
  font-size: 18px;
  font-weight: 500;
}
.contact-items__box {
  max-width: 800px;
  margin: 0 auto;
}
.contact-items__box iframe {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .contact-note__wrap p {
    font-size: 14px;
  }
  .contact-note__wrap {
    margin: 0 auto 24px;
    padding: 24px;
  }
}
/* フッター
* --------------------------------------- */
.footer-area__group {
  background-color: #577082;
}
.footer-items__block {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  padding: 42px 20px;
  margin: 0 auto;
  gap: 10px 0;
}
.footer-items__block a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.footer-items__block ._links a {
  text-decoration: underline;
}
.smartphone-fixd__wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  filter: drop-shadow(0 0 6px #57708259);
  width: 70px;
}
.smartphone-fixd__box:nth-child(1) {
  display: none
}
@media screen and (max-width: 941px) {
  .smartphone-fixd__box:nth-child(1) {
    display: block;
    width: 80%;
  }
  .smartphone-fixd__box:nth-child(1) a {
    color: #577082;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 12px 10px;
    border-radius: 10px;
  }
  .smartphone-fixd__wrap {
    bottom: 0;
    right: 0;
    z-index: 100;
    filter: none;
    width: 100%;
  }
  .smartphone-fixd__block {
    display: flex;
    background: #577082;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
  }
  .smartphone-fixd__box:nth-child(2) {
    width: 15%;
    max-width: 55px;
  }
}
@media screen and (max-width: 769px) {
  .footer-items__block {
    flex-direction: column;
    padding: 24px 20px;
  }
  .footer-items__block a {
    justify-content: center;
    text-align: center;
    font-size: 16px;
  }
}
/* 
* --------------------------------------- */
.common-post__box p {
  font-size: 18px;
  margin-bottom: 32px;
}
.common-post__box h2 {
  background-color: #577082;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 16px;
}
@media screen and (max-width: 769px) {
  .common-post__box p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .common-post__box h2 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    padding: 10px 16px;
  }
}

.link-area {
  background-color: #F1F2F3;
}
.link-area h3 {
  font-size: 24px;
  font-weight: bold;
  mask-border: 20px;
}
.link-area a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
  color: #577082;
}
.link-area p {
  color: #666;
}