@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Zen Old Mincho', serif;
font-family: 'Zen Maru Gothic', sans-serif;
*/
/* color settings */
/*default setting*/
* {
  margin: 0;
  padding: 0;
}

html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

h1, h2, h3, h4, p, span, a, th, td, dt, dd, figcaption {
  margin: 0;
  padding: 0;
  font-feature-settings: "palt" 1;
}

body {
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  font-size: 1.6em;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #444;
  position: relative;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure {
  margin: 0;
  padding: 0;
}

img, a {
  vertical-align: top;
  border: none;
  outline: none;
  height: auto;
  text-decoration: none;
}

ul, li {
  list-style-type: none;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

::-moz-selection {
  background: #ff0064;
  color: #fff;
}

::selection {
  background: #ff0064;
  color: #fff;
}

::-moz-selection {
  background: #ff0064;
  color: #fff;
}

a {
  transition: all 0.3s;
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}

.spOnly {
  display: none;
}

.pcOnly {
  display: auto;
}

@media screen and (max-width: 599px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.born {
  opacity: 0;
}

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.view {
  opacity: 0;
  -webkit-animation: ease-out slideIn 1s;
          animation: ease-out slideIn 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.header_contact {
  position: fixed;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 1024px) {
  .header_contact {
    right: 20px;
    bottom: 50px;
    top: auto;
    z-index: 2222;
  }
}
@media screen and (max-width: 599px) {
  .header_contact {
    display: none;
  }
}
.header_contact a {
  display: block;
  width: 180px;
}
.header_contact a.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 30px 0;
  background-color: #ff0064;
  box-shadow: 0px 6px 0px 0px rgb(190, 0, 75);
  transition: 0.2s all;
}
.header_contact a.contact svg {
  width: 28px;
  fill: #fff;
  margin-right: 8px;
}
.header_contact a.contact span {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
}
.header_contact a.contact:hover {
  background-color: #dc1161;
  margin-top: 6px;
  margin-bottom: -6px;
  box-shadow: 0px 0px 0px 0px rgb(190, 0, 75);
}
.header_contact a.number {
  margin-top: 24px;
}

header {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0 0 50px;
}
header .logo {
  max-width: 170px;
  width: 100%;
}
header .logo img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header {
    padding: 20px 0 10px 20px;
  }
  header .logo {
    max-width: 140px;
  }
}
@media screen and (max-width: 599px) {
  header {
    padding: 20px 0 10px 20px;
  }
  header .logo {
    max-width: 110px;
  }
}
@media screen and (max-width: 1024px) {
  header nav {
    display: none;
  }
}
header ul {
  display: flex;
  margin-left: 4vw;
}
header ul li {
  margin-right: 1.4em;
}
header ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  font-feature-settings: "palt" 1;
  padding-bottom: 5px;
  color: #333;
  position: relative;
  transition: 0.2s all;
  cursor: pointer;
}
header ul li a:before {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  background-color: #ff0064;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: 0.2s all;
}
header ul li a:hover {
  color: #ff0064;
}
header ul li a:hover:before {
  left: 0;
  width: 100%;
}

main {
  padding: 5vh 0 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201700.79%2073.22%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C0V73.22C215.51%2C35.87%2C516.87%2C12.66%2C850.39%2C12.66s634.89%2C23.2%2C850.39%2C60.56V0H0Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-color: #faf8f2;
}

.container {
  max-width: 1100px;
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 6vh 0 0;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 1vh 0 0;
  }
}

.breadcrumbs a, .breadcrumbs span {
  font-size: 1.3rem;
  line-height: 1.4;
}
.breadcrumbs a {
  color: #f8b551;
}

.withTab {
  padding-left: 100px;
}
@media screen and (max-width: 1024px) {
  .withTab {
    padding-left: 70px;
  }
}
@media screen and (max-width: 599px) {
  .withTab {
    padding-left: 50px;
  }
}

.centering {
  text-align: center;
}

p.letterTxt {
  line-height: 3;
  background-image: linear-gradient(#ccc 1px, transparent 1px);
  background-size: 100% 3em;
  padding-bottom: 1px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.notfound {
  text-align: center;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 2.4;
}
.notfound a {
  color: #ff0064;
}

a.round {
  display: inline-flex;
  color: #ff0064;
  font-family: "Zen Maru Gothic";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  padding: 2.5rem 4.5rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s all;
}
a.round:after {
  content: "";
  display: block;
  border: 1px solid #ff0064;
  border-radius: 10rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.2s all;
}
a.round:before {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: 10rem;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
  transition: 0.2s all;
}
a.round:hover {
  color: #fff;
  padding: 3rem 4rem 2rem 5rem;
}
a.round:hover:before {
  border-color: #ff0064;
  background-color: #ff0064;
  top: 0.5rem;
  left: 0.5rem;
}
a.round:hover:after {
  top: 0.5rem;
  left: 0.5rem;
}
@media screen and (max-width: 599px) {
  a.round {
    font-size: 1.6rem;
    padding: 2rem 4rem;
    line-height: 1.5;
  }
}

.wp-pagenavi {
  padding-top: 5vh;
  text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #ccc;
  line-height: 1;
  padding: 0.8em !important;
  margin: 2px;
  color: #333;
  border-radius: 3px;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  border-color: #ff0064;
  background-color: #ff0064;
  color: #fff;
}
.wp-pagenavi a:hover {
  border-color: #ff0064;
  background-color: #ff0064;
  color: #fff;
}
.wp-pagenavi span.pages {
  display: none;
}

.pt_container {
  padding-top: 10vh;
}

a.up {
  display: flex;
  width: 100px;
  height: 70px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  transition: 0.3s all;
}
a.up img {
  width: 80%;
  margin-top: auto;
  transition: 0.3s all;
}
a.up:hover img {
  width: 100%;
}

footer {
  padding: 10vh 10vw 5vh;
  background-color: #3d8daa;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 5vh 6vw 5vh;
  }
}
footer .footer_wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer_left a.name {
  display: block;
  max-width: 330px;
  padding-bottom: 25px;
}
footer .footer_left a.name img {
  width: 100%;
}
footer .footer_left .address {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
  padding-bottom: 25px;
}
footer .footer_left .numbers {
  max-width: 170px;
  width: 100%;
}
footer .footer_left .numbers li {
  padding-bottom: 2vh;
}
footer .footer_left .numbers li img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer .footer_left .numbers li {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer_right {
    display: none;
  }
}
footer .footer_right nav ul {
  display: flex;
  align-items: center;
  margin-bottom: 4vh;
}
footer .footer_right nav ul li {
  margin-left: 15px;
}
footer .footer_right nav ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  padding-bottom: 8px;
  position: relative;
  transition: 0.2s all;
  cursor: pointer;
}
footer .footer_right nav ul li a:before {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: 0.2s all;
}
footer .footer_right nav ul li a:hover:before {
  left: 0;
  width: 100%;
}
footer .footer_right a.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  border-radius: 200px;
  background-color: #ff0064;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-left: auto;
  padding: 25px;
  transition: 0.2s all;
}
footer .footer_right a.contact svg {
  width: 28px;
  margin-right: 10px;
  fill: #fff;
  transition: 0.2s all;
}
footer .footer_right a.contact:hover {
  background-color: #fff;
  color: #ff0064;
}
footer .footer_right a.contact:hover svg {
  fill: #ff0064;
}
footer .footer_right a.privacy {
  display: block;
  width: 200px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: right;
  margin-top: 3vh;
  margin-left: auto;
  text-decoration: underline;
}

p.copyright {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #377f99;
  padding: 1em;
  text-align: center;
}

.nav-open {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nav-open {
    display: block;
    position: fixed;
    top: 25px;
    right: 25px;
    width: 70px;
    height: 70px;
    z-index: 8888;
  }
  .nav-open img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .nav-open {
    width: 60px;
    height: 60px;
    top: 16px;
    right: 16px;
  }
}

.nav-area {
  visibility: hidden; /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 8999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  background-color: #faf8f2;
}
.nav-area .nav-close {
  display: block;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9099;
}
.nav-area .nav-close img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .nav-area .nav-close {
    top: 25px;
    right: 25px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .nav-area .nav-close {
    width: 60px;
    height: 60px;
    top: 16px;
    right: 16px;
  }
}

.nav-wrapper {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.nav-wrapper ul {
  flex-direction: column;
  width: auto;
  padding: 2vh 0;
}
.nav-wrapper ul li {
  padding: 1.4vh 20%;
}
@media screen and (max-width: 599px) {
  .nav-wrapper ul li {
    padding: 1vh 20%;
  }
}
.nav-wrapper ul li a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.07em;
}
.nav-wrapper ul li a span {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-size: 2.8rem;
  font-weight: 700;
  color: #f8b551;
}
@media screen and (max-width: 599px) {
  .nav-wrapper ul li a {
    letter-spacing: 0;
  }
}
.nav-wrapper ul.sns {
  padding-bottom: 5vh;
}
.nav-wrapper ul.sns li {
  padding: 0.5vh 20%;
}
.nav-wrapper ul.sns li a img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 599px) {
  .nav-wrapper ul.sns li {
    padding: 0.3vh 20%;
  }
  .nav-wrapper ul.sns li a img {
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-wrapper .modal_contact {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .nav-wrapper .modal_contact {
    display: block;
  }
  .nav-wrapper .modal_contact a {
    display: block;
    width: 60%;
    padding: 0 20%;
  }
  .nav-wrapper .modal_contact a.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 30px 0;
    margin: 0 auto;
    background-color: #ff0064;
    box-shadow: 0px 6px 0px 0px rgb(190, 0, 75);
    transition: 0.2s all;
  }
  .nav-wrapper .modal_contact a.contact svg {
    width: 28px;
    fill: #fff;
    margin-right: 8px;
  }
  .nav-wrapper .modal_contact a.contact span {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
  }
  .nav-wrapper .modal_contact a.contact:hover {
    background-color: #dc1161;
    margin-top: 6px;
    margin-bottom: -6px;
    box-shadow: 0px 0px 0px 0px rgb(190, 0, 75);
  }
  .nav-wrapper .modal_contact a.number {
    margin-top: 24px;
  }
}
.nav-wrapper a.pp {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1em;
  padding: 0.5vh 20%;
}

.is-show {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes sprite-anime {
  0% {
    transform: translate(0, 0);
  }
  90% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}

@keyframes sprite-anime {
  0% {
    transform: translate(0, 0);
  }
  90% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
.home_intro {
  display: flex;
  flex-wrap: wrap;
  padding: 18vh 5vw;
  max-width: 1200px;
  margin: 0 auto;
}
.home_intro .catch {
  width: 40%;
  position: relative;
}
.home_intro .catch img {
  max-width: 360px;
  width: 100%;
  position: absolute;
  right: 0;
}
.home_intro .family {
  width: 55%;
  margin: 20px auto;
  max-width: 660px; /* 横幅の最大値 */
  overflow: hidden; /* 余分な要素を隠す */
  transform: translate3d(0, 0, 0); /* animationの初期値 */
  position: relative; /* :before の基準値 */
}
.home_intro .family:before {
  content: "";
  display: block;
  background: url(img/family_home.png) no-repeat 0 0;
  background-size: contain;
  padding-top: 333.33%; /* 画像の縦幅 660px 2200px */
  -webkit-animation: sprite-anime 4s steps(4) infinite;
          animation: sprite-anime 4s steps(4) infinite; /* アニメーション設定 */
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home_intro .family::after {
  content: "";
  display: block;
  padding-top: 83.3333%; /* 見た目上の高さ 660px 550px */
}
@media screen and (max-width: 1024px) {
  .home_intro {
    padding: 8vh 10vw;
  }
}
@media screen and (max-width: 599px) {
  .home_intro {
    padding: 4vh 10vw;
  }
  .home_intro .catch {
    width: 80%;
    height: 40vh;
  }
  .home_intro .family {
    width: 100%;
  }
}

.home_photo {
  background-image: url(img/staff_home.jpg);
  background-size: cover;
  background-position: center middle;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .home_photo {
    background-attachment: inherit;
    background-position: 50%;
    background-size: cover;
    height: 60vh;
  }
}
@media screen and (max-width: 599px) {
  .home_photo {
    height: 50vh;
  }
}
.home_photo .home_photo_deco {
  background: url(img/wave.svg) center -3px no-repeat;
  background-size: contain;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home_photo .home_photo_deco {
    height: 60vh;
  }
}
@media screen and (max-width: 599px) {
  .home_photo .home_photo_deco {
    height: 50vh;
  }
}
.home_photo .home_photo_deco:before {
  content: "";
  display: block;
  width: 80%;
  height: 30vh;
  background: url(img/home_tab.svg) bottom left no-repeat;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 1024px) {
  .home_photo .home_photo_deco:before {
    width: 94%;
    bottom: -0.1vh;
  }
}
.home_strength {
  padding: 0 10vw;
}
.home_strength .home_strength_wrap {
  max-width: 1040px;
  margin: 0 auto;
}
.home_strength .home_strength_content {
  background: url(img/tab_tokui.svg) 0 0 no-repeat;
  background-size: 56px;
}
@media screen and (max-width: 1024px) {
  .home_strength .home_strength_content {
    background-size: 48px;
  }
}
@media screen and (max-width: 599px) {
  .home_strength .home_strength_content {
    background-size: 40px;
  }
}
.home_strength h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2.6;
  padding-bottom: 1.5em;
  letter-spacing: 0.1em;
}
.home_strength h1 span {
  border-bottom: 3px solid #f8b551;
  padding-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .home_strength h1 {
    font-size: 2.8rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 599px) {
  .home_strength h1 {
    font-size: 2.2rem;
    line-height: 2.2;
  }
  .home_strength h1 br {
    display: none;
  }
}
.home_strength p {
  width: 70%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8;
  padding-bottom: 3em;
}
@media screen and (max-width: 1024px) {
  .home_strength p {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .home_strength p {
    line-height: 2.2;
  }
}
.home_strength ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 990px;
  margin: 10vh auto;
}
.home_strength ul li {
  max-width: 480px;
  width: 48%;
}
.home_strength ul li a {
  display: block;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
.home_strength ul li a img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .home_strength ul {
    margin: 6vh auto;
  }
  .home_strength ul li {
    width: 100%;
    margin: 2vh 0;
  }
}

.home_blog {
  background-color: #fff;
  padding: 0 10vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home_blog {
    padding: 0 4vw;
  }
}
.home_blog:before {
  content: "";
  display: block;
  width: 100%;
  height: 20vh;
  background: url(img/arc_top_blog.svg) center top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.home_blog:after {
  content: "";
  display: block;
  width: 100%;
  height: 12vh;
  background: url(img/arc_bottom_blog.svg) center bottom no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .home_blog:after, .home_blog:before {
    height: 10vh;
  }
}
.home_blog .home_blog_wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 15vh 0 10vh;
}
@media screen and (max-width: 1024px) {
  .home_blog .home_blog_wrap {
    max-width: none;
    padding: 7vh 0 7vh;
  }
}
@media screen and (max-width: 599px) {
  .home_blog .home_blog_wrap {
    padding: 7vh 5% 7vh;
  }
}
.home_blog .home_blog_wrap .tsushin {
  max-width: 287px;
  margin: 0 auto 10vh;
}
.home_blog .home_blog_wrap .tsushin img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .home_blog .home_blog_wrap .tsushin {
    margin: 0 auto 6vh;
  }
}
@media screen and (max-width: 599px) {
  .home_blog .home_blog_wrap .tsushin {
    max-width: none;
    width: 62%;
  }
}
.home_blog .home_blog_wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home_blog .home_blog_wrap ul li {
  width: 30%;
  margin: 0 1.5%;
}
.home_blog .home_blog_wrap ul li a figure {
  display: block;
  width: 100%;
  height: 210px;
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
}
.home_blog .home_blog_wrap ul li a .text {
  margin-top: 2vh;
}
.home_blog .home_blog_wrap ul li a .text span {
  display: block;
}
.home_blog .home_blog_wrap ul li a .text span.date {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  color: #f8b551;
}
.home_blog .home_blog_wrap ul li a .text span.title {
  padding-top: 1em;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
  transition: 0.3s all;
}
@media screen and (max-width: 599px) {
  .home_blog .home_blog_wrap ul li a .text span.title {
    padding-top: 0.5em;
  }
}
.home_blog .home_blog_wrap ul li a:hover .text .title {
  color: #ff0064;
}
@media screen and (max-width: 1024px) {
  .home_blog .home_blog_wrap ul li a figure {
    height: 15vh;
  }
}
@media screen and (max-width: 599px) {
  .home_blog .home_blog_wrap ul li {
    width: 100%;
    padding-bottom: 8vh;
  }
  .home_blog .home_blog_wrap ul li a figure {
    height: 24vh;
  }
  .home_blog .home_blog_wrap ul li a .txt span.title {
    max-width: none !important;
  }
}

.home_area {
  background: url(img/map.png) right bottom no-repeat;
  background-size: 980px;
  height: 830px;
  padding: 0 5vw;
}
@media screen and (max-width: 1024px) {
  .home_area {
    background-size: 95%;
    height: 74vh;
  }
}
@media screen and (max-width: 599px) {
  .home_area {
    padding-top: 5vh;
    height: 82vh;
  }
}
.home_area .home_map_content {
  background: url(img/tab_area.svg) 0 0 no-repeat;
  background-size: 56px;
  max-width: 1040px;
  margin: 10vh auto;
}
@media screen and (max-width: 1024px) {
  .home_area .home_map_content {
    background-size: 48px;
    margin: 4vh auto;
  }
}
@media screen and (max-width: 599px) {
  .home_area .home_map_content {
    background-size: 40px;
  }
}
.home_area h2 {
  max-width: 193px;
  position: relative;
  top: 10vh;
  left: 10vw;
}
.home_area h2 img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .home_area h2 {
    top: 5vh;
    left: -12%;
  }
}
@media screen and (max-width: 599px) {
  .home_area h2 {
    max-width: none;
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .home_area ul {
    padding-top: 1vh;
  }
}
.home_area ul li {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8;
  padding-bottom: 0.5rem;
}
.home_area ul li span {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
}

.pagetitle {
  display: block;
  text-align: center;
  margin-top: 6vh;
}
.pagetitle img {
  max-width: 230px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .pagetitle img {
    max-width: none;
    width: 55%;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle.service {
    margin-top: 15vh;
  }
}

.headContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 10vh 0;
}
.headContent figure {
  max-width: 320px;
  margin-right: 60px;
}
.headContent figure img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .headContent figure {
    padding-bottom: 4vh;
  }
}
@media screen and (max-width: 599px) {
  .headContent figure {
    max-width: none;
    width: 70%;
    margin: 0 auto;
  }
}
.headContent h1.min {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 2.4;
}
@media screen and (max-width: 1024px) {
  .headContent h1.min {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .headContent h1.min {
    font-size: 2.2rem;
    line-height: 1.7;
  }
  .headContent h1.min br {
    display: none;
  }
}
.headContent.staff h1, .headContent.flow h1 {
  font-size: 2.8rem;
  line-height: 1.8;
  text-align: center;
  padding: 7% 0;
}
@media screen and (max-width: 599px) {
  .headContent.staff h1, .headContent.flow h1 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.headContent.philosophy {
  display: block;
  text-align: center;
}
.headContent.philosophy h1, .headContent.philosophy p {
  text-align: center;
}
.headContent.philosophy h1 {
  font-size: 3.4rem;
  padding: 13vh 0;
}
@media screen and (max-width: 599px) {
  .headContent.philosophy h1 {
    font-size: 2.8rem;
    padding: 8vh 0;
  }
}
.headContent.philosophy p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.1;
  padding-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .headContent.philosophy p {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.4;
    padding-left: 3%;
    padding-right: 3%;
  }
  .headContent.philosophy p br {
    display: none;
  }
}
.headContent.contact h1 {
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.8;
  padding: 10vh 0 0;
}
@media screen and (max-width: 1024px) {
  .headContent.contact h1 {
    padding: 0;
  }
}

.pageCore {
  background: url(img/bg_core.svg) no-repeat;
  background-position: -80px top;
}
@media screen and (max-width: 1024px) {
  .pageCore {
    background-position: -40px top;
  }
}
@media screen and (max-width: 599px) {
  .pageCore {
    background-position: -20px top;
  }
}
.pageCore .coreWrap {
  max-width: 840px;
  width: 45%;
  margin: 0 auto;
  padding-top: 11vh;
  padding-bottom: 10vh;
}
.pageCore .coreWrap.houmon {
  background: url(img/tab_houmon.svg) 0 10vh no-repeat;
  background-size: 56px;
}
@media screen and (max-width: 599px) {
  .pageCore .coreWrap.houmon {
    background-position-y: 2vh;
    background-size: 40px;
    padding-top: 4vh;
  }
}
.pageCore .coreWrap.psyc {
  background: url(img/tab_psyc.svg) 0 10vh no-repeat;
  background-size: 56px;
}
@media screen and (max-width: 1024px) {
  .pageCore .coreWrap.psyc {
    background-position-y: 6vh;
  }
}
@media screen and (max-width: 599px) {
  .pageCore .coreWrap.psyc {
    background-position-y: 2vh;
    background-size: 40px;
    padding-top: 4vh;
  }
}
@media screen and (max-width: 599px) {
  .pageCore .coreWrap.houmon, .pageCore .coreWrap.psyc {
    background-size: 40px;
  }
}
.pageCore .coreWrap p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8;
  padding-bottom: 5rem;
}
.pageCore .coreWrap p span {
  background-color: yellow;
}
@media screen and (max-width: 599px) {
  .pageCore .coreWrap p {
    line-height: 1.9;
  }
}
@media screen and (max-width: 1024px) {
  .pageCore .coreWrap {
    max-width: none;
    padding: 0 0 0 12%;
    width: 65%;
    padding-top: 6vh;
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  .pageCore .coreWrap {
    width: 72%;
    padding: 0 0 0 15%;
  }
}

.service-list,
.psyc-list {
  max-width: 860px;
  margin: 15vh auto 0;
}
@media screen and (max-width: 1024px) {
  .service-list,
.psyc-list {
    margin: 8vh auto 0;
    max-width: none;
    width: 90%;
  }
}
.service-list ul li,
.psyc-list ul li {
  padding-bottom: 12vh;
}
@media screen and (max-width: 1024px) {
  .service-list ul li,
.psyc-list ul li {
    padding-bottom: 6vh;
  }
}
.service-list ul li:last-child,
.psyc-list ul li:last-child {
  padding-bottom: 0;
}
.service-list ul li p,
.psyc-list ul li p {
  display: flex;
  align-items: center;
  padding-bottom: 1.5em;
  color: #333;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1;
}
.service-list ul li p img,
.psyc-list ul li p img {
  width: 40px;
  height: auto;
}
.service-list ul li p span,
.psyc-list ul li p span {
  padding-left: 1rem;
}
.service-list ul li .service-content,
.psyc-list ul li .service-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-list ul li .service-content figure, .service-list ul li .service-content empty,
.psyc-list ul li .service-content figure,
.psyc-list ul li .service-content empty {
  width: 30%;
  padding: 2vh 0 0 15px;
}
.service-list ul li .service-content figure img, .service-list ul li .service-content empty img,
.psyc-list ul li .service-content figure img,
.psyc-list ul li .service-content empty img {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .service-list ul li .service-content figure, .service-list ul li .service-content empty,
.psyc-list ul li .service-content figure,
.psyc-list ul li .service-content empty {
    width: 100%;
    padding: 0 0 3vh;
    text-align: center;
  }
  .service-list ul li .service-content figure img, .service-list ul li .service-content empty img,
.psyc-list ul li .service-content figure img,
.psyc-list ul li .service-content empty img {
    width: 70%;
  }
}
.service-list ul li.psyc-list-content,
.psyc-list ul li.psyc-list-content {
  display: flex;
  flex-wrap: wrap;
}
.service-list ul li figure.psyc,
.psyc-list ul li figure.psyc {
  display: flex;
  flex-direction: column;
  max-width: 210px;
}
@media screen and (max-width: 599px) {
  .service-list ul li figure.psyc,
.psyc-list ul li figure.psyc {
    width: 60%;
    margin: 0 auto 4vh;
  }
}
.service-list ul li figure.psyc img,
.psyc-list ul li figure.psyc img {
  width: 100%;
}
.service-list ul li figure.psyc img.question,
.psyc-list ul li figure.psyc img.question {
  max-width: 200px;
}
@media screen and (max-width: 599px) {
  .service-list ul li figure.psyc img.question,
.psyc-list ul li figure.psyc img.question {
    max-width: none;
    margin: 0 auto;
  }
}
.service-list ul.details,
.psyc-list ul.details {
  width: 65%;
}
.service-list ul.details li,
.psyc-list ul.details li {
  background: url(img/listmark.svg) no-repeat 0 0;
  background-size: auto 20px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 599px) {
  .service-list ul.details,
.psyc-list ul.details {
    width: 90%;
    padding-left: 10%;
  }
}

.psyc-list li {
  display: flex;
  justify-content: space-between;
}
.psyc-list li figure {
  width: 30%;
}
.psyc-list li figure img.person {
  width: 110px !important;
  margin: 40px auto 0;
}
.psyc-list ul.details li {
  padding-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .psyc-list ul.details li {
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 599px) {
  .psyc-list li {
    flex-wrap: wrap;
  }
  .psyc-list li figure {
    width: 100%;
    text-align: center;
  }
  .psyc-list li ul.details {
    width: 100%;
    padding-left: 0;
  }
}

.jiritsu {
  max-width: 685px;
  margin: 15vh auto;
}
.jiritsu img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .jiritsu {
    margin: 8vh auto;
  }
}

.fromStaff {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  background: url(img/bg_square.svg) 50% no-repeat;
  background-size: 600px;
}
@media screen and (max-width: 1024px) {
  .fromStaff {
    flex-direction: column-reverse;
    background-position-y: 30%;
  }
}
@media screen and (max-width: 599px) {
  .fromStaff {
    background-position: 0 110px;
    background-size: 100vh;
  }
}
.fromStaff .fromStaff_txt {
  width: 58%;
}
@media screen and (max-width: 1024px) {
  .fromStaff .fromStaff_txt {
    width: 90%;
    margin: -15vh auto 0px;
  }
}
@media screen and (max-width: 599px) {
  .fromStaff .fromStaff_txt {
    width: 100%;
    margin: -7vh auto 0px;
  }
}
.fromStaff .fromStaff_txt .tab {
  max-width: 168px;
  margin: 10vh 0 0 30px;
}
.fromStaff .fromStaff_txt .tab img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .fromStaff .fromStaff_txt .tab {
    margin: 10vh 0 0 12vw;
  }
}
@media screen and (max-width: 599px) {
  .fromStaff .fromStaff_txt .tab {
    max-width: 120px;
  }
}
.fromStaff .fromStaff_txt h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 1.6;
  padding: 6vh 2vw 6vh 0;
}
@media screen and (max-width: 1024px) {
  .fromStaff .fromStaff_txt h2 {
    padding: 6vh 2vw 3vh 0;
  }
}
@media screen and (max-width: 599px) {
  .fromStaff .fromStaff_txt h2 {
    padding: 5vh 5% 1vh;
    font-size: 2.5rem;
  }
}
.fromStaff .fromStaff_txt .signature {
  padding: 0 2vw 10vh 0;
}
@media screen and (max-width: 1024px) {
  .fromStaff .fromStaff_txt .signature {
    padding: 0 10vw 6vh;
  }
}
.fromStaff .fromStaff_txt .signature p {
  font-family: "Zen Old Mincho", serif;
  text-align: right;
}
.fromStaff .fromStaff_txt .signature p.position {
  font-size: 1.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 599px) {
  .fromStaff .fromStaff_txt .signature p.position {
    font-size: 1.4rem;
  }
}
.fromStaff .fromStaff_txt .signature p.name {
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .fromStaff .fromStaff_txt .signature p.name {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .fromStaff .fromStaff_txt p.letterTxt {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .fromStaff .fromStaff_txt p.letterTxt {
    width: 92%;
    margin: 0 auto;
  }
}
.fromStaff .fontstaff_pic {
  width: 40%;
  max-width: 430px;
}
.fromStaff .fontstaff_pic img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .fromStaff .fontstaff_pic {
    width: 55%;
    max-width: none;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .fromStaff .fontstaff_pic {
    width: 80%;
  }
}

.flow-list {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flow-list {
    max-width: none;
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .flow-list {
    width: 95%;
  }
}
.flow-list ul li {
  padding: 10vh 0;
  border-bottom: 2px dotted #ccc;
}
.flow-list ul li:first-child {
  padding-top: 0;
}
.flow-list ul li:last-child {
  border-bottom: none;
  margin-bottom: 10vh;
}
@media screen and (max-width: 1024px) {
  .flow-list ul li {
    padding: 6vh 0;
  }
}
.flow-list .flow-title {
  display: flex;
  align-items: center;
  padding-bottom: 5vh;
}
.flow-list .flow-title figure {
  max-width: 90px;
  margin-right: 15px;
}
.flow-list .flow-title figure img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .flow-list .flow-title figure {
    max-width: 70px;
  }
}
.flow-list .flow-title p.flow {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .flow-list .flow-title p.flow {
    font-size: 2.2rem;
    line-height: 1.25;
  }
}
.flow-list .flow-title p.flow.one {
  background-image: -ms-linear-gradient(100deg, rgb(79, 152, 209) 0%, rgb(161, 206, 226) 100%);
}
.flow-list .flow-title p.flow.two {
  background-image: -ms-linear-gradient(95deg, rgb(136, 185, 81) 0%, rgb(192, 218, 123) 100%);
}
.flow-list .flow-title p.flow.three {
  background-image: -ms-linear-gradient(95deg, rgb(241, 140, 68) 0%, rgb(247, 195, 125) 100%);
}
.flow-list .flow-content {
  padding-left: 100px;
}
@media screen and (max-width: 599px) {
  .flow-list .flow-content {
    padding-left: 10%;
  }
}
.flow-list .flow-content figure {
  max-width: 230px;
  width: 100%;
  padding-bottom: 5vh;
}
.flow-list .flow-content figure img {
  width: 100%;
}
.flow-list .flow-content p {
  font-size: 1.9rem;
  line-height: 1.9;
}
.flow-list .flow-content p.lead {
  padding-bottom: 3rem;
}
.flow-list .flow-content p.sub {
  font-size: 1.4rem;
  padding-top: 2em;
}
.flow-list .flow-content .situations {
  display: block;
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
  margin: 2vh 0;
}
@media screen and (max-width: 599px) {
  .flow-list .flow-content .situations {
    padding: 20px;
    border-radius: 12px;
  }
}
.flow-list .flow-content .situations p.condition {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #368eab;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.flow-list .flow-content .situations p.guide {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.1;
  padding-left: 30px;
  background: url(img/listmark_dot.svg) 1rem 0.8rem no-repeat;
  background-size: 10px;
}

.coreWrap.flow {
  background: url(img/tab_fee.svg) 0 10vh no-repeat;
  background-size: 56px;
  margin-bottom: 15vh;
}
@media screen and (max-width: 1024px) {
  .coreWrap.flow {
    background-position-y: 6vh;
    margin-bottom: 8vh;
  }
}
@media screen and (max-width: 599px) {
  .coreWrap.flow {
    background-position-y: 4vh;
    background-size: 40px;
    padding-top: 4vh;
  }
}
.coreWrap.flow p {
  line-height: 1.6;
}
.coreWrap.flow p.conditions {
  font-size: 2.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #ff0064;
  color: #ff0064;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .coreWrap.flow p.conditions {
    font-size: 2.1rem;
    line-height: 1.3;
  }
}
.coreWrap.flow p.result {
  font-weight: 300;
  font-size: 3.4rem;
  line-height: 1;
  margin-top: 5vh;
  padding-left: 30px;
  background: url(img/listmark_dot_pink.svg) 0 0.2rem no-repeat;
  background-size: 15px;
}
@media screen and (max-width: 599px) {
  .coreWrap.flow p.result {
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.staff-list ul li {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 15vh;
  background: url(img/bg_square.svg) 50% 25% no-repeat;
  background-size: 600px;
}
.staff-list ul li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .staff-list ul li:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .staff-list ul li {
    flex-direction: column-reverse;
    padding-bottom: 8vh;
  }
}
@media screen and (max-width: 599px) {
  .staff-list ul li {
    background-position: 0 10vh;
  }
}
.staff-list ul li .txtBlock {
  width: 56%;
  margin-top: 15vh;
}
.staff-list ul li .txtBlock .lead {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  background-image: -ms-linear-gradient(95deg, rgb(241, 140, 68) 0%, rgb(247, 195, 125) 100%);
  padding-bottom: 2rem;
}
.staff-list ul li .txtBlock .prof {
  display: flex;
  align-items: center;
  padding-bottom: 10vh;
}
.staff-list ul li .txtBlock .prof p.position {
  display: inline-block;
  padding: 0.6rem 1.8rem;
  margin-right: 1.6rem;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 100px;
  background-color: #1593c8;
  color: #fff;
}
.staff-list ul li .txtBlock .prof p.name {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .staff-list ul li .txtBlock {
    width: 72%;
    margin: 5vh auto;
  }
  .staff-list ul li .txtBlock .prof {
    padding-bottom: 4vh;
  }
}
@media screen and (max-width: 599px) {
  .staff-list ul li .txtBlock {
    width: 90%;
  }
  .staff-list ul li .txtBlock .lead {
    font-size: 2.3rem;
  }
}
.staff-list ul li:nth-child(2n) .txtBlock .lead {
  background-image: -ms-linear-gradient(95deg, rgb(136, 185, 81) 0%, rgb(192, 218, 123) 100%);
}
.staff-list ul li:nth-child(3n) .txtBlock .lead {
  background-image: -ms-linear-gradient(100deg, rgb(79, 152, 209) 0%, rgb(161, 206, 226) 100%);
}
.staff-list ul li figure {
  width: 40%;
  max-width: 430px;
}
.staff-list ul li figure img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .staff-list ul li figure {
    justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .staff-list ul li figure {
    width: 70%;
  }
}

.greetings {
  padding: 10vh 10%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .greetings {
    padding: 6vh 4%;
  }
}
.greetings:before {
  content: "";
  background-color: #faf1e2;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 20vh;
  left: 0;
  z-index: 0;
}
.greetings .profBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 760px;
  margin: 0 auto 8vh;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .greetings .profBlock {
    margin: 0 auto 4vh;
  }
}
.greetings .profBlock .signature {
  width: calc(50% - 40px);
}
.greetings .profBlock .signature p {
  font-family: "Zen Old Mincho", serif;
}
.greetings .profBlock .signature p.position {
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 1.5rem;
}
.greetings .profBlock .signature p.name {
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .greetings .profBlock .signature {
    width: 90%;
    margin: 0 auto;
  }
  .greetings .profBlock .signature p {
    text-align: right;
  }
  .greetings .profBlock .signature p.position {
    font-size: 1.4rem;
    padding-bottom: 0.8rem;
  }
  .greetings .profBlock .signature p.name {
    font-size: 1.9rem;
  }
}
.greetings .txtBlock {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.greetings .txtBlock p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8;
}
@media screen and (max-width: 599px) {
  .greetings .txtBlock p {
    line-height: 1.8;
    padding-left: 5%;
    padding-right: 5%;
  }
}

table.company {
  max-width: 760px;
  width: calc(100% - 30px);
  margin: 15vh auto 0;
  border-bottom: 1px solid #eee;
}
table.company tr th, table.company tr td {
  padding: 1.6em 0;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #eee;
}
table.company tr th {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 5em;
}
table.company tr td {
  font-weight: 300;
  font-size: 1.8rem;
  line-heighgt: 1;
}
@media screen and (max-width: 1024px) {
  table.company {
    max-width: none;
    width: 90%;
    margin: 6vh auto 0;
  }
  table.company tr th, table.company tr td {
    line-height: 1.4;
  }
  table.company tr th {
    white-space: nowrap;
    padding-right: 4rem;
  }
}

.container.blog h1 {
  padding: 8vh 0 14vh;
  text-align: center;
}
.container.blog h1 img {
  max-width: 287px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .container.blog h1 {
    padding: 6vh 0 10vh;
  }
}
@media screen and (max-width: 599px) {
  .container.blog h1 {
    padding: 4vh 0 6vh;
  }
  .container.blog h1 img {
    max-width: none;
    width: 60%;
  }
}

.blog-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .blog-wrap {
    max-width: none;
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .blog-wrap {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.blog-wrap .blog-links {
  width: 34%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .blog-wrap .blog-links {
    width: 22%;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 599px) {
  .blog-wrap .blog-links {
    margin-top: 8vh;
    width: 100%;
    flex-direction: initial;
    justify-content: space-between;
  }
}
.blog-wrap .blog-links .archives,
.blog-wrap .blog-links .categories {
  width: 42%;
}
.blog-wrap .blog-links .archives .tab img,
.blog-wrap .blog-links .categories .tab img {
  width: 100%;
}
.blog-wrap .blog-links .archives ul,
.blog-wrap .blog-links .categories ul {
  padding-top: 3vh;
}
.blog-wrap .blog-links .archives ul li,
.blog-wrap .blog-links .categories ul li {
  padding-bottom: 1rem;
}
.blog-wrap .blog-links .archives ul li a,
.blog-wrap .blog-links .categories ul li a {
  font-weight: 400;
  line-height: 1;
  font-size: 1.4rem;
  color: #333;
}
.blog-wrap .blog-links .archives ul li a:hover,
.blog-wrap .blog-links .categories ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .blog-wrap .blog-links .archives,
.blog-wrap .blog-links .categories {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .blog-wrap .blog-links .archives,
.blog-wrap .blog-links .categories {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .blog-wrap .blog-links .categories ul {
    margin-bottom: 4vh;
  }
}
.blog-wrap .blog-contents {
  width: 58%;
}
@media screen and (max-width: 1024px) {
  .blog-wrap .blog-contents {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .blog-wrap .blog-contents {
    width: 100%;
  }
}
.blog-wrap .blog-contents .date {
  display: inline-block;
  border-radius: 6px;
  padding: 8px;
  background-color: #fff;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
}
.blog-wrap .blog-contents .title {
  display: block;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.7;
  padding-bottom: 0.6em;
  color: #333;
  transition: 0.3s all;
}
.blog-wrap .blog-contents .category {
  display: inline-block;
  border-radius: 10em;
  padding: 8px 12px;
  background-color: #ff0064;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}
.blog-wrap .blog-contents ul li {
  padding-bottom: 8vh;
}
.blog-wrap .blog-contents ul li a {
  position: relative;
}
.blog-wrap .blog-contents ul li a .date {
  margin-top: -65%;
  margin-left: 4%;
}
.blog-wrap .blog-contents ul li a .title {
  margin-top: 0.5em;
  margin-left: 4%;
}
.blog-wrap .blog-contents ul li a .category {
  margin-left: 4%;
}
.blog-wrap .blog-contents ul li a figure img {
  width: 100%;
  border-radius: 15px;
}
.blog-wrap .blog-contents ul li a:hover .title {
  color: #ff0064;
}
.blog-wrap .blog-contents.detail .category {
  margin-bottom: 1em;
}
.blog-wrap .blog-contents.detail .date {
  margin-bottom: 3em;
}
.blog-wrap .blog-contents.detail figure {
  margin-bottom: 6vh;
}
.blog-wrap .blog-contents.detail figure img {
  width: 100%;
  border-radius: 10px;
}
.blog-wrap .blog-contents.detail p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.3;
}

.local-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6vh;
}
@media screen and (max-width: 1024px) {
  .local-nav {
    margin-right: 10%;
  }
}
@media screen and (max-width: 599px) {
  .local-nav {
    margin-right: 25px;
  }
}
.local-nav li.left, .local-nav li.right {
  display: inline-block;
}
.local-nav li a {
  display: block;
  border: 1px solid #ff0064;
  padding: 0.5em 1em;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #ff0064;
}
.local-nav li.left a:before {
  content: "";
  display: inline-block;
  background: url(img/arrow.svg) no-repeat;
  transform: scale(-1, 1);
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 41%;
  right: 15px;
}
.local-nav li.right a:before {
  content: "";
  display: inline-block;
  background: url(img/arrow.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 41%;
  right: 15px;
}
.local-nav li.mid {
  padding: 0 15px;
}
.local-nav li.mid a {
  padding: 1em 2em;
  font-weight: 500;
  color: #333;
  line-height: 1;
  display: flex;
  align-items: center;
}
.local-nav li a:hover {
  color: #fff;
  border-color: #ff0064;
  background-color: #ff0064;
}
@media screen and (max-width: 599px) {
  .local-nav li.left a, .local-nav li.right a {
    width: 2.5em;
    height: 2.5em;
  }
  .local-nav li.left a:before, .local-nav li.right a:before {
    top: 38%;
    right: 10px;
  }
}
@media screen and (max-width: 599px) and (max-width: 599px) {
  .local-nav li.left a, .local-nav li.right a {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .local-nav li.mid a {
    height: 2.5em;
  }
}

.contactForm,
.privacypolicy {
  max-width: 600px;
  margin: 0 auto;
}
.contactForm th, .contactForm td,
.privacypolicy th,
.privacypolicy td {
  padding: 0.5em;
}
.contactForm th,
.privacypolicy th {
  font-size: 1.4rem;
  line-height: 1;
  padding-right: 3em;
  white-space: nowrap;
  text-align: left;
}
.contactForm p,
.privacypolicy p {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.6;
  padding-bottom: 2em;
}
.contactForm p.attention,
.privacypolicy p.attention {
  font-size: 1.2rem;
  text-align: center;
  padding-top: 2em;
}
.contactForm textarea,
.contactForm input[type=text],
.privacypolicy textarea,
.privacypolicy input[type=text] {
  width: 100% !important;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 3px;
  resize: auto;
}
.contactForm input[type=checkbox],
.privacypolicy input[type=checkbox] {
  margin-right: 5px;
}
.contactForm textarea,
.privacypolicy textarea {
  height: 10em;
}
.contactForm select.select,
.privacypolicy select.select {
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 5px;
}
.contactForm .btns,
.privacypolicy .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3vh;
}
.contactForm .btns .return,
.contactForm .btns .confirm,
.contactForm .btns .submit,
.privacypolicy .btns .return,
.privacypolicy .btns .confirm,
.privacypolicy .btns .submit {
  max-width: 240px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 25px;
  border: none;
  transition: 0.2s all;
}
.contactForm .btns .confirm,
.contactForm .btns .submit,
.privacypolicy .btns .confirm,
.privacypolicy .btns .submit {
  background-color: #ff0064;
  box-shadow: 0px 6px 0px 0px #be004b;
}
.contactForm .btns .confirm:hover,
.contactForm .btns .submit:hover,
.privacypolicy .btns .confirm:hover,
.privacypolicy .btns .submit:hover {
  margin-top: 6px;
  margin-bottom: -6px;
  background-color: #dc1161;
  box-shadow: none;
}
.contactForm .btns .return,
.privacypolicy .btns .return {
  background-color: #7ea1c8;
  box-shadow: 0px 6px 0px 0px #4c74a0;
}
.contactForm .btns .return:hover,
.privacypolicy .btns .return:hover {
  margin-top: 6px;
  margin-bottom: -6px;
  background-color: #6e93bd;
  box-shadow: none;
}

.contactForm {
  padding-bottom: 15vh;
}

.thanks {
  max-width: 600px;
  margin: 0 auto 20vh;
  display: block;
  background-color: #faf1e2;
  border-radius: 20px;
  padding: 40px;
}
.thanks p {
  text-align: center;
  font-weight: 500;
  font-size: 1.8;
  line-height: 1.9;
}
.thanks p.attention {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 6vh;
  font-weight: 400;
}
.thanks p.phone {
  line-height: 1.5;
}

.privacypolicy {
  background-color: #fff;
  border-radius: 15px;
  padding: 80px 50px 50px;
}
.privacypolicy h2 {
  font-size: 2rem;
  line-height: 1.4;
  padding-bottom: 3em;
  text-align: center;
  padding-bottom: 3em;
}
.privacypolicy h2 span {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  color: #f8b551;
}
.privacypolicy h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  padding-bottom: 3rem;
}
.privacypolicy p {
  font-size: 1.3rem;
  line-height: 1.8;
}
/*# sourceMappingURL=style.css.map */