@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "UtsukushiMincho";
  src: url("../fonts/UtsukushiFONT.otf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* ====================================

  Common  

==================================== */
/* 共通パーツ  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .t-center {
    text-align: center;
  }
  .com-contents {
    padding-bottom: 130px;
  }
}
.com-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.875;
}
.com-txt-box p:nth-of-type(n+2) {
  margin-top: 25px;
}
.com-txt.lg {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.com-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.com-btn {
  display: block;
  padding: 18px 30px;
  background: url(../img/add_top/com-gra.png) no-repeat center/cover;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #fff !important;
  line-height: 1.5;
  position: relative;
  transition: 0.3s;
}
.com-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    opacity: 0.8;
  }
  .com-btn:hover::before {
    right: 15px;
  }
}

.com-ttl01 {
  text-align: center;
}
.com-ttl01 .en {
  margin-bottom: 20px;
  font-family: "UtsukushiMincho", serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .en {
    font-size: 15px;
  }
}
.com-ttl01 .en {
  letter-spacing: 0;
  line-height: 1;
  color: #222222;
}
.com-ttl02 {
  padding-bottom: 10px;
  border-bottom: 1px solid #8c8c8c;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 15px;
  }
}
.com-ttl02 {
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1.7;
}
.com-ttl03 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 15px;
  }
}
.com-ttl03 {
  letter-spacing: 0.1em;
  color: #2caaa0;
  line-height: 1.3;
}

.com-tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag-item {
  margin: 0 20px 20px 0;
}
.com-tag-link {
  display: inline-block;
  padding: 8px 10px;
  background: #e8f1f2;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 15px;
  }
}
.com-tag-link {
  letter-spacing: 0.12em;
  color: #222222;
}

/* 共通パーツ（既存）  PC
------------------------------------ */
.btn01 a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.12em;
}

.ttl01 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .content-u-sub {
    padding-top: 148px;
    background-position-y: 104px, 278px;
  }
}

/* headline  PC
------------------------------------ */
#header {
  background: #fff;
  position: relative;
}
#header .headline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid #8c8c8c;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#header .headline-btn {
  display: block;
  max-width: 400px;
  height: 70px;
  margin-left: auto;
  background: url(../img/add_top/info-target.png) no-repeat calc(100% - 18px) center, url(../img/add_top/com-gra.png) no-repeat center/cover;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 70px;
  color: #Fff;
}
#header .hd-nav {
  padding: 30px 38px 0;
}
#header .hd-nav::before {
  content: none;
}

/* mv  PC
------------------------------------ */
#header .mv {
  padding: 230px 0 89px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 0;
}
#header .mv::before {
  content: "";
  display: block;
  width: 41.7%;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #header .mv-catch {
    padding-top: 73px;
  }
}
#header .mv-catch .en {
  position: absolute;
  left: calc(50% - 840px);
  bottom: 45px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  #header .mv-catch .en {
    left: 7.7%;
  }
}
#header .mv-img {
  width: 47.9%;
  height: 560px;
  margin-left: 5.625%;
  position: relative;
}

#top .fix-bg.pc {
  width: 100%;
  height: 100vh;
  margin: auto;
  right: 0;
}
#top .fix-bg.pc video {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* sv  PC
------------------------------------ */
.under .hd-nav {
  background: none;
}

#header .sv .sv-ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #header .sv .sv-ttl {
    margin: auto;
    padding: 26px 0;
    top: 55%;
    left: 0;
    right: 0;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  #header .sv .img img {
    width: 100%;
  }
}

/* gnav  PC
------------------------------------ */
#header .hd-nav {
  background: none;
}
#header .hd-nav .hd-nav-list .hd-nav-item a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.drawer-sns-list {
  background: #cce1df;
}

/* footer  PC
------------------------------------ */
#footer {
  background: #cce1df;
}
#footer .ft-address {
  margin: 68px auto 0;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#footer .ft-sns-list {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #footer .ft-nav {
    margin-top: 70px;
  }
}
#footer .ft-nav a {
  color: #222222;
}
#footer .copy {
  color: #222222;
}
#footer .copy a {
  color: #222222;
}

/* ====================================

  各ページcss  

==================================== */
/* top-blog  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #top-blog {
    background-position: left 61px, right 100%;
  }
}
#top-blog .wrap-l .ttl-en {
  font-family: "UtsukushiMincho", serif;
  color: #444444;
}
#top-blog .wrap-l .ttl-jp {
  margin-top: 15px;
}
#top-blog .blog-list {
  width: 100%;
  max-width: 805px;
}
#top-blog .blog-list .blog-item {
  width: 100%;
}
#top-blog .blog-list .blog-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#top-blog .blog-list .blog-item a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #top-blog .blog-list .blog-item a:hover {
    transform: none;
    opacity: 0.7;
  }
}
#top-blog .blog-list .blog-item a .thumb {
  width: 100px;
  height: 100px;
  position: relative;
  flex-shrink: 0;
}
#top-blog .blog-list .blog-item a .thumb img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#top-blog .blog-list .blog-item a .txt-cnt {
  width: 100%;
  max-width: 635px;
  margin: 0 0 0 20px;
}
#top-blog .blog-list .blog-item a .txt-cnt .blog-ttl {
  overflow: inherit;
  text-overflow: inherit;
  white-space: normal;
}

/* top-about  PC
------------------------------------ */
#top-about .ttl-en {
  font-family: "UtsukushiMincho", serif;
  color: #444444;
  letter-spacing: 0;
}
#top-about .ttl-ja {
  margin-top: 10px;
}
#top-about .txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.66;
}

/* top-content  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #top-content {
    padding-bottom: 200px;
  }
}
#top-content::before {
  content: "maisopale.net";
  font-family: "UtsukushiMincho", serif;
}
#top-content .content-style01, #top-content .content-style02 {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #top-content .content-style01 .inbox, #top-content .content-style02 .inbox {
    max-width: 530px;
    margin: 0;
    padding: 30px 0 0;
  }
  #top-content .content-style01 .img, #top-content .content-style02 .img {
    width: auto;
    min-width: 0;
    left: auto;
    right: auto;
    position: static;
  }
  #top-content .content-style01 .txt-cnt, #top-content .content-style02 .txt-cnt {
    margin-top: -38px;
  }
  #top-content .content-style01 .txt-cnt .ttl, #top-content .content-style02 .txt-cnt .ttl {
    line-height: 1.75;
  }
}
#top-content .content-style01:nth-child(1) .ttl span {
  display: block;
  background-position: 98% 5px;
}
#top-content .content-style01:nth-child(3) .ttl {
  letter-spacing: 0.12em;
}
#top-content .content-style01:nth-child(3) .ttl span {
  display: block;
}
@media screen and (min-width: 768px) {
  #top-content .content-style01:nth-child(3) .ttl span {
    background-position-x: right;
  }
}
#top-content .content-style01:nth-child(3) .ttl span {
  background-image: url(../img/add_top/content01-ttl-deco.png);
}
@media screen and (min-width: 768px) {
  #top-content .content-style02 {
    margin: 170px auto 0;
    flex-direction: row-reverse;
  }
}
#top-content .content-style02:nth-child(2) .ttl {
  letter-spacing: 0.12em;
}
#top-content .content-style02:nth-child(2) .ttl span {
  display: block;
}
@media screen and (min-width: 768px) {
  #top-content .content-style02:nth-child(2) .ttl span {
    padding-top: 10px;
    background-position: 86% top;
  }
}
@media screen and (min-width: 768px) {
  #top-content .content-style03 {
    margin: 182px auto 0;
  }
}
#top-content .btn {
  margin: 40px auto 0;
}

/* top-bnr  PC
------------------------------------ */
.top-bnr {
  display: flex;
  max-width: 1280px;
  margin: 150px auto 0;
  padding: 100px 0;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  justify-content: center;
  align-items: center;
}
.top-bnr-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .top-bnr-item:nth-of-type(n+2) {
    margin-left: 20px;
  }
}

/* top-flow  PC
------------------------------------ */
#top-flow {
  background-color: #fff;
}
#top-flow .flow-inner {
  padding: 140px 0 150px;
}
#top-flow .flow-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}
#top-flow .flow-list:nth-of-type(n+2) {
  margin: 76px auto 0;
}
#top-flow .flow-list::before {
  content: "";
  width: 100%;
  height: 2px;
  border-top: 2px dotted #8c8c8c;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
#top-flow .flow-list li:nth-of-type(n+2) {
  margin-left: 30px;
}
#top-flow .flow-list-item {
  display: flex;
  width: 100%;
  max-width: 340px;
  min-height: 100px;
  padding: 18px;
  background-color: #fff;
  border: 1px solid #8c8c8c;
  text-align: center;
  position: relative;
  justify-content: center;
  align-items: center;
}
#top-flow .flow-list-ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #top-flow .flow-list-ttl {
    font-size: 15px;
  }
}
#top-flow .flow-list-ttl {
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1.3;
}
#top-flow .flow-list-ttl .sm {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #top-flow .flow-list-ttl .sm {
    font-size: 15px;
  }
}
#top-flow .flow-list-num {
  display: inline-block;
  padding: 0 14px;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #top-flow .flow-list-num {
    font-size: 15px;
  }
}
#top-flow .flow-list-num {
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: -20px;
}

/* contact-sec  PC
------------------------------------ */
#contact-sec .cnt {
  background: #efefef;
  overflow: inherit;
}
#contact-sec .cnt .ttl-en {
  margin-bottom: 15px;
  font-family: "UtsukushiMincho", serif;
}
#contact-sec .cnt .ttl-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#contact-sec .cnt .box-txt {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #222222;
  line-height: 1.66;
}
#contact-sec .cnt .box-txt02 {
  margin: 25px auto 0;
}
#contact-sec .cnt .box-detail {
  display: flex;
  margin: 25px auto 0;
  justify-content: center;
}
#contact-sec .cnt .box-detail li {
  padding: 5px 10px;
  background: #c6ddde;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #contact-sec .cnt .box-detail li {
    font-size: 15px;
  }
}
#contact-sec .cnt .box-detail li {
  letter-spacing: 0.12em;
  color: #222222;
}
#contact-sec .cnt .box-detail li:nth-of-type(n+2) {
  margin-left: 20px;
}
#contact-sec .cnt .box-btn {
  display: flex;
  width: 100%;
  max-width: 330px;
  padding-right: 20px;
  padding-left: 0;
  min-height: 90px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1.625;
  justify-content: center;
  align-items: center;
}
#contact-sec .cnt .box-btn-wrap {
  display: flex;
  max-width: 1080px;
  margin: 25px auto 0;
  padding-top: 40px;
  border-top: 2px dotted #8c8c8c;
  justify-content: center;
}
#contact-sec .cnt .box-btn-wrap a:nth-of-type(n+2) {
  margin-left: 45px;
}
#contact-sec .cnt .box-btn02::before {
  width: 13px;
  height: 13px;
  border: none;
  background: url(../img/add_top/info-target.png) no-repeat center/contain;
}
#contact-sec .cnt .box-time {
  margin: 20px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.625;
}
#contact-sec .cnt .box .deco03 {
  bottom: 211px;
}

.under #contact-sec .deco01 {
  display: none;
}

/* ====================================

  下層ページ  

==================================== */
/* about  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #about .content-u {
    padding-top: 148px;
    background-position-y: 104px, 278px;
  }
}
@media screen and (min-width: 768px) {
  #about .approach {
    padding-bottom: 140px;
  }
}
#about .approach-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about .approach-list li {
  width: 100%;
  padding: 48px 40px 0;
  background: #efefef;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about .approach-list li {
    max-width: 530px;
    min-height: 230px;
  }
  #about .approach-list li:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
#about .approach-list-num {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1;
  position: absolute;
  left: 30px;
  top: -15px;
}
#about .approach-list-ttl {
  padding-bottom: 12px;
  text-align: center;
  border-bottom: 1px solid #8c8c8c;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#about .approach-list-txt {
  margin: 22px auto 0;
}
#about .profile {
  padding-bottom: 150px;
}
#about .profile-flx {
  justify-content: space-between;
}
#about .profile-con {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #about .profile-con {
    max-width: 580px;
  }
}
#about .profile-ttl {
  display: flex;
  padding-bottom: 13px;
  border-bottom: 1px solid #8c8c8c;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#about .profile-ttl::after {
  content: "";
  width: 30px;
  height: 1px;
  margin-left: 17px;
  background: #222222;
}
#about .profile-txt-box {
  margin-top: 20px;
}
#about #greeting {
  padding: 0;
}
#about #greeting .h4-ttl {
  margin-bottom: 22px;
  border-color: #8c8c8c;
}
#about .greeting {
  margin: 50px auto 0;
}
#about .greeting-list > li:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#about .greeting-list-item {
  padding: 50px 60px;
  background: #efefef;
}
#about .greeting-dl-item {
  display: flex;
  align-items: flex-start;
}
#about .greeting-dl-item dt, #about .greeting-dl-item dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #222222;
  line-height: 1.875;
}
#about .greeting-dl-item dt {
  margin-right: 20px;
  flex-shrink: 0;
}
#about .career-list {
  display: flex;
  max-width: 760px;
  align-items: flex-start;
  flex-wrap: wrap;
}
#about .career-list li {
  margin: 0 20px 20px 0;
  padding: 10px 12px;
  border: 1px solid #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #222222;
  line-height: 1.4;
}

/* socialmedia  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #socialmedia .content-u {
    padding-top: 148px;
    background-position-y: 104px, 278px;
  }
}
#socialmedia .business .com-txt-box p:nth-of-type(n+2) {
  margin-top: 0;
}
#socialmedia .business-list {
  margin: 110px auto 0;
}
#socialmedia .business-list-item {
  padding: 44px 40px 63px;
  border: 1px solid #222222;
}
#socialmedia .business-list-item:nth-of-type(n+2) {
  margin: 70px auto 0;
}
#socialmedia .business-list-flx {
  display: flex;
  margin: 40px auto 0;
  justify-content: space-between;
  align-items: flex-start;
}
#socialmedia .business-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #socialmedia .business-list-con {
    max-width: 620px;
  }
}
#socialmedia .business-list-img {
  width: 340px;
  height: 240px;
  position: relative;
}
#socialmedia .business-list-txt {
  margin-top: 20px;
  white-space: pre-line;
}
#socialmedia .business-detail {
  margin: 49px auto 0;
}
#socialmedia .business-detail > li:nth-of-type(n+2) {
  margin-top: 30px;
}
#socialmedia .business-detail-item {
  padding: 15px 40px 25px;
  background: #e8f1f2;
}
#socialmedia .business-detail-ttl {
  padding-bottom: 10px;
  border-bottom: 2px dotted #48b5ac;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #socialmedia .business-detail-ttl {
    font-size: 15px;
  }
}
#socialmedia .business-detail-ttl {
  letter-spacing: 0.1em;
  color: #222222;
}
#socialmedia .business-detail-txt {
  margin: 14px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 1.875;
  white-space: pre-line;
}
#socialmedia .business-link {
  display: inline-block;
  padding-left: 55px;
  padding-bottom: 10px;
  border-bottom: 2px solid #2caaa0;
  background: url(../img/add_service/arrow.png) no-repeat left 35%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #socialmedia .business-link {
    font-size: 15px;
  }
}
#socialmedia .business-link {
  letter-spacing: 0.1em;
  color: #2caaa0;
  line-height: 1;
}
#socialmedia .business-link-wrap {
  margin: 62px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #socialmedia .business-link:hover {
    opacity: 0.7;
  }
}

/* school  PC
------------------------------------ */
#school .record {
  padding-bottom: 150px;
}
#school .record-list {
  margin: 34px auto 0;
}
#school .record-list-item {
  padding: 40px 30px 45px;
  background: #fff;
  border: 1px solid #222222;
}
#school .record-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#school .record-list-flx {
  display: flex;
}
#school .record-list-time {
  margin-top: 5px;
  margin-right: 12px;
  flex-shrink: 0;
}
#school .record-list-tag {
  display: flex;
  flex-wrap: wrap;
}
#school .record-list-tag-txt {
  margin: 0 15px 15px 0;
  padding: 6px;
  background: #e8f1f2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #222222;
}
#school .record-list-ttl {
  margin: 10px auto 0;
  text-align: left;
  font-size: 20px;
}
#school .record-list-link {
  width: 111px;
  padding-right: 18px;
  margin-left: auto;
  border-bottom: none;
}
#school .btn01 {
  margin: 25px 17px 0 0;
}
#school .detail .record-list-item {
  padding: 48px 60px;
}
#school .detail .record-list-flx {
  margin-top: 30px;
}
#school .detail .record-list-ttl {
  font-size: 24px;
}
#school .detail-name {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #school .detail-name {
    font-size: 15px;
  }
}
#school .detail-name {
  letter-spacing: 0.1em;
  color: #2caaa0;
  line-height: 1.4;
}
#school .detail-body {
  margin: 20px auto 0;
  line-height: 2.125;
}

/* community  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #community .information {
    padding-bottom: 140px;
  }
}
#community .information-inner {
  max-width: 1280px;
}
#community .information-table {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 20px 0;
}
#community .information-table tr:nth-of-type(1) th, #community .information-table tr:nth-of-type(1) td {
  padding-top: 0;
}
#community .information-table th, #community .information-table td {
  padding: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #222222;
  line-height: 1.875;
  white-space: pre-line;
}
#community .information-table th {
  width: 170px;
  border-bottom: 1px solid #222222;
}
#community .information-table td {
  border-bottom: 1px solid #bcbcbc;
}
#community .information-map {
  width: 100%;
  height: 0;
  margin: 100px auto 0;
  padding-top: 400px;
  position: relative;
}
#community .information-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#community .faq {
  padding-bottom: 150px;
}
#community .faq-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
#community .faq-list-ttl {
  padding-left: 38px;
  border-left: 8px solid #2caaa0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #community .faq-list-ttl {
    font-size: 15px;
  }
}
#community .faq-list-ttl {
  letter-spacing: 0.1em;
  color: #2caaa0;
  line-height: 1.3;
}
#community .faq-contents {
  margin: 30px auto 0;
}
#community .faq-contents-item {
  padding-top: 5px;
  padding-left: 70px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bcbcbc;
  position: relative;
}
#community .faq-contents-item::before {
  content: "Q";
  width: 50px;
  height: 50px;
  border: 1px solid #222222;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #community .faq-contents-item::before {
    font-size: 15px;
  }
}
#community .faq-contents-item::before {
  letter-spacing: 0;
  color: #222222;
  line-height: 45px;
  position: absolute;
  left: 0;
  top: 0;
}
#community .faq-contents > li:nth-of-type(n+2) {
  margin-top: 40px;
}
#community .faq-q {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #community .faq-q {
    font-size: 15px;
  }
}
#community .faq-q {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#community .faq-a {
  margin-top: 30px;
  white-space: pre-line;
}

/* contact  PC
------------------------------------ */
#contact .add {
  background-size: auto, 0px;
}
@media screen and (min-width: 768px) {
  #contact #contact-sec .cnt {
    padding-top: 80px;
  }
  #contact #contact-sec .cnt .deco02 {
    top: -71px;
    right: 38px;
  }
}
#contact #mail-form {
  padding-top: 82px;
  background: none;
}
#contact #mail-form .ttl-jp {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #contact #mail-form .ttl-jp {
    font-size: 15px;
  }
}
#contact #mail-form .contact-form-table {
  margin: 20px auto 0;
}

/* ====================================

  SP  

==================================== */
@media screen and (max-width: 767px) {
  /* 共通パーツ  SP
  ------------------------------------ */
  .pc-only {
    display: none !important;
  }
  .com-btn {
    width: 90%;
    padding: 5% 10%;
  }
  .com-inner {
    width: 90%;
  }
  .top .com-inner {
    padding: 25% 0 0 !important;
  }
  .com-contents {
    padding-bottom: 25%;
  }
  .com-ttl01 .en {
    margin-bottom: 5%;
    font-size: 4vw;
  }
  .com-ttl02 {
    font-size: 5.5vw;
  }
  .com-ttl03 {
    text-align: center;
    font-size: 5vw;
  }
  .com-tag-item {
    margin: 0 15px 15px 0;
  }
  .com-tag-link {
    padding: 5px;
    font-size: 14px;
  }
  /* headline  SP
  ------------------------------------ */
  #header .headline-logo {
    width: 40vw;
  }
  #header .headline-btn {
    margin-top: 8%;
    font-size: 4.2vw;
  }
  #header .mv {
    flex-direction: column-reverse;
    align-items: center;
    padding: 22vw 5% 15%;
  }
  #header .mv-img {
    width: 100%;
    height: 0;
    margin: auto;
    padding-top: 60%;
  }
  #header .mv-catch {
    margin: 5% auto 0;
  }
  #header .mv-catch .en {
    margin-top: 15%;
    position: static;
  }
  .under #header .headline {
    position: static;
  }
  /* footer  SP
  ------------------------------------ */
  #footer .ft-address {
    margin-top: 10%;
  }
  /* ====================================

    各ページ  SP  

  ==================================== */
  /* top-blog  SP
  ------------------------------------ */
  #top-blog .blog-list .blog-item a {
    justify-content: space-between;
  }
  #top-blog .blog-list .blog-item a .thumb {
    width: 30vw;
    height: 0;
    padding-top: 30vw;
  }
  #top-blog .blog-list .blog-item a .txt-cnt {
    width: 56vw;
    margin-left: 0;
  }
  #top-blog .blog-list .blog-item a .txt-cnt .tag-list {
    gap: 2vw;
  }
  #top-blog .wrap-l .ttl-jp {
    margin-top: 2vw;
  }
  #top-blog .wrap-l .btn01 {
    bottom: 7%;
  }
  /* top-content  SP
  ------------------------------------ */
  #top-content .content-style01, #top-content .content-style02 {
    display: block;
    margin-bottom: 15%;
  }
  #top-content .content-style01:nth-child(1) .ttl span {
    background-position: 94% 8%;
    background-size: 13%;
  }
  #top-content .content-style01:nth-child(3) .ttl span {
    background-position: 85% 8%;
    background-size: 13%;
  }
  #top-content .content-style02 .txt-cnt .ttl span {
    background-size: 12%;
    background-position: 80% top;
  }
  /* top-bnr  SP
  ------------------------------------ */
  .top-bnr {
    display: block;
    width: 90%;
    margin-top: 20%;
    padding: 8% 0;
  }
  .top-bnr-item {
    max-width: none;
    margin: auto;
  }
  .top-bnr-item:nth-of-type(n+2) {
    margin: 5% auto 0;
  }
  .top-bnr-link {
    margin: auto;
  }
  /* top-flow  SP
  ------------------------------------ */
  #top-flow {
    padding-bottom: 15%;
  }
  #top-flow .flow-inner {
    padding: 15% 0 0;
  }
  #top-flow .flow-border {
    position: relative;
    z-index: 0;
  }
  #top-flow .flow-border::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    margin: auto;
    border-left: 2px dotted #8c8c8c;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -4;
  }
  #top-flow .flow-list {
    flex-direction: column;
    align-items: center;
  }
  #top-flow .flow-list::before {
    content: none;
  }
  #top-flow .flow-list:nth-of-type(n+2) {
    margin: 10% auto 0;
  }
  #top-flow .flow-list li {
    margin: auto;
  }
  #top-flow .flow-list li:nth-of-type(n+2) {
    margin: 10% auto 0;
  }
  #top-flow .flow-list-item {
    width: 90%;
    max-width: none;
    min-height: 50px;
    padding: 5% 0;
  }
  #top-flow .flow-list-num {
    padding: 0 2vw;
    font-size: 5vw;
    left: 3vw;
    top: -3vw;
  }
  #top-flow .flow-list-ttl {
    font-size: 4.8vw;
  }
  #top-flow .flow-list-ttl .sm {
    font-size: 4.2vw;
  }
  /* contact-sec  SP
  ------------------------------------ */
  #contact-sec .cnt .deco02 {
    top: -9vw;
    right: 3%;
  }
  #contact-sec .cnt .box {
    padding: 7% 5%;
  }
  #contact-sec .cnt .box-detail {
    flex-direction: column;
    align-items: center;
  }
  #contact-sec .cnt .box-detail li:nth-of-type(n+2) {
    margin: 6% auto 0;
  }
  #contact-sec .cnt .box-btn {
    width: 90%;
    font-size: 3.3vw;
    min-height: 60px;
  }
  #contact-sec .cnt .box-btn-wrap {
    margin-top: 15%;
    padding: 10% 0;
    flex-direction: column;
    align-items: center;
  }
  #contact-sec .cnt .box-btn-wrap a:nth-of-type(n+2) {
    margin: 10% auto 0;
  }
  #contact-sec .cnt .box-time {
    margin: auto;
  }
  #contact-sec .cnt .box-time-txt {
    font-size: 15px;
  }
  /* ====================================

    下層ページ  SP

  ==================================== */
  /* about  SP
  ------------------------------------ */
  #about .approach {
    padding-bottom: 25%;
  }
  #about .approach-list li {
    padding: 10% 5%;
  }
  #about .approach-list li:nth-of-type(n+2) {
    margin: 15% auto 0;
  }
  #about .approach-list-num {
    left: 5%;
    top: -3%;
    font-size: 6vw;
  }
  #about .approach-list-ttl {
    font-size: 5.5vw;
  }
  #about .approach-list-txt {
    margin: 3% auto 0;
  }
  #about .profile {
    padding-bottom: 25%;
  }
  #about .profile-flx {
    display: block;
  }
  #about .profile-img {
    width: 60vw;
    margin: 0 auto;
  }
  #about .profile-ttl {
    text-align: center;
    font-size: 5.5vw;
    flex-direction: column-reverse;
  }
  #about .profile-ttl::after {
    content: none;
    width: 1px;
    height: 20px;
    margin: 0 auto 3%;
  }
  #about .profile-txt-box {
    margin-top: 5%;
  }
  #about .greeting-list-item {
    padding: 10% 8%;
  }
  #about .greeting .h4-ttl {
    margin-bottom: 2% !important;
    font-size: 5.5vw;
  }
  #about .greeting-dl-item {
    display: block;
  }
  #about .greeting-dl-item:nth-of-type(n+2) {
    margin-top: 3%;
  }
  #about .greeting-dl dt {
    margin: 0;
  }
  #about .career-list {
    margin-top: 5%;
  }
  #about .career-list li {
    margin: 0 3% 3% 0;
    padding: 2% 3%;
    font-size: 4vw;
  }
  /* socialmedia  SP
  ------------------------------------ */
  #socialmedia .business-list {
    margin-top: 15%;
  }
  #socialmedia .business-list-item {
    padding: 11% 7%;
  }
  #socialmedia .business-list-item:nth-of-type(n+2) {
    margin-top: 15%;
  }
  #socialmedia .business-list-flx {
    display: block;
    margin-top: 5%;
  }
  #socialmedia .business-list-con {
    margin-top: 5%;
  }
  #socialmedia .business-list-img {
    width: 100%;
    height: 0;
    padding-top: 70.5%;
  }
  #socialmedia .business-list-ttl {
    white-space: pre-line;
  }
  #socialmedia .business-detail {
    margin-top: 10%;
  }
  #socialmedia .business-detail-item {
    padding: 10% 5%;
  }
  #socialmedia .business-detail-ttl {
    white-space: pre-line;
  }
  #socialmedia .business-detail-txt {
    font-size: 3.8vw;
  }
  #socialmedia .business-check li {
    padding-left: 4vw;
    font-size: 3.8vw;
  }
  #socialmedia .business-check li:nth-of-type(n+2) {
    margin-top: 3%;
  }
  #socialmedia .business-link {
    padding-left: 8vw;
    padding-bottom: 3vw;
    background-size: 5vw;
    font-size: 5.2vw;
    background-position-y: 45%;
    line-height: 1.5;
    text-align: left;
  }
  #socialmedia .business-link-wrap {
    margin-top: 10%;
  }
  /* school  SP
  ------------------------------------ */
  #school .record {
    padding-bottom: 25%;
  }
  #school .record-list {
    margin-top: 5%;
  }
  #school .record-list-item {
    padding: 8% 5%;
  }
  #school .record-list-time {
    font-size: 3vw;
    margin-top: 2vw;
    margin-right: 10px;
  }
  #school .record-list-tag-txt {
    margin: 0 10px 10px 0;
    font-size: 3vw;
  }
  #school .record-list-ttl {
    margin: auto;
    font-size: 4.5vw;
  }
  #school .record-list-link {
    width: 98px;
  }
  #school .btn01 {
    margin: 5% 3% 0 0;
    font-size: 14px;
  }
  #school .detail .record-list-item {
    padding: 8% 5%;
  }
  #school .detail .record-list-flx {
    margin-top: 5%;
  }
  #school .detail .record-list-ttl {
    font-size: 5vw;
  }
  #school .detail-name {
    font-size: 4.5vw;
  }
  /* community  SP
  ------------------------------------ */
  #community .information {
    padding-bottom: 25%;
  }
  #community .information-table {
    border-spacing: 5px 0;
  }
  #community .information-table th, #community .information-table td {
    padding: 4% 0;
    font-size: 3.5vw;
    letter-spacing: 0.05em;
  }
  #community .information-table th {
    width: 31%;
  }
  #community .information-map {
    margin-top: 15%;
    padding-top: 65%;
  }
  #community .faq {
    padding-bottom: 25%;
  }
  #community .faq-list-item:nth-of-type(n+2) {
    margin-top: 15%;
  }
  #community .faq-list-ttl {
    padding-left: 5%;
    border-width: 4px;
    font-size: 5vw;
  }
  #community .faq-contents-item {
    padding: 2% 0 5% 17%;
  }
  #community .faq-contents-item::before {
    width: auto;
    height: auto;
    padding: 3% 4% 4%;
    font-size: 5.5vw;
    line-height: 1;
  }
  #community .faq-contents > li:nth-of-type(n+2) {
    margin-top: 5%;
  }
  #community .faq-q {
    font-size: 5vw;
  }
  #community .faq-a {
    margin-top: 5%;
  }
  /* contact  SP
  ------------------------------------ */
  #contact .add {
    background-size: 20%, 0;
  }
  #contact #mail-form {
    padding-top: 25%;
  }
  #contact #mail-form .ttl-jp {
    font-size: 5vw;
  }
  /* -- */
}
/* -- *//*# sourceMappingURL=add_style.css.map */