@charset "UTF-8";
/*
Theme Name: idaten
Author: idaten
Version: 0.9
*/
/* -------------------------------------------------------------------
* 外部読み込み
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@font-face {
  font-family: 'nikkyou';
  src: url("../font/NikkyouSans-mLKax.woff") format("woff");
}

/* -------------------------------------------------------------------
* 変数定義
-------------------------------------------------------------------*/
/* color
-------------------------------------------------------------------*/
/* font 
-------------------------------------------------------------------*/
/* breakpoint
-------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

ol, 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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* base style
-------------------------------------------------------------------*/
html,
body {
  background-color: #F2FBFF;
  color: #576065;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
  line-height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  border-style: none;
}

a {
  text-decoration: none;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 118px;
}

@media screen and (max-width: 599px) {
  .main {
    padding-top: 80px;
  }
}

.main-contents {
  position: relative;
  margin-top: 60px;
}

@media screen and (max-width: 599px) {
  .main-contents {
    margin-top: 50px;
  }
}

/* margin
-------------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}

/* font color
-------------------------------------------------------------------*/
.f-red {
  color: #F41A34;
}

.f-blue {
  color: #1AA6F4;
}

.f-orange {
  color: #FFB000;
}

.f-dark {
  color: #041D2C;
}

.f-light {
  color: #888888;
}

/* font family
-------------------------------------------------------------------*/
.f-nikkyou {
  font-family: "nikkyou";
  font-weight: 400;
}

/* font weight
-------------------------------------------------------------------*/
.f-bold {
  font-weight: 700;
}

.f-medium {
  font-weight: 500;
}

/* text align
-------------------------------------------------------------------*/
.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

/* display / none
-------------------------------------------------------------------*/
@media screen and (max-width: 1318px) {
  .display--xl {
    display: none;
  }
}

@media screen and (min-width: 1023px) {
  .display--lg {
    display: none;
  }
}

@media screen and (min-width: 959px) {
  .display--md {
    display: none;
  }
}

@media screen and (min-width: 598px) {
  .display--sm {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .none--lg {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .none--md {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .none--sm {
    display: none;
  }
}

/* hover effect
-------------------------------------------------------------------*/
.scale-up {
  overflow: hidden;
}

.scale-up img {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.scale-up:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bright-img:hover img,
.bright:hover {
  opacity: .7;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.link {
  position: relative;
  color: #1AA6F4;
}

.link::after {
  content: '';
  background-color: #1AA6F4;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.link:hover {
  color: #1AA6F4;
}

.link:hover::after {
  opacity: 1;
}

@media screen and (min-width: 1341px) {
  a[href^="tel:"] {
    color: #1AA6F4;
    pointer-events: none;
  }
}

/* container
-------------------------------------------------------------------*/
.container {
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
}

.container--md {
  max-width: calc(1240px + 80px);
}

.container--sm {
  max-width: calc(850px + 80px);
}

@media screen and (max-width: 599px) {
  .container {
    padding: 0 20px;
  }
}

.header {
  background-color: #FFFFFF;
  border-bottom: 2px solid #1AA6F4;
  position: fixed;
  height: 110px;
  width: 100%;
  z-index: 9999;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
  height: 100%;
}

.header__logo {
  margin-right: 10px;
}

.header__logo img {
  height: 46px;
  width: auto;
}

.header__btn {
  line-height: 1em;
}

.header__btn a {
  display: inline-block;
  background-color: #D9F2FF;
  border: 2px solid #1AA6F4;
  color: #1AA6F4;
  font-weight: 700;
  font-size: 22px;
  padding: 20px 30px;
}

.header__btn a .en {
  font-size: 30px;
  line-height: 1em;
}

.header__btn a .ja {
  font-size: 25px;
  line-height: 1em;
}

@media screen and (max-width: 599px) {
  .header {
    height: 80px;
  }
  .header__inner {
    padding: 0 20px;
  }
  .header__logo img {
    height: 26px;
  }
  .header__btn a {
    font-size: 16px;
    padding: 10px 12px;
  }
  .header__btn a .ja {
    font-size: 17px;
  }
  .header__btn a .en {
    font-size: 20px;
  }
}

/* bunner area
-------------------------------------------------------------------*/
.bnrArea {
  margin-bottom: 50px;
}

.bnrArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -35px;
  margin-bottom: -20px;
}

.bnrArea__item {
  display: block;
  padding-left: 35px;
  padding-bottom: 20px;
  width: calc((100% - 20px * 2) / 3);
  width: calc(100% / 3);
}

@media screen and (max-width: 960px) {
  .bnrArea__list {
    margin-left: -20px;
  }
  .bnrArea__item {
    padding-left: 20px;
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 599px) {
  .bnrArea__item {
    width: 100%;
  }
}

/* footer
-------------------------------------------------------------------*/
.footer {
  background-color: #1AA6F4;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 24px 90px 24px 40px;
  line-height: 1.6em;
}

@media screen and (max-width: 599px) {
  .footer {
    padding: 24px 70px 24px 20px;
  }
}

/* page top
-------------------------------------------------------------------*/
#js-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 70px;
  width: 70px;
  cursor: pointer;
  z-index: 100;
  margin-right: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  #js-pagetop {
    height: 50px;
    width: 50px;
  }
}

.page {
  position: relative;
  margin-bottom: 60px;
}

.page__ttl {
  color: #041D2C;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .page {
    margin-bottom: 40px;
  }
  .page__ttl {
    font-size: 24px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -20px;
}

.btn--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn a {
  margin-left: 40px;
  margin-bottom: 20px;
}

.moreBtn01 {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #1AA6F4;
  color: #576065;
  font-size: 14px;
  line-height: 1em;
}

.moreBtn01::after {
  content: '';
  background-color: #1AA6F4;
  position: absolute;
  bottom: 5px;
  width: 18px;
  height: 1px;
}

.moreBtn01--right {
  border-left: 8px solid #1AA6F4;
  padding: 5px 30px 10px 15px;
}

.moreBtn01--right::after {
  right: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.moreBtn01--left {
  border-right: 8px solid #1AA6F4;
  padding: 5px 15px 10px 30px;
}

.moreBtn01--left::after {
  left: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.moreBtn02 {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #1AA6F4;
  color: #576065;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 15px;
  line-height: 1em;
  max-width: calc(240px - 34px);
  width: calc(100% - 34px);
}

.moreBtn02:hover {
  background-color: #1AA6F4;
  color: #fff;
}

.cvBtn {
  display: block;
  background-color: #D9F2FF;
  border: 2px solid #041D2C;
  color: #041D2C;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 16px 20px;
  width: calc(100% - 44px);
}

/* meta
-------------------------------------------------------------------*/
.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}

.meta--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.meta__date {
  color: #041D2C;
  font-size: 14px;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1em;
}

.meta__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.meta__cat span {
  display: block;
  background-color: #1AA6F4;
  color: #fff;
  font-size: 12px;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  line-height: 1em;
}

/* post navi
-------------------------------------------------------------------*/
.postNav {
  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;
}

.postNav__link {
  margin-bottom: 30px;
}

.postNav__btn {
  text-align: center;
  width: 100%;
}

/* post common
-------------------------------------------------------------------*/
.posts {
  margin-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .posts {
    margin-bottom: 80px;
  }
}

/* post archive
-------------------------------------------------------------------*/
.postArchive {
  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;
}

.postArchive__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 80px;
}

.postArchive__side {
  width: 195px;
}

.postArchive__catTtl {
  position: relative;
  background-color: #1AA6F4;
  color: #fff;
  font-size: 18px;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  padding: 13px;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  margin-bottom: 50px;
  line-height: 1em;
}

@media screen and (max-width: 960px) {
  .postArchive__main {
    margin-right: 40px;
  }
}

@media screen and (max-width: 599px) {
  .postArchive__main {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-right: 0;
    margin-bottom: 60px;
    width: 100%;
  }
  .postArchive__side {
    width: 100%;
  }
  .postArchive__catTtl {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

/* post single
-------------------------------------------------------------------*/
.postSingle {
  margin-bottom: 100px;
}

.postSingle__inner {
  background-color: #fff;
  padding: 40px 60px;
}

.postSingle__head {
  position: relative;
  margin-bottom: 50px;
  z-index: 10;
}

.postSingle__body {
  position: relative;
  margin-bottom: 100px;
  z-index: 10;
}

.postSingle__foot {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  width: 100%;
  z-index: 10;
}

.postSingle__ttl {
  color: #041D2C;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
}

.postSingle__content img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 620px;
  width: 100%;
}

.postSingle__content p {
  margin-bottom: 20px;
}

.postSingle__content b {
  font-weight: 700;
}

.postSingle__content strong {
  color: #F4C41A;
  font-weight: 700;
}

.postSingle__content a {
  position: relative;
  color: #1AA6F4;
}

.postSingle__content a::after {
  content: '';
  background-color: #1AA6F4;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.postSingle__content a:hover {
  color: #1AA6F4;
}

.postSingle__content a:hover::after {
  opacity: 1;
}

.postSingle__content h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #1AA6F4;
  color: #041D2C;
  font-size: 20px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 16px 0 14px 70px;
}

.postSingle__content h2 span {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1AA6F4;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-right: 10px;
  height: 60px;
  width: 60px;
}

.postSingle__content h3 {
  color: #041D2C;
  font-size: 18px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 20px;
}

.postSingle__content h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #F4C41A));
  background: linear-gradient(transparent 50%, #F4C41A 0%);
}

.postSingle__content h4 {
  position: relative;
  color: #041D2C;
  font-size: 16px;
  font-weight: 700;
  padding-left: 25px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.postSingle__content h4::before {
  content: '';
  background-color: #1AA6F4;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 15px;
}

.postSingle__content ul {
  margin-bottom: 20px;
}

.postSingle__content ul li {
  position: relative;
  padding-left: 1em;
}

.postSingle__content ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: #1AA6F4;
  border-radius: 50%;
}

.postSingle__content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.postSingle__content ol {
  counter-reset: cnt;
  margin-bottom: 20px;
}

.postSingle__content ol li {
  padding-left: 34px;
  position: relative;
}

.postSingle__content ol li::before {
  content: counter(cnt);
  counter-increment: cnt;
  background-color: #1AA6F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
  height: 24px;
  width: 24px;
}

.postSingle__content ol li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .postSingle {
    margin-bottom: 80px;
  }
  .postSingle__inner {
    padding: 40px 20px;
  }
  .postSingle__head {
    margin-bottom: 30px;
  }
  .postSingle__body {
    margin-bottom: 60px;
  }
  .postSingle__ttl {
    font-size: 20px;
  }
  .postSingle__content h2 {
    font-size: 18px;
    margin-top: 40px;
    padding: 6px 0 10px 50px;
  }
  .postSingle__content h2 span {
    font-size: 20px;
    height: 40px;
    width: 40px;
  }
  .postSingle__content h3 {
    font-size: 16px;
    margin-top: 40px;
  }
  .postSingle__content h4 {
    font-size: 16px;
    padding-left: 20px;
    margin-top: 30px;
  }
  .postSingle__content h4::before {
    width: 10px;
  }
}

/* pagenation
-------------------------------------------------------------------*/
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

.pagenation span, .pagenation a {
  display: block;
  color: #041D2C;
  font-size: 14px;
  padding: 5px;
  margin: 0;
  line-height: 1em;
}

.pagenation span:not(:last-child), .pagenation a:not(:last-child) {
  margin-right: 10px;
}

.pagenation span.current, .pagenation a.current {
  color: #1AA6F4;
}

@media screen and (max-width: 599px) {
  .pagenation {
    margin-top: 30px;
  }
}

.sidebar {
  background-color: #fff;
}

.sidebar__inner {
  text-align: center;
  padding: 20px;
}

.sidebar__ttl {
  border-bottom: 1px solid #041D2C;
  color: #041D2C;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: 1em;
}

.sidebar__list {
  display: inline-block;
  text-align: left;
}

.sidebar__list li {
  margin-bottom: 15px;
}

.sidebar__list a {
  color: #576065;
}

.sidebar__list a:hover {
  color: #1AA6F4;
}

/* common style
-------------------------------------------------------------------*/
.indexTtl {
  color: #041D2C;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .indexTtl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/* about section
-------------------------------------------------------------------*/
.aboutSec__ttl {
  color: #041D2C;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5em;
}

.aboutSec__ttl span {
  color: #1AA6F4;
  font-weight: 35px;
}

@media screen and (max-width: 599px) {
  .aboutSec__ttl {
    font-size: 26px;
    margin-bottom: 40px;
  }
}

/* news section
-------------------------------------------------------------------*/
.newsSec {
  margin-bottom: 100px;
}

.newsSec__btn {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 599px) {
  .newsSec {
    margin-bottom: 80px;
  }
  .newsSec__btn {
    margin-top: 30px;
  }
}

/* members section
-------------------------------------------------------------------*/
.membersSec {
  margin-bottom: 100px;
}

.membersSec__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.membersSec__tab li {
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #1AA6F4;
  color: #1AA6F4;
  font-size: 25px;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  padding: 20px;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  width: 50%;
}

.membersSec__tab li.current {
  background-color: #1AA6F4;
  border: 2px solid #1AA6F4;
  color: #fff;
}

.membersSec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -20px;
}

.membersSec__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  padding-bottom: 20px;
  width: calc(100% / 3);
}

.membersSec__item a {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

@media screen and (max-width: 1024px) {
  .membersSec__item {
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .membersSec {
    margin-bottom: 80px;
  }
  .membersSec__tab {
    margin-bottom: 30px;
  }
  .membersSec__tab li {
    font-size: 18px;
    padding: 12px;
  }
  .membersSec__item {
    width: 100%;
  }
}

/* fadeIn アニメーション
-------------------------------------------------------------------*/
.js-fadeIn {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.js-fadeIn.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* page navi
-------------------------------------------------------------------*/
#jquery-tab-pager-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

#jquery-tab-pager-navi li a {
  background-color: transparent;
  border: none;
  color: #041D2C;
  font-size: 14px;
  line-height: 1em;
}

#jquery-tab-pager-navi li a.disable, #jquery-tab-pager-navi li a.current {
  background-color: transparent;
}

#jquery-tab-pager-navi li a.current {
  color: #1AA6F4;
}

/* card
-------------------------------------------------------------------*/
.card {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 3px 5px 6px rgba(26, 166, 244, 0.2);
          box-shadow: 3px 5px 6px rgba(26, 166, 244, 0.2);
}

.card:hover {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}

.card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

.card__img {
  position: relative;
  margin-right: 30px;
  width: calc(105 / 400 * 100%);
  width: 105px;
}

.card__img::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.card__img img {
  border: 1px solid #888888;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card__label {
  margin-bottom: 10px;
}

.card__label span {
  display: inline-block;
  background-color: #1AA6F4;
  color: #fff;
  font-size: 16px;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  padding: 5px 10px;
  line-height: 1em;
}

.card__name {
  color: #041D2C;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1em;
}

.card__name .kana {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1em;
}

.card__prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.card__prof dt {
  position: relative;
  color: #576065;
  font-size: 16px;
  padding-left: 25px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 110px;
}

.card__prof dt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 20px;
}

.card__prof dt::after {
  content: '';
  background-color: #576065;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 10px;
}

.card__prof dt.birthday::before {
  background-image: url(../svg/icon_birthday.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.card__prof dt.number::before {
  background-image: url(../svg/icon_number.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.card__prof dd {
  color: #041D2C;
  font-size: 16px;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  margin-bottom: 5px;
  width: calc(100% - 120px);
}

.card__foot {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media screen and (max-width: 1319px) {
  .card__head {
    margin-bottom: 20px;
  }
  .card__img {
    width: 90px;
    margin-right: 20px;
  }
  .card__name {
    font-size: 24px;
  }
}

@media screen and (max-width: 599px) {
  .card__img {
    width: 80px;
  }
}

/* policySec section
-------------------------------------------------------------------*/
.policySec {
  margin-bottom: 100px;
}

.policySec__list {
  margin-bottom: 100px;
}

.policySec__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.policySec__item:not(:last-child) {
  margin-bottom: 80px;
}

.policySec__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.policySec__item--reverse .policySec__body {
  margin-left: -50px;
  margin-right: 0;
}

.policySec__img {
  position: relative;
  width: 50%;
  z-index: 1;
}

.policySec__img::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 61.9354%;
}

.policySec__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.policySec__body {
  position: relative;
  background-color: #fff;
  font-size: 18px;
  margin-right: -50px;
  margin-top: 50px;
  padding: 50px;
  line-height: 1.8em;
  width: calc(50% + 50px);
  z-index: 10;
}

.policySec__btn {
  color: #576065;
  display: block;
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .policySec__item--reverse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .policySec__item--reverse .policySec__img {
    margin-left: 0;
  }
  .policySec__item--reverse .policySec__body {
    margin-left: auto;
  }
  .policySec__img {
    margin-top: -50px;
    margin-left: auto;
    width: calc(100% - 50px);
  }
  .policySec__body {
    margin-left: 0;
    margin-top: 0;
    padding: 40px;
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 599px) {
  .policySec {
    margin-bottom: 80px;
  }
  .policySec__list {
    margin-bottom: 80px;
  }
  .policySec__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .policySec__img {
    margin-top: -20px;
    width: calc(100% - 20px);
  }
  .policySec__body {
    font-size: 16px;
    padding: 25px;
    width: calc(100% - 20px);
  }
  .policySec__ttl--sub {
    font-size: 18px;
  }
  .policySec__ttl--main {
    font-size: 20px;
  }
}

.btnArea {
  margin-left: auto;
  margin-right: auto;
  max-width: 622px;
  width: 100%;
}

/*members members
-------------------------------------------------------------------*/
.members {
  position: relative;
}

.members__head {
  position: relative;
  margin-bottom: 40px;
  z-index: 10;
}

.members__body {
  position: relative;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  width: 100%;
  z-index: 10;
}

.members__foot {
  position: relative;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 599px) {
  .members__body {
    margin-bottom: 60px;
  }
  .members__foot {
    margin-bottom: 80px;
  }
}

.membersCat__label {
  text-align: center;
}

.membersCat__label span {
  display: inline-block;
  background-color: #1AA6F4;
  border: 1px solid #041D2C;
  color: #fff;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 25px;
  text-align: center;
  padding: 10px;
  line-height: 1em;
  width: 180px;
}

.membersCat__txt {
  background-color: #fff;
  font-weight: 700;
  font-size: 30px;
  padding: 40px 20px 30px;
  margin-top: -10px;
  text-align: center;
  line-height: 1em;
}

@media screen and (max-width: 599px) {
  .membersCat__label span {
    font-size: 18px;
    width: 160px;
  }
  .membersCat__box {
    font-size: 24px;
    padding: 30px 20px 20px;
  }
  .membersCat__txt {
    font-size: 24px;
    padding: 30px 20px 20px;
  }
}

.membersProf {
  margin-bottom: 40px;
}

.membersProf__img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 250px;
}

.membersProf__img::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.membersProf__img img {
  border: 2px solid #888888;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.membersProf__name {
  color: #041D2C;
  font-size: 65px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1em;
}

.membersProf__name .kana {
  display: block;
  font-weight: 400;
  font-size: 18px;
  margin-top: 15px;
  line-height: 1em;
}

@media screen and (max-width: 960px) {
  .membersProf__name {
    font-size: 48px;
  }
}

@media screen and (max-width: 599px) {
  .membersProf__name {
    font-size: 32px;
  }
}

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

.membersDetail__col {
  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;
  width: calc(50% - 20px);
}

.membersDetail__col--full {
  width: 100%;
}

.membersDetail__col dt, .membersDetail__col dd {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.membersDetail__col dt {
  color: #576065;
  font-size: 16px;
  padding-left: 10px;
  width: 120px;
}

.membersDetail__col dd {
  color: #041D2C;
  font-size: 16px;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  padding-right: 10px;
  width: calc(100% - 120px);
}

.membersDetail__col dd a {
  color: #041D2C;
}

@media screen and (max-width: 599px) {
  .membersDetail__col {
    width: 100%;
  }
}

.membersSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 10px;
}

.membersSns__link {
  display: block;
  margin-right: 15px;
}

.membersSns__link .icon {
  height: 30px;
}

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

.membersNav__link {
  margin-bottom: 30px;
}

.membersNav__btn {
  text-align: center;
  width: 100%;
}

/* news  archive
-------------------------------------------------------------------*/
.newsPickup {
  background-color: #D9F2FF;
  margin-bottom: 60px;
}

.newsPickup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

.newsPickup__ttl {
  position: relative;
  color: #041D2C;
  font-size: 25px;
  font-weight: 700;
  padding-right: 15px;
  padding-bottom: 20px;
  line-height: 1.2em;
  width: 115px;
}

.newsPickup__ttl::before, .newsPickup__ttl::after {
  content: '';
  position: absolute;
}

.newsPickup__ttl::before {
  border-top: 1px solid;
  bottom: -10px;
  left: 63px;
  width: 20px;
  height: 20px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.newsPickup__ttl::after {
  border-bottom: 1px solid;
  bottom: 0;
  left: 0;
  width: 86px;
}

.newsPickup__body {
  width: calc(100% - 115px);
}

.newsPickup__list {
  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-left: -10px;
  margin-right: -10px;
  margin-bottom: 0 !important;
}

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

.newsPickup__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  height: auto !important;
  width: calc(100% / 4);
}

.newsPickup__card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  display: block;
  color: #576065;
  padding: 20px;
}

.newsPickup__card:hover .newsPickup__cardTtl {
  color: #1AA6F4;
}

.newsPickup__cardTtl {
  color: #041D2C;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: .4s;
  transition: .4s;
}

.newsPickup__cardTxt {
  font-size: 14px;
}

.newsPickup__arrow {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 30px;
  margin: auto;
  width: 30px;
  cursor: pointer;
  z-index: 100;
}

.newsPickup__arrow--prev, .newsPickup__arrow--next {
  background: url(../svg/common/icon_slider-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.newsPickup__arrow--prev {
  left: -5px;
}

.newsPickup__arrow--next {
  right: -5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.newsPickup .slick-dots {
  position: relative !important;
  bottom: 0 !important;
  margin-top: 13px;
}

.newsPickup .slick-dots li button::before {
  content: "" !important;
  background-color: #F2FBFF;
  border: 1px solid #1AA6F4;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  opacity: 1 !important;
}

.newsPickup .slick-dots li.slick-active button::before {
  background-color: #1AA6F4;
  opacity: 1 !important;
}

@media screen and (max-width: 599px) {
  .newsPickup {
    margin-bottom: 50px;
  }
  .newsPickup__inner {
    padding: 20px 0;
  }
  .newsPickup__ttl {
    font-size: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    padding-bottom: 35px;
    text-align: center;
    width: 100%;
  }
  .newsPickup__ttl::before, .newsPickup__ttl::after {
    left: 0;
    right: 0;
    margin: auto;
  }
  .newsPickup__ttl::before {
    bottom: 4px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    height: 16px;
    width: 16px;
  }
  .newsPickup__ttl::after {
    bottom: 15px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 30px;
  }
  .newsPickup__body {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}

/* news archive
-------------------------------------------------------------------*/
.news__item {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
}

.news__item:not(:last-child) {
  margin-bottom: 25px;
}

.news__link {
  display: block;
}

.news__link:hover .news__ttl {
  color: #1AA6F4;
}

.news__ttl {
  color: #041D2C;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: .4s;
  transition: .4s;
}

/* policy title
-------------------------------------------------------------------*/
.policyTtl {
  margin-bottom: 20px;
}

.policyTtl__txt {
  position: relative;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
}

.policyTtl__txt--sub {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.policyTtl__txt--main {
  font-size: 25px;
  font-weight: 700;
}

.policyTtl__txt .js-marker {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1AA6F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: block;
  width: 100%;
  z-index: -1;
}

.page404 {
  margin-bottom: 100px;
}

.page404__bg {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page404__ttl {
  text-align: center;
  margin-bottom: 40px;
}

.page404__ttl .en {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5em;
}

.page404__ttl .ja {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5em;
}

.page404__content {
  margin-bottom: 60px;
}

/*# sourceMappingURL=sourcemap/style.css.map */
