@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");
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;
}
body strong {
  font-weight: bold;
}
body {
  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";
}

* {
  -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;
}

body strong {
  font-weight: bold;
}

body {
  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";
}

* {
  -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%;
  }
}

.page404 h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .page404 h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page404 h2 {
  margin: 2em auto 0.5em;
  font-weight: bold;
}
.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;
}
@media screen and (max-width: 767px) {
  .common_under_title {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.common_under_title {
  color: #000000;
  margin-bottom: 2.5em;
  position: relative;
  text-align: center;
}
.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;
}
@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_wrap .index_over_image_list_caption, figure .index_over_image_list_caption {
  text-align: center;
  margin: 0.5em auto 3em;
  line-height: 1.5;
}

.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;
}
@media screen and (max-width: 767px) {
  .cm_read {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.cm_read {
  color: #522a24;
  text-align: center;
  line-height: 1.5;
}

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

.coaching_content {
  text-align: left;
}
.coaching_content .common_icon_title {
  margin-bottom: 1em;
}
.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 .coaching_content_inner {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
.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;
}
.coaching_content .coaching_benefits .benefits_content p img {
  display: block;
  margin-right: 1em;
  width: 53px;
}
.coaching_content .coaching_benefits .benefits_content p {
  font-size: 18px;
  font-size: 1.8rem;
  width: 72.5%;
  padding-left: 5%;
  margin-bottom: 0;
  line-height: 1.5;
}
@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%;
  }
}