@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

/*	レイアウト
---------------------------------*/
html {
  font-size: 62.5%;
}
body {
  position: relative;
  width: 100%;
  line-height: 1.8;
  color: #121212;
  font-family: "Noto Sans JP", sans-serif;
  counter-reset: section;
}
#wrapper {
  overflow: hidden;
}

/*	ヘッダー
---------------------------------*/
header {
  position: absolute;
  width: 100%;
  z-index: 10001;
}
.hd-inr {
  margin: auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1720px;
}
.hd-logo {
  position: relative;
  margin: 0;
  padding: 30px 0 0;
}
.hd-logo h1 span {
  display: block;
  margin: 0 0 40px;
  font-size: 1.2rem;
  width: 0;
  white-space: nowrap;
}
.hd-info {
  margin: 0 0 0 auto;
}
.hd-menu {
  padding: 0 10px 0 0;
}
.hd-tel {
  padding: 25px 40px 20px 0;
  text-align: right;
  line-height: 1;
}
.hd-tel a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
.hd-tel a strong {
  font-size: 21px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}
.hd-tel a small {
  padding: 0 0 0 10px;
  font-size: 10px;
}
.hd-tel a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 20px;
  background: url(../img/cmn/icon_hd_tel.png) no-repeat center center;
  background-size: contain;
}
.hd-recruit {
  position: relative;
  margin: 0;
  width: 120px;
  height: 140px;
  background: #0f0f0f;
  color: #fff;
  z-index: 2;
}
.hd-recruit a {
  position: relative;
  display: block;
  padding: 35px 0 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1;
}
.hd-recruit a span strong {
  display: block;
  font-size: 13px;
}
.hd-recruit a span small {
  display: block;
  margin: 10px 0 0;
  font-size: 10px;
}
.hd-recruit a span:before {
  display: block;
  content: "";
  margin: 0 auto 10px;
  width: 24px;
  height: 24px;
  background: url(../img/cmn/icon_recruit.png) no-repeat center center;
  background-size: contain;
}
.hd-mail {
  position: relative;
  margin: 0;
  width: 120px;
  height: 140px;
  background: #d51c22;
  color: #fff;
  z-index: 2;
}
.hd-mail a {
  position: relative;
  display: block;
  padding: 35px 0 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1;
}
.hd-mail a span strong {
  display: block;
  font-size: 13px;
}
.hd-mail a span small {
  display: block;
  margin: 10px 0 0;
  font-size: 10px;
}
.hd-mail a span:before {
  display: block;
  content: "";
  margin: 0 auto 10px;
  width: 24px;
  height: 24px;
  background: url(../img/cmn/icon_mail.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 1680px) {
  .hd-inr {
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 1439px) {
  .hd-tel {
    padding: 25px 20px 20px 0;
    text-align: right;
    line-height: 1;
  }
}
@media screen and (max-width: 1279px) {
  .hd-inr {
    padding-right: 0;
  }
  .hd-menu {
    margin: 0 20px 0 0;
  }
  .hd-recruit {
    width: 110px;
  }
  .hd-recruit a span strong {
    font-size: 14px;
  }
  .hd-mail {
    width: 110px;
  }
  .hd-mail a span strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .hd-inr {
    padding: 25px 15px;
  }
  .hd-logo {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .hd-logo h1 span {
    display: none;
  }
  .hd-tel {
    position: absolute;
    top: 13px;
    right: 65px;
    margin: 0;
    padding: 0;
  }
  .hd-tel a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border: 3px solid #333;
  }
  .hd-tel a:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url(../img/cmn/icon_hd_tel.png) no-repeat center center;
    background-size: contain;
  }
  .hd-tel span {
    display: none;
  }
  .hd-recruit {
    display: none;
  }
  .hd-mail {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hd-inr {
    padding: 17px 10px;
  }
  .hd-logo {
    width: 180px;
  }
  .hd-logo img {
    display: block;
  }
  .hd-tel {
    right: 60px;
  }
  .hd-tel a {
    width: 40px;
    height: 40px;
  }
  .hd-tel a:before {
    width: 20px;
    height: 20px;
  }
  .hd-tel span {
    display: none;
  }
}

/*	フッター
---------------------------------*/
footer {
  position: relative;
  background: #f3f3f3;
}
.ft-otr {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  z-index: 2;
}
.ft-otr::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.ft-inr {
  margin: 0 auto;
  padding: 60px 15px 40px;
  max-width: 1230px;
}
.ft-info h2 {
  margin: 0 0 25px;
}
.ft-info p {
  font-size: 1.4rem;
  line-height: 2;
}
.ft-nav {
  margin: 0;
  padding: 0;
  width: 53%;
}
.ft-nav > ul {
  margin: 0;
}
.ft-nav > ul > li {
  position: relative;
  margin: 10px 20px 10px 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #222;
  font-size: 1.4rem;
  line-height: 1;
}
.ft-nav > ul > li:last-of-type {
  margin-right: 0;
  padding: 0;
  border-right: none;
}
.ft-copyright {
  position: relative;
  margin: 0 auto;
  padding: 0 15px 65px;
  max-width: 1230px;
  text-align: left;
  font-size: 1.2rem;
  color: #9a9a9a;
}
@media screen and (max-width: 1023px) {
  .ft-info h2 {
    margin: 0 0 10px;
    max-width: 220px;
  }
  .ft-info p {
    font-size: 1.1rem;
  }
  .ft-nav {
    padding: 0 0 0 3em;
    width: 65%;
  }
  .ft-nav > ul > li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  footer {
    position: relative;
  }
  .ft-inr {
    margin: 0 auto;
  }
  .ft-info {
    width: 100%;
    text-align: center;
  }
  .ft-info h2 {
    margin: 0 auto 10px;
    max-width: 200px;
  }
  .ft-info p {
    font-size: 1.2rem;
  }
  .ft-nav {
    display: none;
  }
  .ft-copyright {
    padding: 0 15px 15px;
    text-align: center;
  }
}

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
  margin: 0;
  padding: 0;
}
.pc-nav > ul {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.pc-nav > ul > li {
  position: relative;
  margin: 0;
  padding: 0 40px;
  height: 65px;
  flex-shrink: 0;
}
.pc-nav > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1;
}
.pc-nav > ul > li a span {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.pc-nav > ul > li > a > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f397dc;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pc-nav > ul > li.current > a > span::before,
.pc-nav > ul > li:hover > a > span::before {
  opacity: 1;
}
.pc-nav > ul > li.current a,
.pc-nav > ul > li a:hover {
  opacity: 1;
}
.pc-nav > ul > li.parent div {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 10px 20px;
  width: calc(100% + 50px);
  max-height: 0;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 100;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pc-nav > ul > li.parent div ul {
  display: inline-block;
}
.pc-nav > ul > li.parent div li {
}
.pc-nav > ul > li.parent div li a {
  display: block;
  padding: 5px 0;
  text-align: left;
  font-size: 13px;
  color: #fff;
}
.pc-nav > ul > li.parent:hover div {
  max-height: 300px;
  opacity: 1;
}
@media screen and (max-width: 1439px) {
  .pc-nav > ul > li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1279px) {
  .pc-nav > ul > li a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .pc-nav {
    display: none;
  }
}

/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
  display: none;
}
@media screen and (max-width: 1023px) {
  header nav.sp-nav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 10% 15%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 1.5rem;
    font-weight: 400;
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  }
  /* ナビゲーション アニメーション */
  header.open nav.sp-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
  }
  header nav.sp-nav a {
    color: #fff;
  }
  header nav.sp-nav a * {
    transition: 0s;
  }
  header nav.sp-nav > ul {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
  header nav.sp-nav > ul > li {
    padding: 12px 0;
    overflow: hidden;
    text-align: center;
    line-height: 1;
  }
  header nav.sp-nav > ul > li li {
    padding: 24px 0 0;
  }
  header nav.sp-nav > ul li strong,
  header nav.sp-nav > ul li br {
    display: none;
  }
  header nav.sp-nav > ul > li li:first-child {
    display: none;
  }
  /*ハンバーガーボタン*/
  header .navToggle {
    display: block;
    position: fixed;
    right: 20px;
    top: 25px;
    margin: auto;
    width: 25px;
    height: 16px;
    cursor: pointer;
    z-index: 10001;
  }
  header .navToggle:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #1c1c1c;
  }
  header .navToggle div {
    position: relative;
  }
  header .navToggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  header .navToggle span:nth-child(1) {
    top: 0;
  }
  header .navToggle span:nth-child(2) {
    top: 7px;
  }
  header .navToggle span:nth-child(3) {
    top: 14px;
  }
  /* ハンバーガーボタン 切り替えアニメーション */
  header.open .navToggle span {
  }
  header.open .navToggle span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  header.open .navToggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  header.open .navToggle span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1230px;
}
.contents-inr.small {
  max-width: 1110px;
}
.contents-inr.large {
  max-width: 1470px;
}
.contents-inr.exlarge {
  max-width: 1710px;
}

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
  position: relative;
  margin: 0 0 25px;
  padding: 0;
  text-align: center;
  line-height: 1;
}
.ttl-cmn01 strong {
  display: block;
  position: relative;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: italic;
  text-transform: uppercase;
}
.ttl-cmn01 strong:first-letter {
  color: #f397dc;
}
.ttl-cmn01 small {
  display: block;
  margin: 25px 0 0;
  position: relative;
  font-size: 1.8rem;
}
.ttl-cmn01 + p {
  margin: 0 0 50px;
  text-align: center;
  font-size: 1.6rem;
}
.ttl-cmn02 {
  position: relative;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  line-height: 1;
}
.ttl-cmn02 strong {
  display: block;
  position: relative;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: italic;
  text-transform: uppercase;
}
.ttl-cmn02 strong:first-letter {
  color: #f397dc;
}
.ttl-cmn02 small {
  display: block;
  margin: 25px 0 0;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .ttl-cmn01 {
    margin: 0 0 25px;
  }
  .ttl-cmn01 strong {
    font-size: 3rem;
  }
  .ttl-cmn01 small {
    margin: 15px 0 0;
    font-size: 1.3rem;
  }
  .ttl-cmn01 + p {
    margin: 0 0 30px;
    text-align: center;
    font-size: 1.3rem;
  }
  .ttl-cmn02 {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    line-height: 1;
  }
  .ttl-cmn02 strong {
    font-size: 2.5rem;
  }
  .ttl-cmn02 small {
    margin: 15px 0 0;
    font-size: 1.3rem;
  }
}

/*	汎用ボタン
---------------------------------*/
.btn-cmn-list .btn-cmn01 {
  margin: 0 auto 30px;
}
.btn-cmn-list .btn-cmn01:last-of-type {
  margin: 0 auto;
}
.btn-cmn01 {
  margin: 0 auto;
  width: 100px;
}
.btn-cmn01 a {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 100%;
  background: #fad9f3;
  border: 2px solid #fad9f3;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .btn-cmn01 {
    width: 230px;
  }
  .btn-cmn01 a {
    font-size: 14px;
    line-height: 46px;
  }
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  z-index: 100;
}
.main-img-inr {
  position: relative;
  margin: 0 0 0 auto;
  width: 100%;
  background: #fff;
  z-index: 100;
}
.main-img {
  position: relative;
  margin: 0;
  background: no-repeat center bottom;
  background-size: cover;
  height: 1200px;
  overflow: hidden;
}
.main-img.img01 {
  background-image: url(../img/top/img_main01.png);
}
.main-img.img02 {
  background-image: url(../img/top/img_main01.png);
}
.main-img.img03 {
  background-image: url(../img/top/img_main01.png);
}
.main-cap {
  position: absolute;
  top: 26.25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 0 15px;
  width: 100%;
  max-width: 1710px;
  text-align: left;
  z-index: 1001;
}
@media screen and (max-width: 1280px) {
  .main-cap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1023px) {
  .main-img {
    height: 95vw;
  }
  .main-cap h2 img {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
}

/*	トップページ
---------------------------------*/

/*	NEWS	*/
.cmn-news {
  position: relative;
  margin: -120px 0 150px;
  z-index: 1001;
}
.cmn-news-cap {
  position: relative;
  padding: 0;
  width: 220px;
}
.cmn-news-cap h3 {
  line-height: 1;
}
.cmn-news-cap h3 strong {
  display: block;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-style: italic;
  text-transform: uppercase;
}
.cmn-news-cap h3 strong:first-letter {
  color: #f397dc;
}
.cmn-news .btn-cmn01 {
  position: absolute;
  bottom: 0;
  left: 15px;
}
.cmn-news-list {
  padding: 0;
  width: calc(100% - 240px);
  max-width: 730px;
}
.cmn-news li {
  position: relative;
  margin: 0;
  font-size: 1.4rem;
}
.cmn-news li + li {
  margin: 30px 0 0;
}
.cmn-news-date {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  color: #f397dc;
}
.cmn-news-ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .cmn-news {
    margin: -11vw 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-news {
    margin: -6vw 0 50px;
  }
  .cmn-news-cap {
    margin: 0 auto 30px;
    width: 100%;
  }
  .cmn-news-cap h3 strong {
    font-size: 3rem;
  }
  .cmn-news .btn-cmn01 {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .cmn-news-list {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 100%;
  }
  .cmn-news li {
    font-size: 1.3rem;
  }
  .cmn-news li + li {
    margin: 20px 0 0;
  }
  .cmn-news-date {
    font-size: 1.2rem;
  }
}

/*	GREETING	*/
.top-greeting {
  position: relative;
  margin: 0 auto 150px;
  padding: 60px 0 100px;
  width: 1680px;
  z-index: 2;
}
.top-greeting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 400px;
  background: url(../img/top/img_greeting01.png) no-repeat right top;
  z-index: -1;
}
.top-greeting::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: 0;
  width: 660px;
  height: 500px;
  background: url(../img/top/img_greeting02.png) no-repeat right top;
  z-index: -1;
}
.top-greeting h3 {
  position: absolute;
  bottom: -0.75em;
  right: 0;
  font-size: 15rem;
  font-weight: 600;
  color: #f397dc;
  font-style: italic;
  text-transform: uppercase;
  mix-blend-mode: multiply;
}
.top-greeting-inr {
  position: relative;
  margin: 0 auto;
  padding: 95px 0 155px;
  max-width: 920px;
}
.top-greeting-inr::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 150vw;
  height: 500px;
  background: url(../img/top/bg_greeting.png) no-repeat right 100px top;
  z-index: -2;
}
.top-greeting-inr h4 {
  position: relative;
  margin: 0 auto 30px;
}
.top-greeting-inr h4 strong {
  font-size: 2.7rem;
  font-weight: 500;
}
.top-greeting-inr p {
  max-width: 580px;
  font-size: 1.6rem;
  line-height: 2;
}
.top-greeting-inr p + p {
  margin: 30px 0 0;
}
@media screen and (max-width: 1023px) {
  .top-greeting {
    margin: 0 auto 150px;
    padding: 150px 0 150px;
    width: 100%;
  }
  .top-greeting::before {
    width: 150px;
    height: 200px;
    background-size: contain;
  }
  .top-greeting::after {
    right: 0;
    width: 330px;
    height: 250px;
    background-size: contain;
  }
  .top-greeting h3 {
    right: 25%;
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .top-greeting {
    margin: 0 auto 50px;
    padding: 0 0 150px;
  }
  .top-greeting::before {
    display: none;
  }
  .top-greeting::after {
    right: 0;
    width: 330px;
    height: 250px;
    background-size: contain;
  }
  .top-greeting h3 {
    position: absolute;
    bottom: auto;
    top: 20px;
    right: auto;
    left: 15px;
    font-size: 5rem;
  }
  .top-greeting-inr {
    position: relative;
    margin: 0 auto;
    padding: 125px 0 155px;
    max-width: 920px;
  }
  .top-greeting-inr::before {
    right: -15px;
    width: 150vw;
    background-position: right top;
  }
  .top-greeting-inr h4 {
    margin: 0 auto 20px;
  }
  .top-greeting-inr h4 strong {
    font-size: 1.8rem;
  }
  .top-greeting-inr p {
    font-size: 1.3rem;
  }
  .top-greeting-inr p + p {
    margin: 20px 0 0;
  }
}

/*	SERVICE	*/
.top-service {
  position: relative;
  padding: 140px 0 125px;
  margin: 0 auto;
  max-width: 1680px;
  text-align: right;
  z-index: 2;
}
.top-service::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 660px;
  background: url(../img/top/bg_service.png) no-repeat right top;
  z-index: -1;
}
.top-service .ttl-cmn01 {
  display: inline-block;
  margin: 0 0 90px;
}
.top-service .ttl-cmn01 {
  color: #fff;
}
.top-service .ttl-cmn01 strong:first-letter {
  color: #fff;
}
.top-service-list {
  position: relative;
  margin: auto;
  max-width: 1080px;
  text-align: center;
}
.top-service-list li {
  margin: 0;
  padding: 50px 20px 20px;
  width: 48.14%;
  max-width: 520px;
  min-height: 420px;
  background: #fff;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
}
.top-service-ttl {
  margin: 0 auto 5px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
.top-service-ttl-sub {
  margin: 0 auto 30px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #f397dc;
  text-transform: uppercase;
}
.top-service-list li figure {
  margin: 0 auto 40px;
  text-align: center;
}
.top-service-txt {
  margin: 0 auto 20px;
  max-width: 340px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 50px 0 35px;
    text-align: center;
  }
  .top-service::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #f397dc;
    z-index: -1;
  }
  .top-service .ttl-cmn01 {
    margin: 0 0 30px;
  }
  .top-service-list li {
    margin: 0 auto 20px;
    padding: 30px 20px;
    width: 100%;
    max-width: 520px;
    min-height: initial;
  }
  .top-service-ttl {
    font-size: 2rem;
  }
  .top-service-ttl-sub {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 1rem;
  }
  .top-service-list li figure {
    margin: 0 auto 20px;
    text-align: center;
  }
  .top-service-txt {
    margin: 0 auto 10px;
    font-size: 1.3rem;
  }
}

/*	MENU	*/
.top-menu {
  padding: 60px 0 0;
}
.top-menu-box {
  position: relative;
  padding: 80px 0 30px;
  height: 320px;
}
.top-menu-box:last-of-type {
  margin: 60px 0 0;
  text-align: right;
}
.top-menu-box:first-of-type figure {
  position: absolute;
  top: 0;
  left: 245px;
  width: 100vw;
  max-width: 1320px;
  height: 100%;
}
.top-menu-box:last-of-type figure {
  position: absolute;
  top: 0;
  right: 245px;
  width: 100vw;
  max-width: 1320px;
  height: 100%;
}
.top-menu-box:first-of-type figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-menu-box:last-of-type figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-menu-about {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .top-menu-box {
    padding: 60px 0;
    height: auto;
  }
  .top-menu-box:last-of-type {
    margin: 30px 0 0;
  }
  .top-menu-box figure {
    opacity: 0.3;
  }
  .top-menu-box:first-of-type figure {
    left: 0;
  }
  .top-menu-box:last-of-type figure {
    right: 0;
  }
  .top-menu-about {
    width: 100%;
  }
}

/*	動画	*/
.top-movie {
  padding: 150px 0;
  background: url(../img/top/bg_movie.png) no-repeat center center;
}
.top-movie-inr {
  margin: 0 auto;
  max-width: 840px;
}
.top-movie-inr figure {
  position: relative;
  padding: 57.14% 0 0;
}
.top-movie-inr figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top-movie {
    padding: 50px 0;
  }
}

/*	お問い合わせ	*/
.cmn-contact {
  padding: 150px 0 120px;
  background: #f3f3f3;
}
.cmn-contact .contents-inr:before {
  display: block;
  content: "";
  position: absolute;
  right: -15px;
  bottom: -120px;
  width: 477px;
  height: 500px;
  background: url(../img/top/img_contact.png) no-repeat center center;
  background-size: contain;
}
.cmn-contact h3 {
  position: relative;
  margin: 0 0 50px;
  line-height: 1;
}
.cmn-contact h3 strong {
  margin: 0 20px 0 0;
  font-size: 6rem;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
}
.cmn-contact h3 strong:first-letter {
  color: #f397dc;
}
.cmn-contact h3 small {
  margin: 0 0 5px;
  font-size: 1.8rem;
  font-weight: 500;
}
.cmn-contact-tel {
  margin: 0 40px 0 0;
  line-height: 1;
}
.cmn-contact-tel strong {
  position: relative;
  padding: 0 0 0 60px;
  font-size: 45px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}
.cmn-contact-tel strong::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 39px;
  height: 35px;
  background: url(../img/cmn/icon_ft_tel.png) no-repeat center center;
  background-size: contain;
}
.cmn-contact-tel small {
  display: block;
  margin: 25px 0 0;
  font-size: 18px;
  font-weight: 400;
}
.cmn-contact-mail {
  position: relative;
  margin: 0;
  width: 300px;
  background: #d51c22;
  border: 3px solid #d51c22;
  text-align: center;
}
.cmn-contact-mail a {
  display: block;
}
.cmn-contact-mail span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 64px;
  color: #fff;
}
.cmn-contact-mail span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background: url(../img/cmn/icon_ft_mail.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .cmn-contact {
    text-align: center;
  }
  .cmn-contact h3 {
    display: block;
    position: relative;
    margin: 0 0 30px;
    line-height: 1;
  }
  .cmn-contact h3 strong {
    display: block;
    margin: 0 0 15px;
  }
  .cmn-contact h3 small {
    display: block;
    margin: 0;
  }
  .cmn-contact-tel {
    margin: 0 auto 30px;
    width: 100%;
  }
  .cmn-contact-mail {
    margin: 0 auto;
  }
  .cmn-contact .contents-inr:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cmn-contact {
    padding: 50px 0 60px;
  }
  .cmn-contact h3 {
    margin: 0 0 30px;
  }
  .cmn-contact h3 strong {
    font-size: 2.4rem;
  }
  .cmn-contact h3 small {
    font-size: 1.2rem;
  }
  .cmn-contact-tel strong {
    padding: 0 0 0 40px;
    font-size: 30px;
  }
  .cmn-contact-tel strong::before {
    width: 22px;
    height: 20px;
  }
  .cmn-contact-tel small {
    margin: 5px 0 0;
    font-size: 12px;
  }
  .cmn-contact-mail {
    width: 260px;
  }
  .cmn-contact-mail span {
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 44px;
  }
  .cmn-contact-mail span:before {
    width: 13px;
    height: 10px;
  }
}

/* sub_page */


/*
Wordpress
__________________________*/

/* single-page*/
.single {overflow: hidden;}
.single strong{font-weight:bold;}
.single cite,.single em,.single i{font-style:italic;}
.single big{font-size:131.25%;}
.single ins{background:#ffc;text-decoration:none;}
.single blockquote{font-style:italic;padding:0.3em;}
.single blockquotecite,.single blockquoteem,.single blockquotei{font-style:normal;}
.single pre{background:#f7f7f7;color:#222;line-height:18px;margin-bottom:18px;overflow:auto;padding:1.5em;}
.single abbr,.single acronym{border-bottom:1px dotted #666;cursor:help;}
.single sup,.single sub{height:0;line-height:1;position:relative;vertical-align:baseline;}
.single sup{bottom:1ex;}
.single sub{top:.5ex;}
.single img, .single img.alignnone {display:inline-block; margin-bottom: 20px; font-size: inherit;}
.single img.size-auto,.single img.size-full,.single img.size-large,.single img.size-medium,.single .attachment img{
max-width:100%; height:auto; }
.single .alignleft,.single img.alignleft{display:inline;float:left;margin-right:24px;margin-top:4px;}
.single .alignright,.single img.alignright{display:inline;float:right;margin-left:24px;margin-top:4px;}
.single .aligncenter,.single img.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto; text-align: center;}

.single p {display: block;margin-bottom: 1em;}
.single table,	.single th,	.single td{border: 1px solid #000;}
.single table{	border-collapse: separate;	border-spacing: 0;	border-width: 1px 0 0 1px;	margin: 0 0 28px;	width: 100%;}
.single table th,	.single table caption {	border-width: 0 1px 1px 0;	padding: 7px;	text-align: left;	vertical-align: baseline;}
.single table td {	border-width: 0 1px 1px 0;	padding: 7px;	vertical-align: baseline;}
.single ol{ list-style: decimal outside;}
.single ul{list-style: disc outside;}
.single li{margin-left: 1em;}

@media screen and (max-width: 767px) {
.single .alignleft,.single img.alignleft,.single .alignright,.single img.alignright,.single .aligncenter,.single img.aligncenter{clear:both;display:block;float:none;margin-left:auto;margin-right:auto;margin-top:0;}
.single img.alignleft,.single img.alignright,.single img.aligncenter{margin-bottom:12px;}
}

/*Contact Form 7*/
.wpcf7-mail-sent-ok {display: none!important;}
.wpcf7-form input[type="checkbox"] {width: 1em!important;margin: 0 0.1em!important;}
.wpcf7-form input[type="radio"] {width: 1em!important;margin: 0 0.1em!important;}
.wpcf7-list-item{display: inline-block!important;margin-left: 0em!important;margin-right: 0em!important;}
.wpcf7-list-item-label::after {content: ""; margin-right: 1em;}
.ajax-loader{display: none!important;}
.wpcf7-form .your-select .wpcf7-list-item{display: block!important;}
.cen .wpcf7-form-control{margin-bottom: 10px!important;}

/*others*/
.thankspage,.page404{text-align: center;}
.post_none2{text-align: center;margin: 2em auto;}
img{height:auto;}

.new_staff_box{
  margin-bottom: 50px;
}
.new_staff_box ul{
  display: flex;
  flex-wrap: wrap;
}
.new_staff_box ul li{
  width: 50%;
}


.new_bana{
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.new_bana li{
  width: 40%;
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px 0;
}


.new_bana_02{
  text-align: center;
  margin-bottom: 100px;
}

.new_bana_02 .btn-cmn010{
  display: inline-block;
    position: relative;
    padding: 0;
    background: #fad9f3;
    border: 2px solid #fad9f3;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    color: #121212;
    padding: 10px 50px;
}


.training_new_box ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.training_new_box ul li{
  width: 48%;
  font-size: 2rem;
}

.training_new_box ul li h4{
  font-weight: bold;
      font-size: 25px;
      margin-bottom: 15px;
      display: block;
}


.training_new_box02 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.training_new_box02 ul li{
  width: 32%;
  border: 1px solid #f397dc;
}

.training_new_box02 ul li h4{
  background-color: #f397dc;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.training_new_box02 ul li p{
  padding: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}


@media screen and (max-width: 767px){
  .training_new_box ul{
    flex-direction: column-reverse;
  }
  .training_new_box ul li{
    width: 100%;
  }
  .training_new_box ul li:nth-child(2){
    margin-bottom: 20px;
  }
  .training_new_box ul li h4{
        font-size: 20px;
  }

  .training_new_box02 ul{
    flex-direction: column;
  }

  .training_new_box02 ul li{
    width: 100%;
    margin-bottom: 20px;
  }


}


.enbtn{
  margin-left: 5%;
margin-top: -20px;
}
.enbtn a{
  font-size: 1.8rem;
  padding: 5px 15px;
background: #fad9f3;
    border: 2px solid #fad9f3;
}

@media screen and (max-width: 767px){
  .enbtn{
    text-align: right;
    margin-right: 2%;
  margin-top: -40px;
  }
  .enbtn a{
    font-size: 1.4rem;
    padding: 10px;
  background: #fad9f3;
      border: 2px solid #fad9f3;
      position: relative;
      z-index: 10;
  }
}
