@charset "UTF-8";
/*
YUI 3.13.0 (build 508226d)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
@import url("//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

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

setting

=================================================================== */
.only_pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only_sp {
    display: inherit;
  }
}

:root {
  --color-charcoal: #222;
  --color-pure-white: #fff;
  --color-gray: #aaa;
  --color-cyber-blue: #006af9;
  --color-magenta: #d200be;
  --color-grass: #ceff00;
  --color-orange-red: #e63700;
  --color-line-forest-green: #06c756;
  --color-fuchsia: #ff00f7;
  --color-deep-blue: #02f;
  --color-smoky-gray: #474747;
  --color-jade-green: #007565;
}

html {
  font-size: 62.5%;
  background-color: #ffffff;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-family: "Lato", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  -webkit-font-smoothing: antialiased; /* Webkitベースのブラウザ向けのフォントスムージング */
  -moz-osx-font-smoothing: grayscale; /* macOS上のフォントスムージングをグレースケールに */
  text-rendering: optimizeLegibility; /* フォントのレイアウトを最適化 */
  -webkit-font-kerning: normal;
          font-kerning: normal; /* フォントのカーニングを有効にして字間を調整 */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000000;
  background-color: #ffffff;
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body strong {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a {
  color: #000000;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

a,
a img {
  -webkit-transition: opacity 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear, background-color 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
}
a:hover,
a img:hover {
  opacity: 0.65;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.videoclip {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.videoclip iframe, .videoclip img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.videoclip img {
  display: block;
}

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

setting

=================================================================== */
.only_pc {
  display: inherit;
}

@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
.only_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only_sp {
    display: inherit;
  }
}
:root {
  --color-charcoal: #222;
  --color-pure-white: #fff;
  --color-gray: #aaa;
  --color-cyber-blue: #006af9;
  --color-magenta: #d200be;
  --color-grass: #ceff00;
  --color-orange-red: #e63700;
  --color-line-forest-green: #06c756;
  --color-fuchsia: #ff00f7;
  --color-deep-blue: #02f;
  --color-smoky-gray: #474747;
  --color-jade-green: #007565;
}

html {
  font-size: 62.5%;
  background-color: #ffffff;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-family: "Lato", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  -webkit-font-smoothing: antialiased; /* Webkitベースのブラウザ向けのフォントスムージング */
  -moz-osx-font-smoothing: grayscale; /* macOS上のフォントスムージングをグレースケールに */
  text-rendering: optimizeLegibility; /* フォントのレイアウトを最適化 */
  -webkit-font-kerning: normal;
          font-kerning: normal; /* フォントのカーニングを有効にして字間を調整 */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000000;
  background-color: #ffffff;
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body strong {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a {
  color: #000000;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

a,
a img {
  -webkit-transition: opacity 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear, background-color 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
}

a:hover,
a img:hover {
  opacity: 0.65;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.videoclip {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videoclip iframe, .videoclip img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.videoclip img {
  display: block;
}

#loader-bg {
  background: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
#loader-bg .loader-bg-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  background: #213244;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #213244), color-stop(42%, rgba(255, 0, 0, 0)));
  background: linear-gradient(to right, #213244 10%, rgba(255, 0, 0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #213244;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.container {
  position: relative;
}

.main {
  padding-top: 40px;
}
.main .inner12, .main .inner8, .main .inner16, .main .inner10_8, .main .inner114 {
  width: 90%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .main .inner12, .main .inner8, .main .inner16, .main .inner10_8, .main .inner114 {
    padding: 80px 0;
  }
}
.main .inner11 {
  max-width: 1100px;
}
.main .inner16 {
  max-width: 1600px;
}
.main .inner12 {
  max-width: 1200px;
}
.main .inner10_8 {
  max-width: 1080px;
}
.main .inner8 {
  max-width: 800px;
}
.main .column_layout {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .column_layout .inner_column_layout {
  width: calc(100% - 340px);
}
.main .column_layout .r_sidebar {
  width: 300px;
  text-align: left;
}
@media screen and (max-width: 1079px) {
  .main .column_layout .r_sidebar {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1079px) {
  .main .column_layout .r_sidebar .side_banner {
    margin-top: 40px;
  }
}
.main .column_layout .r_sidebar .side_banner li {
  margin-bottom: 20px;
}
.main .column_layout .r_sidebar .side_banner a {
  display: block;
}
.main .column_layout .r_sidebar .side_banner a img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .main .column_layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main .column_layout .inner_column_layout, .main .column_layout .r_sidebar {
    width: 100%;
  }
}

.r_sidebar .column_list {
  margin-top: 40px;
  border-top: rgba(33, 50, 68, 0.5) 1px solid;
}
.r_sidebar .column_list li {
  border-bottom: rgba(33, 50, 68, 0.5) 1px solid;
}
.r_sidebar .column_list a {
  display: block;
  padding: 0.5em 0;
  color: #213244;
  position: relative;
}
.r_sidebar .column_link {
  margin-top: 40px;
}
.r_sidebar .column_link a {
  display: block;
  background: #000000;
}
.r_sidebar .column_link a img {
  display: block;
  margin: auto;
  max-width: 240px;
  width: 75%;
  padding: 20px;
}

#home .main {
  padding-top: 0;
}

.page404 h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 2em auto 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page404 h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page404 p {
  margin-bottom: 2em;
}

.common_icon_title {
  font-size: 32px;
  font-size: 3.2rem;
  background: url("../images/logo_icon.png") no-repeat center top;
  background-size: 32px 32px;
  padding-top: 48px;
  margin-bottom: 1em;
  color: #000000;
  text-align: center;
}
.common_icon_title .top_title span:before {
  content: "｜";
}
@media screen and (max-width: 767px) {
  .common_icon_title .top_title span {
    font-size: 50%;
    display: block;
  }
  .common_icon_title .top_title span:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .common_icon_title {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}

.common_under_title {
  font-size: 26px;
  font-size: 2.6rem;
  color: #000000;
  margin-bottom: 2.5em;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common_under_title {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.common_under_title:not(:first-of-type) {
  margin-top: 10%;
}
.common_under_title:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #f2f2f2;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.common_under_title span {
  font-size: 75%;
  display: block;
}

.common_next_title {
  font-size: 20px;
  font-size: 2rem;
  color: #522a24;
  margin-bottom: 0.5em;
  position: relative;
  text-align: center;
}

.common_button, .common_button_blue, .common_button_gray {
  text-align: center;
  line-height: 1.2;
  min-width: 300px;
}

.common_button {
  display: table;
  background: #ffffff;
  color: #213244;
  border: #213244 1px solid;
  border-radius: 1000px;
  padding: 0.8em 1.6em;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem;
}
.common_button span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.common_button_blue {
  display: table;
  background: #5e80bf;
  color: #ffffff;
  border: #5e80bf 1px solid;
  border-radius: 1000px;
  padding: 0.8em 1.6em;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem;
}
.common_button_blue span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.common_button_gray {
  display: table;
  background: #ffffff;
  color: #000000;
  border: #000000 1px solid;
  border-radius: 1000px;
  padding: 0.8em 1.6em;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem;
}

.common_text {
  line-height: 1.5;
  text-align: justify;
}
.common_text p {
  margin-bottom: 1.5em;
}
.common_text p:last-of-type {
  margin-bottom: 0;
}

.button_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
.button_content li {
  margin-right: 40px;
}
.button_content li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .button_content {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .button_content li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .button_content li:last-of-type {
    margin-bottom: 0;
  }
}

.common_blog_wrap {
  background: #e1e8f2;
}
.common_blog_wrap .button_content {
  margin-top: 80px;
}

.common_voice_wrap .button_content {
  margin-top: 80px;
}

.slide_wrap_card {
  text-align: left;
}
.slide_wrap_card a {
  display: block;
  background: #ffffff;
  border-radius: 8px;
  padding: 7.8431372549%;
  width: 100%;
  height: 100%;
}
.slide_wrap_card time {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  display: block;
}
.slide_wrap_card figure {
  margin-bottom: 20px;
}
.slide_wrap_card .slide_blog_title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .slide_wrap_card .slide_blog_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.slide_voice_card {
  text-align: left;
  max-width: 800px;
  margin: 0 auto 20px;
  border: #a05145 1px solid;
  border-top: #a05145 6px solid;
  background: #ffffff;
  padding: 40px;
}
.slide_voice_card > p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.5;
}
.slide_voice_card .slide_voice_card_name {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  margin-top: 0.4em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .slide_voice_card {
    padding: 20px;
  }
  .slide_voice_card .slide_voice_card_name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .slide_voice_card .slide_voice_card_name span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.slide_voice_card .voice_card_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.slide_voice_card .voice_card_title_wrap figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
}
.slide_voice_card .voice_card_title_wrap .voice_card_title {
  width: calc(100% - 120px);
}
.slide_voice_card .voice_card_title_wrap .voice_card_title h3 {
  color: #a05145;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}
.slide_voice_card .voice_card_title_wrap .voice_card_title p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1079px) {
  .slide_voice_card .voice_card_title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slide_voice_card .voice_card_title_wrap .voice_card_title {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .slide_voice_card .voice_card_title_wrap figure {
    margin-bottom: 20px;
  }
}

.main_visual_2nd_wrap {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
.main_visual_2nd_wrap .main_visual_2nd_bg {
  background-color: #f2f2f2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.main_visual_2nd_wrap .main_visual_2nd_bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main_visual_2nd_wrap .main_visual_2nd_content {
  position: relative;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.main_visual_2nd_wrap .main_visual_2nd_content:before {
  content: "";
  display: block;
  padding-top: 56.6666666667%;
}
@media screen and (max-width: 767px) {
  .main_visual_2nd_wrap .main_visual_2nd_content:before {
    padding-top: 100%;
  }
}
.main_visual_2nd_wrap .main_visual_2nd_content img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_wrap table {
  width: 100%;
  text-align: left;
  border-top: rgba(0, 0, 0, 0.2) 1px solid;
}
.about_wrap table th, .about_wrap table td {
  border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
  padding: 1em 0;
}
.about_wrap table th a, .about_wrap table td a {
  text-decoration: underline;
}
.about_wrap table th {
  width: 30%;
  white-space: nowrap;
}
.about_wrap table th:after {
  content: "：";
}
.about_wrap table td {
  width: 70%;
}
.about_wrap table td.about_link {
  max-width: 10em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .about_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_wrap table {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .about_wrap figure {
    margin: 0 auto 20px;
  }
}

.message_wrap {
  background: rgba(242, 225, 232, 0.5);
}
.message_wrap p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.message_wrap p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .message_wrap p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.message_wrap figure {
  max-width: 800px;
  margin: 3em auto;
}

.index_over_image_list, .index_over_image {
  max-width: 1000px;
  width: 100%;
}

.index_over_image_list {
  margin: 0 auto;
}

.index_over_image {
  margin: 0 auto 2em;
}

.index_over_image_list_wrap .index_over_image_list_caption, figure .index_over_image_list_caption {
  max-width: 800px;
  width: 90%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0.5em auto 3em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .index_over_image_list_wrap .index_over_image_list_caption, figure .index_over_image_list_caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.index_over_image_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_over_image_list li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .index_over_image_list li {
    width: 50%;
  }
}

.session_content.session_bg {
  background: rgba(242, 225, 232, 0.5);
}
.session_content .slide_voice_card p {
  margin-bottom: 1.5em;
}
.session_content .slide_voice_card p:last-of-type {
  margin-bottom: 0;
}
.session_content .session_plan_wrap > li {
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.6666666667%;
}
.session_content .session_plan_wrap > li:last-of-type {
  margin-bottom: 0;
}
.session_content .session_plan_wrap > li figure {
  width: 33.3333333333%;
}
.session_content .session_plan_wrap > li .session_plan {
  width: 66.6666666667%;
  padding-left: 3.3333333333%;
}
.session_content .session_plan_wrap > li .session_plan p {
  margin-bottom: 1.5em;
}
.session_content .session_plan_wrap > li .session_plan p:last-of-type {
  margin-bottom: 0;
}
.session_content .session_plan_wrap > li ul {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #c9637c;
  margin-bottom: 1em;
}
@media screen and (max-width: 479px) {
  .session_content .session_plan_wrap > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .session_content .session_plan_wrap > li figure {
    width: 100%;
    margin-bottom: 1em;
  }
  .session_content .session_plan_wrap > li .session_plan {
    width: 100%;
    padding-left: 0;
  }
}
.session_content .session_plan_wrap .session_plan_title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #522a24;
  margin-bottom: 1em;
}
.session_content .session_plan_wrap .session_plan_title span {
  font-weight: normal;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
.session_content .session_coupon {
  color: #c9637c;
  margin-bottom: 3.3333333333%;
  line-height: 1.5;
}
.session_content .session_coupon span {
  font-weight: bold;
}
.session_content .session_contact_box {
  background: #ffffff;
  border: #5e80bf 1px solid;
  border-radius: 8px;
  padding: 40px 40px 0;
}
.session_content .session_contact_box p {
  font-weight: bold;
  color: #522a24;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .session_content .session_contact_box p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.cm_read {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #522a24;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cm_read {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.video_title {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .video_title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.coaching_content {
  text-align: left;
}
.coaching_content .common_icon_title {
  margin-bottom: 1em;
}
.coaching_content .coaching_content_inner {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
.coaching_content .coaching_content_inner:first-of-type {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .coaching_content .coaching_content_inner:first-of-type {
    padding: 80px 0 0;
  }
}
.coaching_content figure, .coaching_content p {
  margin-bottom: 2em;
}
.coaching_content .video_list {
  margin-top: 10%;
}
.coaching_content .video_list li {
  margin-bottom: 10%;
}
.coaching_content video {
  width: 100%;
}
.coaching_content p {
  line-height: 2;
}
.coaching_content p.coaching_catch {
  font-size: 18px;
  font-size: 1.8rem;
}
.coaching_content.coaching_bg {
  background: #522a24;
  color: #ffffff;
}
.coaching_content.coaching_bg .common_under_title {
  color: #ffffff;
}
.coaching_content .coaching_plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.coaching_content .coaching_plan li {
  width: 47.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.1);
  border: #ffffff 1px solid;
  border-radius: 8px;
  text-align: center;
}
.coaching_content .coaching_plan li dt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.coaching_content .coaching_plan li dd {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .coaching_content .coaching_plan li dt {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .coaching_content .coaching_plan li dd {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.coaching_content .coaching_benefits .inner8 {
  padding-top: 0;
}
.coaching_content .coaching_benefits .benefits_title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .coaching_content .coaching_benefits .benefits_title {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.coaching_content .coaching_benefits .benefits_title:before {
  font: var(--fa-font-solid);
  content: "\f005";
}
.coaching_content .coaching_benefits .benefits_content {
  border: #ffffff 1px solid;
  border-radius: 8px;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coaching_content .coaching_benefits .benefits_content figure {
  width: 27.5%;
}
.coaching_content .coaching_benefits .benefits_content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  width: 72.5%;
  padding-left: 5%;
  margin-bottom: 0;
  line-height: 1.5;
}
.coaching_content .coaching_benefits .benefits_content p img {
  display: block;
  margin-right: 1em;
  width: 53px;
}
@media screen and (max-width: 767px) {
  .coaching_content .coaching_benefits .benefits_content p {
    font-size: 14px;
    font-size: 1.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .coaching_content .coaching_benefits .benefits_content p img {
    margin: 0 auto 0.5em;
    width: 32px;
  }
}
.coaching_content .coaching_benefits .benefits_list {
  margin-bottom: 10%;
}
.coaching_content .coaching_benefits .benefits_list li {
  margin-bottom: 32px;
}
.coaching_content .coaching_benefits .benefits_list li:last-of-type {
  margin-bottom: 0;
}
.coaching_content .coaching_info {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5em;
}
.coaching_content .coaching_info .coaching_info_title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.coaching_content .coaching_info p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.coaching_content .coaching_info p:first-of-type {
  margin-top: 1em;
}

.overview01_wrap .overview_content p, .overview02_wrap .overview_content p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 2em;
}
.overview01_wrap .overview_content p:last-of-type, .overview02_wrap .overview_content p:last-of-type {
  margin-bottom: 0;
}
.overview01_wrap .overview_content p .cv_button, .overview02_wrap .overview_content p .cv_button {
  display: block;
}
.overview01_wrap .overview_content .attention, .overview02_wrap .overview_content .attention {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 1.5em;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .overview01_wrap .overview_content .attention p, .overview02_wrap .overview_content .attention p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.overview01_wrap {
  background: rgb(237, 221, 214);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(237, 221, 214)), to(rgb(88, 39, 36)));
  background: linear-gradient(0deg, rgb(237, 221, 214) 0%, rgb(88, 39, 36) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edddd6",endColorstr="#582724",GradientType=1);
}

.overview02_wrap {
  background: rgb(88, 39, 36);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(88, 39, 36)), color-stop(50%, rgb(237, 221, 214)), to(rgb(88, 39, 36)));
  background: linear-gradient(0deg, rgb(88, 39, 36) 0%, rgb(237, 221, 214) 50%, rgb(88, 39, 36) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#582724",endColorstr="#582724",GradientType=1);
}

.interview_content {
  text-align: justify;
  line-height: 1.5;
}
.interview_content figure {
  max-width: 480px;
  margin: 3em auto;
}
.interview_content figure figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0.5em;
}
.interview_content p {
  margin-bottom: 2em;
}
.interview_content p:last-of-type {
  margin-bottom: 0;
}
.interview_content .inner10_8 {
  padding-top: 0;
}
.interview_content .inner8 {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .interview_content .inner8 {
    padding-bottom: 40px;
  }
}
.interview_content .interview_speech_content .int_q, .interview_content .interview_speech_content .int_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2em;
}
.interview_content .interview_speech_content .int_q:last-of-type, .interview_content .interview_speech_content .int_a:last-of-type {
  margin-bottom: 0;
}
.interview_content .interview_speech_content .int_a .int_wrap, .interview_content .interview_speech_content .int_q .int_wrap {
  position: relative;
}
.interview_content .interview_speech_content .int_a .int_wrap:before, .interview_content .interview_speech_content .int_a .int_wrap:after, .interview_content .interview_speech_content .int_q .int_wrap:before, .interview_content .interview_speech_content .int_q .int_wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 24px;
}
.interview_content .interview_speech_content .int_a .int_wrap:before, .interview_content .interview_speech_content .int_q .int_wrap:before {
  z-index: 1;
}
.interview_content .interview_speech_content .int_a .int_wrap:after, .interview_content .interview_speech_content .int_q .int_wrap:after {
  z-index: 2;
}
.interview_content .interview_speech_content .int_a .int_avatar, .interview_content .interview_speech_content .int_q .int_avatar {
  width: 80px;
  height: 80px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  background-size: 80px 80px;
  padding-top: 86px;
}
.interview_content .interview_speech_content .int_a .int_avatar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: url("../images/interview_answerer.png") no-repeat center center;
}
.interview_content .interview_speech_content .int_a .int_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.interview_content .interview_speech_content .int_a .int_wrap {
  border: #aadef0 1px solid;
  background: rgba(170, 222, 240, 0.1);
  margin-left: 30px;
}
.interview_content .interview_speech_content .int_a .int_wrap:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 16px solid #aadef0;
  border-left: 0;
  left: -16px;
}
.interview_content .interview_speech_content .int_a .int_wrap:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 16px solid #f6fcfd;
  border-left: 0;
  left: -13px;
}
.interview_content .interview_speech_content .int_q {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.interview_content .interview_speech_content .int_q .int_avatar {
  background: url("../images/interview_questioner.png") no-repeat center center;
}
.interview_content .interview_speech_content .int_q .int_wrap {
  border: #f0aac2 1px solid;
  background: rgba(240, 170, 194, 0.1);
  margin-right: 24px;
}
.interview_content .interview_speech_content .int_q .int_wrap:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 16px solid #f0aac2;
  border-right: 0;
  top: 24px;
  right: -16px;
}
.interview_content .interview_speech_content .int_q .int_wrap:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 16px solid #fdf6f9;
  border-right: 0;
  top: 24px;
  right: -13px;
}
.interview_content .interview_speech_content .int_wrap {
  border-radius: 8px;
  max-width: 70%;
  padding: 1em;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.interview_content .interview_speech_content .int_wrap p {
  margin-bottom: 1em;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.interview_content .interview_speech_content .int_wrap p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .interview_content .interview_speech_content .int_wrap p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.other_content {
  text-align: left;
  line-height: 2;
}
.other_content h2, .other_content h3, .other_content h4, .other_content h5, .other_content h6 {
  font-weight: bold;
  margin: 40px 0 8px;
}
.other_content h2 {
  font-size: 20px;
  font-size: 2rem;
}
.other_content h2:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .other_content h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.other_content h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
.other_content p {
  margin-bottom: 2em;
}
.other_content a {
  color: #5e80bf;
}
.other_content table {
  border-top: rgba(0, 0, 0, 0.2) 1px solid;
  width: 100%;
}
.other_content table th, .other_content table td {
  border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
  padding: 0.5em 1em;
}
.other_content table th {
  width: 25%;
  padding-right: 2em;
}
.other_content table td {
  padding-left: 2em;
}
.other_content table td div {
  border-left: rgba(0, 0, 0, 0.2) 4px solid;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .other_content table th, .other_content table td {
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .other_content table th {
    border-bottom: none;
  }
  .other_content table th span {
    border-bottom: rgba(0, 0, 0, 0.2) 4px solid;
  }
  .other_content table td {
    padding-left: 1em;
    padding-top: 0;
  }
  .other_content table td div {
    padding-left: 0;
    border-left: none;
  }
}
.other_content ul li {
  position: relative;
  padding-left: 1.2em;
}
.other_content ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}

.contact_content .input label, .mail_wrap .input label, .lp_sph_cv_form_wrap .input label {
  display: block;
  margin-bottom: 0.4em;
  opacity: 0.7;
}

.required span {
  color: #f00;
}

.mail_input_content .required:after {
  content: none;
}
.mail_input_content .required_kome:after {
  content: "*";
}

.contact_content .input, .lp_sph_cv_form_wrap .input {
  margin-bottom: 5%;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact_content .input .input_class, .contact_content .input .kinds_select, .lp_sph_cv_form_wrap .input .input_class, .lp_sph_cv_form_wrap .input .kinds_select {
  font-size: 20px;
  font-size: 2rem;
  background: #e1e8f2;
  width: 100%;
  padding: 0.4em 0.8em;
  border-bottom: #5e80bf 2px solid;
}
.contact_content .input .kinds_select_wrap, .lp_sph_cv_form_wrap .input .kinds_select_wrap {
  position: relative;
}
.contact_content .input .kinds_select_wrap .kinds_select, .lp_sph_cv_form_wrap .input .kinds_select_wrap .kinds_select {
  width: auto;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .contact_content .input .kinds_select_wrap .kinds_select, .lp_sph_cv_form_wrap .input .kinds_select_wrap .kinds_select {
    width: 100%;
  }
}
.contact_content .input .kinds_select_wrap:before, .lp_sph_cv_form_wrap .input .kinds_select_wrap:before {
  font: var(--fa-font-solid);
  content: "\f0dd";
  position: absolute;
  top: 1.4em;
  margin-top: -4px;
  left: 1em;
  z-index: 1;
}
.contact_content .input.tel, .lp_sph_cv_form_wrap .input.tel {
  width: 100%;
}
.contact_content .input.tel .mwform-tel-field, .contact_content .input.tel .mwform-zip-field, .lp_sph_cv_form_wrap .input.tel .mwform-tel-field, .lp_sph_cv_form_wrap .input.tel .mwform-zip-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_content .input.tel .mwform-tel-field .input_class, .contact_content .input.tel .mwform-zip-field .input_class, .lp_sph_cv_form_wrap .input.tel .mwform-tel-field .input_class, .lp_sph_cv_form_wrap .input.tel .mwform-zip-field .input_class {
  display: block;
}
.contact_content .input.tel .mwform-tel-field .input_class, .lp_sph_cv_form_wrap .input.tel .mwform-tel-field .input_class {
  width: 30%;
}
.contact_content .input.tel .mwform-zip-field .input_class, .lp_sph_cv_form_wrap .input.tel .mwform-zip-field .input_class {
  width: 45%;
}
.contact_content .mw_wp_form_preview .kinds_select_wrap:before, .lp_sph_cv_form_wrap .mw_wp_form_preview .kinds_select_wrap:before {
  content: none !important;
}
.contact_content .button, .lp_sph_cv_form_wrap .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact_content .button > *, .lp_sph_cv_form_wrap .button > * {
  margin: 0 10px;
}

.mail_wrap {
  background: #a05145;
  color: #ffffff;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .mail_wrap {
    padding: 10% 0;
  }
}
.mail_wrap .mail_content {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
.mail_wrap .mail_content .common_icon_title {
  color: #ffffff;
}
.mail_wrap .mail_content .common_icon_title span {
  color: #ffffff;
}
.mail_wrap .mail_read {
  line-height: 1.5;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .mail_wrap .mail_read {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
}
.mail_wrap .mail_input_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mail_wrap .mail_input_content .input {
  width: 47%;
  text-align: left;
  margin-bottom: 7.5%;
  position: relative;
}
.mail_wrap .mail_input_content .input .input_class {
  font-size: 20px;
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 0.4em 0.8em;
  border-bottom: #ffffff 2px solid;
}
.mail_wrap .mail_input_content .button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mail_wrap .mail_input_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    margin: auto;
  }
  .mail_wrap .mail_input_content .input {
    width: 100%;
  }
  .mail_wrap .mail_input_content .input:last-of-type {
    margin-bottom: 10%;
  }
}

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

setting

=================================================================== */
.only_pc {
  display: inherit;
}

@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
.only_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only_sp {
    display: inherit;
  }
}
:root {
  --color-charcoal: #222;
  --color-pure-white: #fff;
  --color-gray: #aaa;
  --color-cyber-blue: #006af9;
  --color-magenta: #d200be;
  --color-grass: #ceff00;
  --color-orange-red: #e63700;
  --color-line-forest-green: #06c756;
  --color-fuchsia: #ff00f7;
  --color-deep-blue: #02f;
  --color-smoky-gray: #474747;
  --color-jade-green: #007565;
}

html {
  font-size: 62.5%;
  background-color: #ffffff;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-family: "Lato", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  -webkit-font-smoothing: antialiased; /* Webkitベースのブラウザ向けのフォントスムージング */
  -moz-osx-font-smoothing: grayscale; /* macOS上のフォントスムージングをグレースケールに */
  text-rendering: optimizeLegibility; /* フォントのレイアウトを最適化 */
  -webkit-font-kerning: normal;
          font-kerning: normal; /* フォントのカーニングを有効にして字間を調整 */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000000;
  background-color: #ffffff;
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body strong {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a {
  color: #000000;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

a,
a img {
  -webkit-transition: opacity 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear, background-color 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
}

a:hover,
a img:hover {
  opacity: 0.65;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.videoclip {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videoclip iframe, .videoclip img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.videoclip img {
  display: block;
}

.main_visual {
  display: block;
  background: url("../images/main_visual_ciecle.png") no-repeat center center, url("../images/mv_bg.jpg") no-repeat top center #f0aac2;
  background-size: 800px, cover;
  background-attachment: local, fixed;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main_visual {
    background-size: 120%, cover;
    background-attachment: local;
  }
}
.main_visual .main_visual_content {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0;
}
@media screen and (max-width: 1079px) {
  .main_visual .main_visual_content {
    padding: 10% 0;
  }
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main_visual .main_visual_content .video_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.main_visual .main_visual_content figure, .main_visual .main_visual_content p, .main_visual .main_visual_content div, .main_visual .main_visual_content h2 {
  position: relative;
  z-index: 2;
}
.main_visual .main_visual_content .mv_main {
  padding-right: 30px;
  max-width: 300px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_content .mv_main {
    max-width: 240px;
    width: 60%;
  }
}
.main_visual .main_visual_content .mv_title {
  padding-left: 30px;
  line-height: 1;
  font-size: 48px;
  font-size: 4.8rem;
  color: #522a24;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.main_visual .main_visual_content .mv_title span {
  font-size: 66.6666666667%;
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_content .mv_title {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_content .mv_title {
    font-size: 24px;
    font-size: 6.4vw;
    margin-top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_content .mv_main, .main_visual .main_visual_content .mv_title {
    padding: 0;
  }
}

.index_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_flex .index_flex_txt, .index_flex .index_flex_image {
  width: 47%;
}
.index_flex .index_flex_txt .index_flex_video, .index_flex .index_flex_image .index_flex_video {
  width: 100%;
}
.index_flex .index_flex_txt {
  line-height: 1.5;
  text-align: justify;
}
.index_flex .index_flex_image_caption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .index_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index_flex .index_flex_txt, .index_flex .index_flex_image {
    width: 100%;
  }
  .index_flex .index_flex_txt {
    margin-bottom: 40px;
  }
  .index_flex .index_flex_image_caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.transformation {
  background: #f3ece2;
}
.transformation p {
  margin-bottom: 120px;
}
.transformation p:last-of-type {
  margin-bottom: 0;
}

.top_en_title {
  color: #213244;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 40px;
}
.top_en_title span {
  display: block;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: 0.2em;
  font-weight: normal;
  font-family: "Allura", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .top_en_title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .top_en_title span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.lp_sph_recommendation {
  background: #f3ece2;
}
.lp_sph_recommendation .lp_sph_recommendation_list {
  margin-bottom: 10%;
}
.lp_sph_recommendation .lp_sph_recommendation_list:last-of-type {
  margin-bottom: 0;
}
.lp_sph_recommendation .lp_sph_recommendation_list li {
  text-align: left;
  background: url("../lp-spiritualhealth/images/check.png") no-repeat left center;
  background-size: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 1em 0 1em 2em;
  border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
}
@media screen and (max-width: 767px) {
  .lp_sph_recommendation .lp_sph_recommendation_list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.index_profile_wrap {
  max-width: 800px;
  margin: 5% auto 0;
}
.index_profile_wrap .index_profile_list {
  font-weight: bold;
  border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
  padding-bottom: 5%;
  margin-bottom: 5%;
}

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

setting

=================================================================== */
.only_pc {
  display: inherit;
}

@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
.only_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only_sp {
    display: inherit;
  }
}
:root {
  --color-charcoal: #222;
  --color-pure-white: #fff;
  --color-gray: #aaa;
  --color-cyber-blue: #006af9;
  --color-magenta: #d200be;
  --color-grass: #ceff00;
  --color-orange-red: #e63700;
  --color-line-forest-green: #06c756;
  --color-fuchsia: #ff00f7;
  --color-deep-blue: #02f;
  --color-smoky-gray: #474747;
  --color-jade-green: #007565;
}

html {
  font-size: 62.5%;
  background-color: #ffffff;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-family: "Lato", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  -webkit-font-smoothing: antialiased; /* Webkitベースのブラウザ向けのフォントスムージング */
  -moz-osx-font-smoothing: grayscale; /* macOS上のフォントスムージングをグレースケールに */
  text-rendering: optimizeLegibility; /* フォントのレイアウトを最適化 */
  -webkit-font-kerning: normal;
          font-kerning: normal; /* フォントのカーニングを有効にして字間を調整 */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000000;
  background-color: #ffffff;
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body strong {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a {
  color: #000000;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

a,
a img {
  -webkit-transition: opacity 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear, background-color 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
}

a:hover,
a img:hover {
  opacity: 0.65;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.videoclip {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videoclip iframe, .videoclip img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.videoclip img {
  display: block;
}

.header {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header header {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .header header {
    padding: 16px;
  }
}
.header .g_navi {
  width: 100%;
  margin-top: 20px;
}

.header_wrap {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.header_logo, .header_tel {
  line-height: 1;
}

.header_logo {
  width: 243px;
}

.header_tel {
  width: calc(100% - 243px);
}

.header_sns, .header_tel {
  z-index: 1;
}

.header_tel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_tel ul li {
  margin-right: 1em;
}
.header_tel ul li:last-of-type {
  margin-right: 0;
}
.header_tel ul li a {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1079px) {
  .header_tel ul {
    display: block;
  }
  .header_tel ul li {
    margin-right: 0;
  }
  .header_tel ul li a {
    display: block;
    padding: 0.5em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.header_sns {
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
}
.header_sns li {
  margin-right: 1em;
}
.header_sns li:last-of-type {
  margin-right: 0;
}
.header_sns li a {
  display: block;
  width: 1em;
}
.g_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
}
.g_navi ul li {
  margin-right: 1.2em;
}
.g_navi ul li:last-of-type {
  margin-right: 0;
}
.g_navi ul li a {
  color: #ffffff;
}
@media screen and (max-width: 1079px) {
  .g_navi ul li {
    margin-right: 0;
  }
  .g_navi ul li a {
    display: block;
    padding: 0.5em;
  }
}

.header_wrap .g_navi ul li:first-of-type {
  display: none;
}
@media screen and (max-width: 1079px) {
  .header_wrap .g_navi ul li:first-of-type {
    display: inherit;
  }
}

.header_logo a {
  display: block;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .header_logo a {
    width: 200px;
  }
}

.header_logo_pc {
  display: inherit;
}
@media screen and (max-width: 1079px) {
  .header_logo_pc {
    display: none;
  }
}

.header_logo_sp {
  display: none;
}
@media screen and (max-width: 1079px) {
  .header_logo_sp {
    display: inherit;
  }
}

.hamburger_icon {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
  z-index: 11;
}

.hamburger_icon span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger_icon.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
  background-color: #ffffff;
}

.hamburger_icon.active span:nth-child(2) {
  opacity: 0;
}

.hamburger_icon.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
  background-color: #ffffff;
}

@media screen and (max-width: 1079px) {
  .header_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.95);
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  .header_wrap .header_sns, .header_wrap .g_navi {
    width: 100%;
  }
  .header_wrap.active {
    right: 0;
  }
  .header_wrap .g_navi ul {
    font-size: 24px;
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header_wrap .g_navi ul a {
    width: 100%;
  }
  .header_wrap .header_tel {
    width: 90%;
  }
  .header_wrap .header_tel a {
    display: block;
  }
  .header_wrap .header_tel a span {
    color: #fff;
  }
  .header_wrap .header_tel a span.header_tel_border {
    display: table;
    margin: auto;
    border-top: rgba(255, 255, 255, 0.2) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  }
  .header_wrap .header_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .header_wrap .header_sns a {
    color: #ffffff;
  }
  .header_wrap .header_sns li {
    margin: 0 0.5em;
  }
  .header_wrap .header_sns li:last-of-type {
    margin-right: 0.5em;
  }
  .header_logo {
    width: 100%;
    margin: auto;
  }
  .hamburger_icon {
    display: block; /* スマホ版で表示 */
  }
  .header_wrap .g_navi {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header_wrap .header_sns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 40px;
  }
  .header_wrap .header_tel {
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.pankuzu_wrap {
  max-width: 1440px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}
.pankuzu_wrap .pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
.pankuzu_wrap .pankuzu li {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
.pankuzu_wrap .pankuzu li a {
  color: #213244;
  text-decoration: underline;
}
.pankuzu_wrap .pankuzu li:after {
  content: ">";
  margin: 0 0.5em;
}
.pankuzu_wrap .pankuzu li:last-child:after {
  content: "";
}
.pankuzu_wrap .pankuzu li:first-of-type a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
  margin-right: 4px;
}

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

setting

=================================================================== */
.only_pc {
  display: inherit;
}

@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
.only_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only_sp {
    display: inherit;
  }
}
:root {
  --color-charcoal: #222;
  --color-pure-white: #fff;
  --color-gray: #aaa;
  --color-cyber-blue: #006af9;
  --color-magenta: #d200be;
  --color-grass: #ceff00;
  --color-orange-red: #e63700;
  --color-line-forest-green: #06c756;
  --color-fuchsia: #ff00f7;
  --color-deep-blue: #02f;
  --color-smoky-gray: #474747;
  --color-jade-green: #007565;
}

html {
  font-size: 62.5%;
  background-color: #ffffff;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-family: "Lato", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  -webkit-font-smoothing: antialiased; /* Webkitベースのブラウザ向けのフォントスムージング */
  -moz-osx-font-smoothing: grayscale; /* macOS上のフォントスムージングをグレースケールに */
  text-rendering: optimizeLegibility; /* フォントのレイアウトを最適化 */
  -webkit-font-kerning: normal;
          font-kerning: normal; /* フォントのカーニングを有効にして字間を調整 */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000000;
  background-color: #ffffff;
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body strong {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a {
  color: #000000;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

a,
a img {
  -webkit-transition: opacity 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear, background-color 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
}

a:hover,
a img:hover {
  opacity: 0.65;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.videoclip {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videoclip iframe, .videoclip img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.videoclip img {
  display: block;
}

.footer_contact {
  background: rgba(94, 128, 191, 0.1);
  border-radius: 8px;
  padding: 40px;
  max-width: 1200px;
  width: 90%;
  margin: 3.3333333333% auto 3.3333333333%;
}
.footer_contact .footer_contact_title {
  max-width: 329px;
  margin: 0 auto 0.5em;
  color: #213244;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
}
.footer_contact .footer_contact_title:after {
  display: block;
  font: var(--fa-font-solid);
  content: "\f0e0";
}
.footer_contact .footer_contact_title + p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer_contact .footer_contact_title + p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer_contact_simple {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.footer_contact_simple p:first-of-type {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .footer_contact_simple p:first-of-type {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.banner {
  display: block;
  max-width: 728px;
  width: 90%;
  margin: 0 auto 5%;
}
@media screen and (max-width: 767px) {
  .banner {
    max-width: 300px;
  }
}
.banner a, .banner span {
  display: block;
}
.banner a.banner_border, .banner span.banner_border {
  border: #c9637c 1px solid;
}

.footer {
  margin-top: 6.6666666667%;
}
.footer .footer_wrap {
  background: #000000;
}
.footer .footer_wrap .footer_content {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding: 80px 0 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer_wrap .footer_content {
    padding: 10% 0 20px;
  }
}
.footer .g_navi {
  width: 100%;
  display: block;
}
.footer .g_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7.5%;
}
.footer .g_navi ul li:first-of-type {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer .g_navi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .g_navi ul li {
    width: 100%;
  }
  .footer .g_navi ul li a {
    padding: 1em;
  }
}
.footer .sub_navi {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 3em;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .footer .sub_navi {
    margin-top: 2em;
    margin-bottom: 10%;
  }
}
.footer .sub_navi li:first-of-type {
  display: block !important;
}
.footer small {
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer_logo {
  margin-bottom: 24px;
}
.footer_logo a {
  display: block;
  width: 159.4166666667px;
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .footer_logo a {
    width: 147.1538461538px;
  }
}

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

setting

=================================================================== */
.only_pc {
  display: inherit;
}

@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
.only_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only_sp {
    display: inherit;
  }
}
:root {
  --color-charcoal: #222;
  --color-pure-white: #fff;
  --color-gray: #aaa;
  --color-cyber-blue: #006af9;
  --color-magenta: #d200be;
  --color-grass: #ceff00;
  --color-orange-red: #e63700;
  --color-line-forest-green: #06c756;
  --color-fuchsia: #ff00f7;
  --color-deep-blue: #02f;
  --color-smoky-gray: #474747;
  --color-jade-green: #007565;
}

html {
  font-size: 62.5%;
  background-color: #ffffff;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-family: "Lato", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  -webkit-font-smoothing: antialiased; /* Webkitベースのブラウザ向けのフォントスムージング */
  -moz-osx-font-smoothing: grayscale; /* macOS上のフォントスムージングをグレースケールに */
  text-rendering: optimizeLegibility; /* フォントのレイアウトを最適化 */
  -webkit-font-kerning: normal;
          font-kerning: normal; /* フォントのカーニングを有効にして字間を調整 */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000000;
  background-color: #ffffff;
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body strong {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a {
  color: #000000;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

a,
a img {
  -webkit-transition: opacity 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear, background-color 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear, background-color 0.25s linear, -webkit-transform 0.25s linear;
}

a:hover,
a img:hover {
  opacity: 0.65;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.videoclip {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videoclip iframe, .videoclip img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.videoclip img {
  display: block;
}

.blog_archive ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 3.3333333333%;
}
@media screen and (max-width: 767px) {
  .blog_archive ul {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 479px) {
  .blog_archive ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.blog_archive ul li {
  border: rgba(94, 128, 191, 0.1) 4px solid;
  text-align: left;
}
.blog_archive ul li figure {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog_archive ul li figure:before {
  content: "";
  display: block;
  padding-top: 52.5%;
}
.blog_archive ul li figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog_archive ul li .blog_title {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 1.5;
}
.blog_archive ul li .post_type_label {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
  display: table;
  background: #213244;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 0 100px 100px 0;
}
@media screen and (max-width: 479px) {
  .blog_archive ul li .post_type_label {
    font-size: 8px;
    font-size: 2.1333333333vw;
  }
}
.blog_archive ul li a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .blog_archive ul li a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}

.blog_date {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  display: block;
  opacity: 0.5;
}

.blog_archive .blog_date {
  padding: 0 20px;
}

.column_list .blog_date {
  padding: 0;
  margin-bottom: 0;
}

.blog_header {
  margin: auto;
}
.blog_header .blog_header_line {
  font-size: 32px;
  font-size: 3.2rem;
  padding: 0.5em 0;
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid;
  margin: 0 auto 3.3333333333%;
}
.blog_header .blog_header_line {
  padding: 0;
  border: none;
}
.blog_header .blog_date {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.5em;
  line-height: 1;
  text-align: left;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .blog_header .blog_header_line {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .blog_header .blog_date {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.blog_header .blog_title {
  font-weight: bold;
  color: #000000;
  text-align: left;
}
.blog_header .post_terms {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  margin-top: 16px;
}
.blog_header .post_terms li {
  margin-right: 8px;
}
.blog_header .post_terms li:last-of-type {
  margin-right: 0;
}
.blog_header .post_terms a {
  display: block;
  border-radius: 400px;
  color: #ffffff;
  background: #213244;
  padding: 0.4em 0.8em;
}

.blog_main {
  margin: 6.6666666667% auto;
  text-align: justify;
  border-bottom: #f2f2f2 4px solid;
}
.blog_main .addtoany_content {
  text-align: center;
  background: #f2f2f2;
  padding: 1.2em 0;
  border-radius: 8px;
  margin-bottom: 6.6666666667%;
  position: relative;
}
.blog_main .wp-block-buttons {
  margin-bottom: 3em;
}
.blog_main > figure {
  margin-bottom: 3em;
}
.blog_main > p, .blog_main > blockquote {
  margin-bottom: 3em;
  line-height: 1.8;
}
.blog_main > p a, .blog_main > blockquote a {
  color: #5e80bf;
  text-decoration: underline;
}
.blog_main > blockquote {
  border: rgba(82, 42, 36, 0.1) 4px solid;
  padding: 1.2em;
  position: relative;
}
.blog_main > blockquote:before {
  font: var(--fa-font-solid);
  content: "\f10e";
  position: absolute;
  right: 0.3em;
  top: 0.3em;
  z-index: 1;
  font-size: 48px;
  font-size: 4.8rem;
  color: rgba(82, 42, 36, 0.1);
}
.blog_main > blockquote p {
  margin-bottom: 1.5em;
}
.blog_main > ul, .blog_main > ol {
  margin-bottom: 3em;
}
.blog_main > ul li, .blog_main > ol li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4em;
}
.blog_main > ul li:last-of-type, .blog_main > ol li:last-of-type {
  margin-bottom: 0;
}
.blog_main > ul li:before, .blog_main > ol li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.blog_main > ul.star li:before, .blog_main > ol.star li:before {
  content: "★";
}
.blog_main > h2, .blog_main > h3, .blog_main > h4, .blog_main > h5, .blog_main > h6 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.2em;
}
.blog_main > h2 {
  background: #000000;
  font-size: 28px;
  font-size: 2.8rem;
  border-radius: 8px;
  padding: 0.5em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .blog_main > h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.blog_main > h3 {
  background: #ffffff;
  font-size: 26px;
  font-size: 2.6rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .blog_main > h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.blog_main > h3 {
  padding: 1em 0 0;
  margin-bottom: 0.5em;
  border: none;
}
.blog_main > h4 {
  background: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-size: 2.4rem;
  border-radius: 8px;
  padding: 0.5em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .blog_main > h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.blog_main > h5 {
  font-size: 24px;
  font-size: 2.4rem;
  border-top: #000000 1px solid;
  border-bottom: #000000 1px solid;
  padding: 0.5em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .blog_main > h5 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.blog_main > h6 {
  background: rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-size: 2rem;
  border-radius: 8px;
  padding: 0.5em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .blog_main > h6 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.blog_main .kakomi {
  background: #e1e8f2;
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 1.5em;
  line-height: 1.8;
}

.blog_main > .wp-block-image figure, .other_content > .wp-block-image figure {
  width: 100%;
  margin: 0 0 3em !important;
}
.blog_main > .wp-block-image figure img, .other_content > .wp-block-image figure img {
  width: 100%;
}
.blog_main .wp-block-image figcaption, .other_content .wp-block-image figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0.5em auto 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .blog_main .wp-block-image figcaption, .other_content .wp-block-image figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#news .blog_header .blog_header_line {
  padding: 0;
  border: none;
}
#news .blog_main > h3 {
  padding: 1em 0 0;
  margin-bottom: 0.5em;
  border: none;
}

.slick-next:before, .slick-prev:before {
  color: #522a24;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}