/* WEB page styles */

/*****COMMON*****/

.section {
  position: relative;
}

.section-content {
  width: 1200px;
  margin: 0 auto;
}

.base {
  padding: 5rem 0;
}

.col-flex {
  display: flex;
  justify-content: space-around;
}

.sp-br-on {
  display: none:
}

@media screen and (max-width: 1200px) {
  .section {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .section-content {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .section {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
  }

  .section-content {
    width: 100%;
    padding: 0 1rem;
  }
  .breadcrumbs-content {
    margin-top: 7rem;
  }
  .col-flex {
    flex-flow: column;
  }
  .sp-br {
    display: none:
  }
  .sp-br-on {
    display: block:
  }
  .sp-none {
    display: none;
  }
}

.page_header {
  position: relative;
  margin-top: 2rem;
}

/*スクロールダウン全体の場所*/
.scrolldown-content {
  position: relative;
  display: block;
  background: #ccc;
}

.scrolldown{
  /*描画位置※位置は適宜調整してください*/
  position:absolute;
  top:1%;
  right:50%;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
  0%{top:1%;}
  50%{top:2%;}
  100%{top:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown span{
  /*描画位置*/
  position: absolute;
  left:-20px;
  bottom:10px;
  /*テキストの形状*/
  color: #00437C;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #00437C;
  transform: skewX(-31deg);
}

.scrolldown:after{
  content:"";
  /*描画位置*/
  position: absolute;
  bottom:0;
  right:0;
  /*矢印の形状*/
  width:1px;
  height: 50px;
  background:#00437C;
}

.bg-lightgray {
  background: #f5f5f5;
  z-index: -999;
}

.bg-gray {
  background: #f5f5f5;
}

.bg-darkblue {
  background: #00437C;
}

.bg-lightyel {
  background: #fffcf2
}

.section-pd {
  padding: 5rem 0;
}

.input_area {
  padding: 1rem;
}

/*****HOME*****/

/*TOP-IMAGE*/

.top_img {
  width: 100%;
  height: 745px;
  background: url(../img/header_img/top_img.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.top-header-contents {
  position: absolute;
  bottom: 180px;
  left: 200px;
  width: calc(100% - 200px);
  height: 300px;
  background: rgba(255, 255, 255, 0.2);
}

.top-header {
  padding-top: 3rem;
  width: 60%;
}

@media screen and (max-width: 640px) {
  .top_img {
    margin-top: 10rem;
    height: 300px;
    background-position: center right;
  }
  .top-header-contents {
    position: absolute;
    bottom: 50px;
    left: 10px;
    width: calc(100% - 10px);
    height: 130px;
    background: rgba(255, 255, 255, 0.2);
  }

  .top-header {
    padding-top: 1rem;
    width: 95%;
  }
}

.box-content {
  padding: 2rem;
}

.content_point {
  color: #00437C;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}

.content_title {
  color: #00437C;
  font-size: 2.2rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.content_img {
  width: 300px;
  height: 160px;
  padding: 2rem 0;
}

@media screen and (max-width: 640px) {
  .content_title {
    font-size: 2rem;
  }
}

/*TITLE*/

.section-title-content {
  position: relative;
  padding: 5rem 0;
  text-align: center;
}

.section-subtitle-content {
  position: relative;
  padding: 2rem 0;
  text-align: center;
}

.content-sub-title {
  color: #00437C;
  position: relative;
  padding: 2rem 0 0;
  letter-spacing: 0.5rem;
}

.title {
  color: #00437C;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.5rem;
  padding: 1rem 0;
}

.title-maru {
  color: #00437C;
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.5rem;
  padding: 1rem 0;
}

.title-s {
  font-size: 1.4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

.title-s-m {
  font-size: 1.8rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

.title-m-m {
  font-size: 2.4rem;
  font-weight: 500;
}

.title-m {
  font-size: 3rem;
  font-weight: 700;
}

.title-m-s {
  font-size: 3rem;
  font-weight: 500;
}

.title-l {
  font-size: 4rem;
  font-weight: 700;
}

.title-l-sub {
  font-size: 2rem;
  font-weight: 700;
}

.opacity-title {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  font-size: 15rem;
  font-weight: 700;
  color: rgba(214, 214, 214, 0.3);
  top: 0;
  left: 20%;
  z-index: -99;
}

@media screen and (max-width: 640px) {
  .title-s {
    font-size: 1rem;
  }
  
  .title-m-m {
    font-size: 2rem;
  }
  
  .title-m {
  font-size: 2.4rem;
  }
  
  .title-m-s {
    font-size: 2rem;
  }
  
  .title-l {
    font-size: 3rem;
  }
  .opacity-title {
    font-size: 8rem;
    left: -5%;
  }
}

/*-TOP-ABOUT-*/

.about-txt-box {
  position: relative;
}

.about-txt-box::before {
  content: "";
  display: inline-block;
  background: url(../img/page_img/decoration.svg) no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -30px;
  right: 0;
  opacity: 0.2;
  transform: rotateZ(180deg);
  z-index:-1;
}

.about-txt-box::after {
  content: "";
  display: inline-block;
  background: url(../img/page_img/decoration.svg) no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -50px;
  left: 0;
  opacity: 0.2;
  z-index:-2;
}

.about-txt {
  width: 1000px;
  margin: 0 auto;
  color: #00437C;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  z-index: 2;
}

.about-txt p {
  line-height: 5rem;
}

.txt-red-em {
  color: #C24F6A;
  font-size: 2.8rem;
  border-bottom:solid 2px #00437C;
  font-weight: 500;
}

.txt-yel-em {
  position: relative;
  display: inline-block;
  padding: 5rem 5rem;
  font-size: 3.6rem;
  font-weight: 700;
  color: #EDC045;
  margin: 0 auto;
}

.txt-yel-em:before, .txt-yel-em:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #EDC045;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.txt-yel-em:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.txt-yel-em:before {
  left:0;
}
.txt-yel-em:after {
  right: 0;
}

@media screen and (max-width: 640px) {
  .about-txt {
    width: 100%;
    font-size: 1.8rem;
  }
  
  .about-txt p {
    line-height: 4rem;
  }
  
  .txt-red-em {
    font-size: 2rem;
  }
  
  .txt-yel-em {
    font-size: 2.6rem;
  }
}

/*-TOP-ADVISER-*/

.top-adviser {
  position: relative;
  display: block;
}

.top-adviser-txt {
  position: absolute;
  width: 1000px;
  top: 50px;
  left: 130px;
  color: #00437C;
  font-size: 2.2rem;
  letter-spacing: 0.3rem;
  padding: 4rem;
  line-height: 7rem;
  font-weight: 400;
}

.top-adviser-txt p span.bk-line {
  background: #fafafa;
  padding: 1rem 0;
}

.top-adviser-img {
  text-align: right;
}

.top-adviser-subtxt {
  width: 1000px;
  color: #00437C;
  background: rgba(160, 216, 239, 0.2);
  border-radius: 20px;
  padding: 2rem 5rem;
  margin: 3rem auto;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .top-adviser-txt {
    position: static;
    width: 100%;
    font-size: 1.8rem;
    line-height: 3.5rem;
    padding: 2rem;
  }
  
  .top-adviser-subtxt {
     width: 100%;
    padding: 2rem;
    font-size: 1.4rem;
  }
}

/*-COMMON-EXAMPLE-*/

.example-contents {
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.2rem;
}

.example-profile {
  display: flex;
  justify-content: space-around;
  width: 600px;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 500;
}

.example-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.example-img {
  display: block;
  width: 70px;
  margin: 0 auto;
}

.example-profile p {
  letter-spacing: 0.5rem;
}

.example-num-l {
  color: #00437C;
  font-size: 6rem;
  font-weight: 700;
  padding: 0 2rem;
}

.example-num-m {
  color: #C24F6A;
  font-size: 5rem;
  font-weight: 700;
  padding: 0 2rem;
}

.example-box-contents {
  display: flex;
  justify-content: center;
  align-items:stretch;
  margin: 3rem 0;
}

.example-box {
  position: relative;
  width: 400px;
  margin: 3rem 0;
}

.example-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: -50px;
  left: 150px;
  background: #a0d8ef;
  color: #00437C;
  text-align: center;
  padding-top: 3.5rem;
  font-weight: 500;
}

.example-circle-yel {
  background: #EDC045;
}

.example-list {
  background: #fff;
  border-radius: 20px;
  padding: 8rem 2rem 2rem 2rem;
  height: 350px;
}



.example-list li {
  padding: 2rem 0;
}

.example-arrow {
  padding: 8rem 3rem 0;
}

.example-arrow-img {
  width: 50px;
}

@media screen and (max-width: 640px) {
  .example-profile {
    display: flex;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
  }
  
  .example-num-l {
    font-size: 4rem;
  }
  
  .example-num-m {
    font-size: 3rem;
  }
  
  .example-box-contents {
    flex-flow: column;
  }
  
  .example-box {
    width: 100%;
  }
  
  .example-list {
    height: auto;
  }
  
  .example-arrow {
    display: none;
  }
}

/*-COMMON-REVIEW-*/

.review-img {
  width: 50px;
  padding-top: 10rem;
}

.review-info {
  color: #00437C;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
}

.review-contents {
  width: 1000px;
  margin: 3rem auto;
  background: #fff;
  padding: 3rem 5rem;
  box-shadow: rgba(100, 100, 100, 0.12) 0px 1px 3px, rgba(100, 100, 100, 0.2) 0px 1px 6px;
}

@media screen and (max-width: 640px) {
  .review-contents {
    width: 100%;
  }
}

.review-evaluation {
  color: #EDC045;
  font-size: 3rem;
  letter-spacing: 0.5rem;
  text-align: right;
}

.review-box {
  padding: 0 0 2rem;
  letter-spacing: 0.2rem;
}

.review-title {
  color: #00437C;
  font-weight: 500;
  font-size: 1.6rem;
}

.review-date {
  text-align: right;
}

/*PAGE REVIEW*/

.review-header {
  width: 100%;
  height: 250px;
  background: url(../img/header_img/review-header.jpg) #fafafa no-repeat;
  background-position: right center;
}

.review-header-h1 {
  padding: 10rem 0 1rem 15rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}

.review-header-txt {
  color: #00437C;
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  font-weight: 500;
  padding: 2rem 0 10rem 15rem;
}

/*-DIAGNOSE-INFO-*/

.diagnose-info {
  position: relative;
  width: 700px;
  margin: 10rem auto;
  padding: 5rem 2rem;
  background: #00437C;
  color: #fff;
  letter-spacing: 0.5rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
}

.free-circle-r {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  background: #C24F6A;
  font-weight: 500;
  font-size: 2rem;
  padding-top: 1.5rem;
}

.diagnese-info-header {
  font-size: 3rem;
  font-weight: 500;
  padding: 3rem 0;
}

.diagnese-info-txt {
  font-size: 2.2rem;
  font-weight: 400;
}

.diagnose-btn {
  position: absolute;
  bottom: -50px;
  left: 150px;
}

@media screen and (max-width: 640px) {
  .diagnose-info {
    width: 100%;
  }
  .diagnese-info-header {
    font-size: 2.4rem;
  }
  .diagnese-info-txt {
    font-size: 1.4rem;
  }
  .diagnose-btn {
    left: 20px;
  }
}

/*COMPANY*/

.company-contents {
  width: 800px;
  letter-spacing: 0.5rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.8rem;
  margin: 0 auto;
  padding: 5rem 0;
}

@media screen and (max-width: 640px) {
  .company-contents {
    width: 100%;
  }
}

.company-row {
  padding: 3rem;
  border-top: 1px #B7B7B7 solid;
}

.company-row:last-child {
  border-bottom: 1px #B7B7B7 solid;
}

.company-row-title {
  color: #00437C;
  font-size: 1.6rem;
}

/*Law*/

.law-contents {
  width: 800px;
  letter-spacing: 0.5rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin: 0 auto;
  padding: 5rem 0;
}

@media screen and (max-width: 640px) {
  .law-contents {
    width: 100%;
  }
}

.law-row {
  padding: 3rem;
  border-top: 1px #B7B7B7 solid;
}

.law-row:last-child {
  border-bottom: 1px #B7B7B7 solid;
}

.law-row-title {
  color: #00437C;
  font-size: 1.4rem;
}

/*COMMON-CONTACT*/

.contact-info-contents {
  background: #fff;
  padding: 5rem 0;
  text-align: center;
}

.contact-info-title {
  color: #00437C;
  padding: 5rem 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}

.contact-info-txt {
  padding: 3rem 0;
  letter-spacing: 0.3rem;
  font-weight: 500;
}

/*PAGE DIAGONOSE*/

.diagnose-header {
  display: flex;
  justify-content:space-between;
}

.diagnose-header-innser{
  padding: 0 10rem;
  position: relative;
}

.diagnose-header-innser::before {
  content: "";
  display: inline-block;
  background: url(../img/page_img/decoration.svg) no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index:-1;
}

.diagnose-header-h1 {
  padding: 10rem 0 3rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}

.diagnose-header-txt {
  color: #00437C;
  font-size: 2.8rem;
  line-height: 6rem;
  letter-spacing: 0.5rem;
  font-weight: 500;
  word-break: keep-all;
  padding: 5rem 0 10rem;
}
.diagonose-btn-box {
  position: relative;
}

.diagnose-freeballon {
  position: absolute;
  display: inline-block;
  width: 150px;
  bottom: 50px;
  right: 0; 
}

.diagnose-photo {
  display: flex;
  align-items: center;
}

.diagnose-photo img {
  border-radius: 50px 0 0 50px / 50px 0 0 50px;
}

.diagnose-content {
  text-align: center;
}

.diagnose-em {
  display: inline-block;
  background: #a0d8ef;
  padding: 2rem 5rem;
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.4rem;
  border-radius: 30px;
  text-align: center;
}

.diagnose-txt {
  color: #00437C;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 3rem 0;
}

.diagnose-txt p {
  padding: 1rem 0;
}

.diagnose-flow {
  padding: 5rem 0;
}

.flow-container {
  display: flex;
  justify-content: space-between;
  padding: 5rem 0;
}

.flow-box {
  background: #a0d8ef;
  padding: 2rem;
  margin: 2rem auto;
  width: 350px;
  height: 280px;
}

.step-txt {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  line-height: 5rem;
}

.step-num {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 8rem;
  font-weight: 700;
  display: block;
}

.step-title {
  font-size: 2.2rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding: 3rem 0;
}

.step-img {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}

.flow-txtbox {
  color: #3E3E3E;
  text-align: left;
  font-size: 1.8rem;
  background: #fafafa;
}

@media screen and (max-width: 640px) {
  .diagnose-header {
    display: block;
    position: relative;
    height: 650px;
  }
  .diagnose-header-innser{
    padding: 0 3rem;
  }
  .diagnose-header-h1 {
    
  }
  .diagnose-header-txt {
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 1rem 2rem;
    word-break:normal;
    background: rgba(255, 255, 255, 0.5);
  }
  .diagonose-btn-box {
    position: relative;
    padding: 12rem 0 0;
  }
  
  .diagnose-freeballon {
    width: 100px;
    bottom:90px;
  }
  .diagnose-photo {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
  }
  .diagnose-em {
    padding: 2rem;
    font-size: 1.8rem;
  }
  .diagnose-txt {
    font-size: 1.5rem;
    padding: 1rem 0;
    text-align: left;
  }
  .flow-container {
    flex-flow: column;
    padding: 5rem 0 0;
  }
  .flow-box {
    padding: 2rem 0 0.5rem;
    width: 100%;
    height: auto;
  }
  .flow-txtbox {
    color: #3E3E3E;
    text-align: left;
    font-size: 1.8rem;
    background: #fafafa;
    padding: 1rem;
    margin: 2rem 0 0;
  }
}

.adviser-info-content {
  
}

.adviser-info-box {
  background: #fff;
  padding: 3rem;
  margin-bottom: 5rem;
}

.adviser-info-inner {
  display: flex;
  justify-content: center;
}

.adviser-profile {
  padding: 3rem;
}

.adviser-photo {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-position:center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.adviser-photo img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background: #a0d8ef;
}

.adviser-pf {
  text-align: center;
  color: #00437C;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.adviser-pf-s {
  text-align: center;
  color: #00437C;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.adviser-pf-c {
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding: 1rem 0;
}

.adviser-pf-txt {
  width: 400px;
  line-height: 3rem;
  padding-left: 3rem;
  letter-spacing: 0.3rem;
  
}

.adviser-p-schedule {
  width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 5rem 0;
}

.adviser-sche-box {
  text-align: center;
}

.adviser-list {
  position: relative;
}

.adviser-list-box {
  display: flex;
  justify-content: center;
}

.adviser-list-inner {
  background: #fff;
  margin: 1rem;
  padding: 2rem;
  width: 250px;
}

.adviser-list-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-position:center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.adviser-list-photo img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background: #a0d8ef;
}

.adviser-list-pf {
  text-align: center;
  color: #00437C;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.adviser-list-pf-s {
  text-align: center;
  color: #00437C;
  font-size: 1rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.adviser-list-pf-c {
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding: 1rem 0;
}

.adviser-list-pf-txt {
  width: 100%;
  padding-left: 1rem;
  letter-spacing: 0.3rem;
  font-size: 1.2rem;
  height: 80px;
  overflow: hidden;
}

.search-head {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

.search-box {
  display: block;
}

.serch-box-btn {
  margin-top: 1rem;
}

.search-pd {
  display: flex;
}

@media screen and (max-width: 640px) {
  .adviser-info-box {
    padding: 2rem;
  }
  .adviser-info-inner {
    flex-flow: column;
  }
  .adviser-profile {
    padding: 1rem;
  }
  .adviser-pf-txt {
    width: 100%;
    padding-left: 1rem;
  }
  .adviser-p-schedule {
    width: 100%;
  }
  .adviser-sche-box {
    padding: 0.2rem;
  }
  .adviser-list-box {
  }
  .adviser-list-inner {
    width: 45%;
    margin: 1rem 0.2rem;
    padding: 0.5rem;
  }
  .adviser-list-photo {
    width: 60px;
    height: 60px;
  }

  .adviser-list-photo img {
    width: 50px;
    height: 50px;
  }
  .adviser-list-pf {
    font-size: 1.2rem;
  }
  .adviser-list-pf-s {
    font-size: 0.8rem;
  }
  .adviser-list-pf-c {
    font-size: 0.8rem;
    padding: 0.3rem 0;
  }
  .adviser-list-pf-txt{
    height: 60px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .search-head {
    flex-flow: column;
    flex-direction: column-reverse;
  }
}

/*Adviser Profile Page*/
.profile {
  width: 1000px;
  margin: 3rem auto;
}
.profile-main {
  display: flex;
}

.profile-photo {
  width: 300px;
  height: 300px;
  background-position:center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.profile-detail {
  padding: 0 2rem;
  display: block;
  width: 700px;
}

.profile-item {
  border-bottom: 1px dotted #ccc;
  padding: 2rem 0;
}

@media screen and (max-width: 640px) {
  .profile {
    width: 100%;
  }
  .profile-main {
    justify-content: center;
    flex-flow: column;
  }
  .profile-detail {
    width: 100%;
  }
}

.profile-sub {
  color: #ccc;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}

.profile-name {
  font-size: 2rem;
  font-weight: 500;
}

.profile-comment {
  padding: 2rem;
  margin: 2rem 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

/*VOICE*/

.voice-content {
  
}

.voice-txt {
  color: #C24F6A;
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .voice-txt {
    font-size: 1.6rem;
    text-align: left;
  }
}

.balloon-bc {
  padding: 3rem 0 0;
}

.balloon {
  display: flex;
  font-size: 1.6rem;
  margin: 4rem;
  overflow: hidden;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 640px) {
.balloon {
    display: flex;
    font-size: 1.6rem;
    margin: 1rem;
    overflow: hidden;
    letter-spacing: 0.2rem;
  }
}

.balloon .faceicon {
  margin-right: 10px;
  width: 70px;
}

.balloon .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.balloon .chatting {
  width: 100%;
  text-align: left;
}

.says {
  display: inline-block;
  position: relative;
  margin: 1rem 0;
  padding: 2rem;
  border-radius: 30px;
  background: rgba(204, 204, 204, 0.2);
  width: 95%;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.says p {
  margin: 0;
  padding: 0;
}

.answer {
  display: inline-block;
  position: relative;
  margin: 2rem 0 1rem;
  padding: 2rem;
  border-radius: 30px;
  background: #edfaff;
  width: 95%;
}

.answer:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edfaff;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.answer p {
  margin: 0;
  padding: 0;
}

/*FEATURE*/

.feature-content {
  
}

.feature-inner {
  display: flex;
  justify-content: center;
}

.feature-box {
  width: 300px;
  background: #fff;
  border-radius: 20px;
  margin: 2rem;
  padding: 3rem;
}

@media screen and (max-width: 640px) {
  .feature-inner {
    flex-flow: column;
  }
  .feature-box {
    width: 300px;
    margin: 2rem auto;
  }
}

.feature-num {
  color: #00437C;
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
}


.feature-icon {
  padding: 3rem 0;
}

.feature-icon img {
  display: block;
  width: 50px;
  margin: 0 auto;
}

.feature-txt {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  
}

/*FP-INFO*/

.fp-info-content {
  margin: 10rem 0;
  background: url(../img/page_img/decoration2.svg) no-repeat center center;
  background-size: 80% 80%;
}

.fp-info-inner {
  padding: 5rem 0;
}

.fp-info-yel-em {
  position: relative;
  display: inline-block;
  padding: 0 5rem 2rem;
  font-size: 3rem;
  font-weight: 700;
  color: #EDC045;
  margin: 0 auto;
}

.fp-info-yel-em:before, .fp-info-yel-em:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #EDC045;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.fp-info-yel-em:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.fp-info-yel-em:before {
  left:0;
}
.fp-info-yel-em:after {
  right: 0;
}

.fp-info-em {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #EDC045;
  width: 500px;
  margin: 0 auto;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  text-align: center;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.fp-info-em::before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #00437C;
}

.fp-info-txt {
  width: 800px;
  margin: 5rem auto;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  font-family: 'Zen Maru Gothic', sans-serif;
}

@media screen and (max-width: 640px) {
  .fp-info-content {
    margin: 2rem 0;
  }
  .fp-info-em {
    width: 100%;
  }
  .fp-info-txt {
    width: 100%;
  }
}

/*Seminar-info*/

.seminar-info-content {
  display: flex;
  justify-content: center;
  margin: 0 auto 10rem;
}

.seminar-thema-box {
  margin: 0 2rem;
  padding: 3rem 5rem;
  border-radius: 2px;
  background: #fff;
}

.seminar-thema-title {
  color: #00437C;
  font-size: 2.2rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  position: relative;
  padding: 1rem 4rem;
  text-align: center;
  margin-bottom: 3rem;
}

.seminar-thema-title::before,
.seminar-thema-title::after {
  position: absolute;
  content: '';
}

.seminar-thema-title::after {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 2px solid #00437C;
  border-left: 2px solid #00437C;
}

.seminar-thema-title::before {
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-right: 2px solid #00437C;
  border-bottom: 2px solid #00437C;
}

@media screen and (max-width: 640px) {
  .seminar-info-content {
    flex-flow: column;
  }
  .seminar-thema-box {
    margin: 0 2rem;
    padding: 3rem 2rem;
  }
  .seminar-thema-title {
    font-size: 1.7rem;
  }
}

.seminar-thema-text {
  letter-spacing: 0.2rem;
  font-weight: 500;
}

/*PAGE CONSULT*/

.consult-header {
  width: 100%;
  height: 600px;
  background: url(../img/header_img/consult-header.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.consult-header-content {
  position: relative;
  display: flex;
  justify-content:center;
  align-items: flex-end;
}

.consult-header-r {
  margin-left: 5rem;
  z-index: 1;
}

.consult-header-r::before {
  content: "";
  display: inline-block;
  background: url(../img/page_img/decoration.svg) no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0;
  right: 350px;
  transform: rotateZ(90deg);
  z-index: -1;
}

.consult-header-h1 {
  padding: 10rem 0 1rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}

.consult-header-txt {
  width: 580px;
  color: #00437C;
  font-size: 2.8rem;
  letter-spacing: 0.5rem;
  font-weight: 500;
  padding: 2rem 0 10rem;
}

.consult-header-info {
  text-align: center;
}

.consult-header-info-txt {
  position: relative;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #C24F6A;
  letter-spacing: 0.4rem;
  display: inline-block;
}

.consult-header-info-txt::after {
  position: absolute;
  bottom: -9px;
  left: 50px;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #C24F6A transparent transparent transparent;
}

.consult-header-info-time {
  color: #C24F6A;
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
  font-weight: 500;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.3);
  width: 400px;
  margin: 0 auto;
}

.consult-header-l {
  align-content: center;
}

.consult-header-stamp {
  display: flex;
  justify-content: space-around;
}

.stamp{
  position: relative;
  margin: 0 1rem;
  padding: 2rem 0;
  width: 100px;
  height: 100px;
  background: #EDC045;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.stamp-txt {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 640px) {
  .consult-header {
    height: 750px;
  }
  .consult-header-content {
    flex-flow: column;
    justify-content:flex-start;
    align-items:center;
  }
  .consult-header-txt {
    width: 100%;
    font-size: 2rem;
    padding-left: 9rem;
  }
  .consult-header-r {
    order: 1;
    margin-top: 5rem;
    margin-left: 0;
  }
  .consult-header-r::before {
    content: "";
    display: inline-block;
    background: url(../img/page_img/decoration.svg) no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 80px;
    right: 10px;
    transform: rotateZ(90deg);
    z-index: -1;
  }
  .consult-header-h1 {
    padding-left: 9rem;
  }
  .consult-header-l {
    align-content: flex-start;
    order: 2;
    margin-left: 0;
  }
  .consult-header-info-time {
    width: 350px;
  }
  .consult-header-stamp {
    margin-top: 2rem;
  }
}

.theme-box {
  text-align: center;
  width: 400px;
}

.theme-img {
  width: 300px;
  border: solid #00437C 1px;
  margin: 0 auto 3rem;
}

.theme-txt {
  padding: 3rem 0;
  text-align: left;
}

.thema-sub-box {
  text-align: center;
  width: 300px;
  background: #fff;
}

.thema-sub-title {
  color: #00437C;
  font-size: 2.2rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  position: relative;
  padding: 1rem 1rem;
  text-align: center;
  margin: 1rem;
}

.thema-sub-title::before,
.thema-sub-title::after {
  position: absolute;
  content: '';
}

.thema-sub-title::after {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 2px solid #00437C;
  border-left: 2px solid #00437C;
}

.thema-sub-title::before {
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-right: 2px solid #00437C;
  border-bottom: 2px solid #00437C;
}

@media screen and (max-width: 640px) {
  .theme-box {
    width: 100%;
  }
  .thema-sub-box {
    width: 300px;
    margin: 1rem auto;
  }
  .thema-sub-title {
    font-size: 1.8rem;
    padding: 1rem;
  }
}

.strength-content {
  padding: 10rem 0;
}

.strength-box {
  padding: 0 5rem 5rem;
}

.strength-merit {
  color: #EDC045;
}

.strength-title {
  position: relative;
  padding: 1.5rem 2rem 1.5rem 160px;
  border-bottom: 3px solid #EDC045;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
  color: #EDC045;
}

.strength-title span {
  font-size: 10rem;
  line-height: 1;
  position: absolute;
  bottom: -1.6rem;
  left: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.strength-txt {
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  padding: 5rem;
}

.strengh-mfa {
  display: flex;
  padding: 3rem;
  border: 1px dotted #ccc;
  margin: 0 4rem;
}

.strengh-mfa img {
  width: 50px;
}

.strengh-mfa-txt {
  padding-left: 5rem;
}


@media screen and (max-width: 640px) {
  .strength-box {
    padding: 0 0.5rem 0;
  }
  .strength-title {
    font-size: 2rem;
    padding: 1.5rem 2rem 1.5rem 80px;
  }
  .strength-title span {
    font-size: 5rem;
    bottom: 0;
    top: 0;
  }
  .strength-txt {
    padding: 2rem;
  }
  .strengh-mfa {
    flex-flow: column;
    padding: 1rem;
    margin: 0 1rem;
  }
  .strengh-mfa img {
    padding: 1rem;
  }
}

/*calender*/

.schedule-info {
  background: rgba(194, 79, 106, 0.3);
  padding: 2rem 3rem;
  border-radius: 20px;
  width: 450px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .schedule-info {
    width: 100%;
  }
}

.calender-panel{
  padding: 2rem;
  width: 1000px;
  margin: 5rem auto 0;
  background: #fff;
  border-radius: 10px;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 640px) {
  .calender-panel{
    width: 100%;
  }
}

.cal-radiobtn-box {
  display: flex;
  padding: 2rem 0;
  flex-wrap: wrap;
}

.cal-radiobtn {
  display: flex;
  padding: 0;
  margin: 0;
}

.cal-radiobtn input[type=radio] {
  display: none; /* ラジオボタンを非表示にする */
}

.cal-radiobtn label {
  font-size: 1.3rem;
  font-weight: 400;
}

.cal-radiobtn input[type="radio"]:checked + label {
  background: #0062a5;/* マウス選択時の背景色を指定する */
  color: #ffffff; /* マウス選択時のフォント色を指定する */
}

.cal-radiobtn label:hover {
background-color: #E2EDF9; /* マウスオーバー時の背景色を指定する */ 
}

.cal-radiobtn label {
  display: block; /* ブロックレベル要素化する */ 
  float: left; /* 要素の左寄せ・回り込を指定する */ 
  margin: 5px; /* ボックス外側の余白を指定する */
  width: 200px; /* ボックスの横幅を指定する */
  height: 45px; /* ボックスの高さを指定する */
  padding-left: 5px; /* ボックス内左側の余白を指定する */
  padding-right: 5px; /* ボックス内御右側の余白を指定する */
  text-align: center; /* テキストのセンタリングを指定する */
  line-height: 45px; /* 行の高さを指定する */
  cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
  border-radius: 5px; /* 角丸を指定する */
  background: #ccc;
}

.cal-radiobtn.long label {
  width: 300px; /* ボックスの横幅を指定する */
}

/*相談時間選択ラジオボタン*/

.cal-date-list {
  display: flex;
  justify-content: space-between;
}

.cal-date-group {
  padding: 0 0.5rem;
  width: 100%;
  text-align: center;
}

.cal-date {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  margin-top: 2rem;
  letter-spacing: 0.2rem;
}

.cal-time {
  width: 100px;
  margin: 5px auto;
}

.cal-radio-box {
  display: flex;
  padding: 0;
  margin: 0;
}

.cal-radio {
  display: flex;
  padding: 0;
  margin: 0;
}

.cal-radio input[type=radio] {
  display: none; /* ラジオボタンを非表示にする */
}

.cal-radio label {
  font-size: 1.4rem;
  font-weight: 400;
}

.cal-radio input[type="radio"]:checked + label {
  background: #0062a5;/* マウス選択時の背景色を指定する */
  color: #ffffff; /* マウス選択時のフォント色を指定する */
}

.cal-radio label:hover {
  background-color: #a0d8ef; /* マウスオーバー時の背景色を指定する */ 
}

.cal-radio label {
  display: block; /* ブロックレベル要素化する */
  float: left; /* 要素の左寄せ・回り込を指定する */
  width: 100px; /* ボックスの横幅を指定する */
  height: 40px; /* ボックスの高さを指定する */
  margin: 5px auto; /* ボックス外側の余白を指定する */
  padding-left: 1rem; /* ボックス内左側の余白を指定する */
  padding-right: 1rem; /* ボックス内御右側の余白を指定する */
  text-align: center; /* テキストのセンタリングを指定する */
  line-height: 40px; /* 行の高さを指定する */
  cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
  border-radius: 5px; /* 角丸を指定する */
  border: 1px solid #d0d0d0;
  letter-spacing: 0.1rem;
}

/* Disabled checkbox */
.cal-radio input[type="radio"]:disabled + label {
  color: #aaa;
}

/*先週・次週*/

.cal_btn_control {
  margin: 2rem 0;
}

.cal_btn {
  padding: 1rem 2rem;
  border:1px solid #a0d8ef;
  background: #a0d8ef;
  color :#0062a5;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 0.3rem;
}

/*FAQ*/
.faq_containar {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .faq_containar {
    width: 100%;
  }
}

.qa-list dl {
  position: relative;
  margin: 2rem;
  cursor: pointer;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl::after {
  position: absolute;
  top:40px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #0062a5;
  border-right: 2px solid #0062a5;
}

.qa-tag {
  font-size: 1.2rem;
  padding: 0.5rem 0;
  color: #f2f4f5;
  font-weight: 400;
}

.qa-list .open::after {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 2rem 2rem 2rem 5rem;
  font-weight: 500;
  background: #a0d8ef;
  color: #0062a5;
  border-radius: 20px;
}

.qa-list dl dt.border-r {
  border-radius: 20px 20px 0 0;
}

.qa-list dl dt::before {
  font-size: 2rem;
  line-height: 2rem;
  position: absolute;
  top:25px;
  left: 20px;
  display: block;
  content: 'Q';
  color: #0062a5;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 2rem 2rem 2rem 5rem;
  border-bottom: 2px solid #a0d8ef;
}

.qa-list dl dd::before {
  font-size: 2rem;
  line-height: 2rem;
  position: absolute;
  top:20px;
  left: 20px;
  display: block;
  content: 'A';
  font-weight: 500;
  color: #0062a5;
}

@media screen and (max-width: 767px) {
   .qa-list dl {
      margin: 1rem 0 4rem;
  }
  .qa-list dl:after {
      top: 20px;
      right: 20px;
      width: 7px;
      height: 7px;
  }
  .qa-list dl dt {
      padding: 16px 16px 16px 50px;
      font-size: 14px;
  }
  .qa-list dl dt::before {
      font-size: 14px;
      top: 20px;
      left: 20px;
  }
  .qa-list dl dd::before {
      font-size: 14px;
      left: 20px;
      margin-top: 5px;
  }
  .qa-list dl dd {
      margin: 0;
      padding: 16px 16px 16px 50px;
      font-size: 14px;
  }
}

/*PAGE SEMINAR*/

.seminar-header {
  width: 100%;
  height: 400px;
  background: url(../img/header_img/seminar-header.jpg) #f4f5f7 no-repeat;
  background-position: right center;
  background-size: contain;
}

.seminar-header-h1 {
  padding: 10rem 0 1rem 15rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}

.seminar-header-txt {
  color: #00437C;
  font-size: 2.8rem;
  letter-spacing: 0.5rem;
  font-weight: 500;
  padding: 2rem 0 10rem 15rem;
}

.semina-info-txt {
  padding: 3rem 5rem;
  color: #00437C;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  line-height: 4rem;
}

.seminar-choice {
  padding: 5rem 0;
  width: 800px;
  margin: 0 auto;
}

.seminar-choice-box {
  padding: 3rem;
}

@media screen and (max-width: 640px) {
  .seminar-header {
    height: 500px;
  }
  .seminar-header-h1 {
    padding: 20rem 0 1rem 1rem;
  }
  .seminar-header-txt {
    font-size: 2rem;
    padding: 13rem 1.5rem 0;
  }
  .semina-info-txt {
    padding: 1rem 0.5rem;
    line-height: 3.2rem;
    font-size: 1.8rem;
  }
  .seminar-choice {
    width: 100%;
  }
  .seminar-choice-box {
    padding: 1rem;
  }
}

.seminar-choice-em {
  position: relative;
  padding: 1.5rem 1.5rem calc(1.5rem + 10px) 80px;
  border: 2px solid #00437C;
  color: #00437C;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
}

.seminar-choice-em::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  border-top: 2px solid #00437C;
  background-image: -webkit-repeating-linear-gradient(135deg, #a0d8ef, #a0d8ef 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #a0d8ef, #a0d8ef 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.seminar-choice-em span {
  font-size: 4rem;
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  padding: 0.1rem 1rem;
  color: #00437C;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.semina-choice-txt {
  padding: 3rem 2rem 0;
  letter-spacing: 0.1rem;
}

.seminar-content {
  background: #fff;
  border-radius: 20px;
  padding: 5rem;
  display: flex;
  justify-content: center;
}

.seminar-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  padding: 1rem;
}

.seminar-content-detail {
  display: flex;
  justify-content:space-between;
  width: 550px;
}

@media screen and (max-width: 640px) {
  .seminar-content {
    padding: 1rem;
  }
  .seminar-content-detail {
    flex-flow: column;
    width: 100%;
  }
}

.seminar-content-inner {
}

.seminar-img {
}

.seminar-img img {
  width: 200px;
  border-radius: 20px;
}

.seminar-tab {
  display: inline-block;
  background: #00437C;
  padding: 0.2rem 1rem;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 0.2rem;
}

.seminar-tab-y {
  background: #EDC045;
}

.seminar-sche {
  width: 300px;
  padding: 0 1rem;
}

.seminar-sche-title {
  font-size: 1.4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  padding: 1rem 0;
  letter-spacing: 0.3rem;
  border-top: 1px solid #00437C;
  border-bottom: 1px solid #00437C;
}

.seminar-sche-d {
  padding: 0.8rem 0;
  letter-spacing: 0.2rem;
}

a.seminarappry {
  background: #C24F6A;
  color: #fff;
  border-bottom: 1px solid #C24F6A;
  padding: 0.5rem;
  margin: 1rem 0;
  font-size: 1.2rem;
}

a.seminar-other-btn {
  display: inline-block;
  padding: 3rem 0 1rem;
  text-decoration: underline;
}

a.seminar-de-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #00437C;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  color: #00437C;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  margin: 1rem 0;
}
a.seminar-de-btn:hover {
  background: #00437C;
  border: 1px solid #00437C;
  color: #fff;
}
a.seminar-de-btn:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50px;
  border-color: transparent transparent #00437C transparent;
}
a.seminar-de-btn span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
}
a.seminar-de-btn span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
a.seminar-de-btn span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #00437C;
    border-right: 2px solid #00437C;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
}

.step-container {
  display: flex;
  justify-content:center;
  padding: 3rem 0 10rem;
}

.step-box {
  background: #a0d8ef;
  padding: 2rem;
  margin: 2rem;
  width: 350px;
}

.step-num-s {
  font-size: 1.8rem;
  display: block;
  line-height: 1.8rem;
}

.step-num {
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-family: 'Saira Semi Condensed', sans-serif;
}

.step-img {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}

.seminar-thema {
  
}

.seminar-thema {
  display: inline-block;
  background: #00437C;
  padding: 0.2rem 1rem;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 0.2rem;
}

.seminar-thema-y {
  background: #EDC045;
}

.seminar-view-content {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0 5rem;
}

.seminar-view-detail {
  padding: 3rem;
}

.seminar-view-txt {
  padding: 0 3rem 4rem;
  letter-spacing: 0.2rem;
  line-height: 3.5rem;
}

.seminar-view-option {
  padding: 0 3rem 4rem;
  border-bottom: 1px dotted #ccc;
}

.s-option {
  padding: 1rem;
}

.s-option-title {
  color: #00437C;
  display: block;
}

.seminar-daylist {
  width: 400px;
  padding: 3rem;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.seminar-daygroup {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
}

.seminar-view-teacher {
  padding: 3rem;
  display: flex;
  margin: 0 auto;
  border-bottom: 1px solid #f2f4f5;
}

.teacher-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-right: 2rem;
}

.theacher-pro-name {
  padding: 0 0 1rem;
}

@media screen and (max-width: 640px) {
  .seminar-view-content {
    flex-flow: column;
    margin: 1rem 0 1rem;
  }
  
  .seminar-view-detail {
    padding: 1rem 0;
  }
  .seminar-view-txt {
    padding: 0 0 4rem;
    font-size: 1.8rem;
  }
  .seminar-view-option {
    padding: 0 0 4rem;
    font-size: 1.7rem;
  }
  .seminar-daylist {
    width: 100%;
  }
  .seminar-view-teacher {
    padding: 1rem;
    flex-flow: column;
  }
  .teacher-pro {
    font-size: 1.7rem;
  }
  .teacher-photo {
    display: block;
    margin: 0 auto;
  }
}

.seminar-daytitle {
  color: #00437C;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  font-weight: 500;
}

.seminar-daybox {
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 1.8rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 640px) {
  .step-container {
    flex-flow: column;
  }
  .step-box {
    width: 100%;
    height: 400px;
    margin: 2rem auto;
  }
  .step-img {
    width: 150px;
    height: 150px;
  }
}

.step-title {
  color: #0062a5;
  font-weight: 500;
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  letter-spacing: 0.3rem;
}

/*PAGE ARTICLE*/

.article-header {
  width: 100%;
  height: 400px;
  background: url(../img/header_img/article-header.jpg) #f4f5f7 no-repeat;
  background-position: right center;
  background-size: contain;
}

.article-header-h1 {
  padding: 10rem 0 1rem 15rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}

.article-header-txt {
  color: #00437C;
  font-size: 2.8rem;
  letter-spacing: 0.5rem;
  font-weight: 500;
  padding: 2rem 0 10rem 15rem;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

.article-box {
  width: 300px;
  padding: 3rem;
  position:relative;
}

.article-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.article-recommend {
  padding: 0.2rem 1rem;
  color: #EDC045;
}

.article-img img {
  height: 180px;
  object-fit: cover;
  overflow: hidden;
}

.article-tag {
  display: flex;
  justify-content: space-between;
}

.article-date {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.article-badge {
  background: #00437C;
  padding: 0.2rem 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  display: inline-block;
  color: #fff;
}

.article-title {
  padding: 2rem 0;
  letter-spacing: 0.2rem;
}

.article-title-main {
  color: #00437C;
  padding: 4rem 0;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
}

.article-view-content {
  width: 1000px;
  padding: 3rem 0;
  margin: 0 auto 10rem;
}

.article-main-img {
  
}

@media screen and (max-width: 1200px) {
  .article-view-content {
    width: calc(100% - 4rem);
  }
}

.article-main-txt {
  padding: 5rem 0;
}

.article-sub-contents {
  margin: 0 0 5rem;
}

.article-sub-title {
  background: #a0d8ef;
  padding: 2rem;
  color: #0062a5;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 3rem 0;
}

@media screen and (max-width: 640px) {
  .article-header-h1 {
    padding: 20rem 0 1rem 2rem;
  }
  .article-header-txt {
    font-size: 2.2rem;
    padding: 8rem 0 10rem 2rem;
  }
  .article-title-main {
    font-size: 2.4rem;
  }
  .article-view-content {
    width: 100%;
  }
  .article-sub-title {
    font-size: 1.8rem;
  }
}

.article-sub-txt {
  line-height: 3rem;
}

.article-btnbox {
  position: relative;
  border-top: 2px solid #a0d8ef;
  padding-bottom: 2rem;
  font-weight: 400;
  font-size: 1.4rem;
}
.article-next {
  position: absolute;
  right: 0;
  top: 10px;
}
.article-prev {
  position: absolute;
  left: 0;
  top: 10px;
}
.article-index {
  position: absolute;
  left: 45%;
  top: 10px;
}

.authorname {
  padding: 3rem 0 3rem;
}

/*LOGIN PAGE*/
.login-header {
  width: 100%;
  height: 200px;
  background: url(../img/header_img/login.png) #f4f5f7 no-repeat;
  background-position: right center;
  background-size: contain;
}

.login-header-h1 {
  padding: 8rem 0 1rem 15rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  font-size: 3rem;
}

.login-content {
  margin-top: 3rem;
}

.login-panel {
  display: flex;
  justify-content: center;
}

.login-detail {
  width: 400px;
  padding: 2rem;
  margin: 1rem 1rem 2rem;
  background: #ffffff;
  border-radius: 0.4rem;
}

.login-title {
  color: #00437C;
  font-weight: 500;
  letter-spacing: 0.2rem;
  padding: 2rem 0;
  border-top: 1px solid #00437C;
  border-bottom: 1px solid #00437C;
  margin-bottom: 3rem;
}

.new-apply {
  width: 600px;
  margin: 0 auto 5rem;
  padding: 3rem;
  border-top: 1px solid #ccc;
}

.new-apply-txt {
  padding: 1rem 2rem;
  color: #C24F6A;
}

.login-b-btn {
  width: 100%;
  padding: 0 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.4rem;
  color: #00437C;
  margin: 1rem 0;
  background: #a0d8ef;
  border: none;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3rem;
  border-radius: 50px;
}

.referral_box {
  width: 800px;
  margin: 0 auto;
}

.mailsent-img {
  width: 300px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .login-panel {
    flex-flow: column;
  }
  .login-detail {
    width: 100%;
    padding: 2rem;
    margin: 1rem 0 2rem;
  }
  .new-apply {
    width: 100%;
  }
  .referral_box {
    width: 100%;
  }
}

/***MYPAGE***/

.mypage-content {
  display: flex;
  justify-content: center;
}

.mypage-profile {
  width: 300px;
  padding: 3rem;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 5rem;
  box-shadow: rgba(216, 216, 216, 0.2) 0px 2px 8px 0px;
  text-align: center;
}

.mypage-profile-box {
  padding-bottom: 2rem;
  border-bottom: 1px dotted #ccc;
}

.mypage-content-inner {
  width: 700px;
  padding: 0 3rem;
}

.mypage-profile-title {
  color: #00437C;
  padding: 1rem 0;
}

.mypage-panel {
  padding: 0 3rem 5rem;
  width: 100%;
}

.mypage-panel-title {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #00437C;
}

.mypage-panel-title:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 5%;
  height: 6px;
  content: '';
  background: #A0D8EF;
}

.apply-content {
  padding: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #ccc;
}

.apply-content-no {
  font-size: 1.2rem;
  color: #666;
  padding: 0.3rem 0;
}

.apply-content-s-title {
  font-weight: 500;
}

.apply-content-time {
  letter-spacing: 0.2rem;
}

.apply-content-time span {
  font-size: 2rem;
  color: #C24F6A;
  font-weight: 500;
}

.apply-content-detail {
  padding: 2rem 0;
}

.apply-content-detail ul {
  list-style: none;
}

.apply-detail-li {
  display: inline-block;
  font-size: 1.4rem;
  width: 200px;
}

@media screen and (max-width: 640px) {
  .mypage-content {
    flex-flow: column;
  }
  .mypage-profile {
    width: 100%;
  }
  .mypage-content-inner {
    width: 100%;
    padding: 0 1rem;
  }
  .mypage-panel {
    padding: 0 0 5rem;
  }
  .apply-content-time {
    margin-top: 1rem;
  }
  .apply-content-time span {
    font-size: 1.8rem;
    display: block;
  }
  .apply-detail-li {
    width: 120px;
  }
}

.noapply {
  padding: 0;
  margin: 1rem 0;
  letter-spacing: 0.2rem;
  position: relative;
  text-align: center;
}

.noapply-img {
  display: block;
  width: 100px;
  margin: 0 auto;
}

.noapply-btn {
  display: block;
  width: 150px;
  line-height: 1.6rem;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  background: #ed9e31;
  border-radius: 10px;
  color: #fff;
  margin: 0 auto;
}

.cancel-txt{
  color: #fff;
  background: #C24F6A;
  padding: 3rem;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

.complete-img {
  display: block;
  width: 300px;
  margin: 0 auto;
}

.apply-btn {
  width: 300px;
  padding: 1rem 5rem;
  height: 5rem;
  line-height: 2rem;
  font-size: 1.8rem;
  margin: 1rem 0;
  background: #0062a5;
  border: none;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3rem;
  border-radius: 20px;
}

.seminar-detail-title {
  padding: 3rem 0;
}

@media screen and (max-width: 640px) {
  .apply-btn {
    width: 100%;
  }
  
  .seminar-detail-title {
    clear: both;
    padding: 3rem 0 0;
  }
}

/*DiagnoseーPAGE*/

.diag_title {
  padding: 2rem 0;
  font-size: 2rem;
  color: #0062a5;
  font-weight: 500;
  border-bottom: 3px solid #0062a5;
  display: none;
}

.diag_area {
  padding: 2rem 0 3rem;
  border-bottom: 1px dotted #ccc;
  display: none;
}

.diag_label_text {
  font-size: 1.4rem;
  padding: 1rem 0;
  letter-spacing: 0.2rem;
  font-weight: 500;
}

.diag-btn {
  display: none;
}

.confibtn {
  display: none;
}

.diag_open{
  display: block;
}

.select_b {
  
}

.select_b {
  overflow: hidden;
  width: 300px;
  text-align: center;
}
.select_b select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.select_b::-ms-expand {
  display: none;
}
.select_b.sl01 {
  position: relative;
  border-radius: 10px;
  background: #0062a5;
}
.select_b.sl01::before {
  position: absolute;
  top: 2rem;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  pointer-events: none;
}
.select_b.sl01 select {
  padding: 1.2rem 0 1rem 2rem;
  color: #ffffff;
}

.input_n {
  position: relative;
  width: 300px;
}

.input_n span {
  position: absolute;
  top :20px;
  left: 310px;
  width: 100px;
}

.input_nbtn {
  margin-top: 1rem;
  background: #0062a5;
}

.input_n input[type=number] {
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 2.3rem;
  transition: 0.3s;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  background: #f2f4f5;
}
.input_n input[type=number]:focus {
  border-color: #0062a5;
  background: rgba(0, 98, 165, 0.1);
}


.dia-result {
  padding: 5rem 0;
  width: 800px;
  margin: 0 auto;
}

.dia-result-main {
  text-align: center;
  background: #fff;
  padding: 2rem;
  border-radius: 30px;
}

.dia-title-b {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.4rem;
  color: #f0b7a1;
}

.dia-num {
  font-size: 5rem;
  letter-spacing: 0.4rem;
  font-weight: 700;
  color: #0062a5;
}

.dia-num span {
  font-size: 2rem;
}

.breakdown {
  margin: 3rem auto;
  padding: 3rem;
  background: #fff;
  border-radius: 30px;
  width: 800px;
}

.breakdown-title {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding: 2rem 0;
  color: #f0b7a1;
  text-align: center;
}

.breakdown-subtitle {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding: 2rem 0;
  color: #d9f0a1;
  text-align: center;
}

.breakdown-box {
  border-bottom: 1px dotted #ccc;
  margin: 0 auto 2rem;
}

.bd-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.bd-title {
  font-size: 1.6rem;
  color: #0062a5;
  padding: 0 2rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}

.bd-num {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  padding: 0 2rem;
}

.bd-num span {
  font-size: 1.4rem;
  font-weight: 400;
  width: 50px;
  display: inline-block;
}

.unit-name {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .dia-result {
    width: 90%;
  }
  .dia-title-b {
    font-size: 2.4rem;
  }
  .dia-num {
    font-size: 4rem;
  }
  .breakdown {
    width: 90%;
  }
  .breakdown-subtitle {
    font-size: 1.8rem;
  }
  .bd-title {
    font-size: 1.2rem;
  }
  .bd-num {
    font-size: 2.4rem;
  }
}



/**CONTACT PAGE**/

.detail-box {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.detail-box-c {
  display: flex;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #ccc;
}

.detail-box-c:first-child {
  border-top: 1px solid #ccc;
}

.detail-box-c span {
  display: inline-block;
  padding: 1.2rem 1rem;
}

.detail-box-t {
  width: 200px;
  background: #f2f4f5;
}

.detail-box-t-w {
  width: 300px;
}

.confi-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid #ccc;
}

.confi-box-t {
  font-weight: 500;
  padding: 2rem;
  border-bottom: 1px dotted #e3e3e3;
}

.confi-box-t:last-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.confi-box-c {
  font-weight: 400;
  padding-left: 2rem;
}



/*rule ・ privacy・solicitation*/

.rule, .privacy, .solicitation {
  padding: 2rem 5rem;
  font-size: 1.5rem;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .rule, .privacy, .solicitation {
    padding: 2rem;
    width: 100%;
  }
}

.rule p, .privacy p, .solicitation p {
  padding: 2rem 0;
  line-height: 2.6rem;
}

.rule-article, .privacy-article, .solicitation-article{
  padding: 3rem 0;
}

.rule-article-title, .privacy-article-title, .solicitation-article-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0062a5;
  border-bottom: 1px solid #a0d8ef;
}

.privacy-article-subtitle {
  font-size: 1.6rem;
  padding: 2.5rem 0 0.5rem;
  font-weight: 500;
  color: #0062a5;
}

ul.type-brackets {
  list-style: none;
  margin-left: 3.5rem;
  padding-top: 2rem;
}

ul.type-brackets li{
  counter-increment: cnt;
  text-indent:-1rem;
  padding: 0;
}

ul.type-brackets li::before {
  display: marker;
  content: "( "counter(cnt) " ) ";
  margin-left: -2.5rem;
  width: 1.2rem;
}

ul.type-decimal {
  list-style:decimal;
  margin-left: 3.5rem;
  padding-top: 2rem;
}

ul.type-brackets-sub {
  list-style: none;
  margin-left: 5rem;
  font-size: 1.6rem;
}

ul.type-brackets-sub li{
  counter-increment: cnt;
  text-indent:-1rem;
  padding: 0;
  font-size: 1.4rem;
}

ul.type-brackets-sub li::before {
  display: marker;
  content: "( "counter(cnt) " ) ";
  margin-left: -2.5rem;
  width: 1.2rem;
}

ul.type-brackets-sub li p {
  text-indent:0;
  padding: 1rem 0;
}

ul.type-normal {
  margin-left: 3.5rem;
}

ul.type-normal li {
  list-style:circle;
}

ul.notype {
  padding: 1rem 0;
}

ul.notype li {
  list-style:none;
}

/*floating-btn*/
.floating {
  position: fixed;
  z-index: 99999;
  bottom: 10px;
  right: 10px;
  display: none;
}

.floating:hover {
  opacity: .9;
}

.floating-btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/
.floating-btn-wrap {
  margin: 20px;
}

a.floating-btn-b {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 4rem 1.5rem 6rem;
  color: #000;
  border: 2px solid #000;
  border-radius: 100vh;
  background: #EDC045;
  -webkit-box-shadow: 0 5px 0 #e6d900;
  box-shadow: 0 5px 0 #e6d900;
}

a.floating-btn-b span {
  font-size: 1.3rem;
  line-height: 1.3;
  position: absolute;
  top: -10px;
  left: -20px;
  width: 64px;
  height: 64px;
  padding-top: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

a.floating-btn-b span em {
  font-style: normal;
  color: #d20010;
}

a.floating-btn-b small {
  font-weight: bold;
}

a.floating-btn-b i {
  margin-right: 1rem;
}

a.floating-btn-b:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #000;
  background: #fff21a;
  -webkit-box-shadow: 0 2px 0 #e6d900;
  box-shadow: 0 2px 0 #e6d900;
}

a.bfloating-btn-b:hover span {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

/*balloon*/

.white-balloon {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 15px;
  padding: 0.5rem 1rem;
  color: #C24F6A;
  font-weight: 500;
  margin: 3rem 0 2.3rem;
  letter-spacing: 0.2rem;
}

.white-balloon:before {
  content: "";
  /* borderで三角形を作る */
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  /* 配置する */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .white-balloon {
    margin: 3rem 0 0.5rem;
  }
}

/*button*/
.btn-circle {
  padding: 8rem 0;
}

.btn-circle a {
  display: inline-block;
  position: relative;
  padding: 1rem 1rem 1rem 100px;
  transition: 0.3s;
  color: #00437C;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.btn-circle a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #a0d8ef;
  border-radius: 50%;
  transition: 0.3s;
}

.btn-circle a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.3s;
}

.btn-circle a:hover {
  text-decoration: underline;
}

.btn-circle a:hover::before {
  background-color: #00437C;
}

.btn-circle a:hover::after {
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

.btn-bule-line a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 500px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #00437C;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .btn-bule-line a {
    width: 280px;
    font-size: 1.6rem;
  }
}

.btn-bule-line a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #011b31;
  transition: 0.3s;
}

.btn-bule-line a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #011b31;
  transition: 0.3s;
}

.btn-bule-line a:hover {
  text-decoration: none;
  background-color: #a0d8ef;
}

.btn-bule-line a:hover::before,
.btn-bule-line a:hover::after {
  right: -2.5em;
}

.btn-white-lb a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 2rem 2rem;
  width: 500px;
  color: #00437C;
  font-size: 3rem;
  font-weight: 500;
  border: #00437C 1px solid;
  transition: 0.3s;
  letter-spacing: 0.3rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media screen and (max-width: 640px) {
  .btn-white-lb a {
    width: 280px;
    font-size: 1.6rem;
  }
}

.btn-white-lb a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #00437C;
  transition: 0.3s;
}

.btn-white-lb a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background-color: #00437C;
  transition: 0.3s;
}

.btn-white-lb a:hover {
  text-decoration: none;
  background-color: #a0d8ef;
}

.btn-white-lb a:hover::before,
.btn-white-lb a:hover::after {
  right: -2.5em;
}

.btn-yel a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 3rem 5rem;
  width: 400px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  background-color: #EDC045;
  border-radius: 50vh;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 640px) {
  .btn-yel a {
    width: 100%;
    padding: 3rem 5rem;
    font-size: 2.2rem;
  }
}

.btn-yel a::after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.btn-yel a:hover {
  text-decoration: none;
  background-color: #a0d8ef;
}

.btn-blue-n a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  background-color: #00437C;
  border-radius: 50vh;
  letter-spacing: 0.3rem;
  width: 700px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.btn-blue-n a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .btn-blue-n a {
    width: 100%;
    font-size: 1.4rem;
  }
  .btn-blue-n a::after {
    width: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.btn-blue-n a:hover {
  text-decoration: none;
  background-color: #a0d8ef;
}

.btn-allow {
  margin: 2rem 0;
}

.btn-allow a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid #00437C;
  transition: 0.3s;
}

.btn-allow a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #00437C;
  transition: 0.3s;
}

.btn-allow a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #00437C;
  transition: 0.3s;
}

.btn-allow a:hover {
  text-decoration: none;
  background-color: #A0D8EF;
}

.btn-allow a:hover::before,
.btn-allow a:hover::after {
  right: 0.5em;
}

.btn-ellipse a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 400px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  background-color: #C24F6A;
  border-radius: 50vh;
  color: #fff;
}

.btn-ellipse a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.btn-ellipse a:hover {
  text-decoration: none;
  background-color: #A0D8EF;
}

.btn-ellipse-s {
  margin: 1rem 0;
}

.btn-ellipse-s a {
  display: flex;
  justify-content:space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  width: 200px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #00437C;
  border-radius: 50vh;
}

.btn-ellipse-s a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.btn-ellipse-s a:hover {
  text-decoration: none;
  background-color: #A0D8EF;
}

.btn-listbox {
  margin: 1rem 0;
}

.btn-listbox a {
  display: flex;
  justify-content:space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  background-color: #00437C;
  border-radius: 50vh;
}

.btn-listbox a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.btn-listbox a:hover {
  text-decoration: none;
  background-color: #A0D8EF;
}

@media screen and (max-width: 640px) {
  .btn-listbox a {
    font-size: 0.8rem;
  }
}

.btn-bule-square {
}

.btn-bule-square a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 350px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #666;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .btn-bule-square a {
    width: 100%;
    font-size: 1.2rem;
    margin: 0 auto 2rem;
  }
}

.btn-bule-square a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #011b31;
  transition: 0.3s;
}

.btn-bule-square a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #011b31;
  transition: 0.3s;
}

.btn-bule-square a:hover {
  text-decoration: none;
  background-color: #a0d8ef;
}

.btn-bule-square a:hover::before,
.btn-bule-square a:hover::after {
  right: -2.5em;
}

hr{
  border: none;
  border-bottom: 1px solid #00437C;
  margin: 0;
}


/*****MODAL*****/

/*modal*/
.modal, .modal-page{
  display: none;
  position: fixed;
  height: 100vh;
  top: 0;
  left:0;
  width: 100%;
  z-index: 999;
}
.modal_bg{
  height: 100vh;
  position: absolute;
  width: 100%;
  background: rgba(0, 98, 165, 0.8);
}
.modal_content{
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translate(-50%,-50%);
  border-radius: 10px;
}

.modal_content_w {
  width: 400px;
}

@media screen and (max-width: 640px) {
  .modal_content {
    width: 350px;
  }
}

.modal_title {
  font-weight: 500;
  padding: 2rem 0;
}

.modal_seminar_title {
  font-weight: 500;
  padding: 2rem 0;
  color: #0062a5;
}

.modal_aname {
  padding: 1rem 0;
  font-weight: 500;
}

.modal_txt {
  padding: 1rem 0;
  font-weight: 500;
}

.modal_btn {
  padding: 2rem 0;
}

.model-img {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.model-img2 {
  display: block;
  width: 50px;
  margin: 0 auto;
}

/*LINE-MODAL*/

.line-modal{
  display: none;
  position: fixed;
  height: 100vh;
  top: 0;
  left:0;
  width: 100%;
}
.line-modal_bg{
  height: 100vh;
  position: absolute;
  width: 100%;
  background: rgba(0, 98, 165, 0.8);
}
.line-modal_content{
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translate(-50%,-50%);
  border-radius: 10px;
}

.line-modal_txt {
  padding: 1rem 0;
  font-weight: 500;
  text-align: center;
}

.line-friend {
  display: none;
}

@media screen and (max-width: 640px) {
  .line-modal_content {
    width: 350px;
  }
  
  .line-friend {
    display: block;
  }

  .line-qr {
    display: none;
  }
}

/*Decoration*/

.wave {
  text-align: center;
}

.wave-s {
  width: 600px;
}

/*Animation*/

.anime-circle {
  position: relative;
  height: 300px;
  display: block;
}

.box-circle {
  position:absolute;
  width: 350px;
  height: 300px;
  left: 20%;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 640px) {
  .anime-circle, .box-circle {
    position: static;
  }
  .box-circle {
    left: 0;
  }
}

.circle-1 {
  background: #f0b7a1;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  animation: border-animation 60s infinite linear;
}

@keyframes border-animation {
  to { transform: rotate(360deg); }
}
 
/* アニメーションスタイル */
/* ---------------------------- */

/* アニメーション前 */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.is-active .u-fade-type-up{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}

.is-active .u-fade-type-up:nth-child(2){transition-delay: .4s;}
.is-active .u-fade-type-up:nth-child(3){transition-delay: .8s;}
.is-active .u-fade-type-up:nth-child(4){transition-delay: 1.2s;}
.is-active .u-fade-type-up:nth-child(5){transition-delay: 1.6s;}
.is-active .u-fade-type-up:nth-child(6){transition-delay: 2s;}