@charset "UTF-8";
/*
Theme Name: 岡山経営研究会
Theme URL: https://okayama-keieiken.com/
Description: 岡山経営研究会
*/
/* --- reset.css --- */
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  width: 1920px;
  max-width: 100%;
  color: #1b1464;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.75;
}

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

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

.container {
  margin: 0 auto;
  max-width: 100%;
}

.pcs-mv {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

main {
  display: block;
}

@media screen and (max-width: 1280px) {
  .pcs-mv {
    display: block;
    max-width: none;
    width: 100%;
  }
  .pc-mv {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
  .pc {
    display: none;
  }
  .pcs-mv {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* =======================
  ヘッダー：header
========================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  padding: 42px 22px 30px 51px;
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
}

.header-logo {
  width: 400px;
}

.header .tbsp-menu {
  display: none;
}

.header .g-nav {
  margin-top: -8px;
}

.header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .menu-item a {
  padding: 10px 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1b1464;
}

.header .menu-item a:hover {
  color: #3b86e1;
  opacity: 1;
}

.header .current-menu-item a {
  color: #3b86e1;
}

.header #menu-btn {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header {
    width: 100%;
    height: 100px;
    padding: 42px 22px 30px 15px;
  }
  .header .pc-menu {
    display: none;
  }
  .header .tbsp-menu {
    display: block;
    position: fixed;
    top: 100px;
    right: -100%;
    bottom: 0;
    width: 360px;
    background: rgba(59, 134, 225, 0.9);
    padding: 30px 20px 20px;
    margin-top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .tbsp-menu.show {
    right: 0;
  }
  .header .menu-tel-link,
  .header .menu-form-link {
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 20px;
    background: url(img/arrow-right-w.svg) no-repeat 290px center;
    background-size: 10px 14px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 58px;
    color: #fff;
    font-weight: 700;
  }
  .header .menu-tel-link {
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
  }
  .header .menu-form-link {
    font-size: 1.6rem;
  }
  .header .sns-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    margin: 20px auto 0;
  }
  .header .sns-links img {
    display: block;
    width: 40px;
  }
  .header .nav-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .menu-item {
    border-bottom: 1px solid #fff;
  }
  .header .menu-item:last-child {
    border-bottom: none;
  }
  .header .menu-item a {
    display: block;
    padding: 10px;
    font-size: 1.6rem;
    color: #fff;
  }
  .header .menu-item a:hover {
    color: #3b86e1;
    opacity: 1;
  }
  .header #menu-btn {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 110;
    width: 100px;
    height: 100px;
    border: none;
    background-color: #3b86e1;
    overflow: hidden;
    outline: none;
  }
  .header #menu-btn span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    display: block;
    width: 50px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header #menu-btn span:first-of-type {
    top: 33px;
  }
  .header #menu-btn span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
        transform: translate(-50%);
  }
  .header #menu-btn span:last-of-type {
    bottom: 30px;
  }
  .header #menu-btn.active span:first-of-type {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    top: 50px;
    left: 26px;
  }
  .header #menu-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header #menu-btn.active span:last-of-type {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    bottom: 47px;
    left: 26px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    padding: 20px 0 20px 15px;
  }
  .header-logo {
    width: 55.5%;
    padding-top: 8px;
  }
  .header .tbsp-menu {
    top: 60px;
    width: 100%;
  }
  .header .menu-tel-link {
    font-size: 1.6rem;
  }
  .header #menu-btn {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 110;
    width: 60px;
    height: 60px;
    border: none;
    background-color: #3b86e1;
    overflow: hidden;
    outline: none;
  }
  .header #menu-btn span {
    width: 28px;
    height: 2px;
  }
  .header #menu-btn span:first-of-type {
    top: 20px;
  }
  .header #menu-btn span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
        transform: translate(-50%);
  }
  .header #menu-btn span:last-of-type {
    bottom: 18px;
  }
  .header #menu-btn.active span:first-of-type {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    top: 30px;
    left: 16px;
  }
  .header #menu-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header #menu-btn.active span:last-of-type {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    bottom: 28px;
    left: 16px;
  }
}
/* =======================
  メインビジュアル：.mv-wrap
========================== */
.home .mv-wrap {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 36.5%;
  margin-top: 100px;
}

.home .mv-wrap .mv-title {
  position: absolute;
  top: 15%;
  left: 50%;
  /* -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  color: #fff;
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1460px) {
  .home .mv-wrap .mv-title {
    top: 8%;
  }
}
.home .mv-wrap .mv-title h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.3;
}

@media screen and (max-width: 1280px) {
  .home .mv-wrap img {
    max-width: none;
    width: auto;
    height: 54.7%;
  }
}
@media screen and (max-width: 1199px) {
  .home .mv-wrap img {
    max-width: 100%;
    width: 100%;
    height: 36.5%;
  }
  .home .mv-wrap .mv-title {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .home .mv-wrap {
    margin-top: 60px;
    width: 100%;
  }
  .home .mv-wrap .mv-title {
    top: 14.1%;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    font-size: 3rem;
  }
  .home .mv-wrap .mv-title h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    line-height: 1;
  }
}
/* ===========================
  行事予定：.schedule-post-wrap
============================== */
.home .schedule-post-wrap {
  padding: 100px 0;
  background: linear-gradient(-55deg, #f2f2f2 0%, #f2f2f2 39%, #fff 39%, #fff 100%);
}

.home .schedule-post-wrap .container {
  width: 1200px;
}

.home .schedule-post-wrap .section-title {
  color: #3b86e1;
}

.home .schedule-post-wrap .section-title h2 {
  font-size: 4.8rem;
}

.home .schedule-post-wrap .section-title p {
  margin-top: 24px;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.home .schedule-post-wrap .posts {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 88px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home .schedule-post-wrap .post {
  width: 280px;
}

.home .schedule-post-wrap .post-thumb {
  width: 100%;
  height: 210px;
}

.home .schedule-post-wrap .post-thumb {
  overflow: hidden;
}

.home .schedule-post-wrap .post-thumb img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home .schedule-post-wrap .post-thumb a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.home .schedule-post-wrap .post-body {
  margin-top: 20px;
}

.home .schedule-post-wrap .post-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .schedule-post-wrap .post-date {
  font-family: "Roboto", sans-serif;
  color: #b3b3b3;
  font-size: 1.4rem;
  font-weight: 500;
}

.home .schedule-post-wrap .post-cat a {
  height: 20px;
  margin-left: 8px;
  padding: 0 3px;
  border: 1px solid #3b86e1;
  font-size: 1.2rem;
  color: #3b86e1;
  font-weight: 500;
  line-height: 18px;
}

.home .schedule-post-wrap .post-title {
  margin-top: 9px;
  font-size: 2.4rem;
  line-height: 1.5;
}

.home .schedule-post-wrap .post-link {
  display: block;
  color: #1b1464;
}

.home .more-btn {
  display: block;
  width: 160px;
  height: 45px;
  background: url(img/more-btn-arrow.svg) no-repeat 132px center;
  background-size: 8px 9px;
  margin-top: 40px;
  margin-left: auto;
  padding-left: 29px;
  border: 1px solid #3b86e1;
  color: #3b86e1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 43px;
}

.home .more-btn:hover,
.home .more-btn:active {
  background: #3b86e1 url(img/more-btn-arrow-w.svg) no-repeat 130px center;
  background-size: 8px 9px;
  color: #fff;
  border: 1px solid transparent;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .home .schedule-post-wrap {
    padding: 60px 0;
  }
  .home .schedule-post-wrap .container {
    width: 745px;
  }
  .home .schedule-post-wrap .schedule-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .schedule-post-wrap .section-title p {
    margin-top: 12px;
  }
  .home .schedule-post-wrap .posts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .home .schedule-post-wrap .post {
    width: 32%;
  }
  .home .schedule-post-wrap .post-thumb {
    width: 100%;
    height: auto;
  }
  .home .schedule-post-wrap .post-body {
    margin-top: 15px;
  }
  .home .schedule-post-wrap .post-cat a {
    margin-left: 16px;
  }
  .home .schedule-post-wrap .post-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .home .schedule-post-wrap {
    font-size: 1.2rem;
    padding: 40px 0 38px;
    background: linear-gradient(326deg, #f2f2f2 0%, #f2f2f2 83.6%, #fff 83.6%, #fff 100%);
  }
  .home .schedule-post-wrap .container {
    width: 100%;
    padding: 0 15px;
  }
  .home .schedule-post-wrap .section-title h2 {
    font-size: 3.6rem;
  }
  .home .schedule-post-wrap .section-title p {
    margin-top: 18px;
    font-size: 1.8rem;
  }
  .home .schedule-post-wrap .posts {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 25px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .schedule-post-wrap .post {
    width: 100%;
  }
  .home .schedule-post-wrap .post + .post {
    margin-top: 30px;
  }
  .home .schedule-post-wrap .post-date {
    font-size: 1.2rem;
  }
  .home .schedule-post-wrap .post-cat a {
    margin-left: 17px;
    font-size: 1rem;
  }
  .home .schedule-post-wrap .post-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .home .more-btn {
    width: 112px;
    height: 32px;
    background: url(img/more-btn-arrow.svg) no-repeat 93px center;
    background-size: 6px 7px;
    margin-top: 25px;
    font-size: 1rem;
    line-height: 30px;
  }
}
/* ===========================
  メッセージ：message-wrap
============================== */
.home .message-wrap {
  padding-bottom: 100px;
}

.home .message-wrap .message-mv {
  position: relative;
  height: 36.5%;
  overflow: hidden;
}

.home .message-wrap .message-mv .deco {
  width: 24%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.home .message-wrap .message-mv .message-mv-title {
  position: absolute;
  top: 14%;
  left: 5%;
  color: #fff;
}

.home .message-wrap .message-mv h2 {
  font-size: 7.2rem;
}

.home .message-wrap .message-mv p {
  margin-top: 30px;
  font-size: 4.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.home .message-wrap .container {
  width: 1200px;
}

.home .message-wrap .message-contents {
  padding-top: 100px;
}

.home .message-wrap .message-title {
  margin-top: -10px;
  font-size: 4.8rem;
  color: #3b86e1;
  line-height: 1.25;
}

.home .message-wrap .message-right {
  margin-left: 64px;
  padding-left: 100px;
  border-left: 1px solid #999;
}

.home .message-wrap .message-right li {
  font-size: 24px;
  font-weight: 700;
}

.home .message-wrap .message-right li + li {
  margin-top: 24px;
}

.home .message-wrap .more-btn {
  margin-top: 66px;
}

@media screen and (max-width: 1280px) {
  .home .message-wrap .container {
    width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .home .message-wrap {
    padding-bottom: 60px;
  }
  .home .message-wrap .message-mv {
    height: auto;
  }
  .home .message-wrap .message-mv .message-mv-title {
    top: 14%;
    left: 5%;
  }
  .home .message-wrap .message-mv h2 {
    font-size: 4.8rem;
  }
  .home .message-wrap .message-mv p {
    margin-top: 12px;
    font-size: 2.4rem;
  }
  .home .message-wrap .container {
    width: 745px;
    padding: 0 25px;
  }
  .home .message-wrap .message-contents {
    padding-top: 60px;
  }
  .home .message-wrap .message-title {
    margin-top: 0;
    font-size: 3.6rem;
  }
  .home .message-wrap .message-right {
    margin-left: 80px;
    padding-left: 60px;
  }
  .home .message-wrap .message-right li {
    font-size: 2rem;
  }
  .home .message-wrap .message-right li + li {
    margin-top: 20px;
  }
  .home .message-wrap .more-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home .message-wrap {
    font-size: 1.2rem;
    padding-bottom: 48px;
  }
  .home .message-wrap .message-mv {
    height: auto;
  }
  .home .message-wrap .message-mv .deco {
    width: 36%;
  }
  .home .message-wrap .message-mv .message-mv-title {
    top: 14%;
    left: 5%;
  }
  .home .message-wrap .message-mv h2 {
    font-size: 3.6rem;
  }
  .home .message-wrap .message-mv p {
    margin-top: 14px;
    font-size: 1.8rem;
  }
  .home .message-wrap .container {
    width: 100%;
    padding: 0 15px;
  }
  .home .message-wrap .message-contents {
    padding-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .message-wrap .message-title {
    margin-top: 0;
    font-size: 4rem;
  }
  .home .message-wrap .message-right {
    margin-top: 30px;
    margin-left: 0;
    padding-left: 1.7em;
    border-left: none;
  }
  .home .message-wrap .message-right li {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .home .message-wrap .message-right li + li {
    margin-top: 1em;
  }
  .home .message-wrap .more-btn {
    margin-top: 30px;
  }
}
/* ===========================
  活動報告：report-wrap
============================== */
.home .report-wrap {
  padding-bottom: 100px;
}

.home .report-wrap .report-mv {
  position: relative;
  height: 36.5%;
  overflow: hidden;
}

.home .report-wrap .report-mv .deco {
  width: 24%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.home .report-wrap .report-mv .report-mv-title {
  position: absolute;
  top: 14%;
  left: 5%;
  color: #fff;
}

.home .report-wrap .report-mv h2 {
  font-size: 7.2rem;
}

.home .report-wrap .report-mv p {
  margin-top: 30px;
  font-size: 4.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.home .report-wrap .container {
  width: 1200px;
}

.home .report-wrap .posts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
}

.home .report-wrap .post {
  width: 373px;
}

.home .report-wrap .post-thumb {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.home .report-wrap .post-thumb img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home .report-wrap .post-thumb a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.home .report-wrap .post-body {
  margin-top: 15px;
}

.home .report-wrap .post-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .report-wrap .post-date {
  font-family: "Roboto", sans-serif;
  color: #b3b3b3;
  font-size: 1.4rem;
  font-weight: 500;
}

.home .report-wrap .post-cat a {
  margin-left: 8px;
  padding: 0 3px;
  height: 20px;
  border: 1px solid #3b86e1;
  font-size: 1.2rem;
  line-height: 18px;
  color: #3b86e1;
  font-weight: 500;
}

.home .report-wrap .post-title {
  margin-top: 9px;
  font-size: 2.4rem;
  line-height: 1.5;
}

.home .report-wrap .post-link {
  display: block;
  color: #1b1464;
}

.home .report-wrap .more-btn {
  margin-top: 50px;
}

@media screen and (max-width: 1280px) {
  .home .report-wrap .container {
    width: 1100px;
  }
  .home .report-wrap .post {
    width: 340px;
  }
}
@media screen and (max-width: 1199px) {
  .home .report-wrap {
    padding-bottom: 60px;
  }
  .home .report-wrap .report-mv {
    height: auto;
  }
  .home .report-wrap .report-mv .report-mv-title {
    top: 14%;
    left: 5%;
  }
  .home .report-wrap .report-mv h2 {
    font-size: 4.8rem;
  }
  .home .report-wrap .report-mv p {
    margin-top: 12px;
    font-size: 2.4rem;
  }
  .home .report-wrap .container {
    width: 745px;
  }
  .home .report-wrap .posts {
    margin-top: 60px;
  }
  .home .report-wrap .post {
    width: 32%;
  }
  .home .report-wrap .post-thumb {
    height: auto;
  }
  .home .report-wrap .post-title {
    font-size: 2rem;
  }
  .home .report-wrap .more-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home .report-wrap {
    padding-bottom: 28px;
  }
  .home .report-wrap .report-mv {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .home .report-wrap .report-mv .deco {
    width: 36%;
  }
  .home .report-wrap .report-mv .report-mv-title {
    top: 13%;
    left: 5%;
  }
  .home .report-wrap .report-mv h2 {
    font-size: 3.6rem;
  }
  .home .report-wrap .report-mv p {
    margin-top: 14px;
    font-size: 1.8rem;
  }
  .home .report-wrap .container {
    width: 100%;
    padding: 0 15px;
  }
  .home .report-wrap .posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  .home .report-wrap .post {
    width: 100%;
  }
  .home .report-wrap .post + .post {
    margin-top: 28px;
  }
  .home .report-wrap .post-body {
    margin-top: 20px;
  }
  .home .report-wrap .post-date {
    font-size: 1.2rem;
  }
  .home .report-wrap .post-cat a {
    margin-left: 17px;
    font-size: 1rem;
  }
  .home .report-wrap .post-title {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .home .report-wrap .more-btn {
    margin-top: 30px;
  }
}
/* ===========================
  会員紹介：member-wrap
============================== */
.home .member-wrap {
  background-color: #3b86e1;
}

.home .member-wrap .pc-l {
  margin-left: auto;
  min-width: 1200px;
  overflow: hidden;
}

.home .member-wrap .container {
  width: 1510px;
  height: 700px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .member-wrap .sp-l {
  display: none;
}

.home .member-wrap .member-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
  position: relative;
  padding-top: 100px;
  z-index: 1;
  margin-left: -3.3%;
}

.home .member-wrap .section-title {
  color: #fff;
}

.home .member-wrap .section-title h2 {
  font-size: 7.2rem;
}

.home .member-wrap .section-title p {
  margin-top: 26px;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.home .member-wrap .member-txt {
  margin-top: 32px;
  font-size: 20px;
  line-height: 2;
  color: #fff;
  font-weight: 700;
}

.home .member-wrap .member-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1060px;
  flex: 0 0 1060px;
  margin-left: -50px;
}

.home .member-wrap .members-img {
  max-width: auto;
  width: 1135px;
  height: 700px;
}

.home .member-wrap .more-btn {
  background: url(img/more-btn-arrow-w.svg) no-repeat 132px center;
  background-size: 8px 9px;
  margin-top: 136px;
  margin-left: 0;
  border: 1px solid #fff;
  color: #fff;
}

.home .member-wrap .more-btn:hover,
.home .member-wrap .more-btn:active {
  background: #fff url(img/more-btn-arrow.svg) no-repeat 130px center;
  background-size: 8px 9px;
  color: #3b86e1;
  border: 1px solid transparent;
  opacity: 1;
}

@media screen and (max-width: 1590px) {
  .home .member-wrap .container {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .home .member-wrap .container {
    padding-left: 7%;
  }
}
@media screen and (max-width: 1199px) {
  .home .member-wrap {
    overflow-x: hidden;
  }
  .home .member-wrap .container {
    position: relative;
    width: 745px;
    height: 575px;
    margin: 0 auto;
    padding-left: 0;
  }
  .home .member-wrap .pc-l {
    margin-left: -6px;
    min-width: auto;
  }
  .home .member-wrap .member-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 60px;
    margin-left: 4%;
  }
  .home .member-wrap .section-title {
    color: #fff;
  }
  .home .member-wrap .section-title h2 {
    font-size: 4.8rem;
  }
  .home .member-wrap .section-title p {
    margin-top: 12px;
    font-size: 2.4rem;
  }
  .home .member-wrap .member-txt {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .home .member-wrap .member-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: 0;
  }
  .home .member-wrap .members-img {
    position: absolute;
    bottom: 0;
    right: -85px;
    width: 80%;
    height: auto;
  }
  .home .member-wrap .more-btn {
    margin-top: 115px;
    background: url(img/more-btn-arrow-w.svg) no-repeat 93px center;
    background-size: 8px 9px;
  }
}
@media screen and (max-width: 767px) {
  .home .member-wrap {
    padding: 28px 0;
  }
  .home .member-wrap .container {
    width: 100%;
    padding: 0 15px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .member-wrap .pc-l {
    display: none;
  }
  .home .member-wrap .sp-l {
    display: block;
  }
  .home .member-wrap .section-title h2 {
    font-size: 3.6rem;
  }
  .home .member-wrap .section-title p {
    margin-top: 14px;
    font-size: 1.8rem;
  }
  .home .member-wrap .member-txt {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .home .member-wrap .members-img {
    position: static;
    right: 0;
    left: 0;
    max-width: 200%;
    width: 129%;
    margin: 22px 0 0 -14%;
  }
  .home .member-wrap .more-btn {
    margin: 40px auto 0;
  }
}
/* ===========================
  入会案内：enroll-wrap
============================== */
.home .enroll-wrap {
  position: relative;
  padding: 100px 0;
}

.home .enroll-wrap .title-deco {
  position: absolute;
  top: 32.5%;
  left: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background-color: #999;
}

.home .enroll-wrap .container {
  width: 1200px;
}

.home .enroll-wrap .section-title {
  position: relative;
  display: inline-block;
  padding: 0 62px 0 40px;
  margin-left: -40px;
  background-color: #fff;
  color: #3b86e1;
  z-index: 1;
}

.home .enroll-wrap .section-title h2 {
  font-size: 7.2rem;
}

.home .enroll-wrap .section-title p {
  margin-top: 28px;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.home .enroll-wrap .enroll-contents {
  margin-top: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .enroll-wrap .enroll-contents .enroll-left {
  padding: 10px 140px 10px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-right: 1px solid #999;
}

.home .enroll-wrap .enroll-contents p {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}

.home .enroll-wrap .enroll-right {
  padding-left: 70px;
}

.home .enroll-wrap .more-btn {
  margin: 0;
}

@media screen and (max-width: 1280px) {
  .home .enroll-wrap .container {
    width: 1100px;
  }
  .home .enroll-wrap .enroll-contents .enroll-left {
    padding: 10px 40px 10px 0;
  }
}
@media screen and (max-width: 1199px) {
  .home .enroll-wrap {
    padding: 60px 0;
  }
  .home .enroll-wrap .title-deco {
    top: 24.5%;
  }
  .home .enroll-wrap .container {
    width: 745px;
    padding: 0 25px;
  }
  .home .enroll-wrap .section-title {
    padding: 0 40px 0 40px;
  }
  .home .enroll-wrap .section-title h2 {
    font-size: 4.8rem;
  }
  .home .enroll-wrap .section-title p {
    margin-top: 12px;
    font-size: 3rem;
  }
  .home .enroll-wrap .enroll-contents {
    margin-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home .enroll-wrap .enroll-contents .enroll-left {
    padding: 10px 50px 10px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .home .enroll-wrap .enroll-contents p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .home .enroll-wrap .enroll-right {
    padding-left: 50px;
  }
  .home .enroll-wrap .more-btn {
    margin: 0;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home .enroll-wrap {
    padding: 70px 0 43px;
  }
  .home .enroll-wrap .title-deco {
    top: 26%;
  }
  .home .enroll-wrap .container {
    width: 100%;
    padding: 0 15px;
  }
  .home .enroll-wrap .section-title {
    padding: 0 20px 0 40px;
  }
  .home .enroll-wrap .section-title h2 {
    font-size: 3.6rem;
  }
  .home .enroll-wrap .section-title p {
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .home .enroll-wrap .enroll-contents {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .enroll-wrap .enroll-contents .enroll-left {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-right: none;
  }
  .home .enroll-wrap .enroll-contents p {
    font-size: 1.2rem;
    line-height: 2;
  }
  .home .enroll-wrap .enroll-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
    margin: 30px 0 0 auto;
  }
  .home .enroll-wrap .more-btn {
    margin: 0;
  }
}
/* ==================================

  会長方針ページ：page-message

===================================== */
/* ==========================
  メインビジュアル：message-mv
============================= */
.page-message .message-mv {
  margin-top: 100px;
  position: relative;
  height: 36.5%;
  overflow: hidden;
}

.page-message .message-mv .deco {
  width: 24%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.page-message .message-mv .message-mv-title {
  position: absolute;
  top: 14%;
  left: 5%;
  color: #fff;
}

.page-message .message-mv h1 {
  font-size: 7.2rem;
}

.page-message .message-mv p {
  margin-top: 30px;
  font-size: 4.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .page-message .message-mv {
    height: auto;
  }
  .page-message .message-mv h1 {
    font-size: 6rem;
  }
  .page-message .message-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-message .message-mv {
    margin-top: 60px;
    height: auto;
  }
  .page-message .message-mv .deco {
    width: 36%;
  }
  .page-message .message-mv .message-mv-title {
    position: absolute;
    top: 14%;
    left: 15px;
    color: #fff;
  }
  .page-message .message-mv h1 {
    font-size: 3.6rem;
  }
  .page-message .message-mv p {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}
/* ==========================
  メインコピー：main-copy
============================= */
.page-message .container {
  width: 1200px;
}

.page-message .main-copy {
  padding: 100px 0 62px;
  border-bottom: 4px solid #cceafb;
  font-weight: 700;
}

.page-message .main-copy .copy-top {
  font-size: 3.6rem;
}

.page-message .main-copy h2 {
  margin-top: 34px;
  font-size: 7.2rem;
  color: #3b86e1;
  line-height: 1.25;
}

.page-message .main-copy h3 {
  margin-top: 24px;
  font-size: 3.6rem;
  color: #3b86e1;
  line-height: 1.25;
}

@media screen and (max-width: 1199px) {
  .page-message {
    font-size: 1.6rem;
  }
  .page-message .container {
    width: 745px;
  }
  .page-message .main-copy {
    padding: 60px 0 40px;
  }
  .page-message .main-copy .copy-top {
    font-size: 2.2rem;
  }
  .page-message .main-copy h2 {
    margin-top: 22px;
    font-size: 4.3rem;
  }
  .page-message .main-copy h3 {
    margin-top: 16px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-message .container {
    width: 100%;
    padding: 0 15px;
  }
  .page-message .main-copy {
    padding: 40px 0 30px;
  }
  .page-message .main-copy .copy-top {
    font-size: 1.6rem;
  }
  .page-message .main-copy h2 {
    margin-top: 10px;
    font-size: 3.2rem;
  }
  .page-message .main-copy h3 {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
/* ==========================
  メインコピー下：copy-bottom
============================= */
.page-message .copy-bottom {
  padding: 51px 0 43px;
  border-bottom: 4px solid #cceafb;
  font-weight: 700;
}

.page-message .copy-bottom .items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-message .copy-bottom .item {
  width: 373px;
}

.page-message .copy-bottom .number {
  font-size: 18rem;
  font-family: "Oswald", sans-serif;
  color: #3b86e1;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.page-message .copy-bottom h2 {
  margin-top: 29px;
  font-size: 3.6rem;
  color: #3b86e1;
  line-height: 1.25;
}

.page-message .copy-bottom .list {
  margin-top: 15px;
  padding-left: 1em;
}

.page-message .copy-bottom .list-item {
  line-height: 2;
}

.page-message .copy-bottom .item2 .list {
  margin-top: 60px;
}

@media screen and (max-width: 1199px) {
  .page-message .copy-bottom {
    padding: 32px 0 32px;
    border-bottom: 4px solid #cceafb;
    font-size: 1.6rem;
  }
  .page-message .copy-bottom .items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-message .copy-bottom .item {
    width: 224px;
  }
  .page-message .copy-bottom .number {
    font-size: 10rem;
  }
  .page-message .copy-bottom h2 {
    margin-top: 20px;
    font-size: 2.2rem;
  }
  .page-message .copy-bottom .list {
    margin-top: 20px;
  }
  .page-message .copy-bottom .list-item {
    line-height: 1.5;
  }
  .page-message .copy-bottom .item2 .list {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .page-message .copy-bottom {
    padding: 40px 0 10px;
  }
  .page-message .copy-bottom .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-message .copy-bottom .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .page-message .copy-bottom .number {
    font-size: 8rem;
  }
  .page-message .copy-bottom h2 {
    margin-top: 6px;
    font-size: 3rem;
  }
  .page-message .copy-bottom .list {
    margin-top: 12px;
  }
  .page-message .copy-bottom .list-item {
    line-height: 1.5;
  }
  .page-message .copy-bottom .item2 .list {
    margin-top: 14px;
  }
}
/* ============================
  コンテンツ：,message-contents
=============================== */
.page-message .message-contents {
  padding: 65px 0 182px;
  font-weight: 700;
}

.page-message .message-contents figure {
  float: right;
  width: 380px;
  padding: 0 0 168px 0;
  margin-left: 40px;
}

.page-message .message-contents figcaption {
  margin-top: 18px;
  color: #3b86e1;
}

.page-message .message-contents figcaption span {
  font-size: 3.6rem;
  margin-left: 22px;
}

.page-message .message-contents .message-txt {
  margin: -5px;
  line-height: 1.95;
}

@media screen and (max-width: 1199px) {
  .page-message .message-contents {
    padding: 40px 0 110px;
  }
  .page-message .message-contents figure {
    width: 31.7%;
    padding: 0 0 100px 0;
    margin-left: 24px;
  }
  .page-message .message-contents figcaption {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .page-message .message-contents figcaption span {
    display: block;
    font-size: 3rem;
    margin-top: 5px;
    margin-left: 0;
  }
  .page-message .message-contents .message-txt {
    font-size: 1.6rem;
    margin: -5px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .page-message .message-contents {
    padding: 40px 0 80px;
  }
  .page-message .message-contents figure {
    width: 31.7%;
    padding: 0 0 40px 0;
    margin-left: 10px;
  }
  .page-message .message-contents figcaption {
    margin-top: 6px;
    font-size: 1rem;
  }
  .page-message .message-contents figcaption span {
    font-size: 2rem;
    margin-top: 2px;
  }
  .page-message .message-contents .message-txt {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
/* ==================================

  アーカイブ：archive
  検索結果：search

===================================== */
/* ==========================
  メインビジュアル：archive-mv
============================= */
.archive .archive-mv,
.search .archive-mv {
  margin-top: 100px;
  position: relative;
  height: 36.5%;
  overflow: hidden;
}

.archive .archive-mv .deco,
.search .archive-mv .deco {
  width: 24%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.archive .archive-mv .archive-mv-title,
.search .archive-mv .archive-mv-title {
  position: absolute;
  top: 14%;
  left: 5%;
  color: #fff;
}

.archive .archive-mv h1,
.search .archive-mv h1 {
  font-size: 7.2rem;
}

.archive .archive-mv p,
.search .archive-mv p {
  margin-top: 30px;
  font-size: 4.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .archive .archive-mv,
  .search .archive-mv {
    height: auto;
  }
  .archive .archive-mv h1,
  .search .archive-mv h1 {
    font-size: 6rem;
  }
  .archive .archive-mv p,
  .search .archive-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .archive .archive-mv,
  .search .archive-mv {
    margin-top: 60px;
    height: auto;
  }
  .archive .archive-mv .deco,
  .search .archive-mv .deco {
    width: 36%;
  }
  .archive .archive-mv .archive-mv-title,
  .search .archive-mv .archive-mv-title {
    position: absolute;
    top: 14%;
    left: 15px;
    color: #fff;
  }
  .archive .archive-mv h1,
  .search .archive-mv h1 {
    font-size: 3.6rem;
  }
  .archive .archive-mv p,
  .search .archive-mv p {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}
/* =============================
  アーカイブメインコンテンツ：main
================================ */
.archive .container,
.search .container {
  width: 1200px;
}

.archive .archive-contents,
.search .archive-contents {
  padding: 100px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.archive .main,
.search .main {
  width: 800px;
}

.archive .main .archive-title h2,
.search .main .archive-title h2 {
  font-size: 3.6rem;
  color: #3b86e1;
  padding-bottom: 22px;
  border-bottom: 4px solid #cceafb;
}

.archive .main .posts,
.search .main .posts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 38px;
}

.archive .main .post,
.search .main .post {
  width: 380px;
  margin-bottom: 50px;
}

.archive .main .post-thumb,
.search .main .post-thumb {
  width: 100%;
  height: 285px;
  overflow: hidden;
}

.archive .main .post-thumb img,
.search .main .post-thumb img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.archive .main .post-thumb a:hover img,
.search .main .post-thumb a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.archive .main .post-body,
.search .main .post-body {
  margin-top: 15px;
}

.archive .main .post-meta,
.search .main .post-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.archive .main .post-date,
.search .main .post-date {
  font-family: "Roboto", sans-serif;
  color: #b3b3b3;
  font-size: 1.6rem;
  font-weight: 500;
}

.archive .main .post-cat a,
.search .main .post-cat a {
  height: 20px;
  margin-left: 8px;
  padding: 0 3px;
  border: 1px solid #3b86e1;
  font-size: 1.2rem;
  color: #3b86e1;
  font-weight: 500;
  line-height: 18px;
}

.archive .main .post-title,
.search .main .post-title {
  margin-top: 8px;
  font-size: 2.4rem;
  line-height: 1.5;
}

.archive .main .post-link,
.search .main .post-link {
  display: block;
  color: #1b1464;
}

.archive .main .more-btn,
.search .main .more-btn {
  display: block;
  width: 140px;
  height: 40px;
  background: url(img/more-btn-arrow.svg) no-repeat 117px center;
  background-size: 8px 9px;
  margin-top: 14px;
  padding-left: 26px;
  border: 1px solid #3b86e1;
  color: #3b86e1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 38px;
}

.archive .main .more-btn:hover,
.archive .main .more-btn:active,
.search .main .more-btn:hover,
.search .main .more-btn:active {
  background: #3b86e1 url(img/more-btn-arrow-w.svg) no-repeat 115px center;
  background-size: 8px 9px;
  border: 1px solid transparent;
  color: #fff;
  opacity: 1;
}

.archive .main .search-result,
.search .main .search-result {
  font-size: 2rem;
  font-weight: 700;
}

.archive .main .pagination,
.search .main .pagination {
  text-align: center;
  margin-top: 50px;
}

.archive .main .pagination .screen-reader-text,
.search .main .pagination .screen-reader-text {
  display: none;
}

.archive .main .pagination .page-numbers,
.search .main .pagination .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #e6e6e6;
  color: #1b1464;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.archive .main .pagination .page-numbers + .page-numbers,
.search .main .pagination .page-numbers + .page-numbers {
  margin-left: 10px;
}

.archive .main .pagination .page-numbers.current,
.archive .main .pagination .page-numbers:hover,
.search .main .pagination .page-numbers.current,
.search .main .pagination .page-numbers:hover {
  background: #cceafb;
}

@media screen and (max-width: 1199px) {
  .archive .container,
  .search .container {
    width: 745px;
  }
  .archive .archive-contents,
  .search .archive-contents {
    padding: 60px 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .archive .main,
  .search .main {
    width: 100%;
    padding-bottom: 80px;
  }
  .archive .main .archive-title h2,
  .search .main .archive-title h2 {
    padding-bottom: 16px;
  }
  .archive .main .posts,
  .search .main .posts {
    margin-top: 30px;
  }
  .archive .main .post,
  .search .main .post {
    width: 49%;
    margin-bottom: 40px;
  }
  .archive .main .search-result,
  .search .main .search-result {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .archive .main .pagination,
  .search .main .pagination {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .archive .container,
  .search .container {
    width: 100%;
    padding: 0 15px;
  }
  .archive .archive-contents,
  .search .archive-contents {
    padding: 40px 0 30px;
  }
  .archive .main,
  .search .main {
    width: 100%;
  }
  .archive .main .archive-title h2,
  .search .main .archive-title h2 {
    font-size: 3rem;
    padding-bottom: 12px;
  }
  .archive .main .posts,
  .search .main .posts {
    margin-top: 30px;
  }
  .archive .main .post,
  .search .main .post {
    width: 100%;
    margin-bottom: 30px;
  }
  .archive .main .post-body,
  .search .main .post-body {
    margin-top: 20px;
  }
  .archive .main .post-thumb,
  .search .main .post-thumb {
    height: auto;
  }
  .archive .main .post-date,
  .search .main .post-date {
    font-size: 1.2rem;
  }
  .archive .main .post-cat a,
  .search .main .post-cat a {
    font-size: 1rem;
  }
  .archive .main .post-title,
  .search .main .post-title {
    font-size: 1.6rem;
  }
  .archive .main .more-btn,
  .search .main .more-btn {
    width: 112px;
    height: 31px;
    background: url(img/more-btn-arrow.svg) no-repeat 94px center;
    background-size: 7px 8px;
    margin-top: 25px;
    margin-left: auto;
    text-align: center;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 29px;
  }
  .archive .main .search-result,
  .search .main .search-result {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .archive .main .pagination,
  .search .main .pagination {
    text-align: center;
    margin-top: 10px;
  }
  .archive .main .pagination .page-numbers,
  .search .main .pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 40px;
  }
  .archive .main .pagination .page-numbers + .page-numbers,
  .search .main .pagination .page-numbers + .page-numbers {
    margin-left: 4px;
  }
}
/* ==================================

  投稿詳細ページ：single

===================================== */
/* ==========================
  メインビジュアル：archive-mv
============================= */
.single .single-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  background: #3fa9f5;
}

.single .single-mv .deco {
  width: 18.7%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.single .single-mv .single-mv-title {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #fff;
}

.single .single-mv h2 {
  font-size: 7.2rem;
}

@media screen and (max-width: 1199px) {
  .single .single-mv h2 {
    font-size: 6rem;
  }
  .single .single-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .single .single-mv {
    margin-top: 60px;
  }
  .single .single-mv .deco {
    width: 36%;
    left: -57px;
  }
  .single .single-mv .single-mv-title {
    left: 15px;
  }
  .single .single-mv h2 {
    font-size: 3.6rem;
  }
}
/* =====================================
  シングルメインコンテンツ：single-contents
======================================== */
.single .container {
  width: 1200px;
}

.single .single-contents {
  padding: 100px 0 200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single .main {
  width: 800px;
}

.single-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.single-date {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #b3b3b3;
}

.single-cat a {
  height: 20px;
  margin-left: 8px;
  padding: 0 3px;
  border: 1px solid #3b86e1;
  font-size: 1.4rem;
  color: #3b86e1;
  line-height: 18px;
  font-weight: 500;
}

.single-title {
  margin-top: 32px;
  font-size: 3.6rem;
  color: #3b86e1;
  line-height: 1.5;
}

.single-thumb {
  margin-top: 36px;
}

.single-body {
  padding-top: 5px;
}

.single-body h2,
.single-body h3,
.single-body h4,
.single-body p {
  margin-top: 36px;
  font-weight: 700;
}

.single-body h2 {
  border-bottom: 4px solid #cceafb;
  padding-bottom: 15px;
  line-height: 1.5;
}

.single-body h2 {
  font-size: 3rem;
}

.single-body h3 {
  font-size: 2.4rem;
  border-bottom: none;
  border-left: 4px solid #cceafb;
  padding-left: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.single-body h4 {
  font-size: 2.1rem;
  color: #3b86e1;
}

.single-body p {
  line-height: 1.95;
}

.single-body img {
  margin-top: 28px;
}

@media screen and (max-width: 1199px) {
  .single {
    font-size: 1.6rem;
  }
  .single .container {
    width: 745px;
  }
  .single .single-contents {
    padding: 60px 0 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single .main {
    width: 100%;
    padding-bottom: 120px;
  }
  .single-title {
    margin-top: 16px;
  }
  .single-thumb {
    margin-top: 30px;
  }
  .single-body h2,
  .single-body h3,
  .single-body h4,
  .single-body p {
    margin-top: 18px;
  }
  .single-body img {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .single {
    font-weight: 500;
  }
  .single .container {
    width: 100%;
    padding: 0 15px;
  }
  .single .single-contents {
    padding: 40px 0 80px;
  }
  .single .main {
    width: 100%;
    padding-bottom: 80px;
  }
  .single-date {
    font-size: 1.4rem;
  }
  .single-cat a {
    margin-left: 17px;
    padding: 0 19px;
    font-size: 1.2rem;
  }
  .single-title {
    margin-top: 10px;
    font-size: 3rem;
  }
  .single-thumb {
    margin-top: 22px;
  }
  .single-body {
    padding-top: 3px;
  }
  .single-body h2,
  .single-body h3,
  .single-body h4,
  .single-body p {
    margin-top: 18px;
  }
  .single-body h2 {
    border-bottom: 2px solid #cceafb;
    padding-bottom: 5px;
    line-height: 1.5;
  }
  .single-body h2 {
    font-size: 2rem;
  }
  .single-body h3 {
    font-size: 1.8rem;
  }
  .single-body h4 {
    font-size: 1.6rem;
  }
  .single-body p {
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 500;
  }
  .single-body img {
    margin-top: 18px;
  }
}
/* ==================================

  入会案内：page-enrollment

===================================== */
/* =============================
  ページ共通
================================ */
.page-enrollment .membervoice .title-deco,
.page-enrollment .flow .title-deco {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background-color: #999;
}

.page-enrollment .membervoice .section-title,
.page-enrollment .flow .section-title {
  position: relative;
  display: inline-block;
  padding: 0 50px 0 40px;
  margin-left: -40px;
  background-color: #fff;
  color: #3b86e1;
  z-index: 1;
}

.page-enrollment .membervoice .section-title h2,
.page-enrollment .flow .section-title h2 {
  font-size: 7.2rem;
}

.page-enrollment .membervoice .section-title p,
.page-enrollment .flow .section-title p {
  margin-top: 23px;
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .page-enrollment .membervoice .section-title,
  .page-enrollment .flow .section-title {
    padding: 0 30px 0 40px;
  }
  .page-enrollment .membervoice .section-title h2,
  .page-enrollment .flow .section-title h2 {
    font-size: 4.8rem;
  }
  .page-enrollment .membervoice .section-title p,
  .page-enrollment .flow .section-title p {
    margin-top: 14px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .page-enrollment .membervoice .title-deco,
  .page-enrollment .flow .title-deco {
    top: 19px;
  }
  .page-enrollment .membervoice .section-title,
  .page-enrollment .flow .section-title {
    padding: 0 20px 0 40px;
  }
  .page-enrollment .membervoice .section-title h2,
  .page-enrollment .flow .section-title h2 {
    font-size: 3.6rem;
  }
  .page-enrollment .membervoice .section-title p,
  .page-enrollment .flow .section-title p {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
/* =============================
  メインビジュアル：enrollment-mv
================================ */
.page-enrollment .enrollment-mv {
  position: relative;
  height: 36.5%;
  overflow: hidden;
  margin-top: 100px;
}

.page-enrollment .enrollment-mv .deco {
  width: 24%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.page-enrollment .enrollment-mv .enrollment-mv-title {
  position: absolute;
  top: 14%;
  left: 5%;
  color: #fff;
}

.page-enrollment .enrollment-mv h1 {
  font-size: 7.2rem;
}

.page-enrollment .enrollment-mv p {
  margin-top: 30px;
  font-size: 4.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .page-enrollment .enrollment-mv {
    height: auto;
  }
  .page-enrollment .enrollment-mv h1 {
    font-size: 6rem;
  }
  .page-enrollment .enrollment-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-enrollment .enrollment-mv {
    margin-top: 60px;
    height: auto;
  }
  .page-enrollment .enrollment-mv .deco {
    width: 36%;
  }
  .page-enrollment .enrollment-mv .enrollment-mv-title {
    position: absolute;
    top: 14%;
    left: 15px;
    color: #fff;
  }
  .page-enrollment .enrollment-mv h1 {
    font-size: 3.6rem;
  }
  .page-enrollment .enrollment-mv p {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}
/* =============================
  コピー：copy-wrap
================================ */
.page-enrollment .main {
  padding: 92px 0 0;
}

.page-enrollment .container {
  width: 1200px;
}

.page-enrollment .copy-title {
  font-size: 4.8rem;
  color: #3b86e1;
  line-height: 1.25;
}

.page-enrollment .copy p {
  margin-top: 38px;
  padding-right: 70px;
  line-height: 2;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .page-enrollment .main {
    padding: 0;
  }
  .page-enrollment .container {
    width: 745px;
  }
  .page-enrollment .copy {
    padding: 60px 0 0;
  }
  .page-enrollment .copy-title {
    font-size: 3.6rem;
  }
  .page-enrollment .copy p {
    margin-top: 24px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-enrollment .main {
    padding: 30px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .page-enrollment .container {
    width: 100%;
    padding: 0 15px;
  }
  .page-enrollment .copy {
    padding-top: 10px;
  }
  .page-enrollment .copy-title {
    font-size: 3rem;
    line-height: 1.25;
  }
  .page-enrollment .copy p {
    margin-top: 20px;
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 500;
  }
}
/* =============================
  入会者の声：membervoice
================================ */
.page-enrollment .membervoice {
  position: relative;
  margin-top: 146px;
  padding-bottom: 110px;
}

.page-enrollment .voices {
  margin-top: 80px;
}

.page-enrollment .voice {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-enrollment .voice + .voice {
  margin-top: 80px;
}

.page-enrollment .voice-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 373px;
  flex: 0 0 373px;
}

.page-enrollment .voice-body {
  margin-left: 40px;
  font-weight: 700;
}

.page-enrollment .voice-title {
  color: #3b86e1;
  margin-top: -3px;
}

.page-enrollment .voice-name {
  margin-top: 16px;
  font-size: 3.6rem;
  color: #3b86e1;
}

.page-enrollment .voice-name span {
  margin-left: 1em;
}

.page-enrollment .voice-txt {
  margin-top: 21px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-enrollment .membervoice {
    margin-top: 80px;
    padding-bottom: 60px;
  }
  .page-enrollment .voices {
    margin-top: 60px;
  }
  .page-enrollment .voice {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-enrollment .voice + .voice {
    margin-top: 60px;
  }
  .page-enrollment .voice-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .page-enrollment .voice-body {
    margin-left: 30px;
  }
  .page-enrollment .voice-title {
    font-size: 1.4rem;
  }
  .page-enrollment .voice-name {
    margin-top: 10px;
    font-size: 3rem;
  }
  .page-enrollment .voice-txt {
    margin-top: 16px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .page-enrollment .membervoice {
    position: relative;
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .page-enrollment .voices {
    margin-top: 30px;
  }
  .page-enrollment .voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-enrollment .voice + .voice {
    margin-top: 50px;
  }
  .page-enrollment .voice-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .page-enrollment .voice-thumb img {
    display: block;
    width: 61.8%;
  }
  .page-enrollment .voice-body {
    margin-top: 10px;
    margin-left: 0;
    font-weight: 500;
  }
  .page-enrollment .voice-title {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .page-enrollment .voice-name {
    margin-top: 4px;
    font-size: 2rem;
  }
  .page-enrollment .voice-txt {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
/* =============================
  入会詳細：detail
================================ */
.page-enrollment .detail {
  padding: 100px 0 60px;
  background: #3b86e1;
}

.page-enrollment .detail-inner {
  width: 100%;
  margin: 0 auto;
  padding: 66px 100px 73px;
  background: #fff;
}

.page-enrollment .detail-inner h2 {
  position: relative;
  margin-top: 53px;
  padding-bottom: 28px;
  font-size: 4.8rem;
  color: #3b86e1;
}

.page-enrollment .detail-inner h2::before,
.page-enrollment .detail-inner h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  height: 1px;
}

.page-enrollment .detail-inner h2::before {
  width: 100%;
  background: #ccc;
}

.page-enrollment .detail-inner h2::after {
  width: 33.3%;
  background: #3b86e1;
}

.page-enrollment .detail-inner h2:first-child {
  margin-top: 0;
}

.page-enrollment .detail-inner h3 {
  margin-top: 24px;
  font-size: 2.4rem;
}

.page-enrollment .detail-inner h3:nth-of-type(2) {
  margin-top: 45px;
}

.page-enrollment .detail-inner p {
  margin-top: 15px;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-enrollment .detail {
    padding: 60px 0 40px;
  }
  .page-enrollment .detail-inner {
    padding: 60px;
  }
  .page-enrollment .detail-inner h2 {
    margin-top: 40px;
    padding-bottom: 18px;
    font-size: 3.6rem;
  }
  .page-enrollment .detail-inner h3 {
    margin-top: 20px;
    font-size: 2.2rem;
  }
  .page-enrollment .detail-inner h3:nth-of-type(2) {
    margin-top: 20px;
  }
  .page-enrollment .detail-inner p {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .page-enrollment .detail {
    padding: 40px 0 30px;
  }
  .page-enrollment .detail-inner {
    padding: 30px 15px;
  }
  .page-enrollment .detail-inner h2 {
    margin-top: 30px;
    padding-bottom: 12px;
    font-size: 3rem;
  }
  .page-enrollment .detail-inner h3 {
    margin-top: 16px;
    font-size: 2rem;
  }
  .page-enrollment .detail-inner h3:nth-of-type(2) {
    margin-top: 22px;
  }
  .page-enrollment .detail-inner p {
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.7;
  }
}
/* =============================
  入会の流れ：flow
================================ */
.page-enrollment .flow {
  position: relative;
  padding: 85px 100px 100px;
}

.page-enrollment .flow .title-deco {
  top: 132px;
}

.page-enrollment .flow .section-title {
  padding: 0 40px;
}

.page-enrollment .flow .section-title p {
  margin-top: 19px;
}

.page-enrollment .flow-contents {
  margin-top: 76px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-enrollment .flow-card {
  position: relative;
  width: 200px;
  font-weight: 700;
}

.page-enrollment .flow-card .step {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  color: #3b86e1;
}

.page-enrollment .flow-img {
  position: relative;
  width: 100%;
  height: 150px;
}

.page-enrollment .flow-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100px;
}

.page-enrollment .flow-txt {
  text-align: center;
  line-height: 1.5;
}

.page-enrollment .flow-txt span {
  font-size: 1.4rem;
}

.page-enrollment .flow .toright {
  position: absolute;
  top: 38%;
  right: -35px;
  width: 20px;
}

.page-enrollment .flow .flow-card-2 .flow-img img {
  width: 77px;
}

.page-enrollment .flow .pdf-dl {
  width: 600px;
  height: 100px;
  margin-top: 90px;
  background: #f2f2f2;
}

.page-enrollment .flow .pdf-dl .pdf-left {
  position: relative;
  background: #3b86e1;
  width: 100px;
  height: 100px;
}

.page-enrollment .flow .pdf-dl .pdf-left img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 40px;
}

.page-enrollment .flow .pdf-dl .pdf-right {
  text-align: center;
  width: 500px;
}

.page-enrollment .flow .pdf-dl .pdf-right p {
  line-height: 100px;
  color: #1b1464;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .page-enrollment .flow {
    position: relative;
    padding: 80px 0 80px;
  }
  .page-enrollment .flow .title-deco {
    top: 120px;
  }
  .page-enrollment .flow-contents {
    margin-top: 60px;
  }
  .page-enrollment .flow-card {
    width: 16%;
  }
  .page-enrollment .flow-card .step {
    font-size: 2rem;
  }
  .page-enrollment .flow-img {
    width: 100%;
    height: 120px;
  }
  .page-enrollment .flow-img img {
    width: 70%;
  }
  .page-enrollment .flow-txt {
    font-size: 1.6rem;
  }
  .page-enrollment .flow-txt span {
    font-size: 1.2rem;
  }
  .page-enrollment .flow .toright {
    position: absolute;
    top: 38%;
    right: -26px;
    width: 16px;
  }
  .page-enrollment .flow .flow-card-2 .flow-img img {
    width: 58px;
  }
  .page-enrollment .flow .pdf-dl {
    width: 480px;
    height: 80px;
    margin-top: 90px;
  }
  .page-enrollment .flow .pdf-dl .pdf-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
  }
  .page-enrollment .flow .pdf-dl .pdf-left img {
    width: 32px;
  }
  .page-enrollment .flow .pdf-dl .pdf-right {
    width: 400px;
  }
  .page-enrollment .flow .pdf-dl .pdf-right p {
    line-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-enrollment .flow {
    position: relative;
    padding: 40px 0 50px;
  }
  .page-enrollment .flow .title-deco {
    top: 63px;
  }
  .page-enrollment .flow .section-title {
    padding: 0 40px;
  }
  .page-enrollment .flow .section-title p {
    margin-top: 19px;
  }
  .page-enrollment .flow-contents {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-enrollment .flow-card {
    width: 80%;
    margin: 0 auto;
  }
  .page-enrollment .flow-card + .flow-card {
    margin-top: 100px;
  }
  .page-enrollment .flow-card .step {
    font-size: 2rem;
  }
  .page-enrollment .flow-img {
    height: 120px;
  }
  .page-enrollment .flow-img img {
    width: 100px;
  }
  .page-enrollment .flow-txt {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .page-enrollment .flow-txt span {
    font-size: 1.4rem;
  }
  .page-enrollment .flow .toright {
    top: 120%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg);
    width: 30px;
  }
  .page-enrollment .flow .flow-card-2 .flow-img img {
    width: 77px;
  }
  .page-enrollment .flow .pdf-dl {
    width: 300px;
    height: 50px;
    margin: 90px auto 0;
  }
  .page-enrollment .flow .pdf-dl .pdf-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
  }
  .page-enrollment .flow .pdf-dl .pdf-left img {
    width: 20px;
  }
  .page-enrollment .flow .pdf-dl .pdf-right {
    width: 250px;
  }
  .page-enrollment .flow .pdf-dl .pdf-right p {
    font-size: 1.2rem;
    line-height: 50px;
  }
}
/* =============================
  入会規約：terms
================================ */
.page-enrollment .terms {
  padding: 100px 0;
  background: #f2f2f2;
}

.page-enrollment .terms-inner {
  overflow-y: scroll;
  width: 100%;
  height: 600px;
  background-color: #fff;
  padding: 50px 100px 85px;
}

.page-enrollment .terms-inner .terms-title {
  font-size: 4.8rem;
  color: #3b86e1;
}

.page-enrollment .terms-inner h3 {
  font-size: 2.4rem;
  margin-top: 45px;
}

.page-enrollment .terms-inner h3:first-of-type {
  margin-top: 60px;
}

.page-enrollment .terms-inner p {
  margin-top: 40px;
  line-height: 2;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .page-enrollment {
    font-size: 1.6rem;
  }
  .page-enrollment .terms {
    padding: 60px 0;
  }
  .page-enrollment .terms-inner {
    height: 460px;
    padding: 40px 60px;
  }
  .page-enrollment .terms-inner .terms-title {
    font-size: 3.6rem;
  }
  .page-enrollment .terms-inner h3 {
    font-size: 2.4rem;
    margin-top: 30px;
  }
  .page-enrollment .terms-inner h3:first-of-type {
    margin-top: 30px;
  }
  .page-enrollment .terms-inner p {
    margin-top: 15px;
    line-height: 1.7;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .page-enrollment .terms {
    padding: 40px 0;
  }
  .page-enrollment .terms-inner {
    height: 400px;
    padding: 30px 15px;
  }
  .page-enrollment .terms-inner .terms-title {
    font-size: 3rem;
  }
  .page-enrollment .terms-inner h3 {
    font-size: 2rem;
    margin-top: 24px;
  }
  .page-enrollment .terms-inner h3:first-of-type {
    margin-top: 30px;
  }
  .page-enrollment .terms-inner p {
    margin-top: 0.6em;
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 500;
  }
}
/* ==================================

  お問い合わせ：page-contact

===================================== */
.page-contact .wpcf7-turnstile.cf-turnstile > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}

/* ==========================
  メインビジュアル：archive-mv
============================= */
.page-contact .contact-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  background: #3fa9f5;
}

.page-contact .contact-mv .deco {
  width: 18.7%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.page-contact .contact-mv .contact-mv-title {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #fff;
}

.page-contact .contact-mv h1 {
  font-size: 7.2rem;
}

@media screen and (max-width: 1199px) {
  .page-contact .contact-mv h1 {
    font-size: 6rem;
  }
  .page-contact .contact-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .contact-mv {
    margin-top: 60px;
  }
  .page-contact .contact-mv .deco {
    width: 36%;
    left: -57px;
  }
  .page-contact .contact-mv .contact-mv-title {
    left: 15px;
  }
  .page-contact .contact-mv h1 {
    font-size: 3.6rem;
  }
}
/* ================================
  お問い合わせフォーム：contact-form
=================================== */
.page-contact .main {
  padding: 100px 0 123px;
  color: #103488;
}

.page-contact .main .container {
  width: 900px;
}

.page-contact .main .section-title {
  font-size: 3.6rem;
  color: #3b86e1;
}

.page-contact .main .contact-heading p {
  margin-top: 26px;
  font-weight: 700;
  line-height: 2;
}

.page-contact .form-wrap {
  margin-top: 46px;
}

.page-contact .form-wrap form {
  width: 100%;
  margin-top: -100px;
  padding-top: 100px;
}

.page-contact .form-wrap table {
  width: 100%;
  table-layout: fixed;
}

.page-contact .form-wrap .f-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 27px 0;
  border-bottom: 1px solid #ccc;
}

.page-contact .form-wrap .f-group:first-child {
  border-top: 1px solid #ccc;
}

.page-contact .form-wrap th {
  width: 235px;
  max-width: 235px;
  padding-left: 10px;
  text-align: left;
}

.page-contact .form-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -5px;
}

.page-contact .form-wrap label span {
  display: inline-block;
  width: 55px;
  height: 25px;
  margin-top: 3px;
  background: #b20e2f;
  color: #fff;
  font-size: 1.4rem;
  line-height: 25px;
  text-align: center;
}

.page-contact .form-wrap label span.any {
  background: #888;
}

.page-contact .form-wrap td {
  width: 665px;
  max-width: 665px;
  padding: 0 100px 0 45px;
}

.page-contact .form-wrap input,
.page-contact .form-wrap textarea {
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
  font-size: 1.8rem;
  line-height: 45px;
}

.page-contact .form-wrap textarea {
  height: 185px;
}

.page-contact .form-wrap .f-ta {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-contact .form-wrap .f-ta label {
  margin-top: 5px;
}

.page-contact .form-wrap .f-ta label span {
  margin-top: 5px;
}

.page-contact .form-wrap input[type=submit] {
  position: relative;
  display: block;
  width: 320px;
  height: 77px;
  margin: 100px auto 0;
  background: #3b86e1 url(img/arrow-right-w.svg) no-repeat 285px center;
  background-size: 10px 13px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.page-contact .form-wrap input[type=button].wpcf7-back {
  width: 300px;
  margin: 20px auto 0;
}

.page-contact .form-wrap .select-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 45px;
  background: #f2f2f2;
  border-radius: 4px;
  text-align: center;
}

.page-contact .form-wrap .select-wrap::before {
  display: block;
  position: absolute;
  top: 17px;
  right: 18px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid #ccc;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 1px solid transparent;
}

.page-contact .form-wrap .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 45px;
  padding: 0 8px 0 20px;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 45px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #103488;
}

.page-contact .form-wrap .select-wrap select::-ms-expand {
  display: none;
}

@media screen and (max-width: 1199px) {
  .page-contact .main {
    padding: 60px 0 80px;
    color: #103488;
  }
  .page-contact .main .container {
    width: 745px;
  }
  .page-contact .main .section-title {
    font-size: 3.6rem;
    color: #3b86e1;
  }
  .page-contact .main .contact-heading p {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .page-contact .form-wrap {
    margin-top: 30px;
  }
  .page-contact .form-wrap .f-group {
    padding: 20px 0;
  }
  .page-contact .form-wrap th {
    width: 35%;
    max-width: 35%;
    padding-left: 10px;
  }
  .page-contact .form-wrap label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-contact .form-wrap label span {
    display: inline-block;
    width: 55px;
    height: 25px;
    background: #b20e2f;
    color: #fff;
    font-size: 1.4rem;
    line-height: 25px;
    text-align: center;
  }
  .page-contact .form-wrap td {
    width: 65%;
    max-width: 65%;
    padding: 0 10px 0 20px;
  }
  .page-contact .form-wrap input,
  .page-contact .form-wrap textarea {
    font-size: 1.6rem;
  }
  .page-contact .form-wrap input[type=submit] {
    margin: 40px auto 0;
  }
  .page-contact .form-wrap .select-wrap select {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .main {
    padding: 40px 0 80px;
  }
  .page-contact .main .container {
    width: 100%;
    padding: 0 15px;
  }
  .page-contact .main .section-title {
    font-size: 3rem;
  }
  .page-contact .main .contact-heading p {
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .page-contact .form-wrap {
    margin-top: 30px;
  }
  .page-contact .form-wrap .f-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0 10px 0;
  }
  .page-contact .form-wrap th {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
  .page-contact .form-wrap label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
  }
  .page-contact .form-wrap label span {
    width: 40px;
    height: 20px;
    margin-left: 6px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .page-contact .form-wrap td {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    padding: 0;
  }
  .page-contact .form-wrap textarea {
    height: 150px;
  }
  .page-contact .form-wrap .f-ta label {
    margin-top: 0;
  }
  .page-contact .form-wrap input[type=submit] {
    margin: 20px auto 0;
    width: 250px;
    height: 60px;
    line-height: 60px;
    background-position: 225px center;
  }
  .page-contact .form-wrap input[type=button].wpcf7-back {
    width: 200px;
    margin: 10px auto 0;
  }
  .page-contact .form-wrap .select-wrap select {
    padding: 0 10px;
  }
}
/* お問い合わせバリデーション設定 */
div.wpcf7-validation-errors {
  height: 50px;
  margin: 0;
  background: rgba(255, 0, 0, 0.2);
  color: #f00;
  border: 2px solid #f00;
  line-height: 42px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  div.wpcf7-validation-errors {
    height: 40px;
    line-height: 30px;
    margin-top: -20px;
  }
}
/* ==================================

  経営研究会とは：page-about

===================================== */
/* =============================
  メインビジュアル：about-mv
================================ */
.page-about .about-mv {
  position: relative;
  height: 36.5%;
  overflow: hidden;
  margin-top: 100px;
}

.page-about .about-mv .deco {
  width: 24%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.page-about .about-mv .about-mv-title {
  position: absolute;
  top: 14%;
  left: 5%;
  color: #fff;
}

.page-about .about-mv h1 {
  font-size: 7.2rem;
}

.page-about .about-mv p {
  margin-top: 30px;
  font-size: 4.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .page-about .about-mv {
    height: auto;
  }
  .page-about .about-mv h1 {
    font-size: 6rem;
  }
  .page-about .about-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-mv {
    height: auto;
    margin-top: 60px;
  }
  .page-about .about-mv .deco {
    width: 36%;
  }
  .page-about .about-mv .about-mv-title {
    position: absolute;
    top: 14%;
    left: 15px;
    color: #fff;
  }
  .page-about .about-mv h1 {
    font-size: 3.6rem;
  }
  .page-about .about-mv p {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}
/* =============================
  コピー：copy
================================ */
.page-about {
  font-weight: 700;
}

.page-about .container {
  width: 1200px;
}

.page-about .main {
  padding: 100px 0 120px;
}

.page-about .copy {
  padding-bottom: 58px;
}

.page-about .copy h2 {
  font-size: 4.8rem;
  color: #3b86e1;
}

.page-about .copy p {
  margin-top: 45px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-about {
    font-weight: 700;
  }
  .page-about .container {
    width: 745px;
  }
  .page-about .main {
    padding: 60px 0;
  }
  .page-about .copy {
    padding-bottom: 60px;
  }
  .page-about .copy h2 {
    font-size: 3.6rem;
  }
  .page-about .copy p {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .page-about {
    font-weight: 500;
    font-size: 1.6rem;
  }
  .page-about .container {
    width: 100%;
    padding: 0 15px;
  }
  .page-about .main {
    padding: 40px 0;
  }
  .page-about .copy {
    padding-bottom: 40px;
  }
  .page-about .copy h2 {
    font-size: 3rem;
  }
  .page-about .copy p {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
/* =============================
  理念：philo
================================ */
.page-about .philo {
  padding: 160px 0 134px;
  background: #f2f2f2;
}

.page-about .philo-contents {
  width: 100%;
  padding: 92px 71px 80px;
  background: #fff;
}

.page-about .philo-contents h2 {
  margin-top: 53px;
  font-size: 7.2rem;
  color: #3b86e1;
}

.page-about .philo-contents h3 {
  position: relative;
  margin-top: 54px;
  padding-left: 9px;
  padding-bottom: 20px;
  font-size: 3.6rem;
  color: #3b86e1;
}

.page-about .philo-contents h3::before,
.page-about .philo-contents h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
}

.page-about .philo-contents h3::before {
  right: 0;
  width: 100%;
  background: #ccc;
}

.page-about .philo-contents h3::after {
  width: 28.2%;
  background: #3b86e1;
}

.page-about .philo-contents h3:first-child {
  margin-top: 0;
}

.page-about .philo-contents h3:nth-of-type(3) {
  margin-top: 64px;
}

.page-about .philo-contents h3:nth-of-type(4) {
  margin-top: 95px;
}

.page-about .philo-contents p {
  margin-top: 41px;
  padding-left: 9px;
  line-height: 2;
}

.page-about .philo-contents .df {
  margin-top: 42px;
  padding-left: 9px;
}

.page-about .philo-contents .df ul {
  margin-top: 26px;
  margin-left: -14px;
  padding-left: 9px;
}

.page-about .philo-contents .df li {
  line-height: 2;
}

.page-about .philo-contents h4 {
  font-size: 2.8rem;
  color: #3b86e1;
}

.page-about .philo-contents h4 span {
  font-size: 2.4rem;
}

.page-about .philo-contents .right {
  margin-left: 101px;
}

.page-about .philo-contents ol {
  list-style: decimal;
  margin-top: 22px;
  padding-left: 16px;
}

.page-about .philo-contents ol li {
  margin-left: 1em;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-about .philo {
    padding: 60px 0;
    font-size: 1.6rem;
  }
  .page-about .philo-contents {
    padding: 60px 20px;
  }
  .page-about .philo-contents h2 {
    margin-top: 30px;
    font-size: 5.8rem;
  }
  .page-about .philo-contents h3 {
    margin-top: 40px;
    padding-bottom: 16px;
    font-size: 3rem;
  }
  .page-about .philo-contents h3:first-child {
    margin-top: 0;
  }
  .page-about .philo-contents h3:nth-of-type(3) {
    margin-top: 40px;
  }
  .page-about .philo-contents h3:nth-of-type(4) {
    margin-top: 40px;
  }
  .page-about .philo-contents p {
    margin-top: 25px;
    line-height: 1.7;
  }
  .page-about .philo-contents .df {
    margin-top: 25px;
    padding-left: 9px;
  }
  .page-about .philo-contents .df ul {
    margin-top: 20px;
    margin-left: -14px;
  }
  .page-about .philo-contents h4 {
    font-size: 2.2rem;
  }
  .page-about .philo-contents h4 span {
    font-size: 1.8rem;
  }
  .page-about .philo-contents .right {
    margin-left: 50px;
  }
  .page-about .philo-contents ol {
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .page-about .philo {
    padding: 30px 0;
    font-size: 1.6rem;
  }
  .page-about .philo-contents {
    padding: 30px 15px;
  }
  .page-about .philo-contents h2 {
    margin-top: 30px;
    font-size: 2.5rem;
  }
  .page-about .philo-contents h3 {
    margin-top: 30px;
    padding-bottom: 10px;
    font-size: 2rem;
  }
  .page-about .philo-contents h3:nth-of-type(3) {
    margin-top: 30px;
  }
  .page-about .philo-contents h3:nth-of-type(4) {
    margin-top: 30px;
  }
  .page-about .philo-contents p {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .page-about .philo-contents .df {
    margin-top: 20px;
    padding-left: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-about .philo-contents .df ul {
    margin-top: 8px;
    margin-left: -14px;
  }
  .page-about .philo-contents .df ul li {
    margin-top: 0;
    line-height: 1.7;
    font-size: 1.2rem;
  }
  .page-about .philo-contents h4 {
    font-size: 1.6rem;
  }
  .page-about .philo-contents h4 span {
    font-size: 1.4rem;
  }
  .page-about .philo-contents .right {
    margin-top: 25px;
    margin-left: 0;
  }
  .page-about .philo-contents ol {
    margin-top: 15px;
    padding-left: 5px;
  }
  .page-about .philo-contents ol li {
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 1.7;
  }
}
/* =============================
  組織図：chart
================================ */
.page-about .container {
  width: 1200px;
}

.page-about .chart {
  padding: 112px 0 20px;
}

.page-about .chart .section-title {
  font-size: 4.8rem;
  color: #3b86e1;
}

.page-about .chart-img {
  display: block;
  margin-top: 60px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-about .container {
    width: 745px;
  }
  .page-about .chart {
    padding: 60px 0 0;
  }
  .page-about .chart .section-title {
    font-size: 3.6rem;
  }
  .page-about .chart-img-wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .page-about .chart-img {
    margin-top: 30px;
    max-width: 1200px;
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .page-about .chart {
    padding: 40px 0 0;
  }
  .page-about .chart .section-title {
    font-size: 3rem;
  }
  .page-about .chart-img {
    width: 1000px;
  }
}
/* ==================================

  サンクスページ：page-thanks

===================================== */
.page-thanks header {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.page-thanks .container {
  width: 1200px;
}

.page-thanks .main {
  margin-top: 100px;
}

.page-thanks .thanks {
  padding: 200px 0 267px;
}

.page-thanks .thanks-title {
  font-size: 3.6rem;
  color: #3b86e1;
}

.page-thanks .thanks-txt {
  margin-top: 45px;
  font-weight: 700;
  line-height: 2;
}

.page-thanks .thanks-link {
  display: block;
  margin-top: 41px;
  font-weight: 700;
  color: #3b86e1;
}

@media screen and (max-width: 1280px) {
  .page-thanks .container {
    width: 1000px;
  }
}
@media screen and (max-width: 1199px) {
  .page-thanks .container {
    width: 745px;
  }
  .page-thanks .thanks {
    padding: 150px 0 200px;
  }
  .page-thanks .thanks-txt {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .page-thanks .container {
    width: 100%;
    padding: 0 15px;
  }
  .page-thanks .main {
    margin-top: 60px;
  }
  .page-thanks .thanks {
    padding: 100px 0;
  }
  .page-thanks .thanks-title {
    font-size: 2.2rem;
  }
  .page-thanks .thanks-txt {
    margin-top: 30px;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .page-thanks .thanks-link {
    font-size: 1.2rem;
    font-weight: 700;
  }
}
/* ==================================

  プライバシーポリシー
  サイトマップ

===================================== */
/* ==========================
  メインビジュアル：mv
============================= */
.page-privacy-policy .single-mv,
.page-sitemap .single-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  background: #3fa9f5;
}

.page-privacy-policy .single-mv .deco,
.page-sitemap .single-mv .deco {
  width: 18.7%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.page-privacy-policy .single-mv .single-mv-title,
.page-sitemap .single-mv .single-mv-title {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #fff;
}

.page-privacy-policy .single-mv h2,
.page-sitemap .single-mv h2 {
  font-size: 7.2rem;
}

@media screen and (max-width: 1199px) {
  .page-privacy-policy .single-mv h2,
  .page-sitemap .single-mv h2 {
    font-size: 6rem;
  }
  .page-privacy-policy .single-mv p,
  .page-sitemap .single-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-privacy-policy .single-mv,
  .page-sitemap .single-mv {
    margin-top: 60px;
  }
  .page-privacy-policy .single-mv .deco,
  .page-sitemap .single-mv .deco {
    width: 36%;
    left: -57px;
  }
  .page-privacy-policy .single-mv .single-mv-title,
  .page-sitemap .single-mv .single-mv-title {
    left: 15px;
  }
  .page-privacy-policy .single-mv h2,
  .page-sitemap .single-mv h2 {
    font-size: 3.6rem;
  }
}
/* =====================================
  シングルメインコンテンツ：single-contents
======================================== */
.page-privacy-policy .container,
.page-sitemap .container {
  width: 1200px;
}

.page-privacy-policy .single-contents,
.page-sitemap .single-contents {
  padding: 100px 0 200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-privacy-policy .main,
.page-sitemap .main {
  width: 800px;
}

.page-privacy-policy-meta,
.page-sitemap-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.page-privacy-policy-date,
.page-sitemap-date {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #b3b3b3;
}

.page-privacy-policy-cat a,
.page-sitemap-cat a {
  height: 20px;
  margin-left: 8px;
  padding: 0 3px;
  border: 1px solid #3b86e1;
  font-size: 1.4rem;
  color: #3b86e1;
  line-height: 18px;
  font-weight: 500;
}

.page-privacy-policy-title,
.page-sitemap-title {
  margin-top: 32px;
  font-size: 3.6rem;
  color: #3b86e1;
  line-height: 1.5;
}

.page-privacy-policy-thumb,
.page-sitemap-thumb {
  margin-top: 36px;
}

.page-privacy-policy-body,
.page-sitemap-body {
  padding-top: 5px;
}

.page-privacy-policy-body h2,
.page-privacy-policy-body h3,
.page-privacy-policy-body h4,
.page-privacy-policy-body p,
.page-sitemap-body h2,
.page-sitemap-body h3,
.page-sitemap-body h4,
.page-sitemap-body p {
  margin-top: 36px;
  font-weight: 700;
}

.page-privacy-policy-body h2,
.page-privacy-policy-body h3,
.page-privacy-policy-body h4,
.page-sitemap-body h2,
.page-sitemap-body h3,
.page-sitemap-body h4 {
  border-bottom: 4px solid #cceafb;
  padding-bottom: 15px;
  line-height: 1.5;
}

.page-privacy-policy-body h2,
.page-sitemap-body h2 {
  font-size: 3rem;
}

.page-privacy-policy-body h3,
.page-sitemap-body h3 {
  font-size: 2.4rem;
}

.page-privacy-policy-body h4,
.page-sitemap-body h4 {
  font-size: 2rem;
}

.page-privacy-policy-body p,
.page-sitemap-body p {
  line-height: 1.95;
}

.page-privacy-policy-body img,
.page-sitemap-body img {
  margin-top: 28px;
}

@media screen and (max-width: 1199px) {
  .page-privacy-policy,
  .page-sitemap {
    font-size: 1.6rem;
  }
  .page-privacy-policy .container,
  .page-sitemap .container {
    width: 745px;
  }
  .page-privacy-policy .single-contents,
  .page-sitemap .single-contents {
    padding: 60px 0 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-privacy-policy .main,
  .page-sitemap .main {
    width: 100%;
    padding-bottom: 120px;
  }
  .page-privacy-policy-title,
  .page-sitemap-title {
    margin-top: 16px;
  }
  .page-privacy-policy-thumb,
  .page-sitemap-thumb {
    margin-top: 30px;
  }
  .page-privacy-policy-body h2,
  .page-privacy-policy-body h3,
  .page-privacy-policy-body h4,
  .page-privacy-policy-body p,
  .page-sitemap-body h2,
  .page-sitemap-body h3,
  .page-sitemap-body h4,
  .page-sitemap-body p {
    margin-top: 18px;
  }
  .page-privacy-policy-body img,
  .page-sitemap-body img {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-privacy-policy,
  .page-sitemap {
    font-weight: 500;
  }
  .page-privacy-policy .container,
  .page-sitemap .container {
    width: 100%;
    padding: 0 15px;
  }
  .page-privacy-policy .single-contents,
  .page-sitemap .single-contents {
    padding: 40px 0 80px;
  }
  .page-privacy-policy .main,
  .page-sitemap .main {
    width: 100%;
    padding-bottom: 80px;
  }
  .page-privacy-policy-date,
  .page-sitemap-date {
    font-size: 1.4rem;
  }
  .page-privacy-policy-cat a,
  .page-sitemap-cat a {
    margin-left: 17px;
    padding: 0 19px;
    font-size: 1.2rem;
  }
  .page-privacy-policy-title,
  .page-sitemap-title {
    margin-top: 10px;
    font-size: 3rem;
  }
  .page-privacy-policy-thumb,
  .page-sitemap-thumb {
    margin-top: 22px;
  }
  .page-privacy-policy-body,
  .page-sitemap-body {
    padding-top: 3px;
  }
  .page-privacy-policy-body h2,
  .page-privacy-policy-body h3,
  .page-privacy-policy-body h4,
  .page-privacy-policy-body p,
  .page-sitemap-body h2,
  .page-sitemap-body h3,
  .page-sitemap-body h4,
  .page-sitemap-body p {
    margin-top: 18px;
  }
  .page-privacy-policy-body h2,
  .page-privacy-policy-body h3,
  .page-privacy-policy-body h4,
  .page-sitemap-body h2,
  .page-sitemap-body h3,
  .page-sitemap-body h4 {
    border-bottom: 2px solid #cceafb;
    padding-bottom: 5px;
    line-height: 1.5;
  }
  .page-privacy-policy-body h2,
  .page-sitemap-body h2 {
    font-size: 2rem;
  }
  .page-privacy-policy-body h3,
  .page-sitemap-body h3 {
    font-size: 1.8rem;
  }
  .page-privacy-policy-body h4,
  .page-sitemap-body h4 {
    font-size: 1.6rem;
  }
  .page-privacy-policy-body p,
  .page-sitemap-body p {
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 500;
  }
  .page-privacy-policy-body img,
  .page-sitemap-body img {
    margin-top: 18px;
  }
}
/* ==================================

  404エラー：error404

===================================== */
.error404 .main {
  margin-top: 100px;
  padding: 200px 0 267px;
}

.error404 .main .container {
  width: 1200px;
}

.error404 .main h2 {
  font-size: 6rem;
  color: #3fa9f5;
}

.error404 .main h2 span {
  font-size: 4.8rem;
}

.error404 .main h3 {
  margin-top: 10px;
  font-size: 2rem;
  color: #3b86e1;
}

.error404 .main .error-txt {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}

.error404 .main .error-link {
  display: block;
  margin-top: 40px;
  font-weight: 700;
  color: #3b86e1;
}

@media screen and (max-width: 1199px) {
  .error404 .main {
    padding: 150px 0 200px;
  }
  .error404 .main .container {
    width: 745px;
  }
  .error404 .main .error-txt {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .error404 .main {
    margin-top: 60px;
    padding: 100px 0;
  }
  .error404 .main .container {
    width: 100%;
    padding: 0 15px;
  }
  .error404 .main h2 {
    font-size: 3.6rem;
  }
  .error404 .main h2 span {
    font-size: 3rem;
  }
  .error404 .main h3 {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .error404 .main .error-txt {
    margin-top: 30px;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .error404 .main .error-link {
    font-size: 1.2rem;
  }
}
/* ==================================

  サイドバー：sidebar

===================================== */
.sidebar {
  width: 320px;
}

.sidebar .widget {
  width: 100%;
}

.sidebar .widget + .widget {
  margin-top: 38px;
}

@media screen and (max-width: 1199px) {
  .sidebar {
    width: 745px;
  }
  .sidebar .widget + .widget {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
}
/* =========================
  検索フォーム：search-form
============================ */
.sidebar .widget_search .search-form {
  position: relative;
  width: 100%;
}

.sidebar .widget_search label {
  display: none;
}

.sidebar .widget_search .search-field {
  width: 100%;
  height: 40px;
  padding: 0 8px;
  background: #f2f2f2;
  border: 1px solid transparent;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 38px;
}

.sidebar .widget_search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #3b86e1;
  border: none;
}

.sidebar .widget_search .search-submit .fas {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .sidebar .widget_search .search-form {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .sidebar .widget_search .search-form {
    width: 100%;
  }
}
/* ===================================
  サイドバーウィジェット：widget_archive
====================================== */
.sidebar .widget-title {
  padding: 16px 0;
  border-top: 4px solid #cceafb;
  border-bottom: 4px solid #cceafb;
  text-align: center;
  font-size: 24px;
  color: #3b86e1;
}

.sidebar .widget_archive ul,
.sidebar .widget_categories ul {
  margin-top: 3px;
}

.sidebar .widget_archive li,
.sidebar .widget_categories li {
  position: relative;
  border-bottom: 1px solid #999;
}

.sidebar .widget_archive li::after,
.sidebar .widget_categories li::after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  right: 29px;
  width: 10px;
  height: 12px;
  background: url(img/arrow-right-gray.svg) no-repeat;
}

.sidebar .widget_archive a,
.sidebar .widget_categories a {
  display: block;
  padding: 15px 35px 11px;
  font-family: "Noto Sans JP", sans-serif;
  color: #1b1464;
  font-weight: 700;
}

.sidebar .widget_categories .cat-item-1 a::before {
  display: inline-block;
  content: "過去の";
}

@media screen and (max-width: 767px) {
  .sidebar .widget-title {
    padding: 12px 0;
    font-size: 2rem;
  }
}
/* ===================================
  サムネイル付記事一覧：widget-thumb-archive
====================================== */
.sidebar .widget-thumb-archive .posts {
  margin-top: 40px;
}

.sidebar .widget-thumb-archive .post + .post {
  margin-top: 30px;
}

.sidebar .widget-thumb-archive .post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar .widget-thumb-archive .post-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 107px;
  flex: 0 0 107px;
  overflow: hidden;
}

.sidebar .widget-thumb-archive .post-body {
  margin-top: -3px;
  margin-left: 10px;
  font-weight: 700;
}

.sidebar .widget-thumb-archive .post-cat {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #b3b3b3;
  font-weight: 500;
}

.sidebar .widget-thumb-archive .post-title {
  margin-top: 9px;
  font-size: 1.8rem;
  color: #1b1464;
  line-height: 1.5;
}

/* ===========================
  入会お申込み：apply-wrap
============================== */
.apply-wrap {
  padding: 120px 0 130px;
  background: url(img/apply-bg-80.jpg) no-repeat center center;
  background-size: cover;
}

.apply-wrap .container {
  width: 1060px;
}

.apply-wrap .section-title {
  color: #fff;
  text-align: center;
}

.apply-wrap .section-title h2 {
  font-size: 60px;
}

.apply-wrap .section-title p {
  margin-top: 57px;
  margin-left: 39px;
  font-size: 24px;
  font-weight: 700;
}

.apply-wrap .apply-contents {
  margin-top: 89px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.apply-wrap .tel-link,
.apply-wrap .form-link {
  position: relative;
  display: block;
  width: 500px;
  height: 120px;
  padding: 24px 0 0 28px;
  color: #fff;
}

.apply-wrap .tel-link::after,
.apply-wrap .form-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 36px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 20px;
  height: 26px;
  background: url(img/more-btn-arrow-w.svg) no-repeat center center;
  background-size: 100%;
}

.apply-wrap .tel-link,
.apply-wrap .form-link {
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.apply-wrap .tel-link:hover,
.apply-wrap .form-link:hover {
  background: #3b86e1;
  opacity: 1;
  border: 1px solid transparent;
}

.apply-wrap .form-link p {
  font-size: 28px;
  font-weight: 700;
}

.apply-wrap .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apply-wrap .meta {
  margin-left: 22px;
}

.apply-wrap .form-link .meta {
  margin-left: 30px;
}

.apply-wrap .tel-number {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.apply-wrap .tel-number-bottom {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}

.apply-wrap .tel-mark,
.apply-wrap .form-mark {
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 1199px) {
  .apply-wrap {
    padding: 80px 0 100px;
  }
  .apply-wrap .container {
    width: 745px;
  }
  .apply-wrap .section-title h2 {
    font-size: 4rem;
  }
  .apply-wrap .section-title p {
    margin-top: 30px;
    font-size: 2rem;
  }
  .apply-wrap .apply-contents {
    margin: 60px auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .apply-wrap .tel-link,
  .apply-wrap .form-link {
    width: 360px;
    height: 86px;
    padding: 16px 0 0 18px;
    background: rgba(255, 255, 255, 0.8);
    color: #3b86e1;
  }
  .apply-wrap .tel-link .tel-mark.pc,
  .apply-wrap .form-link .form-mark.pc {
    display: none;
  }
  .apply-wrap .tel-link .tel-mark.sp,
  .apply-wrap .form-link .form-mark.sp {
    display: block;
  }
  .apply-wrap .tel-link::after,
  .apply-wrap .form-link::after {
    right: 14px;
    width: 14px;
    height: 18px;
    background: url(img/more-btn-arrow-b.svg) no-repeat center center;
  }
  .apply-wrap .tel-link:active,
  .apply-wrap .form-link:active {
    background: #3b86e1;
    color: #fff;
  }
  .apply-wrap .tel-link:hover,
  .apply-wrap .form-link:hover {
    background: #3b86e1;
    opacity: 1;
    color: #fff;
    border: 1px solid transparent;
  }
  .apply-wrap .form-link {
    padding-top: 18px;
  }
  .apply-wrap .form-link p {
    font-size: 2rem;
    font-weight: 700;
  }
  .apply-wrap .meta {
    margin-left: 14px;
  }
  .apply-wrap .form-link .meta {
    margin-left: 14px;
  }
  .apply-wrap .tel-number {
    font-size: 3rem;
  }
  .apply-wrap .tel-number-bottom {
    margin-top: 6px;
    font-size: 1rem;
  }
  .apply-wrap .tel-mark,
  .apply-wrap .form-mark {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .apply-wrap {
    padding: 55px 0 30px;
  }
  .apply-wrap .container {
    width: 100%;
    padding: 0 30px;
  }
  .apply-wrap .section-title h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .apply-wrap .section-title p {
    margin-top: 30px;
    font-size: 1.4rem;
    margin-left: 0;
  }
  .apply-wrap .apply-contents {
    margin: 45px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .apply-wrap .tel-link,
  .apply-wrap .form-link {
    width: 100%;
    height: 72px;
    padding: 15px 0 0 18px;
    margin-bottom: 28px;
  }
  .apply-wrap .tel-link::after,
  .apply-wrap .form-link::after {
    right: 14px;
    width: 12px;
    height: 14px;
    background: url(img/more-btn-arrow-b.svg) no-repeat center center;
  }
  .apply-wrap .form-link {
    padding-top: 15px;
  }
  .apply-wrap .form-link p {
    font-size: 1.6rem;
  }
  .apply-wrap .meta {
    margin-left: 13px;
  }
  .apply-wrap .form-link .meta {
    margin-left: 18px;
  }
  .apply-wrap .tel-number {
    font-size: 2.4rem;
  }
  .apply-wrap .tel-number-bottom {
    margin-top: 6px;
    margin-left: -22px;
    font-size: 1rem;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    font-weight: 400;
  }
  .apply-wrap .tel-mark,
  .apply-wrap .form-mark {
    width: 42px;
    height: 42px;
  }
}
/* ===========================
  SNS：sns-wrap
============================== */
.sns-wrap {
  padding: 25px 0 34px;
  background: #f2f2f2;
}

.sns-wrap .container {
  width: 825px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sns-wrap .container .df {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns-wrap .sns-left,
.sns-wrap .sns-right {
  padding: 5px 0;
}

.sns-wrap .sns-left p,
.sns-wrap .sns-right p {
  margin-left: 32px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #1b1464;
}

.sns-wrap .sns-right {
  border-left: 1px solid #999;
  padding-left: 200px;
}

.sns-wrap .sns-icon {
  width: 80px;
}

@media screen and (max-width: 1199px) {
  .sns-wrap .container {
    width: 580px;
  }
  .sns-wrap .sns-left p,
  .sns-wrap .sns-right p {
    font-size: 2.4rem;
    margin-left: 20px;
  }
  .sns-wrap .sns-right {
    padding-left: 115px;
  }
  .sns-wrap .sns-icon {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sns-wrap {
    padding: 23px 0 22px;
  }
  .sns-wrap .container {
    width: 234px;
    margin: 0 auto;
  }
  .sns-wrap .sns-left,
  .sns-wrap .sns-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .sns-wrap .sns-left p,
  .sns-wrap .sns-right p {
    font-size: 1.2rem;
    margin-top: 6px;
    margin-left: 0;
  }
  .sns-wrap .sns-right {
    padding-left: 67px;
  }
  .sns-wrap .sns-right p {
    margin-top: 14px;
  }
  .sns-wrap .sns-icon {
    width: 40px;
  }
}
/* ===========================
  バナーエリア：banner-wrap
============================== */
.banner-wrap {
  padding: 100px 0 103px;
}

.banner-wrap .container {
  width: 1200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-wrap .banner-link {
  display: block;
  width: 375px;
}

@media screen and (max-width: 1199px) {
  .banner-wrap {
    padding: 80px 0 30px;
  }
  .banner-wrap .container {
    width: 745px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner-wrap .banner-link {
    width: 48%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrap {
    padding: 45px 0 24px;
  }
  .banner-wrap .container {
    width: 100%;
    padding: 0 48px;
  }
  .banner-wrap .banner-link {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ===========================
  フッター：footer
============================== */
.footer {
  padding: 51px 0 40px;
  background: #4d4d4d;
  color: #fff;
  font-size: 1.6rem;
}

.footer .container {
  width: 1135px;
}

.footer .container .inner {
  margin-left: -32px;
}

.footer .footer-logo {
  width: 300px;
}

.footer .footer-nav {
  width: 735px;
  margin-left: 100px;
}

.footer .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .menu-item {
  width: 33.3%;
  margin-bottom: 22px;
}

.footer .menu-item a {
  color: #fff;
  font-weight: 700;
}

.footer .copyright {
  margin-top: 55px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .footer .container .inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .footer .container {
    width: 745px;
  }
  .footer .container .inner {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer-logo {
    margin: 0 auto;
  }
  .footer .footer-nav {
    width: 100%;
    margin: 30px auto 0;
  }
  .footer .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 130px;
  }
  .footer .menu-item {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 22px 0 40px;
  }
  .footer .container {
    width: 100%;
    padding: 0 15px;
  }
  .footer .footer-logo {
    text-align: left;
    width: 100%;
    padding-left: 15px;
  }
  .footer .footer-logo img {
    width: 70%;
  }
  .footer .footer-nav {
    width: 300px;
    margin: 24px 0 0 0;
    padding-left: 15px;
  }
  .footer .nav-list {
    width: 100%;
    margin-left: 0;
  }
  .footer .menu-item {
    width: 45%;
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  .footer .menu-item:nth-of-type(2n) {
    margin-left: 2em;
  }
  .footer .copyright {
    margin-top: 20px;
    font-size: 1rem;
  }
}
/* ==================================

  2020/01追加

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

  会員紹介アーカイブ：archive-members

===================================== */
/* =============================
  メインビジュアル：archive-members-mv
================================ */
.post-type-archive-members .archive-members-mv {
  position: relative;
  height: 36.5%;
  overflow: hidden;
  margin-top: 100px;
}

.post-type-archive-members .archive-members-mv .deco {
  width: 24%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.post-type-archive-members .archive-members-mv .archive-members-mv-title {
  position: absolute;
  top: 14%;
  left: 5%;
  color: #fff;
}

.post-type-archive-members .archive-members-mv h1 {
  font-size: 7.2rem;
}

.post-type-archive-members .archive-members-mv p {
  margin-top: 30px;
  font-size: 4.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-members .archive-members-mv {
    height: auto;
  }
  .post-type-archive-members .archive-members-mv h1 {
    font-size: 6rem;
  }
  .post-type-archive-members .archive-members-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-members .archive-members-mv {
    height: auto;
    margin-top: 60px;
  }
  .post-type-archive-members .archive-members-mv .deco {
    width: 36%;
  }
  .post-type-archive-members .archive-members-mv .archive-members-mv-title {
    position: absolute;
    top: 14%;
    left: 15px;
    color: #fff;
  }
  .post-type-archive-members .archive-members-mv h1 {
    font-size: 3.6rem;
  }
  .post-type-archive-members .archive-members-mv p {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}
/* =============================
  メインコンテンツ：main-contents
================================ */
.post-type-archive-members .main {
  width: 100%;
}

.post-type-archive-members .main .container {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 70px;
}

.post-type-archive-members .members-title h2 {
  font-size: 60px;
  font-weight: 700;
  color: #3b86e1;
}

.archive .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 50px;
}

.archive .tab {
  display: block;
  padding: 0 12px;
  height: 45px;
  margin-right: 10px;
  background-color: #e6e6e6;
  font-size: 2rem;
  font-weight: 700;
  line-height: 45px;
  color: #1b1464;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.archive .tab:hover {
  background-color: #cceafb;
  opacity: 1;
}

.post-type-archive-members .members-contents {
  margin-top: 90px;
}

.post-type-archive-members .members-content + .members-content {
  margin-top: -30px;
  padding-top: 100px;
}

.post-type-archive-members .line-title {
  font-size: 3.6rem;
  padding-bottom: 25px;
  color: #3b86e1;
  border-bottom: 5px solid #cceafb;
}

.post-type-archive-members .member-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 37px;
}

.post-type-archive-members .member-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 585px;
  margin-bottom: 30px;
}

.post-type-archive-members .member-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  width: 200px;
  height: 370px;
  overflow: hidden;
}

.post-type-archive-members .member-thumb .member-link {
  display: block;
}

.post-type-archive-members .member-thumb .member-link img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-type-archive-members .member-thumb .member-link:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.post-type-archive-members .member-detail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 355px;
  flex: 0 0 355px;
  margin-left: 30px;
}

.post-type-archive-members .member-cat {
  display: inline-block;
  height: 20px;
  padding: 0 5px;
  background-color: #3b86e1;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
}

.post-type-archive-members .member-comname {
  margin-top: 20px;
  font-size: 2rem;
  color: #3b86e1;
}

.post-type-archive-members .member-body {
  margin-top: 25px;
  padding-bottom: 27px;
}

.post-type-archive-members .member-body p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.post-type-archive-members .member-body p + p {
  margin-top: 13px;
}

.post-type-archive-members .member-url a {
  color: #1b1464;
}

.post-type-archive-members .member-foot {
  margin-top: 20px;
}

.post-type-archive-members .member-foot .member-link {
  float: right;
  font-size: 1.4rem;
  font-weight: 700;
  color: #3b86e1;
}

.post-type-archive-members .member-foot .member-link .fas {
  margin-left: 10px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-members .main .container {
    width: 745px;
    padding: 60px 0 30px;
  }
  .post-type-archive-members .members-title h2 {
    font-size: 3.6rem;
  }
  .archive .tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .archive .tab {
    height: 40px;
    font-size: 1.6rem;
    line-height: 40px;
  }
  .post-type-archive-members .members-contents {
    margin-top: 60px;
  }
  .post-type-archive-members .members-content + .members-content {
    margin-top: 30px;
  }
  .post-type-archive-members .line-title {
    font-size: 2.8rem;
    padding-bottom: 14px;
  }
  .post-type-archive-members .member-items {
    margin-top: 30px;
  }
  .post-type-archive-members .member-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    margin-bottom: 30px;
  }
  .post-type-archive-members .member-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    width: 35%;
    height: auto;
  }
  .post-type-archive-members .member-detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin-left: 10px;
  }
  .post-type-archive-members .member-cat {
    height: 16px;
    font-size: 1rem;
    line-height: 16px;
  }
  .post-type-archive-members .member-comname {
    margin-top: 0;
    font-size: 1.8rem;
  }
  .post-type-archive-members .member-body {
    margin-top: 14px;
    padding-bottom: 8px;
  }
  .post-type-archive-members .member-body p {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .post-type-archive-members .member-body p + p {
    margin-top: 6px;
  }
  .post-type-archive-members .member-foot {
    margin-top: 10px;
  }
  .post-type-archive-members .member-foot .member-link {
    font-size: 1.2rem;
  }
  .post-type-archive-members .member-foot .member-link .fas {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-members .main .container {
    width: 100%;
    padding: 40px 15px 10px;
  }
  .post-type-archive-members .members-title h2 {
    font-size: 3rem;
  }
  .archive .tabs {
    margin-top: 20px;
  }
  .archive .tab {
    width: 49px;
    height: 32px;
    margin-bottom: 7px;
    margin-right: 6px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 32px;
  }
  .post-type-archive-members .members-contents {
    margin-top: 30px;
  }
  .post-type-archive-members .members-content + .members-content {
    margin-top: -40px;
    padding-top: 60px;
  }
  .post-type-archive-members .line-title {
    font-size: 2.4rem;
    padding-bottom: 10px;
    border-bottom: 3px solid #cceafb;
  }
  .post-type-archive-members .member-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .post-type-archive-members .member-item {
    width: 100%;
    margin-bottom: 0;
  }
  .post-type-archive-members .member-item {
    padding-bottom: 15px;
  }
  .post-type-archive-members .member-item + .member-item {
    padding: 15px 0;
    border-top: 1px solid #999;
  }
  .post-type-archive-members .member-body {
    padding-bottom: 0;
  }
  .post-type-archive-members .member-comname {
    font-size: 1.6rem;
  }
}
/* =============================================

  会員紹介詳細：.single-members

================================================ */
.single-members .single-mv-title p {
  margin-top: 30px;
  font-size: 4.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.single-members article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-members .member-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.single-members .member-detail {
  margin-left: 30px;
}

.single-members .member-cat {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  background-color: #3b86e1;
  text-align: center;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}

.single-members .member-comname {
  margin-top: 20px;
  font-size: 3.6rem;
  color: #3b86e1;
}

.single-members .member-body {
  font-weight: 700;
  font-size: 2rem;
}

.single-members .member-body p {
  line-height: 1.3;
}

.single-members .member-body p + p {
  margin-top: 20px;
}

.single-members .member-name {
  margin-top: 30px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1199px) {
  .single-members .single-mv-title p {
    margin-top: 20px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .single-members .single-mv-title p {
    margin-top: 16px;
    font-size: 1.8rem;
  }
  .single-members .member-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .single-members .member-detail {
    margin-left: 10px;
  }
  .single-members .member-cat {
    font-size: 1rem;
    height: 20px;
    line-height: 20px;
  }
  .single-members .member-comname {
    margin-top: 12px;
    font-size: 2rem;
    line-height: 1.2;
  }
  .single-members .member-body {
    font-size: 1.2rem;
  }
  .single-members .member-body p + p {
    margin-top: 10px;
  }
  .single-members .member-name {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
/* =============================================

  行事予定アーカイブ：.post-type-archive-schedule

================================================ */
/* ===================================
  メインビジュアル：archive-schedule-mv
====================================== */
.post-type-archive-schedule .archive-schedule-mv {
  position: relative;
  height: 36.5%;
  overflow: hidden;
  margin-top: 100px;
}

.post-type-archive-schedule .archive-schedule-mv .deco {
  width: 24%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.post-type-archive-schedule .archive-schedule-mv .archive-schedule-mv-title {
  position: absolute;
  top: 14%;
  left: 5%;
  color: #fff;
}

.post-type-archive-schedule .archive-schedule-mv h1 {
  font-size: 7.2rem;
}

.post-type-archive-schedule .archive-schedule-mv p {
  margin-top: 30px;
  font-size: 4.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-schedule .archive-schedule-mv {
    height: auto;
  }
  .post-type-archive-schedule .archive-schedule-mv h1 {
    font-size: 6rem;
  }
  .post-type-archive-schedule .archive-schedule-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-schedule .archive-schedule-mv {
    height: auto;
    margin-top: 60px;
  }
  .post-type-archive-schedule .archive-schedule-mv .deco {
    width: 36%;
  }
  .post-type-archive-schedule .archive-schedule-mv .archive-schedule-mv-title {
    position: absolute;
    top: 14%;
    left: 15px;
    color: #fff;
  }
  .post-type-archive-schedule .archive-schedule-mv h1 {
    font-size: 3.6rem;
  }
  .post-type-archive-schedule .archive-schedule-mv p {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}
/* ===================================
  メインコンテンツ：main-contents
====================================== */
.post-type-archive-schedule .schedule-title {
  font-size: 6rem;
  color: #3b86e1;
}

.post-type-archive-schedule .tabs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-type-archive-schedule .tab {
  width: 59px;
  height: 40px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  line-height: 40px;
}

.post-type-archive-schedule .schedule-contents {
  margin-top: 100px;
}

.post-type-archive-schedule .monthly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-type-archive-schedule .monthly + .monthly {
  margin-top: -25px;
  padding-top: 100px;
}

.post-type-archive-schedule .monthly-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  font-size: 3.6rem;
  color: #3b86e1;
}

.post-type-archive-schedule .monthly-body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  border-top: 4px solid #cceafb;
  border-bottom: 4px solid #cceafb;
}

.post-type-archive-schedule .monthly-item {
  position: relative;
}

.post-type-archive-schedule .monthly-item + .monthly-item {
  border-top: 1px solid #999;
}

.post-type-archive-schedule .monthly-link {
  display: block;
  padding: 22px 15px;
  color: #1b1464;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.post-type-archive-schedule .monthly-no-link {
  padding: 22px 15px;
}

.post-type-archive-schedule .monthly-link:hover {
  background-color: #e6f8fc;
  opacity: 1;
}

.post-type-archive-schedule .event-cat {
  width: 65px;
  height: 25px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: -4px;
  color: #fff;
  line-height: 25px;
  text-align: center;
}

.post-type-archive-schedule .event-cat.regular {
  background-color: #3b86e1;
}

.post-type-archive-schedule .event-cat.general {
  margin-top: 10px;
  background: #666;
}

.post-type-archive-schedule .event-cat.director {
  background-color: #b20e2f;
}

.post-type-archive-schedule .event-cat.roles {
  background-color: #6eb659;
}

.post-type-archive-schedule .event-day {
  margin-left: 50px;
  font-weight: 700;
}

.post-type-archive-schedule .event-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-type-archive-schedule .event-detail {
  margin-left: 40px;
  font-weight: 700;
}

.post-type-archive-schedule .event-detail p + p {
  margin-top: 10px;
}

.post-type-archive-schedule .link-arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #3b86e1;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-schedule .schedule-title {
    font-size: 4rem;
    color: #3b86e1;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-schedule .schedule-title {
    font-size: 3.4rem;
  }
  .post-type-archive-schedule .tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 34px;
  }
  .post-type-archive-schedule .tab {
    width: 49px;
    height: 32px;
    margin-right: 6px;
    line-height: 32px;
  }
  .post-type-archive-schedule .schedule-contents {
    margin-top: 60px;
  }
  .post-type-archive-schedule .monthly {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-type-archive-schedule .monthly + .monthly {
    margin-top: 34px;
    margin-top: -26px;
    padding-top: 60px;
  }
  .post-type-archive-schedule .monthly-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 2.8rem;
  }
  .post-type-archive-schedule .monthly-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px;
    border-top: 3px solid #cceafb;
    border-bottom: 3px solid #cceafb;
  }
  .post-type-archive-schedule .monthly-link,
  .post-type-archive-schedule .monthly-no-link {
    padding: 14px 11px;
  }
  .post-type-archive-schedule .monthly-link:focus,
  .post-type-archive-schedule .monthly-no-link:focus {
    background-color: #e6f8fc;
    opacity: 1;
  }
  .post-type-archive-schedule .monthly-link .df,
  .post-type-archive-schedule .monthly-no-link .df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-type-archive-schedule .cate-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .post-type-archive-schedule .event-cat.general {
    margin-top: 0;
    margin-top: -3px;
    margin-left: 6px;
  }
  .post-type-archive-schedule .event-cat {
    width: 50px;
    height: 20px;
    font-size: 1.4rem;
    margin-top: -3px;
    line-height: 20px;
  }
  .post-type-archive-schedule .event-day {
    margin-left: 50px;
    font-size: 1.4rem;
  }
  .post-type-archive-schedule .event-detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px;
    margin-left: -8px;
    font-size: 1.4rem;
  }
  .post-type-archive-schedule .event-detail p + p {
    margin-top: 8px;
  }
  .post-type-archive-schedule .link-arrow {
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    color: #3b86e1;
  }
}
/* ===================================

  入会トライアル

====================================== */
/* ---------------------------------
  設定
----------------------------------- */
:root {
  --cl-pri: #1b1464;
  --cl-ac: #1b1464;
  --cl-sub: #3b86e1;
  --cl-light: #01c2c1;
}

/* ---------------------------------
  メインビジュアル
----------------------------------- */
.page-trial .trial-mv {
  width: 100%;
  margin-top: 100px;
}
.page-trial .trial-mv__img {
  width: 100%;
  display: block;
}
.page-trial .trial-mv__img.sp {
  display: none;
}

@media screen and (max-width: 758px) {
  .page-trial .trial-mv {
    margin-top: 60px;
  }
  .page-trial .trial-mv__img.pc {
    display: none;
  }
  .page-trial .trial-mv__img.sp {
    display: block;
  }
}
/* ===================================

  開催決定

====================================== */
.page-trial .main .event {
  padding: 45px 0 50px;
  background-color: var(--cl-pri);
  color: #fff;
}
.page-trial .main .event .container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.page-trial .main .event__title {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
.page-trial .main .event .dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 35px;
}
.page-trial .main .event .dates .date__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Poppins", sans-serif;
  font-size: 90px;
  font-weight: 700;
}
.page-trial .main .event .dates .date span {
  margin-left: -0.5em;
  padding-bottom: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 500;
}
.page-trial .main .event .dates .date + .date {
  margin-left: 1.3em;
}
.page-trial .main .event__addr {
  margin-top: 12px;
  padding: 17px 0 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.page-trial .main .event .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 23px;
}
.page-trial .main .event .item {
  width: 50%;
}
.page-trial .main .event .item-tel {
  padding-top: 8px;
  padding-left: 64px;
}
.page-trial .main .event .item-tel__body {
  display: inline-block;
}
.page-trial .main .event .item-tel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.page-trial .main .event .item-tel__ico {
  width: 32px;
}
.page-trial .main .event .item-tel span {
  margin-left: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-weight: 700;
}
.page-trial .main .event .item-tel__txt {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.page-trial .main .event .item-mail {
  padding: 0 10px;
}
.page-trial .main .event .item-mail__btn {
  position: relative;
  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;
  width: 100%;
  height: 70px;
  background-color: var(--cl-light);
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 9999px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .page-trial .main .event {
    padding: 40px 0;
  }
  .page-trial .main .event .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-trial .main .event__title {
    font-size: 42px;
  }
  .page-trial .main .event .dates {
    margin-top: 32px;
  }
  .page-trial .main .event .dates .date__txt {
    font-size: 60px;
  }
  .page-trial .main .event .dates .date span {
    margin-left: -0.35em;
    padding-bottom: 0.35em;
    font-size: 26px;
  }
  .page-trial .main .event .dates .date + .date {
    margin-left: 1.3em;
  }
  .page-trial .main .event__addr {
    margin-top: 15px;
    padding: 16px 0 18px;
    font-size: 18px;
  }
  .page-trial .main .event .items {
    margin-top: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-trial .main .event .item-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .page-trial .main .event .item-tel__ico {
    width: 28px;
  }
  .page-trial .main .event .item-tel span {
    margin-left: 8px;
    font-size: 36px;
  }
  .page-trial .main .event .item-tel__txt {
    margin-top: 3px;
    font-size: 15px;
  }
  .page-trial .main .event .item-mail {
    padding: 0 12px;
  }
  .page-trial .main .event .item-mail__btn {
    height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 758px) {
  .page-trial .main .event {
    padding: 35px 0 45px;
  }
  .page-trial .main .event .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-trial .main .event__title {
    font-size: 24px;
  }
  .page-trial .main .event .dates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-trial .main .event .dates .date__txt {
    font-size: 40px;
  }
  .page-trial .main .event .dates .date span {
    margin-left: -0.4em;
    padding-bottom: 0.45em;
    font-size: 18px;
  }
  .page-trial .main .event .dates .date + .date {
    margin-top: 1em;
    margin-left: 0;
  }
  .page-trial .main .event__addr {
    padding: 15px 0 16px;
    padding-left: 5.3em;
    text-indent: -5.28em;
    font-size: 15px;
    text-align: left;
  }
  .page-trial .main .event .items {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-trial .main .event .item {
    width: 100%;
  }
  .page-trial .main .event .item-tel__ico {
    width: 26px;
  }
  .page-trial .main .event .item-tel span {
    font-size: 33px;
  }
  .page-trial .main .event .item-tel__txt {
    font-size: 14px;
  }
  .page-trial .main .event .item-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-top: 38px;
  }
  .page-trial .main .event .item-mail__btn {
    max-width: 320px;
    height: 50px;
    font-size: 16px;
  }
}
/* ---------------------------------
  入会トライアルとは
----------------------------------- */
.page-trial .main .about {
  position: relative;
  padding-top: 243px;
}
.page-trial .main .about .svgtxt {
  position: absolute;
  top: 0;
  left: 0;
}
.page-trial .main .about .svgtxt__img {
  display: block;
  width: 400px;
}
.page-trial .main .about .container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.page-trial .main .about__contents {
  position: relative;
  padding-left: 300px;
  z-index: 1;
}
.page-trial .main .about__title {
  font-size: 50px;
  font-weight: 500;
}
.page-trial .main .about__txt {
  margin-top: 50px;
}
.page-trial .main .about__txt p {
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-trial .main .about {
    padding-top: 160px;
  }
  .page-trial .main .about .svgtxt__img {
    width: 200px;
  }
  .page-trial .main .about .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-trial .main .about__contents {
    padding-left: 160px;
  }
  .page-trial .main .about__title {
    font-size: 36px;
  }
  .page-trial .main .about__txt {
    margin-top: 40px;
  }
  .page-trial .main .about__txt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-trial .main .about {
    padding-top: 80px;
  }
  .page-trial .main .about .svgtxt__img {
    width: 165px;
  }
  .page-trial .main .about .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-trial .main .about__contents {
    padding-left: 0;
  }
  .page-trial .main .about__title {
    font-size: 24px;
  }
  .page-trial .main .about__txt {
    margin-top: 30px;
  }
  .page-trial .main .about__txt p {
    font-size: 15px;
  }
}
/* ---------------------------------
  MESSAGE
----------------------------------- */
.page-trial .main .msg {
  margin-top: 210px;
  background-image: url(img/trial-title-bg1.webp);
  background-repeat: no-repeat;
  background-size: 320px auto;
  background-position: top 0 center;
}
.page-trial .main .msg .container {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.page-trial .main .msg__title {
  font-family: "Oswald", sans-serif;
  font-size: 150px;
  font-weight: 700;
}
.page-trial .main .msg__txt {
  margin-top: 45px;
  font-size: 50px;
  font-weight: 500;
}
.page-trial .main .msg__contents {
  margin-top: 50px;
}
.page-trial .main .msg .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-trial .main .msg .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  width: 380px;
}
.page-trial .main .msg .item__thumb {
  display: block;
  width: 100%;
}
.page-trial .main .msg .item__cap {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.page-trial .main .msg .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 70px;
  word-break: break-all;
}
.page-trial .main .msg .item__txt {
  margin-top: -0.5em;
}
.page-trial .main .msg .item__txt p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-trial .main .msg {
    margin-top: 140px;
    background-size: 220px auto;
  }
  .page-trial .main .msg .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-trial .main .msg__title {
    font-size: 100px;
  }
  .page-trial .main .msg__txt {
    margin-top: 40px;
    font-size: 32px;
  }
  .page-trial .main .msg__contents {
    margin-top: 40px;
  }
  .page-trial .main .msg .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    width: 33%;
  }
  .page-trial .main .msg .item__cap {
    margin-top: 22px;
    font-size: 16px;
  }
  .page-trial .main .msg .item__body {
    padding-left: 40px;
  }
  .page-trial .main .msg .item__txt {
    margin-top: -0.5em;
  }
  .page-trial .main .msg .item__txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-trial .main .msg {
    margin-top: 100px;
    background-size: 180px auto;
  }
  .page-trial .main .msg .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-trial .main .msg__title {
    font-size: 64px;
  }
  .page-trial .main .msg__txt {
    margin-top: 25px;
    font-size: 18px;
  }
  .page-trial .main .msg__contents {
    margin-top: 35px;
  }
  .page-trial .main .msg .item {
    display: block;
  }
  .page-trial .main .msg .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-trial .main .msg .item__cap {
    margin-top: 15px;
    font-size: 14px;
  }
  .page-trial .main .msg .item__body {
    margin-top: 30px;
    padding-left: 0;
  }
  .page-trial .main .msg .item__txt {
    margin-top: 0;
  }
  .page-trial .main .msg .item__txt p {
    font-size: 15px;
  }
  .page-trial .main .msg .item__txt .pc {
    display: none;
  }
}
/* ---------------------------------
  Members Data
----------------------------------- */
.page-trial .main .members {
  padding-top: 220px;
  padding-bottom: 230px;
}
.page-trial .main .members .container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.page-trial .main .members__contents {
  border: 2px solid var(--cl-pri);
}
.page-trial .main .members__head {
  padding: 60px 0;
  background-image: url(img/trial-title-bg2.webp);
  background-repeat: no-repeat;
  background-size: 450px auto;
  background-position: top 68% center;
  text-align: center;
}
.page-trial .main .members__title {
  font-family: "Oswald", sans-serif;
  font-size: 150px;
  font-weight: 700;
}
.page-trial .main .members__title .sp {
  display: none;
}
.page-trial .main .members__txt {
  margin-top: 33px;
  font-size: 50px;
  font-weight: 500;
}
.page-trial .main .members__body {
  padding: 27px 0 36px;
  border-top: 2px solid var(--cl-pri);
}
.page-trial .main .members__figure {
  display: block;
  width: 765px;
  margin: 0 auto;
}
.page-trial .main .members__figure.sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .page-trial .main .members {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .page-trial .main .members .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-trial .main .members__head {
    padding: 40px 0;
    background-size: 300px auto;
    background-position: top 68% center;
  }
  .page-trial .main .members__title {
    font-size: 100px;
  }
  .page-trial .main .members__txt {
    margin-top: 26px;
    font-size: 30px;
  }
  .page-trial .main .members__body {
    padding: 25px 0 35px;
  }
  .page-trial .main .members__figure {
    width: 560px;
  }
}
@media screen and (max-width: 758px) {
  .page-trial .main .members {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-trial .main .members .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-trial .main .members__head {
    padding: 30px 0;
    background-size: 200px auto;
    background-position: top 50% center;
  }
  .page-trial .main .members__title {
    font-size: 64px;
  }
  .page-trial .main .members__title .sp {
    display: block;
  }
  .page-trial .main .members__txt {
    margin-top: 20px;
    font-size: 18px;
  }
  .page-trial .main .members__body {
    padding: 40px 30px;
  }
  .page-trial .main .members__figure {
    width: 560px;
  }
  .page-trial .main .members__figure.pc {
    display: none;
  }
  .page-trial .main .members__figure.sp {
    display: block;
  }
}
/* ---------------------------------
  VOICE
----------------------------------- */
.page-trial .main .voice {
  padding-top: 173px;
  padding-bottom: 186px;
  background-color: #f2f2f2;
}
.page-trial .main .voice .container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  background-image: url(img/trial-title-bg1.webp);
  background-repeat: no-repeat;
  background-size: 320px auto;
  background-position: top 0 left 167px;
}
.page-trial .main .voice__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-trial .main .voice__title h2 {
  font-family: "Oswald", sans-serif;
  font-size: 150px;
  font-weight: 700;
}
.page-trial .main .voice__title p {
  padding-bottom: 0.2em;
  margin-left: 28px;
  font-size: 50px;
  font-weight: 500;
}
.page-trial .main .voice__contents {
  margin-top: 127px;
}
.page-trial .main .voice .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-trial .main .voice .item + .item {
  margin-top: 90px;
}
.page-trial .main .voice .item__thumb {
  width: 380px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}
.page-trial .main .voice .item__img {
  display: block;
  width: 100%;
}
.page-trial .main .voice .item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 70px;
  word-break: break-all;
}
.page-trial .main .voice .item__head {
  padding-top: 18px;
  border-top: 2px solid var(--cl-pri);
}
.page-trial .main .voice .item__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-trial .main .voice .item__number span {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.page-trial .main .voice .item__comname {
  margin-top: 17px;
  font-size: 30px;
  font-weight: 500;
}
.page-trial .main .voice .item__posi {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 500;
}
.page-trial .main .voice .item__name {
  margin-top: 18px;
  font-size: 30px;
  font-weight: 500;
}
.page-trial .main .voice .item__name span {
  margin-left: 30px;
  font-size: 22px;
}
.page-trial .main .voice .item__txt {
  margin-top: 45px;
}
.page-trial .main .voice .item__txt p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-trial .main .voice {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .page-trial .main .voice .container {
    width: 100%;
    max-width: 768px;
    padding: 15px 30px 0;
    background-size: 220px auto;
    background-position: top 0 left 140px;
  }
  .page-trial .main .voice__title h2 {
    font-size: 100px;
  }
  .page-trial .main .voice__title p {
    margin-left: 22px;
    font-size: 32px;
  }
  .page-trial .main .voice__contents {
    margin-top: 80px;
  }
  .page-trial .main .voice .item + .item {
    margin-top: 80px;
  }
  .page-trial .main .voice .item__thumb {
    width: 42%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
  .page-trial .main .voice .item__contents {
    padding-left: 40px;
  }
  .page-trial .main .voice .item__head {
    padding-top: 16px;
  }
  .page-trial .main .voice .item__number span {
    font-size: 26px;
  }
  .page-trial .main .voice .item__comname {
    margin-top: 16px;
    font-size: 24px;
  }
  .page-trial .main .voice .item__posi {
    margin-top: 25px;
    font-size: 18px;
  }
  .page-trial .main .voice .item__name {
    margin-top: 18px;
    font-size: 24px;
  }
  .page-trial .main .voice .item__name span {
    margin-left: 22px;
    font-size: 18px;
  }
  .page-trial .main .voice .item__txt {
    margin-top: 40px;
  }
  .page-trial .main .voice .item__txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-trial .main .voice {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .page-trial .main .voice .container {
    max-width: 100%;
    padding: 20px 20px 0;
    background-size: 180px auto;
    background-position: top 0 left 45%;
  }
  .page-trial .main .voice__title h2 {
    font-size: 64px;
  }
  .page-trial .main .voice__title p {
    margin-left: 20px;
    font-size: 18px;
  }
  .page-trial .main .voice__contents {
    margin-top: 50px;
  }
  .page-trial .main .voice .item {
    display: block;
  }
  .page-trial .main .voice .item__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-trial .main .voice .item__contents {
    padding-left: 0;
    margin-top: 15px;
  }
  .page-trial .main .voice .item__head {
    padding-top: 12px;
  }
  .page-trial .main .voice .item__comname {
    margin-top: 10px;
    font-size: 22px;
  }
  .page-trial .main .voice .item__posi {
    margin-top: 22px;
    font-size: 15px;
  }
  .page-trial .main .voice .item__name {
    margin-top: 15px;
    font-size: 22px;
  }
  .page-trial .main .voice .item__name span {
    margin-left: 18px;
    font-size: 15px;
  }
  .page-trial .main .voice .item__txt {
    margin-top: 30px;
  }
  .page-trial .main .voice .item__txt p {
    font-size: 15px;
  }
}
/* ---------------------------------
  BRIEFING SESSION
----------------------------------- */
.page-trial .main .session {
  padding: 160px 0 240px;
}
.page-trial .main .session .container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.page-trial .main .session__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-image: url(img/trial-title-bg1.webp);
  background-repeat: no-repeat;
  background-size: 320px auto;
  background-position: top 30px right 250px;
}
.page-trial .main .session__title h2 {
  font-family: "Oswald", sans-serif;
  font-size: 150px;
  font-weight: 700;
}
.page-trial .main .session__title p {
  position: relative;
  left: -0.5em;
  font-size: 50px;
  font-weight: 500;
  padding-bottom: 0.1em;
  line-height: 1.28;
}
.page-trial .main .session__contents {
  margin-top: 95px;
  padding: 40px 60px 45px;
  border: 2px solid var(--cl-pri);
}
.page-trial .main .session__thumb, .page-trial .main .session__img {
  display: block;
  width: 100%;
}
.page-trial .main .session__body {
  margin-top: 35px;
}
.page-trial .main .session dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 19px 0 22px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  border-bottom: 2px solid var(--cl-pri);
}
.page-trial .main .session dl:first-child {
  padding-top: 0;
}
.page-trial .main .session dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.page-trial .main .session dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
}
.page-trial .main .session dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}

@media screen and (max-width: 1199px) {
  .page-trial .main .session {
    padding: 100px 0 180px;
  }
  .page-trial .main .session .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-trial .main .session__title {
    background-size: 220px auto;
    background-position: center;
  }
  .page-trial .main .session__title h2 {
    font-size: 100px;
  }
  .page-trial .main .session__title p {
    font-size: 33px;
  }
  .page-trial .main .session__contents {
    margin-top: 60px;
    padding: 40px 30px;
  }
  .page-trial .main .session__body {
    margin-top: 30px;
  }
  .page-trial .main .session dl {
    padding: 16px 0 18px;
    font-size: 18px;
  }
  .page-trial .main .session dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    width: 130px;
  }
}
@media screen and (max-width: 758px) {
  .page-trial .main .session {
    padding: 80px 0 120px;
  }
  .page-trial .main .session .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-trial .main .session__title {
    display: block;
    background-size: 180px auto;
  }
  .page-trial .main .session__title h2 {
    font-size: 64px;
  }
  .page-trial .main .session__title p {
    margin-top: 20px;
    left: 0;
    font-size: 18px;
  }
  .page-trial .main .session__title p br {
    display: none;
  }
  .page-trial .main .session__contents {
    margin-top: 35px;
    padding: 30px 20px;
  }
  .page-trial .main .session__body {
    margin-top: 25px;
  }
  .page-trial .main .session dl {
    display: block;
    padding: 16px 0 18px;
    font-size: 15px;
  }
  .page-trial .main .session dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-trial .main .session dl dd {
    margin-top: 8px;
  }
}
/* ---------------------------------
  TRIAL SCHEDULE
----------------------------------- */
.page-trial .main .schedule {
  position: relative;
  padding: 250px 0 213px;
  background-color: #f2f2f2;
}
.page-trial .main .schedule .container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.page-trial .main .schedule__note {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  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;
  width: 1000px;
  height: 200px;
  background-color: var(--cl-sub);
  border-radius: 9999px;
  z-index: 1;
}
.page-trial .main .schedule__note::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: var(--cl-sub) transparent transparent transparent;
}
.page-trial .main .schedule__note p {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.page-trial .main .schedule__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 100px;
  padding-bottom: 15px;
  background-image: url(img/trial-title-bg1.webp);
  background-repeat: no-repeat;
  background-size: 320px auto;
  background-position: top 50px right 145px;
}
.page-trial .main .schedule__title h2 {
  font-family: "Oswald", sans-serif;
  font-size: 150px;
  font-weight: 700;
}
.page-trial .main .schedule__title p {
  margin-left: -215px;
  font-size: 50px;
  font-weight: 500;
  padding-top: 0.3em;
  line-height: 1.28;
}
.page-trial .main .schedule__contents {
  margin-top: 68px;
}
.page-trial .main .schedule .items {
  padding: 40px 50px;
  background-color: #fff;
  border: 2px solid var(--cl-pri);
}
.page-trial .main .schedule .items + .items {
  margin-top: 50px;
}
.page-trial .main .schedule .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-trial .main .schedule .item + .item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid var(--cl-pri);
}
.page-trial .main .schedule .item__thumb {
  width: 360px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
}
.page-trial .main .schedule .item__img {
  display: block;
  width: 100%;
}
.page-trial .main .schedule .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 2em;
  padding-left: 50px;
  word-break: break-all;
}
.page-trial .main .schedule .item__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.page-trial .main .schedule .item__title span {
  margin-left: 15px;
  font-size: 18px;
}
.page-trial .main .schedule .item__txt {
  margin-top: 23px;
}
.page-trial .main .schedule .item__txt p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
.page-trial .main .schedule .items:last-child {
  position: relative;
  margin-top: 110px;
}
.page-trial .main .schedule .items:last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 40px;
  background-image: url(img/ico/ico-arrow-btm.svg);
  background-repeat: no-repeat;
  background-size: 80px 40px;
  background-position: center;
}
.page-trial .main .schedule .items:last-child .item__body {
  padding-top: 0;
}
.page-trial .main .schedule .goal {
  position: relative;
  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: 116px;
  width: 100%;
  height: 200px;
  border-radius: 9999px;
  z-index: 1;
  background-color: var(--cl-sub);
}
.page-trial .main .schedule .goal::before {
  content: "";
  display: block;
  position: absolute;
  top: -86px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 40px;
  background-image: url(img/ico/ico-arrow-btm.svg);
  background-repeat: no-repeat;
  background-size: 80px 40px;
  background-position: center;
}
.page-trial .main .schedule .goal__txt {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .page-trial .main .schedule {
    padding: 180px 0 140px;
  }
  .page-trial .main .schedule .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-trial .main .schedule__note {
    width: 600px;
    height: 140px;
  }
  .page-trial .main .schedule__note::after {
    bottom: -30px;
    border-width: 30px 30px 0 30px;
  }
  .page-trial .main .schedule__note p {
    font-size: 30px;
  }
  .page-trial .main .schedule__title {
    padding: 0;
    background-size: 220px auto;
    background-position: center;
  }
  .page-trial .main .schedule__title h2 {
    font-size: 100px;
  }
  .page-trial .main .schedule__title p {
    margin-left: -3em;
    font-size: 33px;
  }
  .page-trial .main .schedule__contents {
    margin-top: 40px;
  }
  .page-trial .main .schedule .items {
    padding: 30px 30px;
  }
  .page-trial .main .schedule .items + .items {
    margin-top: 30px;
  }
  .page-trial .main .schedule .item + .item {
    margin-top: 25px;
    padding-top: 25px;
  }
  .page-trial .main .schedule .item__thumb {
    width: 42%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
  .page-trial .main .schedule .item__body {
    padding-top: 1em;
    padding-left: 40px;
  }
  .page-trial .main .schedule .item__title {
    font-size: 24px;
  }
  .page-trial .main .schedule .item__title span {
    margin-left: 12px;
    font-size: 15px;
  }
  .page-trial .main .schedule .item__txt {
    margin-top: 20px;
  }
  .page-trial .main .schedule .item__txt p {
    font-size: 16px;
  }
  .page-trial .main .schedule .items:last-child {
    margin-top: 80px;
  }
  .page-trial .main .schedule .items:last-child::before {
    top: -55px;
    width: 60px;
    height: 30px;
    background-size: 60px 30px;
  }
  .page-trial .main .schedule .goal {
    margin-top: 80px;
    height: 140px;
  }
  .page-trial .main .schedule .goal::before {
    top: -55px;
    width: 60px;
    height: 30px;
    background-size: 60px 30px;
  }
  .page-trial .main .schedule .goal__txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-trial .main .schedule {
    padding: 120px 0 100px;
  }
  .page-trial .main .schedule .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-trial .main .schedule__note {
    width: 320px;
    max-width: calc(100% - 40px);
    height: 100px;
  }
  .page-trial .main .schedule__note::after {
    bottom: -20px;
    border-width: 20px 20px 0 20px;
  }
  .page-trial .main .schedule__note p {
    font-size: 20px;
  }
  .page-trial .main .schedule__title {
    display: block;
    background-size: 180px auto;
  }
  .page-trial .main .schedule__title h2 {
    font-size: 64px;
  }
  .page-trial .main .schedule__title p {
    padding: 0;
    margin-left: 0;
    margin-top: 20px;
    font-size: 18px;
  }
  .page-trial .main .schedule__title p br {
    display: none;
  }
  .page-trial .main .schedule__contents {
    margin-top: 35px;
  }
  .page-trial .main .schedule .items {
    padding: 20px;
  }
  .page-trial .main .schedule .items + .items {
    margin-top: 20px;
  }
  .page-trial .main .schedule .item {
    display: block;
  }
  .page-trial .main .schedule .item__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-trial .main .schedule .item__body {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
  }
  .page-trial .main .schedule .item__title {
    font-size: 20px;
  }
  .page-trial .main .schedule .item__title span {
    margin-left: 10px;
    font-size: 14px;
  }
  .page-trial .main .schedule .item__txt {
    margin-top: 10px;
  }
  .page-trial .main .schedule .item__txt p {
    font-size: 15px;
  }
  .page-trial .main .schedule .items:last-child {
    margin-top: 60px;
  }
  .page-trial .main .schedule .items:last-child::before {
    top: -42px;
    width: 40px;
    height: 20px;
    background-size: 40px 20px;
  }
  .page-trial .main .schedule .goal {
    margin-top: 60px;
    height: 100px;
  }
  .page-trial .main .schedule .goal::before {
    top: -40px;
    width: 40px;
    height: 20px;
    background-size: 40px 20px;
  }
  .page-trial .main .schedule .goal__txt {
    font-size: 20px;
  }
}
/* ===================================

  メッセージ

====================================== */
.page-message .main .main-copy .subcopy {
  margin-top: 30px;
  font-size: 48px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--cl-sub);
}
.page-message .main .message-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-message .main .message-contents figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  width: 380px;
  margin: 0;
  padding-bottom: 0;
}
.page-message .main .message-contents .message-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 45px;
}
.page-message .main .policy {
  margin-top: 65px;
}
.page-message .main .policy > *:first-child {
  margin-top: 0;
}
.page-message .main .policy__body {
  margin-top: 42px;
}
.page-message .main .policy__body > *:first-child {
  margin-top: 0;
}
.page-message .main .policy h2 {
  font-size: 48px;
  font-weight: 700;
}
.page-message .main .policy h3 {
  font-size: 18px;
  line-height: 2;
  color: var(--cl-pri);
}
.page-message .main .policy ul {
  padding-left: 2em;
}
.page-message .main .policy ul li {
  text-indent: -1em;
}

@media screen and (max-width: 1199px) {
  .page-message .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .page-message .main .main-copy .subcopy {
    margin-top: 24px;
    font-size: 30px;
  }
  .page-message .main .message-contents figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
  }
  .page-message .main .message-contents .message-txt {
    padding: 0;
    margin: 0;
    padding-right: 40px;
  }
  .page-message .main .policy {
    margin-top: 50px;
  }
  .page-message .main .policy__body {
    margin-top: 20px;
  }
  .page-message .main .policy h2 {
    font-size: 30px;
  }
  .page-message .main .policy h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-message .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-message .main .main-copy h2 br {
    display: none;
  }
  .page-message .main .main-copy .subcopy {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.3;
  }
  .page-message .main .message-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-message .main .message-contents figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-message .main .message-contents .message-txt {
    margin-top: 35px;
    padding-right: 0;
  }
  .page-message .main .policy {
    margin-top: 30px;
  }
  .page-message .main .policy__body {
    margin-top: 16px;
  }
  .page-message .main .policy h2 {
    font-size: 20px;
  }
  .page-message .main .policy h3 {
    font-size: 12px;
  }
}
/* ==================================

  トライアルフォーム：trial-form

===================================== */
.page-trial-form .wpcf7-turnstile.cf-turnstile > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}

/* ==========================
  メインビジュアル：archive-mv
============================= */
.page-trial-form .contact-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  background: #3fa9f5;
}

.page-trial-form .contact-mv .deco {
  width: 18.7%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.page-trial-form .contact-mv .contact-mv-title {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #fff;
}

.page-trial-form .contact-mv h1 {
  font-size: 7.2rem;
}

@media screen and (max-width: 1199px) {
  .page-trial-form .contact-mv h1 {
    font-size: 6rem;
  }
  .page-trial-form .contact-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-trial-form .contact-mv {
    margin-top: 60px;
  }
  .page-trial-form .contact-mv .deco {
    width: 36%;
    left: -57px;
  }
  .page-trial-form .contact-mv .contact-mv-title {
    left: 15px;
  }
  .page-trial-form .contact-mv h1 {
    font-size: 3.6rem;
  }
}
/* ================================
  お問い合わせフォーム：contact-form
=================================== */
.page-trial-form .main {
  padding: 100px 0 123px;
  color: #103488;
}

.page-trial-form .main .container {
  width: 900px;
}

.page-trial-form .main .section-title {
  font-size: 3.6rem;
  color: #3b86e1;
}

.page-trial-form .main .contact-heading p {
  margin-top: 26px;
  font-weight: 700;
  line-height: 2;
}

.page-trial-form .form-wrap {
  margin-top: 46px;
}

.page-trial-form .form-wrap form {
  width: 100%;
  margin-top: -100px;
  padding-top: 100px;
}

.page-trial-form .form-wrap table {
  width: 100%;
  table-layout: fixed;
}

.page-trial-form .form-wrap .f-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 27px 0;
  border-bottom: 1px solid #ccc;
}

.page-trial-form .form-wrap .f-group:first-child {
  border-top: 1px solid #ccc;
}

.page-trial-form .form-wrap th {
  width: 235px;
  max-width: 235px;
  padding-left: 10px;
  text-align: left;
}

.page-trial-form .form-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -5px;
}

.page-trial-form .form-wrap label span {
  display: inline-block;
  width: 55px;
  height: 25px;
  margin-top: 3px;
  background: #b20e2f;
  color: #fff;
  font-size: 1.4rem;
  line-height: 25px;
  text-align: center;
}

.page-trial-form .form-wrap label span.any {
  background: #888;
}

.page-trial-form .form-wrap td {
  width: 665px;
  max-width: 665px;
  padding: 0 100px 0 45px;
}

.page-trial-form .form-wrap input,
.page-trial-form .form-wrap textarea {
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
  font-size: 1.8rem;
  line-height: 45px;
}

.page-trial-form .form-wrap textarea {
  height: 185px;
}

.page-trial-form .form-wrap .f-ta {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-trial-form .form-wrap .f-ta label {
  margin-top: 5px;
}

.page-trial-form .form-wrap .f-ta label span {
  margin-top: 5px;
}

.page-trial-form .form-wrap input[type=submit] {
  position: relative;
  display: block;
  width: 320px;
  height: 77px;
  margin: 100px auto 0;
  background: #3b86e1 url(img/arrow-right-w.svg) no-repeat 285px center;
  background-size: 10px 13px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.page-trial-form .form-wrap input[type=button].wpcf7-back {
  width: 300px;
  margin: 20px auto 0;
}

.page-trial-form .form-wrap .select-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 45px;
  background: #f2f2f2;
  border-radius: 4px;
  text-align: center;
}

.page-trial-form .form-wrap .select-wrap::before {
  display: block;
  position: absolute;
  top: 17px;
  right: 18px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid #ccc;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 1px solid transparent;
}

.page-trial-form .form-wrap .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 45px;
  padding: 0 8px 0 20px;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 45px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #103488;
}

.page-trial-form .form-wrap .select-wrap select::-ms-expand {
  display: none;
}

@media screen and (max-width: 1199px) {
  .page-trial-form .main {
    padding: 60px 0 80px;
    color: #103488;
  }
  .page-trial-form .main .container {
    width: 745px;
  }
  .page-trial-form .main .section-title {
    font-size: 3.6rem;
    color: #3b86e1;
  }
  .page-trial-form .main .contact-heading p {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .page-trial-form .form-wrap {
    margin-top: 30px;
  }
  .page-trial-form .form-wrap .f-group {
    padding: 20px 0;
  }
  .page-trial-form .form-wrap th {
    width: 35%;
    max-width: 35%;
    padding-left: 10px;
  }
  .page-trial-form .form-wrap label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-trial-form .form-wrap label span {
    display: inline-block;
    width: 55px;
    height: 25px;
    background: #b20e2f;
    color: #fff;
    font-size: 1.4rem;
    line-height: 25px;
    text-align: center;
  }
  .page-trial-form .form-wrap td {
    width: 65%;
    max-width: 65%;
    padding: 0 10px 0 20px;
  }
  .page-trial-form .form-wrap input,
  .page-trial-form .form-wrap textarea {
    font-size: 1.6rem;
  }
  .page-trial-form .form-wrap input[type=submit] {
    margin: 40px auto 0;
  }
  .page-trial-form .form-wrap .select-wrap select {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-trial-form .main {
    padding: 40px 0 80px;
  }
  .page-trial-form .main .container {
    width: 100%;
    padding: 0 15px;
  }
  .page-trial-form .main .section-title {
    font-size: 3rem;
  }
  .page-trial-form .main .contact-heading p {
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .page-trial-form .form-wrap {
    margin-top: 30px;
  }
  .page-trial-form .form-wrap .f-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0 10px 0;
  }
  .page-trial-form .form-wrap th {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
  .page-trial-form .form-wrap label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
  }
  .page-trial-form .form-wrap label span {
    width: 40px;
    height: 20px;
    margin-left: 6px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .page-trial-form .form-wrap td {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    padding: 0;
  }
  .page-trial-form .form-wrap textarea {
    height: 150px;
  }
  .page-trial-form .form-wrap .f-ta label {
    margin-top: 0;
  }
  .page-trial-form .form-wrap input[type=submit] {
    margin: 20px auto 0;
    width: 250px;
    height: 60px;
    line-height: 60px;
    background-position: 225px center;
  }
  .page-trial-form .form-wrap input[type=button].wpcf7-back {
    width: 200px;
    margin: 10px auto 0;
  }
  .page-trial-form .form-wrap .select-wrap select {
    padding: 0 10px;
  }
}
/* お問い合わせバリデーション設定 */
div.wpcf7-validation-errors {
  height: 50px;
  margin: 0;
  background: rgba(255, 0, 0, 0.2);
  color: #f00;
  border: 2px solid #f00;
  line-height: 42px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  div.wpcf7-validation-errors {
    height: 40px;
    line-height: 30px;
    margin-top: -20px;
  }
}
/* ===================================

  トップページ

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

  2026/01 修正

====================================== */
.home .main .message__body {
  margin-top: 55px;
}
.home .main .message__group + .message__group {
  margin-top: 45px;
}
.home .main .message__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.home .main .message__list {
  margin-top: 15px;
  padding-left: 1em;
  font-size: 18px;
}
.home .main .message__list li {
  text-indent: -1em;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .home .main .message__body {
    margin-top: 40px;
  }
  .home .main .message__group + .message__group {
    margin-top: 35px;
  }
  .home .main .message__heading {
    font-size: 18px;
  }
  .home .main .message__list {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .home .main .message__body {
    margin-top: 30px;
  }
  .home .main .message__group + .message__group {
    margin-top: 30px;
  }
  .home .main .message__heading {
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 15px;
  }
  .home .main .message__list {
    margin-top: 8px;
    font-size: 14px;
  }
}