@charset "UTF-8";
/*
*/
/* --- 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;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
	border-radius:4px;
	transition:.3s;
}

button:hover{
	opacity:.7;
}
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 {
  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 .3s;
  transition: all .3s;
}

a:hover {
  opacity: .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: 320px;
}

.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(../image/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;
    align-items: center;
  }
  .header .menu-item {
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  .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;
    border-radius: 0;
  }
  .header #menu-btn span {
    position: absolute;
    left: 50%;
    -webkit-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%);
        transform: translate(-50%);
  }
  .header #menu-btn span:last-of-type {
    bottom: 30px;
  }
  .header #menu-btn.active span:first-of-type {
    -webkit-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);
        transform: rotate(-45deg);
    bottom: 47px;
    left: 26px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    padding: 20px 0 20px 15px;
  }
  .header-logo {
    /*width: 108.5%;*/
     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%);
        transform: translate(-50%);
  }
  .header #menu-btn span:last-of-type {
    bottom: 18px;
  }
  .header #menu-btn.active span:first-of-type {
    -webkit-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);
        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%);
  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%);
        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;
    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%);
    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: 1400px;
}

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

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

.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 {
  margin-left: 88px;
}

.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 .5s;
  transition: all .5s;
}
.home .schedule-post-wrap .post-thumb a:hover img {
  -webkit-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(/image/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(/image/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: 300px;
    height: 40px;
    background: url(../image/more-btn-arrow.svg) no-repeat 270px center;
    background-size: 10px 11px;
    margin: 25px auto 0;
    font-size: 1.4rem;
    line-height: 37px;
    text-align: center;
    padding-left: 0;
  }
}

/* ===========================
  メッセージ：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 .5s;
  transition: all .5s;
}
.home .report-wrap .post-thumb a:hover img {
  -webkit-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;
}

.home .report-mv .more-btn {
  background: url(../image/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;
  bottom: 82px;
    position: absolute;
    left: 72px;
}


@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;
  }
  .home .report-mv .more-btn{
    bottom: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}

/* ===========================
  会員紹介：member-wrap
============================== */
.home .member-wrap {
  background-color: #3b86e1;
}

.home .member-wrap .pc-l {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.home .member-wrap .container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

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

.home .member-wrap .member-left {
  position: relative;
  padding-top: 100px;
  z-index: 1;
  padding-left: 3%;
  width: 30%;
  min-width: 450px;
}

.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 {
  width: 68%;
  /* -webkit-box-flex: 0;
  -ms-flex: 0 0 1060px;
  flex: 0 0 1060px;
  margin-left: -50px; */
}

.home .member-wrap .members-img {
  width: 1135px;
}

.home .member-wrap .more-btn {
  background: url(../image/more-btn-arrow-w.svg) no-repeat 132px center;
  background-size: 8px 9px;
  margin-left: 0;
  border: 1px solid #fff;
  color: #fff;
}
.home .member-wrap .more-btn:hover,
.home .member-wrap .more-btn:active {
  background: #fff url(../image/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(../image/more-btn-arrow-w.svg) no-repeat 270px 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;
    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;
  }
}

@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 auto 0;
  }
  .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;
}

.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 .5s;
  transition: all .5s;
}
.archive .main .post-thumb a:hover img,
.search .main .post-thumb a:hover img {
  -webkit-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(../image/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(../image/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 .3s;
  transition: all .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(../image/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%);
      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,
.single-body h3,
.single-body h4 {
  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;
}

.single-body h4 {
  font-size: 2rem;
}

.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,
  .single-body h3,
  .single-body h4 {
    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-activity

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

.page-activity .membervoice .section-title,
.page-activity .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-activity .membervoice .section-title h2,
.page-activity .flow .section-title h2 {
  font-size: 7.2rem;
}

.page-activity .membervoice .section-title p,
.page-activity .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-activity .membervoice .section-title,
  .page-activity .flow .section-title {
    padding: 0 30px 0 40px;
  }
  .page-activity .membervoice .section-title h2,
  .page-activity .flow .section-title h2 {
    font-size: 4.8rem;
  }
  .page-activity .membervoice .section-title p,
  .page-activity .flow .section-title p {
    margin-top: 14px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .page-activity .membervoice .title-deco,
  .page-activity .flow .title-deco {
    top: 19px;
  }
  .page-activity .membervoice .section-title,
  .page-activity .flow .section-title {
    padding: 0 20px 0 40px;
  }
  .page-activity .membervoice .section-title h2,
  .page-activity .flow .section-title h2 {
    font-size: 3.6rem;
  }
  .page-activity .membervoice .section-title p,
  .page-activity .flow .section-title p {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}

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

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

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

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

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

@media screen and (max-width: 1199px) {
  .page-activity .activity-mv {
    height: auto;
  }
  .page-activity .activity-mv h1 {
    font-size: 6rem;
  }
  .page-activity .activity-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .page-activity .activity-mv {
    margin-top: 60px;
    height: auto;
  }
  .page-activity .activity-mv .deco {
    width: 36%;
  }
  .page-activity .activity-mv .activity-mv-title {
    position: absolute;
    top: 14%;
    left: 15px;
    color: #fff;
  }
  .page-activity .activity-mv h1 {
    font-size: 3.6rem;
  }
  .page-activity .activity-mv p {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}

/* =============================
  コピー：copy-wrap
================================ */
.page-activity .main {
  padding: 92px 0 0;
}

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

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

.page-activity .copy {
  margin-bottom: 100px;
}

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

@media screen and (max-width: 1199px) {
  .page-activity .main {
    padding: 0;
  }
  .page-activity .container {
    width: 745px;
  }
  .page-activity .copy {
    padding: 60px 0 0;
    margin-bottom: 50px;
  }
  .page-activity .copy-title {
    font-size: 3.6rem;
  }
  .page-activity .copy p {
    margin-top: 24px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-activity .main {
    padding: 30px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .page-activity .container {
    width: 100%;
    padding: 0 15px;
  }
  .page-activity .copy {
    padding-top: 10px;
  }
  .page-activity .copy-title {
    font-size: 3rem;
    line-height: 1.25;
  }
  .page-activity .copy p {
    margin-top: 20px;
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 500;
  }
}
.page-activity .detail {
  padding: 100px 0 60px;
  background: #3b86e1;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1199px) {
  .page-activity .detail {
    padding: 60px 0 40px;
  }
  .page-activity .detail-inner {
    padding: 60px;
  }
  .page-activity .detail-inner h2 {
    margin-top: 40px;
    padding-bottom: 18px;
    font-size: 3.6rem;
  }
  .page-activity .detail-inner h3 {
    margin-top: 20px;
    font-size: 2.2rem;
  }
  .page-activity .detail-inner h3:nth-of-type(2) {
    margin-top: 20px;
  }
  .page-activity .detail-inner p {
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .page-activity .detail {
    padding: 40px 0 30px;
  }
  .page-activity .detail-inner {
    padding: 30px 15px;
  }
  .page-activity .detail-inner h2 {
    margin-top: 30px;
    padding-bottom: 12px;
    font-size: 3rem;
  }
  .page-activity .detail-inner h3 {
    margin-top: 16px;
    font-size: 2rem;
  }
  .page-activity .detail-inner h3:nth-of-type(2) {
    margin-top: 22px;
  }
  .page-activity .detail-inner p {
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.7;
  }
}

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

  入会案内：page-enrollment

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

.enrollment .membervoice .section-title,
.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;
}

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

.enrollment .membervoice .section-title p,
.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) {
  .enrollment .membervoice .section-title,
  .enrollment .flow .section-title {
    padding: 0 30px 0 40px;
  }
  .enrollment .membervoice .section-title h2,
  .enrollment .flow .section-title h2 {
    font-size: 4.8rem;
  }
  .enrollment .membervoice .section-title p,
  .enrollment .flow .section-title p {
    margin-top: 14px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .enrollment .membervoice .title-deco,
  .enrollment .flow .title-deco {
    top: 19px;
  }
  .enrollment .membervoice .section-title,
  .enrollment .flow .section-title {
    padding: 0 20px 0 40px;
  }
  .enrollment .membervoice .section-title h2,
  .enrollment .flow .section-title h2 {
    font-size: 3.6rem;
  }
  .enrollment .membervoice .section-title p,
  .enrollment .flow .section-title p {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}

/* =============================
  メインビジュアル：enrollment-mv
================================ */
.enrollment .enrollment-mv {
  position: relative;
  height: 36.5%;
  overflow: hidden;
}

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

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

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

.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) {
  .enrollment .enrollment-mv {
    height: auto;
  }
  .enrollment .enrollment-mv h1 {
    font-size: 6rem;
  }
  .enrollment .enrollment-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .enrollment .enrollment-mv {
    margin-top: 60px;
    height: auto;
  }
  .enrollment .enrollment-mv .deco {
    width: 36%;
  }
  .enrollment .enrollment-mv .enrollment-mv-title {
    position: absolute;
    top: 14%;
    left: 15px;
    color: #fff;
  }
  .enrollment .enrollment-mv h1 {
    font-size: 3.6rem;
  }
  .enrollment .enrollment-mv p {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}

/* =============================
  コピー：copy-wrap
================================ */
.enrollment .main {
  padding: 92px 0 0;
}

.enrollment .container {
  width: 1200px;
}

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

.enrollment .copy {
  margin-bottom: 100px;
}

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

@media screen and (max-width: 1199px) {
  .enrollment .main {
    padding: 0;
  }
  .enrollment .container {
    width: 745px;
  }
  .enrollment .copy {
    padding: 60px 0 0;
    margin-bottom: 50px;
  }
  .enrollment .copy-title {
    font-size: 3.6rem;
  }
  .enrollment .copy p {
    margin-top: 24px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .enrollment .main {
    padding: 0 0;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .enrollment .container {
    width: 100%;
    padding: 0 15px;
  }
  .enrollment .copy {
    padding-top: 10px;
  }
  .enrollment .copy-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .enrollment .copy p {
    margin-top: 20px;
    padding-right: 0;
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 500;
  }
}

/* =============================
  入会者の声：membervoice
================================ */
.enrollment .membervoice {
  position: relative;
  margin-top: 146px;
  padding-bottom: 110px;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1199px) {
  .enrollment .membervoice {
    margin-top: 80px;
    padding-bottom: 60px;
  }
  .enrollment .voices {
    margin-top: 60px;
  }
  .enrollment .voice {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .enrollment .voice + .voice {
    margin-top: 60px;
  }
  .enrollment .voice-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .enrollment .voice-body {
    margin-left: 30px;
  }
  .enrollment .voice-title {
    font-size: 1.4rem;
  }
  .enrollment .voice-name {
    margin-top: 10px;
    font-size: 3rem;
  }
  .enrollment .voice-txt {
    margin-top: 16px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .enrollment .membervoice {
    position: relative;
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .enrollment .voices {
    margin-top: 30px;
  }
  .enrollment .voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .enrollment .voice + .voice {
    margin-top: 50px;
  }
  .enrollment .voice-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .enrollment .voice-thumb img {
    display: block;
    width: 61.8%;
  }
  .enrollment .voice-body {
    margin-top: 10px;
    margin-left: 0;
    font-weight: 500;
  }
  .enrollment .voice-title {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .enrollment .voice-name {
    margin-top: 4px;
    font-size: 2rem;
  }
  .enrollment .voice-txt {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

/* =============================
  入会詳細：detail
================================ */
.enrollment .detail {
  padding: 100px 0 60px;
  background: #3b86e1;
}

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

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

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

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

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

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

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

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

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

.enrollment .detail-inner .btn a {
  color: #1b1464;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;

}

@media screen and (max-width: 1199px) {
  .enrollment .detail {
    padding: 60px 0 40px;
  }
  .enrollment .detail-inner {
    padding: 60px;
  }
  .enrollment .detail-inner h2 {
    margin-top: 40px;
    padding-bottom: 18px;
    font-size: 3.6rem;
  }
  .enrollment .detail-inner h3 {
    margin-top: 20px;
    font-size: 2.2rem;
  }
  .enrollment .detail-inner h3:nth-of-type(2) {
    margin-top: 20px;
  }
  .enrollment .detail-inner p {
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .enrollment .detail {
    padding: 40px 0 30px;
  }
  .enrollment .detail-inner {
    padding: 30px 15px;
  }
  .enrollment .detail-inner h2 {
    margin-top: 30px;
    padding-bottom: 12px;
    font-size: 2.4rem;
  }
  .enrollment .detail-inner h3 {
    margin-top: 16px;
    font-size: 2rem;
  }
  .enrollment .detail-inner h3:nth-of-type(2) {
    margin-top: 22px;
  }
  .enrollment .detail-inner p {
    font-size: 1.6rem;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.7;
  }
}

/* =============================
  入会の流れ：flow
================================ */
.enrollment .flow {
  position: relative;
  padding: 85px 0 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1199px) {
  .enrollment .flow {
    position: relative;
    padding: 80px 0 80px;
  }
  .enrollment .flow .title-deco {
    top: 120px;
  }
  .enrollment .flow-contents {
    margin-top: 60px;
  }
  .enrollment .flow-card {
    width: 16%;
  }
  .enrollment .flow-card .step {
    font-size: 2rem;
  }
  .enrollment .flow-img {
    width: 100%;
    height: 120px;
  }
  .enrollment .flow-img img {
    width: 70%;
  }
  .enrollment .flow-txt {
    font-size: 1.6rem;
  }
  .enrollment .flow-txt span {
    font-size: 1.2rem;
  }
  .enrollment .flow .toright {
    position: absolute;
    top: 38%;
    right: -26px;
    width: 16px;
  }
  .enrollment .flow .flow-card-2 .flow-img img {
    width: 58px;
  }
  .enrollment .flow .pdf-dl {
    width: 480px;
    height: 80px;
    margin-top: 90px;
  }
  .enrollment .flow .pdf-dl .pdf-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
  }
  .enrollment .flow .pdf-dl .pdf-left img {
    width: 32px;
  }
  .enrollment .flow .pdf-dl .pdf-right {
    width: 400px;
  }
  .enrollment .flow .pdf-dl .pdf-right p {
    line-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .enrollment .flow {
    position: relative;
    padding: 40px 0 50px;
  }
  .enrollment .flow .title-deco {
    top: 63px;
  }
  .enrollment .flow .section-title {
    padding: 0 40px;
  }
  .enrollment .flow .section-title p {
    margin-top: 19px;
  }
  .enrollment .flow-contents {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .enrollment .flow-card {
    width: 80%;
    margin: 0 auto;
  }
  .enrollment .flow-card + .flow-card {
    margin-top: 100px;
  }
  .enrollment .flow-card .step {
    font-size: 2rem;
  }
  .enrollment .flow-img {
    height: 120px;
  }
  .enrollment .flow-img img {
    width: 100px;
  }
  .enrollment .flow-txt {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .enrollment .flow-txt span {
    font-size: 1.4rem;
  }
  .enrollment .flow .toright {
    top: 120%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg);
    width: 30px;
  }
  .enrollment .flow .flow-card-2 .flow-img img {
    width: 77px;
  }
  .enrollment .flow .pdf-dl {
    width: 300px;
    height: 50px;
    margin: 90px auto 0;
  }
  .enrollment .flow .pdf-dl .pdf-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
  }
  .enrollment .flow .pdf-dl .pdf-left img {
    width: 20px;
  }
  .enrollment .flow .pdf-dl .pdf-right {
    width: 250px;
  }
  .enrollment .flow .pdf-dl .pdf-right p {
    font-size: 1.2rem;
    line-height: 50px;
  }
}

/* =============================
  入会規約：terms
================================ */
.enrollment .terms {
  padding: 100px 0;
  background: #f2f2f2;
}

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

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

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

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

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

@media screen and (max-width: 1199px) {
  .enrollment {
    font-size: 1.6rem;
  }
  .enrollment .terms {
    padding: 60px 0;
  }
  .enrollment .terms-inner {
    height: 460px;
    padding: 40px 60px;
  }
  .enrollment .terms-inner .terms-title {
    font-size: 3.6rem;
  }
  .enrollment .terms-inner h3 {
    font-size: 2.4rem;
    margin-top: 30px;
  }
  .enrollment .terms-inner h3:first-of-type {
    margin-top: 30px;
  }
  .enrollment .terms-inner p {
    margin-top: 15px;
    line-height: 1.7;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .enrollment .terms {
    padding: 40px 0;
  }
  .enrollment .terms-inner {
    height: 400px;
    padding: 30px 15px;
  }
  .enrollment .terms-inner .terms-title {
    font-size: 3rem;
  }
  .enrollment .terms-inner h3 {
    font-size: 2rem;
    margin-top: 24px;
  }
  .enrollment .terms-inner h3:first-of-type {
    margin-top: 30px;
  }
  .enrollment .terms-inner p {
    margin-top: .6em;
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 500;
  }
}

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

  お問い合わせ：page-contact

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

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

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

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

@media screen and (max-width: 1199px) {
  .contact-mv h1 {
    font-size: 6rem;
  }
  .contact-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .contact-mv {
    margin-bottom: 30px;
  }
  .contact-mv .deco {
    width: 29%;
    /* width: 36%; */
    left: -57px;
  }
  .contact-mv .contact-mv-title {
    left: 15px;
  }
  .contact-mv h1 {
    font-size: 3.6rem;
  }
}

/* ================================
  お問い合わせフォーム：contact-form
=================================== */
.contact .main ,
.check .main ,
.thanks .main {
  padding: 100px 0 123px;
  color: #103488;
}

.contact .main .container,
.check .main .container,
.thanks .main .container {
  width: 900px;
	padding-top: 100px;
}

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

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

.contact .form-wrap,
.check .form-wrap,
.thanks .form-wrap {
  margin-top: 46px;
}

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

.contact .form-wrap table,
.check .form-wrap table,
.thanks .form-wrap table {
  width: 100%;
  table-layout: fixed;
}

.contact .form-wrap .f-group,
.check .form-wrap .f-group,
.thanks .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;
}

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

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

.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;
}

.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;
}
.form-wrap label span.any {
  background: #888;
}

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

.form-wrap input,
.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;
}

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

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

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

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

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

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

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

.check .form-wrap .select-wrap {
  background: #fff;
  text-align: left;
  height: auto;
}

.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;
}

.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;
}

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

.thanks .form-wrap p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1em;
}

.thanks .form-wrap .btn a {
  position: relative;
  display: block;
  width: 320px;
  height: 77px;
  margin: 100px auto 0;
  background: #3b86e1 url(../image/arrow-right-w.svg) no-repeat 285px center;
  background-size: 10px 13px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 75px;
}

@media screen and (max-width: 1199px) {
  .contact .main,
  .check .main,
  .thanks .main {
    padding: 60px 0 80px;
    color: #103488;
  }
  .contact .main .container,
  .check .main .container,
  .thanks .main .container {
    width: 745px;
  }
  .contact .main .section-title,
  .check .main .section-title,
  .thanks .main .section-title {
    font-size: 3.6rem;
    color: #3b86e1;
  }
  .contact .main .contact-heading p,
  .check .main .contact-heading p,
  .thanks .main .contact-heading p {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .form-wrap {
    margin-top: 30px;
  }
  .form-wrap .f-group {
    padding: 20px 0;
  }
  .form-wrap th {
    width: 35%;
    max-width: 35%;
    padding-left: 10px;
  }
  .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;
  }
  .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;
  }
  .form-wrap td {
    width: 65%;
    max-width: 65%;
    padding: 0 10px 0 20px;
  }
  .form-wrap input,
  .form-wrap textarea {
    font-size: 1.6rem;
  }
  .form-wrap button[type=submit] {
    margin: 40px auto 0;
  }
  .form-wrap .select-wrap select {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .contact .main,
  .check .main,
	.thanks .main {
	  padding:0 0 80px;
  }
  .contact .main .container,
  .check .main .container,
  .thanks .main .container {
    width: 100%;
    padding: 0 15px;
  }
  .contact .main .section-title,
  .check .main .section-title,
  .thanks .main .section-title {
    font-size: 3rem;
  }
  .contact .main .contact-heading p,
  .check .main .contact-heading p,
  .thanks .main .contact-heading p {
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .form-wrap {
    margin-top: 30px;
  }
  .form-wrap .f-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0 10px 0;
  }
  .form-wrap th {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
  .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;
  }
  .form-wrap label span {
    width: 40px;
    height: 20px;
    margin-left: 6px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .form-wrap td {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    padding: 0;
  }
  .form-wrap textarea {
    height: 150px;
  }
  .form-wrap .f-ta label {
    margin-top: 0;
  }
  .form-wrap button[type=submit],
  .form-wrap .btn a {
    margin: 20px auto 0;
    width: 250px;
    height: 60px;
    line-height: 60px;
    background-position: 225px center;
  }
  .form-wrap input[type=button].wpcf7-back {
    width: 200px;
    margin: 10px auto 0;
  }
  .form-wrap .select-wrap select {
    padding: 0 10px;
  }
}

/* お問い合わせバリデーション設定 */
div.wpcf7-validation-errors {
  height: 50px;
  margin: 0;
  background: rgba(255, 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
================================ */
.about .about-mv {
  position: relative;
  height: 36.5%;
  overflow: hidden;
}

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

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

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

.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) {
  .about .about-mv {
    height: auto;
  }
  .about .about-mv h1 {
    font-size: 6rem;
  }
  .about .about-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .about .about-mv {
    height: auto;
    margin-top: 60px;
  }
  .about .about-mv .deco {
    width: 36%;
  }
  .about .about-mv .about-mv-title {
    position: absolute;
    top: 14%;
    left: 15px;
    color: #fff;
  }
  .about .about-mv h1 {
    font-size: 3.6rem;
  }
  .about .about-mv p {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}

/* =============================
  コピー：copy
================================ */
.about {
  font-weight: 700;
}

.about .container {
  width: 1200px;
}

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

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

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

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

.section-subtitle {
  font-size: 3rem;
}
@media screen and (max-width: 1199px) {
  .about {
    font-weight: 700;
  }
  .about .container {
    width: 745px;
  }
  .about .main {
    padding: 60px 0;
  }
  .about .copy {
    padding-bottom: 60px;
  }
  .about .copy h2 {
    font-size: 3.6rem;
  }
  .about .copy p {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .section-subtitle {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .about {
    font-weight: 500;
    font-size: 1.6rem;
  }
  .about .container {
    width: 100%;
    padding: 0 15px;
  }
  .about .main {
    padding: 40px 0;
  }
  .about .copy {
    padding-bottom: 40px;
  }
  .about .copy h2 {
    font-size: 3rem;
  }
  .about .copy p {
    margin-top: 20px;
    line-height: 2;
  }
}

/* =============================
  理念：philo
================================ */
.about .philo {
  padding: 160px 0 134px;
  background: #f2f2f2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1199px) {
  .about .philo {
    padding: 60px 0;
    font-size: 1.6rem;
  }
  .about .philo-contents {
    padding: 60px 20px;
  }
  .about .philo-contents h2 {
    margin-top: 30px;
    font-size: 5.8rem;
  }
  .about .philo-contents h3 {
    margin-top: 40px;
    padding-bottom: 16px;
    font-size: 3rem;
  }
  .about .philo-contents h3:first-child {
    margin-top: 0;
  }
  .about .philo-contents h3:nth-of-type(3) {
    margin-top: 40px;
  }
  .about .philo-contents h3:nth-of-type(4) {
    margin-top: 40px;
  }
  .about .philo-contents p {
    margin-top: 25px;
    line-height: 1.7;
  }
  .about .philo-contents .df {
    margin-top: 25px;
    padding-left: 9px;
  }
  .about .philo-contents .df ul {
    margin-top: 20px;
    margin-left: -14px;
  }
  .about .philo-contents h4 {
    font-size: 2.2rem;
  }
  .about .philo-contents h4 span {
    font-size: 1.8rem;
  }
  .about .philo-contents .right {
    margin-left: 50px;
  }
  .about .philo-contents ol {
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .about .philo {
    padding: 30px 0;
    font-size: 1.6rem;
  }
  .about .philo-contents {
    padding: 30px 15px;
  }
  .about .philo-contents h2 {
    margin-top: 30px;
    font-size: 2.5rem;
  }
  .about .philo-contents h3 {
    margin-top: 30px;
    padding-bottom: 10px;
    font-size: 2rem;
  }
  .about .philo-contents h3:nth-of-type(3) {
    margin-top: 30px;
  }
  .about .philo-contents h3:nth-of-type(4) {
    margin-top: 30px;
  }
  .about .philo-contents p {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .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;
  }
  .about .philo-contents .df ul {
    margin-top: 8px;
    margin-left: -14px;
  }
  .about .philo-contents .df ul li {
    margin-top: 0;
    line-height: 2;
    font-size: 1.6rem;
  }
  .about .philo-contents h4 {
    font-size: 1.6rem;
  }
  .about .philo-contents h4 span {
    font-size: 1.4rem;
  }
  .about .philo-contents .right {
    margin-top: 25px;
    margin-left: 0;
  }
  .about .philo-contents ol {
    margin-top: 15px;
    padding-left: 5px;
  }
  .about .philo-contents ol li {
    font-size: 1.6rem;
    margin-top: 10px;
    line-height: 2;
  }
}

/* =============================
  組織図：chart
================================ */
.about .container {
  width: 1200px;
}

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

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

.about .chart-img {
  display: block;
  margin: 60px auto 0;
  width: 100%;
  max-width: 1000px;
}

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

@media screen and (max-width: 767px) {
  .about .chart {
    padding: 40px 0 0;
  }
  .about .chart .section-title {
    font-size: 3rem;
  }
  .about .chart-img {
    width: 900px;
    border: #4d4d4d solid 1px;
  }
}

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

  サンクスページ：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%);
      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(../image/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(./../image/IMG_6440.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%);
      transform: translateY(-50%);
  width: 20px;
  height: 26px;
  background: url(../image//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 .3s;
  transition: all .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(../image/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(../image/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);
        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: center;
}

.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: 1080px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.banner-wrap .banner-link {
  display: block;
  width: 190px;
  margin-bottom: 20px;
}

@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: #000;
  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
================================ */
.members .archive-members-mv {
  position: relative;
  height: 36.5%;
  overflow: hidden;
  margin-top: 100px;
}

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

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

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

.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) {
  .members .archive-members-mv {
    height: auto;
  }
  .members .archive-members-mv h1 {
    font-size: 6rem;
  }
  .members .archive-members-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .members .archive-members-mv {
    height: auto;
    margin-top: 60px;
  }
  .members .archive-members-mv .deco {
    width: 36%;
  }
  .members .archive-members-mv .archive-members-mv-title {
    position: absolute;
    top: 14%;
    left: 15px;
    color: #fff;
  }
  .members .archive-members-mv h1 {
    font-size: 3.6rem;
  }
  .members .archive-members-mv p {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}

/* =============================
  メインコンテンツ：main-contents
================================ */

.members .main {
  width: 100%;
}

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

.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 .3s;
  transition: all .3s;
}

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

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


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

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

.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;
}

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

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

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

.members .member-thumb .member-link img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

.members .member-detail {
}

.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;
}

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

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

.members .member-body p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

.members .url a {
  color: #1b1464;
  text-decoration: underline;
}

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

.members .member-foot .member-link {
  float: right;
  font-size: 1.4rem;
  font-weight: 700;
  color: #3b86e1;
}
.members .member-foot .member-link .fas {
  margin-left: 10px;
}

@media screen and (max-width: 1199px) {
  .members .main .container {
    width: 745px;
    padding: 60px 0 30px;
  }

  .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;
  }

  .members .members-contents {
    margin-top: 60px;
  }

  .members .members-content + .members-content {
    margin-top: 30px;
  }

  .members .line-title {
    font-size: 2.8rem;
    padding-bottom: 14px;
  }

  .members .member-items {
    margin-top: 30px;
  }

  .members .member-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    margin-bottom: 30px;
  }

  .members .member-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
    height: auto;
  }


  .members .member-cat {
    height: 16px;
    font-size: 1rem;
    line-height: 16px;
  }

  .members .member-comname {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .members .member-body {
    margin-top: 14px;
    padding-bottom: 8px;
  }

  .members .member-body p {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .members .member-foot {
    margin-top: 10px;
  }

  .members .member-foot .member-link {
    font-size: 1.2rem;
  }

  .members .member-foot .member-link .fas {
    margin-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .members .main .container {
    width: 100%;
    padding: 40px 15px 10px;
  }

  .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;
  }

  .members .members-contents {
    margin-top: 30px;
  }

  .members .members-content + .members-content {
    margin-top: -40px;
    padding-top: 60px;
  }

  .members .line-title {
    font-size: 2.4rem;
    padding-bottom: 10px;
    border-bottom: 3px solid #cceafb;
  }

  .members .member-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }

  .members .member-item {
    width: 100%;
    margin-bottom: 0;
  }

  .members .member-item {
    padding-bottom: 15px;
  }

  .members .member-item + .member-item {
    padding: 15px 0;
    border-top: 1px solid #999;
  }

  .members .member-body {
    padding-bottom: 0;
  }
}

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

  会員紹介詳細：.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
====================================== */
.archive-schedule-mv {
  position: relative;
  height: 36.5%;
  overflow: hidden;
  margin-top: 100px;
}

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

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

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

.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) {
  .archive-schedule-mv {
    height: auto;
  }
 .archive-schedule-mv h1 {
    font-size: 6rem;
  }
 .archive-schedule-mv p {
    margin-top: 20px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
.archive-schedule-mv {
    height: auto;
    margin-top: 60px;
  }
 .archive-schedule-mv .deco {
    width: 36%;
  }
 .archive-schedule-mv .archive-schedule-mv-title {
    position: absolute;
    top: 14%;
    left: 15px;
    color: #fff;
  }
  .archive-schedule-mv h1 {
    font-size: 3.6rem;
  }
 .archive-schedule-mv p {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}

/* ===================================
  メインコンテンツ：main-contents
====================================== */
.schedule .schedule-title {
  font-size: 6rem;
  color: #3b86e1;
}

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

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

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

.schedule .monthly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

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

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

.schedule .monthly-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
  border-bottom: 4px solid #cceafb;
  position: relative;
}

.schedule .monthly-body::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #cceafb;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 9999;
}

.schedule .monthly-body ul {
	display: flex;
	flex-direction: column;
}

.schedule .monthly-item {
  position: relative;
  border-top: 1px solid #999;
}

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

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

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

.schedule .event-cat {
  width: 120px;
  height: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: -4px;
  color: #fff;
  line-height: 28px;
  text-align: center;
}

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

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

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

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

.schedule .event-cat.keiei {
  background-color: #ffc000;
}

.schedule .event-cat.training {
  background-color: #e452e7;
}

.schedule .event-day {
  margin-left: 50px;
  font-weight: 700;
  line-height: 29px;
  margin-top: -6px;
}

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

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

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

.schedule .event-detail .event-detail-inner  {
  display: flex;
}

.schedule .event-detail .event-detail-inner .event-left {
  width: 4em;
}

.schedule .event-detail .event-detail-inner .event-right {
  width: calc( 100% - 4em );
}

.schedule .link-arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #3b86e1;
}
@media screen and (max-width: 1199px) {
  .schedule .schedule-title {
    font-size: 4rem;
    color: #3b86e1;
  }
  
  .schedule .tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 34px;
  }

  .schedule .tab {
    width: 49px;
    height: 32px;
    margin-right: 6px;
    margin-bottom: 6px;
    line-height: 32px;
    font-size: 1.4rem;
  }

  .schedule .schedule-contents {
    margin-top: 60px;
  }

  .schedule .monthly {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .schedule .monthly + .monthly {
    margin-top: 34px;
    margin-top: -26px;
    padding-top: 60px;
  }

  .schedule .monthly-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 2.8rem;
  }

  .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;
  }

  .schedule .monthly-link,
  .schedule .monthly-no-link {
    padding: 14px 11px;
  }

  .schedule .monthly-link:focus,
  .schedule .monthly-no-link:focus {
    background-color: #e6f8fc;
    opacity: 1;
  }

  .schedule .monthly-link .df,
  .schedule .monthly-no-link .df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .schedule .cate-group {
    display: flex;
  }

  .schedule .event-cat.general {
    margin-top: 0;
    margin-top: -3px;
    margin-left: 6px;
  }

  .schedule .event-day {
    margin-left: 50px;
  }

  .schedule .event-detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
    margin-left: -8px;
  }

  .schedule .event-detail p + p {
    margin-top: 8px;
  }

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

  .monthly-item .df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}

@media screen and (max-width: 767px) {
  .schedule .schedule-title {
    font-size: 3.4rem;
  }

  .schedule .event-cat {
    width: 50px;
    height: 20px;
    font-size: 1.4rem;
    margin-top: -3px;
    line-height: 20px;
  }

  .schedule .event-day {
    margin-left: 20px;
    font-size: 1.4rem;
  }

  .schedule .event-detail {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
/* htmlにあったやつ */

html {
	overflow-x: hidden;
}

body {
	width: auto;
}

div .single-body h4 {
  border-bottom:  none;
	border-left: 4px solid #cceafb;
	padding-left: 7px;
    padding-bottom: 15px;
	line-height: 1.5;
}

.project {
		background: #f8f8f8;
	padding: 12px;
}

.cook18{
		background: #fff;
}

.home .schedule-post-wrap .container + .container {
	padding-top: 60px;
}

@media screen and (max-width: 1199px) {
.home .schedule-post-wrap .container + .container {
	padding-top: 40px;
}
}

@media screen and (max-width: 767px) {
.home .schedule-post-wrap .container + .container {
	padding-top: 20px;
}
}

.sidebar .widget_categories .cat-item-1 a::before {
	content: none;
}

.home .mv-wrap .mv-title {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.single-body figure > figcaption {
	font-size: inherit;
	line-height: 1.95;
}

@media screen and (max-width: 767px) {
  .single-body figure > figcaption {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.admin h1 {
  text-align: center;
  font-size: 4rem;
  color: #000;
  padding-top: 200px;
  margin-bottom: 50px;
}

.admin section {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.admin section h2 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.admin section ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.admin section ul li {
  width: 30%;
  margin-bottom: 10px;
  margin-right: 5%;
}

.admin section ul li:nth-child(3n) {
  margin-right: 0;
}

.admin section ul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  padding: 14px 0;
}

.admin section .unei li a {
  background: #00b0f0;
}

.admin section .syuketsu li a {
  background: #00b050;
}

.admin section .gijiroku li a {
  background: #ffc000;
}

.admin section .kaikei li a {
  background: #ff0000;
}

.menu-admin a {
  background: #1b1464;
  color: #fff;
  font-size: 14px;
  padding: 7px 0;
  width: 130px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

.nav-bottom {
  display: flex;
  justify-content: space-between;
  width: 220px;
  margin: 50px auto 0;
}

.nav-bottom--list {
  width: 50px;
  height: 50px;
}