@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700;900&display=swap");
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**/
/*gray*/
/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  height: 100%; }

body {
  position: relative;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.open {
    overflow: hidden;
    height: 100%; }

@media screen and (min-width: 767.5px) and (max-width: 1023.9px) {
  body {
    font-size: calc(100vw / 70); } }
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: inline; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 640px) {
    br.brsp {
      display: inline; } }

@media screen and (max-width: 640px) {
  br.brpc {
    display: none; } }

.inner {
  margin: 0 auto;
  padding: 0 3.75rem;
  width: min(100%, 1420px); }
  @media screen and (max-width: 640px) {
    .inner {
      /*padding: 0 1.25rem;*/
      padding: 0; } }

section {
  position: relative;
  padding: 6.0rem 0;
  /*padding: 7.5rem 0;*/ }
  @media screen and (max-width: 640px) {
    section {
      padding: 3.5rem 1.5rem; } }

a.btn_link, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a {
  position: relative;
  display: inline-block;
  padding: 1.5em 2em;
  min-width: 280px;
  color: #222;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
  background: #ffe100;
  /*    border: 2px solid #222;*/
  border-radius: 100px;
  transition: .3s; }
  a.btn_link:after, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a:after {
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
    font-family: 'Font Awesome\ 5 Free';
    /*        content: "→";*/
    font-size: 18px;
    line-height: 30px; }
  a.btn_link:hover, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a:hover {
    color: #fff;
    background: #1f286f;
    transition: .3s; }
  @media screen and (max-width: 640px) {
    a.btn_link, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a {
      font-size: .9em; } }

a {
  color: #222;
  text-decoration: none;
  transition: .2s; }
  a:hover {
    transition: .2s; }
    a:hover img {
      opacity: .85;
      transition: .2s; }

@media screen and (max-width: 640px) {
  .pcblock {
    display: none !important; } }

.spblock {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .spblock {
      display: block !important; } }

@media screen and (max-width: 640px) {
  .spnone {
    display: none; } }
/*ul reset*/
ul.nonstyle {
  list-style: none;
  margin: 0;
  padding: 0; }

/*sns*/
ul.ul_sns {
  display: flex;
  margin: 0; }
  ul.ul_sns li {
    margin-right: 8px;
    list-style: none; }
    ul.ul_sns li:last-child {
      margin-right: 0; }
    ul.ul_sns li a {
      display: block;
      width: 28px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      color: #fff;
      font-size: 12px;
      background: #000;
      border-radius: 50%;
      /*sns*/
      /*fb*/
      /*tw*/
      /*insta*/
      /*fb*/ }
      ul.ul_sns li a.fb {
        background: #3c5998; }
      ul.ul_sns li a.tw {
        background: #1DA1F2; }
      ul.ul_sns li a.in {
        position: relative;
        background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        overflow: hidden; }
        ul.ul_sns li a.in::before {
          content: '';
          position: absolute;
          top: 11px;
          left: -9px;
          width: 28px;
          height: 28px;
          background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
          background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); }
        ul.ul_sns li a.in i {
          position: relative;
          z-index: 2; }
      ul.ul_sns li a.yt {
        background: #cd201f; }

/*flex*/
ul.ul_flex {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    ul.ul_flex {
      display: block; } }
  ul.ul_flex li {
    width: calc((100% / 3) - 1.5rem);
    margin-right: 2.25rem;
    margin-bottom: 2.25rem; }
    @media screen and (max-width: 640px) {
      ul.ul_flex li {
        width: 100%;
        margin-right: 0; } }
    ul.ul_flex li:nth-child(3n) {
      margin-right: 0; }
    ul.ul_flex li a {
      display: block; }
      ul.ul_flex li a div.img {
        position: relative;
        width: 100%;
        aspect-ratio: 3/2;
        overflow: hidden; }
        ul.ul_flex li a div.img img {
          display: block;
          width: 100%;
          vertical-align: bottom;
          object-fit: cover;
          transform: scale(1);
          transition: .5s ease-in-out; }
      ul.ul_flex li a div.txt div.title {
        margin-top: 1em;
        font-weight: bold;
        line-height: 1.5; }
      ul.ul_flex li a div.txt div.date {
        padding-top: .75em; }
        ul.ul_flex li a div.txt div.date time {
          font-size: .9em; }
      ul.ul_flex li a:hover div.img img {
        opacity: 1;
        transform: scale(1.15);
        transition: .5s ease-in-out; }

/*news_txt*/
ul.ul_newstxt {
  position: relative;
  margin-top: 3.75rem; }
  ul.ul_newstxt li {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    display: flex;
    padding: 1.5em;
    background: #fff;
    border-radius: 1.0rem;
    line-height: 1.6;
        /*a {
            display: flex;
            padding: 1.5em;
            transition: .2s;
			background: #fff;
			border-radius: 1.0rem;
			color: #222;
			@include mq(sm) {
				display: block;
				padding: 1.0em;
			}
            &:hover {
                background: #feebf5;
                transition: .2s;
            }
            div.date {
                width: 9.25rem;
				border-right: 2px solid $lightblue;
                @include mq(sm) {
                    font-size: .8em;
                    width: 100%;
					border-right: none;
					border-bottom: 2px solid $lightblue;
					padding: .5rem;
                }
            }
            div.title {
                width: calc(100% - 9.25rem);
				padding-left: 1.25rem;
				letter-spacing: 0;
                @include mq(sm) {
                    margin-top: .5em;
                    width: 100%;
					padding-left: 0;
                }
            }
        }*/ }
    @media screen and (max-width: 640px) {
      ul.ul_newstxt li {
        display: block; } }
    ul.ul_newstxt li div.date {
      width: 9.25rem;
      border-right: 2px solid #00a0e2; }
      @media screen and (max-width: 640px) {
        ul.ul_newstxt li div.date {
          font-size: .8em;
          width: 100%;
          border-right: none;
          border-bottom: 2px solid #00a0e2;
          padding: .5rem; } }
    ul.ul_newstxt li div.title {
      width: calc(100% - 9.25rem);
      padding-left: 1.25rem;
      letter-spacing: 0; }
      @media screen and (max-width: 640px) {
        ul.ul_newstxt li div.title {
          margin-top: .5em;
          width: 100%;
          padding-left: 0; } }
      ul.ul_newstxt li div.title a {
        text-decoration: underline; }
        ul.ul_newstxt li div.title a:hover {
          text-decoration: none; }

/*googlemap*/
.ggmap {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*youtube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.youtube_ifreme {
  aspect-ratio: 16 / 9;
  max-width: 580px;
  height: auto;
  margin-top: 3.75rem;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }
  @media screen and (max-width: 640px) {
    .youtube_ifreme {
      max-width: 100%; } }
  .youtube_ifreme iframe {
    width: 100%;
    height: 100%; }

/*blockcontents*/
div.single_content {
  padding-bottom: 3.75rem;
  font-size: 1.1em;
  line-height: 1.6;
  word-break: break-all; }
  @media screen and (max-width: 640px) {
    div.single_content {
      padding-bottom: 1.875rem;
      font-size: 1em;
      line-height: 1.5; } }
  div.single_content a:not(.wp-block-button__link) {
    text-decoration: underline;
    transition: .2s; }
    div.single_content a:not(.wp-block-button__link):hover {
      background: #c9edfd;
      transition: .2s; }
  div.single_content ul {
    padding-left: 1.5em; }
  div.single_content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    div.single_content table tr th {
      padding-bottom: .25em;
      border-bottom: 2px solid #333; }
  div.single_content figure {
    margin: auto; }

/*tel*/
a[href*="tel:"] {
  pointer-events: none; }
  @media screen and (max-width: 640px) {
    a[href*="tel:"] {
      pointer-events: auto; } }

span.new {
  color: #ff0000;
  padding-left: .5rem;
  font-size: .9rem; }

/* -------------------------------- 
loading components 
-------------------------------- */
.loader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99; }
  .loader::after {
    animation: loader 0.5s linear infinite;
    border: 1px solid #1f286f;
    border-radius: 50%;
    border-right: 1px solid rgba(31, 40, 111, 0.2);
    border-top: 1px solid rgba(31, 40, 111, 0.2);
    content: "";
    height: 70px;
    width: 70px; }

@keyframes loader {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
/* -------------------------------- 
header components 
--------------------------------- */
header.header {
  position: fixed;
  /*	position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  transition: .2s;
  /*fix*/ }
  @media screen and (max-width: 640px) {
    header.header {
      /*background-color: $tcolor;*/ } }
  header.header div.headerflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    transition: .2s;
    /*height: 5.625rem;*/
    height: 7.5rem;
    margin: 0 7.5rem; }
    @media screen and (max-width: 1366px) {
      header.header div.headerflex {
        margin: 0 2.5rem; } }
    @media screen and (max-width: 1024px) {
      header.header div.headerflex {
        height: 80px; } }
    @media screen and (max-width: 640px) {
      header.header div.headerflex {
        margin: 0 1.5rem;
        padding: 0;
        height: 80px;
        /*background-color: $tcolor;*/ } }
    header.header div.headerflex div.left {
      /*width: 880px;*/
      /*position: relative;*/
      height: 7.5rem;
      display: flex;
      align-items: center;
      /*@include mq(lg) {
      	width: 530px;
      }*/ }
      @media screen and (max-width: 1366px) {
        header.header div.headerflex div.left {
          /*width: 690px;*/ } }
      @media screen and (max-width: 640px) {
        header.header div.headerflex div.left {
          /* width: 300px;*/ } }
      header.header div.headerflex div.left h1 {
        position: absolute;
        margin: 0;
        left: 2.5rem;
        z-index: 2;
        width: 260px;
        height: auto;
        display: none; }
        @media screen and (max-width: 1024px) {
          header.header div.headerflex div.left h1 {
            width: 200px; } }
        @media screen and (max-width: 640px) {
          header.header div.headerflex div.left h1 {
            left: 1.5rem; } }
        header.header div.headerflex div.left h1 a {
          display: block; }
          header.header div.headerflex div.left h1 a img {
            display: block; }
            @media screen and (max-width: 1024px) {
              header.header div.headerflex div.left h1 a img {
                height: 50px; } }
            @media screen and (max-width: 640px) {
              header.header div.headerflex div.left h1 a img {
                left: 1.5rem;
                height: 80px; } }
    header.header div.headerflex div.right {
      width: 100%;
      height: 7.5rem;
      padding: 0;
      			/*@include mq(lg) {
                      width: calc(100% - 530px);
      				padding: 0 20px;
                  }*/
      display: flex;
      justify-content: flex-end;
      align-items: top; }
      @media screen and (max-width: 768px) {
        header.header div.headerflex div.right {
          display: none; } }
      header.header div.headerflex div.right nav.gnav ul.nav {
        margin: 0;
        text-align: right;
        color: #000; }
        header.header div.headerflex div.right nav.gnav ul.nav > li {
          display: inline-block;
          margin-top: 2.5rem;
          margin-right: 2.5em;
          position: relative;
          line-height: 2.5rem;
          font-size: 1.2rem;
          text-shadow: 1px 1px 3px #1f286f;
          /*height: 7.5rem;*/ }
          @media screen and (max-width: 1200px) {
            header.header div.headerflex div.right nav.gnav ul.nav > li {
              font-size: 1.1rem; } }
          @media screen and (max-width: 912px) {
            header.header div.headerflex div.right nav.gnav ul.nav > li {
              font-size: 1.0rem;
              margin-right: 1.0em; } }
          header.header div.headerflex div.right nav.gnav ul.nav > li:before {
            background: #fff;
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            left: 0;
            bottom: 0;
            margin: auto;
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s; }
          header.header div.headerflex div.right nav.gnav ul.nav > li:hover:before {
            transform-origin: left top;
            transform: scale(1, 1); }
          header.header div.headerflex div.right nav.gnav ul.nav > li:hover > span {
            color: #000; }
          header.header div.headerflex div.right nav.gnav ul.nav > li > a, header.header div.headerflex div.right nav.gnav ul.nav > li > span {
            font-weight: bold;
            color: #fff;
            position: relative;
            display: inline-block;
            padding: 0;
            /*							&:after {
                                            position: absolute;
            								bottom: -4px;
            								left: 0;
            								content: '';
            								width: 100%;
            								height: 2px;
            								background: #fff;
            								transform: scale(0, 1);
            								transform-origin: left top;
            								transition: transform .3s;
                                        }
                                        &:hover::after {
                                            transform: scale(1, 1);
                                        }*/ }
          header.header div.headerflex div.right nav.gnav ul.nav > li:last-child {
            margin-right: 0; }
      header.header div.headerflex div.right nav.sns {
        margin-left: 30px;
        text-align: right; }
  header.header.is_fixed {
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
    background: #1f286f;
    transition: .2s; }
    header.header.is_fixed div.headerflex {
      padding: 0;
      transition: .2s; }
      @media screen and (max-width: 640px) {
        header.header.is_fixed div.headerflex {
          padding: 0; } }
      header.header.is_fixed div.headerflex div.left h1 {
        display: block; }

/*humburger*/
.hamburger, .hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.hamburger {
  position: absolute;
  top: 48px;
  right: 15px;
  width: 60px;
  height: 60px;
  z-index: 999999;
  border-radius: 50%;
  background: #1f286f; }
  @media screen and (max-width: 768px) {
    .hamburger {
      position: fixed;
      top: 10px;
      right: 15px; } }
  .hamburger span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px; }
    .hamburger span:nth-of-type(1) {
      top: 17px; }
    .hamburger span:nth-of-type(2) {
      top: 27px; }
    .hamburger span:nth-of-type(3) {
      bottom: 19px; }
  .hamburger.active {
    position: fixed;
    background: #fff; }
    @media screen and (max-width: 640px) {
      .hamburger.active {
        top: 10px;
        right: 15px; } }
    .hamburger.active span {
      background-color: #1f286f; }
      .hamburger.active span:nth-of-type(1) {
        -webkit-transform: translateY(15px) rotate(-45deg);
        transform: translateY(15px) rotate(-45deg);
        top: 12px; }
      .hamburger.active span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -webkit-animation: active-menu-bar02 .8s forwards;
        animation: active-menu-bar02 .8s forwards; }
      .hamburger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-15px) rotate(45deg);
        transform: translateY(-15px) rotate(45deg);
        bottom: 14px; }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
/*nav*/
.navigation {
  position: fixed;
  padding: 15px 20px;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(31, 40, 111, 0.8);
  overflow: auto;
  opacity: 0;
  transition: .8s;
  z-index: -1; }
  .navigation.open {
    opacity: 1;
    transition: .6s;
    z-index: 998; }
  .navigation div.logo {
    background: #1f286f;
    padding: 1.0rem; }
    .navigation div.logo img {
      height: 46px;
      width: auto; }
  .navigation p.contents {
    margin: 4.0rem 0 0 0;
    padding: .5rem;
    background: #ffe100;
    font-weight: bold;
    color: #1f286f; }
  .navigation nav.gnav {
    position: relative;
    width: 100%;
    height: 100%; }
    .navigation nav.gnav > ul {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%; }
      .navigation nav.gnav > ul > li {
        margin-bottom: 1.0rem; }
        .navigation nav.gnav > ul > li a {
          display: inline-block;
          padding: 0.5em 1.5em;
          font-weight: 900;
          font-size: 1.125em;
          color: #fff;
          border-radius: 10rem;
          transition: .3s;
          background: #1f286f;
          border-radius: 1.5rem; }
          .navigation nav.gnav > ul > li a:hover {
            background: #fff;
            color: #1f286f; }

/* -------------------------------- 
footer components 
--------------------------------- */
footer.footer {
  background: #1f286f;
  color: #fff;
  padding-bottom: 3.75rem;
  position: relative;
  z-index: -2; }
  @media screen and (max-width: 640px) {
    footer.footer {
      padding-bottom: 2.0rem; } }
  footer.footer:after {
    background-image: url("../img/bg_02.svg");
    background-size: auto;
    background-repeat: no-repeat;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    transition: inherit;
    width: 800px;
    height: 168px;
    z-index: -1; }
    @media screen and (max-width: 1024px) {
      footer.footer:after {
        width: 500px;
        height: 105px; } }
    @media screen and (max-width: 912px) {
      footer.footer:after {
        width: 400px;
        height: 84px; } }
    @media screen and (max-width: 768px) {
      footer.footer:after {
        width: 300px;
        height: 63px; } }
  footer.footer div.inner {
    padding: 40px 60px;
    max-width: 100%; }
    @media screen and (max-width: 1366px) {
      footer.footer div.inner {
        padding: 40px 30px; } }
    @media screen and (max-width: 640px) {
      footer.footer div.inner {
        padding: 40px 20px; } }
    footer.footer div.inner div.footerflex {
      display: flex; }
      @media screen and (max-width: 1024px) {
        footer.footer div.inner div.footerflex {
          display: block; } }
      @media screen and (max-width: 640px) {
        footer.footer div.inner div.footerflex {
          display: block; } }
      footer.footer div.inner div.footerflex ul li {
        padding: .25rem 0;
        /*line-height: 1.8;*/ }
    footer.footer div.inner p.copy {
      text-align: center;
      margin: 2.5rem 0 0;
      font-size: .8em; }
      @media screen and (max-width: 768px) {
        footer.footer div.inner p.copy {
          /*text-align: left;*/ } }

div.page_top {
  right: 20px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  z-index: 5; }
  div.page_top::after {
    content: '\f0d8';
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: 'Font Awesome\ 5 Free';
    text-align: center;
    font-weight: bold;
    color: #1f286f;
    font-size: 2em;
    background: #fff;
    border: 2px solid #1f286f;
    border-radius: 30px;
    transition: .2s; }
  div.page_top:hover::after {
    color: #fff;
    background: #1f286f;
    transition: .2s; }

/* -------------------------------- 
main 
--------------------------------- */
body.home .main, body.sub .main {
  /*		margin-top: 90px;*/ }
  @media screen and (max-width: 640px) {
    body.home .main, body.sub .main {
      /*margin-top: 60px;*/ } }

.bg {
  background-color: #c9edfd; }

.bg_line {
  border-top: double 6px #c9edfd; }

.bg_img {
  background: url("../img/bg_img.svg") repeat left top/300px;
  border-top: solid 24px #c9edfd; }

/* -------------------------------- 
index components 
--------------------------------- */
body.home div.topvisual {
  background: url("../img/index/top_visual_bg.svg") no-repeat left top/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.0rem 0;
  /*		gap: 2.0rem;*/
  position: relative;
  /*height: 92vh;*/ }
  @media screen and (max-width: 640px) {
    body.home div.topvisual {
      align-items: start;
      padding: 1.0rem 0 2.5rem;
      /*height: 60vh;*/ } }
  body.home div.topvisual:before {
    background-image: url("../img/bg_01.svg");
    background-size: auto;
    background-repeat: no-repeat;
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    transition: inherit;
    width: 800px;
    height: 333px;
    z-index: 0; }
    @media screen and (max-width: 1200px) {
      body.home div.topvisual:before {
        width: 600px;
        height: 250px; } }
    @media screen and (max-width: 1024px) {
      body.home div.topvisual:before {
        width: 400px;
        height: 167px; } }
    @media screen and (max-width: 768px) {
      body.home div.topvisual:before {
        width: 300px;
        height: 125px; } }
  body.home div.topvisual div.left {
    width: 50%;
    text-align: center; }
    body.home div.topvisual div.left img {
      height: 60vh;
      width: auto;
      margin: 0 3.75rem;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 1366px) {
        body.home div.topvisual div.left img {
          height: 50vh; } }
      @media screen and (max-width: 1200px) {
        body.home div.topvisual div.left img {
          height: 40vh; } }
      @media screen and (max-width: 1024px) {
        body.home div.topvisual div.left img {
          height: 40vh; } }
      @media screen and (max-width: 912px) {
        body.home div.topvisual div.left img {
          height: 25vh; } }
      @media screen and (max-width: 768px) {
        body.home div.topvisual div.left img {
          height: 25vh; } }
      @media screen and (max-width: 640px) {
        body.home div.topvisual div.left img {
          height: 30vh;
          margin: 0 1.5rem; } }
  body.home div.topvisual div.right {
    width: 50%;
    margin-top: 6.0rem;
    margin-right: 0; }
    @media screen and (max-width: 640px) {
      body.home div.topvisual div.right {
        margin-top: 0; } }
    body.home div.topvisual div.right p.catchphrase {
      color: #1f286f;
      font-weight: bold;
      text-align: right;
      font-size: 2.5rem;
      line-height: 2.0;
      position: absolute;
      top: 8.5rem;
      right: 0;
      z-index: 1; }
      @media screen and (max-width: 1366px) {
        body.home div.topvisual div.right p.catchphrase {
          font-size: 1.75rem;
          top: 5.5rem; } }
      @media screen and (max-width: 1024px) {
        body.home div.topvisual div.right p.catchphrase {
          font-size: 1.5rem;
          top: 5.0rem; } }
      @media screen and (max-width: 768px) {
        body.home div.topvisual div.right p.catchphrase {
          font-size: 1.3rem;
          top: 5.5rem; } }
      @media screen and (max-width: 640px) {
        body.home div.topvisual div.right p.catchphrase {
          font-size: 1.25rem;
          top: 7.5rem; } }
      body.home div.topvisual div.right p.catchphrase span {
        background: #ffe100;
        padding: .20rem 3.75rem; }
        @media screen and (max-width: 1366px) {
          body.home div.topvisual div.right p.catchphrase span {
            padding: .20rem 2.5rem; } }
        @media screen and (max-width: 768px) {
          body.home div.topvisual div.right p.catchphrase span {
            padding: .20rem 1.0rem; } }
        @media screen and (max-width: 640px) {
          body.home div.topvisual div.right p.catchphrase span {
            padding: .20rem .55rem; } }
    body.home div.topvisual div.right p.text {
      color: #fff;
      /*font-size: 1.8rem;*/
      font-size: 1.5rem;
      line-height: 1.6;
      margin: 2.5rem 0;
      padding-right: 2.0rem;
      position: absolute;
      bottom: 6.0rem;
      right: 0;
      max-width: 780px; }
      @media screen and (max-width: 1620px) {
        body.home div.topvisual div.right p.text {
          margin: 2.5rem 4.0rem 2.5rem 0;
          font-size: 1.35rem;
          bottom: 4.0rem; } }
      @media screen and (max-width: 1200px) {
        body.home div.topvisual div.right p.text {
          margin: 2.5rem 2.0rem 2.5rem 0;
          font-size: 1.25rem;
          bottom: 4.0rem; } }
      @media screen and (max-width: 1024px) {
        body.home div.topvisual div.right p.text {
          margin: 2.5rem 1.0rem 2.5rem 0;
          font-size: 1.0rem;
          bottom: 3.0rem; } }
      @media screen and (max-width: 912px) {
        body.home div.topvisual div.right p.text {
          margin: 2.5rem 1.0rem 2.5rem 0;
          font-size: 1.0rem;
          bottom: 2.0rem; } }
      @media screen and (max-width: 768px) {
        body.home div.topvisual div.right p.text {
          margin: 1.5rem 1.0rem 2.5rem 0;
          font-size: 1.0rem;
          bottom: 1.0rem;
          line-height: 1.4; } }
      @media screen and (max-width: 640px) {
        body.home div.topvisual div.right p.text {
          display: none; } }
body.home div#new, body.home div#about, body.home div#entry {
  padding-top: 40px;
  margin-top: -40px; }
  @media screen and (max-width: 640px) {
    body.home div#new, body.home div#about, body.home div#entry {
      padding-top: 40px;
      margin-top: -40px; } }
body.home section {
  /*新着情報*/
  /*とは*/
  /*エントリー|ファイナル*/ }
  body.home section h2 {
    margin: 0 auto 2.5em;
    text-align: center;
    position: relative;
    letter-spacing: 0.1rem;
    font-size: 1.8rem; }
    @media screen and (max-width: 640px) {
      body.home section h2 {
        margin-bottom: 1.5em;
        font-size: 1.75rem; } }
    body.home section h2::before {
      content: '';
      position: absolute;
      bottom: -22px;
      display: inline-block;
      width: 80px;
      height: 8px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background: linear-gradient(-135deg, #54b56a, #0089ce) fixed;
      /*background-color: #0089ce;*/
      border-radius: 8px; }
    body.home section h2 span {
      display: block; }
      body.home section h2 span.icon {
        font-size: 32px; }
      body.home section h2 span.en {
        margin: 1.5em 0 .25em;
        font-size: .85rem;
        color: #00a0e2; }
        body.home section h2 span.en img {
          height: 30px;
          width: auto; }
      body.home section h2 span.ja {
        font-size: 3rem;
        font-weight: normal; }
        @media screen and (max-width: 640px) {
          body.home section h2 span.ja {
            font-size: 2.5rem;
            line-height: 1.4;
            letter-spacing: -1px !important; } }
  body.home section h3 {
    border-bottom: solid 2px #1f286f;
    color: #1f286f;
    padding: 0.75rem;
    font-size: 1.4rem; }
  body.home section h4 {
    background: #00a0e2;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.75rem; }
    body.home section h4 span {
      background: #c9edfd;
      color: #00a0e2;
      font-size: .95rem;
      padding: 0.5rem 0.5rem;
      margin-left: 2.5rem;
      position: relative;
      z-index: 0; }
      body.home section h4 span::before {
        position: absolute;
        top: 0;
        right: 1.0rem;
        width: 100%;
        height: 100%;
        background: #c9edfd;
        transform: skew(-30deg);
        content: '';
        z-index: -1; }
      body.home section h4 span::after {
        position: absolute;
        top: 0;
        left: 1.0rem;
        width: 100%;
        height: 100%;
        background: #c9edfd;
        transform: skew(-30deg);
        content: '';
        z-index: -1; }
    @media screen and (max-width: 640px) {
      body.home section h4 {
        padding: 0.75rem 0.5rem 0.75rem 0.25rem;
        text-indent: -1em;
        padding-left: 1em;
        font-size: 1.15rem;
        letter-spacing: 0; } }
  body.home section h5 {
    font-size: 1.1rem;
    margin-bottom: .5rem; }
  body.home section div.btn_wrap {
    margin-top: 2.5rem;
    text-align: center; }
  body.home section.new {
    position: relative; }
    body.home section.new:before {
      background-image: url("../img/index/final/text_kanranbosyu.svg");
      background-size: auto;
      background-repeat: no-repeat;
      content: "";
      top: -60px;
      right: 0;
      position: absolute;
      transition: inherit;
      width: 780px;
      height: 170px;
      z-index: 0; }
      @media screen and (max-width: 1200px) {
        body.home section.new:before {
          width: 360px;
          height: 61px; } }
      @media screen and (max-width: 768px) {
        body.home section.new:before {
          top: -25px;
          right: 1.0rem;
          width: 300px;
          height: 51px; } }
      @media screen and (max-width: 640px) {
        body.home section.new:before {
          top: -25px;
          right: 0;
          width: 300px;
          height: 51px; } }
  body.home section.about div.inner p {
    font-size: 1.25rem;
    line-height: 1.6; }
  body.home section.about div.inner div.flex {
    display: flex;
    gap: 2.0rem; }
    @media screen and (max-width: 768px) {
      body.home section.about div.inner div.flex {
        display: block; } }
    body.home section.about div.inner div.flex div.bumon {
      width: 50%; }
      @media screen and (max-width: 768px) {
        body.home section.about div.inner div.flex div.bumon {
          width: 100%; } }
      body.home section.about div.inner div.flex div.bumon div.title {
        background: #00a0e2;
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 1.0rem;
        margin-bottom: 0; }
        @media screen and (max-width: 912px) {
          body.home section.about div.inner div.flex div.bumon div.title {
            font-size: 1.25rem; } }
        @media screen and (max-width: 640px) {
          body.home section.about div.inner div.flex div.bumon div.title {
            font-size: 1.30rem;
            padding: .75rem;
            letter-spacing: 0; } }
      body.home section.about div.inner div.flex div.bumon p.sho {
        background: #fcee96;
        color: #80662e;
        padding: .5rem 1.0rem;
        margin-bottom: 1.0rem;
        font-weight: bold; }
        @media screen and (max-width: 640px) {
          body.home section.about div.inner div.flex div.bumon p.sho {
            margin-top: .5rem; } }
        body.home section.about div.inner div.flex div.bumon p.sho:before {
          content: url(../img/index/ic_crown.svg);
          display: inline-block;
          width: 40px;
          height: auto;
          margin-right: .5em;
          position: relative;
          top: .2rem;
          left: 0; }
        body.home section.about div.inner div.flex div.bumon p.sho span {
          background: #cbaf00;
          border-radius: .5rem;
          color: #fff;
          font-size: 1.35rem;
          font-weight: bold;
          margin: 0 .5rem 0 1.5rem;
          padding: 0rem 1.0rem .15rem;
          line-height: 0; }
          @media screen and (max-width: 912px) {
            body.home section.about div.inner div.flex div.bumon p.sho span {
              margin: 0 .5rem 0 .5rem;
              padding: 0rem .5rem .15rem; } }
          @media screen and (max-width: 640px) {
            body.home section.about div.inner div.flex div.bumon p.sho span {
              margin: 0 .5rem; } }
      body.home section.about div.inner div.flex div.bumon p.text {
        font-size: 1.15rem;
        margin: .5rem .5rem 1.0rem; }
        @media screen and (max-width: 768px) {
          body.home section.about div.inner div.flex div.bumon p.text {
            margin: .5rem .5rem 2.0rem; } }
      body.home section.about div.inner div.flex div.bumon div.flex_title {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 1366px) {
          body.home section.about div.inner div.flex div.bumon div.flex_title {
            display: block; } }
        body.home section.about div.inner div.flex div.bumon div.flex_title p.bu {
          width: 10rem;
          color: #fff;
          background: #00a0e2;
          padding: .65rem 1.0rem;
          position: relative;
          margin-bottom: .5rem;
          font-weight: bold; }
          @media screen and (max-width: 1366px) {
            body.home section.about div.inner div.flex div.bumon div.flex_title p.bu {
              padding: .25rem 1.0rem;
              margin-top: .5rem;
              margin-bottom: 0; } }
          body.home section.about div.inner div.flex div.bumon div.flex_title p.bu::after {
            position: absolute;
            top: 0;
            left: 1.0rem;
            width: 100%;
            height: 100%;
            background: #00a0e2;
            transform: skew(-25deg);
            content: '';
            z-index: -1; }
        body.home section.about div.inner div.flex div.bumon div.flex_title p.sho {
          width: calc(100% - 10rem);
          margin-bottom: .5rem;
          padding: .5rem 1.0rem .5rem 2.5rem;
          position: relative;
          z-index: -2; }
          @media screen and (max-width: 1366px) {
            body.home section.about div.inner div.flex div.bumon div.flex_title p.sho {
              width: 100%;
              padding: .5rem 1.0rem;
              margin-top: .5rem; } }
  body.home section.entry div.inner, body.home section.final div.inner {
    position: relative; }
    body.home section.entry div.inner:before, body.home section.final div.inner:before {
      background-image: url("../img/index/il_01.svg");
      background-size: auto;
      background-repeat: no-repeat;
      content: "";
      top: -10.0rem;
      right: -3.75rem;
      position: absolute;
      transition: inherit;
      width: 388px;
      height: 250px;
      z-index: 1; }
      @media screen and (max-width: 1620px) {
        body.home section.entry div.inner:before, body.home section.final div.inner:before {
          width: 311px;
          height: 200px;
          top: -10.0rem;
          right: 3.0rem; } }
      @media screen and (max-width: 640px) {
        body.home section.entry div.inner:before, body.home section.final div.inner:before {
          width: 233px;
          height: 150px;
          top: -8.5rem;
          right: -1.0rem; } }
    body.home section.entry div.inner p.scroll, body.home section.final div.inner p.scroll {
      display: none; }
      @media screen and (max-width: 640px) {
        body.home section.entry div.inner p.scroll, body.home section.final div.inner p.scroll {
          display: block;
          text-align: center;
          color: #666; } }
    body.home section.entry div.inner div.plan_table, body.home section.final div.inner div.plan_table {
      margin-bottom: 2.5rem; }
      @media screen and (max-width: 640px) {
        body.home section.entry div.inner div.plan_table, body.home section.final div.inner div.plan_table {
          width: 100%;
          overflow-y: hidden;
          overflow-x: auto;
          -ms-overflow-style: -ms-autohiding-scrollbar;
          -webkit-overflow-scrolling: touch;
          margin-bottom: 80px; } }
      body.home section.entry div.inner div.plan_table table, body.home section.final div.inner div.plan_table table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0; }
        @media screen and (max-width: 640px) {
          body.home section.entry div.inner div.plan_table table, body.home section.final div.inner div.plan_table table {
            width: 1000px; } }
        body.home section.entry div.inner div.plan_table table thead tr th, body.home section.final div.inner div.plan_table table thead tr th {
          background-color: #00a0e2;
          padding: 1.25rem;
          border: 1px solid #ccc;
          color: #fff;
          font-size: 1.15rem; }
        body.home section.entry div.inner div.plan_table table tbody tr th, body.home section.final div.inner div.plan_table table tbody tr th {
          background: #F5F7F8;
          padding: 1.25rem;
          text-align: center;
          border: 1px solid #ccc;
          font-size: 1.15rem;
          font-weight: bold;
          vertical-align: middle;
          white-space: nowrap; }
          body.home section.entry div.inner div.plan_table table tbody tr th span, body.home section.final div.inner div.plan_table table tbody tr th span {
            font-size: .9rem; }
          @media screen and (max-width: 640px) {
            body.home section.entry div.inner div.plan_table table tbody tr th, body.home section.final div.inner div.plan_table table tbody tr th {
              white-space: nowrap; } }
        body.home section.entry div.inner div.plan_table table tbody tr td, body.home section.final div.inner div.plan_table table tbody tr td {
          background: #fff;
          vertical-align: top;
          text-align: left;
          padding: 1.25rem;
          border: 1px solid #ccc; }
          body.home section.entry div.inner div.plan_table table tbody tr td ul, body.home section.entry div.inner div.plan_table table tbody tr td ol, body.home section.final div.inner div.plan_table table tbody tr td ul, body.home section.final div.inner div.plan_table table tbody tr td ol {
            margin: 0;
            padding: 0 1.0rem; }
            body.home section.entry div.inner div.plan_table table tbody tr td ul li, body.home section.entry div.inner div.plan_table table tbody tr td ol li, body.home section.final div.inner div.plan_table table tbody tr td ul li, body.home section.final div.inner div.plan_table table tbody tr td ol li {
              margin: 0;
              padding: .25rem;
              font-size: 1.0rem; }
    body.home section.entry div.inner div.text, body.home section.entry div.inner div.flex_text, body.home section.final div.inner div.text, body.home section.final div.inner div.flex_text {
      margin: 0 2.5rem 1.5rem;
      font-size: 1.1rem; }
      @media screen and (max-width: 640px) {
        body.home section.entry div.inner div.text, body.home section.entry div.inner div.flex_text, body.home section.final div.inner div.text, body.home section.final div.inner div.flex_text {
          margin: 0 0 1.5rem; } }
      body.home section.entry div.inner div.text h5, body.home section.entry div.inner div.flex_text h5, body.home section.final div.inner div.text h5, body.home section.final div.inner div.flex_text h5 {
        position: relative;
        padding: .25rem 0 .25rem 1.2rem; }
        body.home section.entry div.inner div.text h5::after, body.home section.entry div.inner div.flex_text h5::after, body.home section.final div.inner div.text h5::after, body.home section.final div.inner div.flex_text h5::after {
          display: block;
          content: '◆';
          position: absolute;
          top: 0.5em;
          left: 0;
          font-size: .75rem; }
      body.home section.entry div.inner div.text p, body.home section.entry div.inner div.flex_text p, body.home section.final div.inner div.text p, body.home section.final div.inner div.flex_text p {
        margin: 0;
        line-height: 1.8; }
      body.home section.entry div.inner div.text p.chui, body.home section.entry div.inner div.flex_text p.chui, body.home section.final div.inner div.text p.chui, body.home section.final div.inner div.flex_text p.chui {
        font-size: 1.0rem; }
      body.home section.entry div.inner div.text p.kome, body.home section.entry div.inner div.flex_text p.kome, body.home section.final div.inner div.text p.kome, body.home section.final div.inner div.flex_text p.kome {
        font-size: 1.0rem;
        text-indent: -1em;
        padding-left: 1em; }
      body.home section.entry div.inner div.text p.kikan, body.home section.entry div.inner div.flex_text p.kikan, body.home section.final div.inner div.text p.kikan, body.home section.final div.inner div.flex_text p.kikan {
        font-size: 2.0rem;
        font-weight: bold;
        margin: 0 0 1.0rem; }
        @media screen and (max-width: 640px) {
          body.home section.entry div.inner div.text p.kikan, body.home section.entry div.inner div.flex_text p.kikan, body.home section.final div.inner div.text p.kikan, body.home section.final div.inner div.flex_text p.kikan {
            font-size: 1.25rem;
            letter-spacing: 0; } }
      body.home section.entry div.inner div.text p.name, body.home section.entry div.inner div.flex_text p.name, body.home section.final div.inner div.text p.name, body.home section.final div.inner div.flex_text p.name {
        font-size: 1.4rem;
        font-weight: bold;
        padding: .5rem 0; }
      body.home section.entry div.inner div.text p.tel, body.home section.entry div.inner div.flex_text p.tel, body.home section.final div.inner div.text p.tel, body.home section.final div.inner div.flex_text p.tel {
        font-size: 1.4rem;
        font-weight: bold; }
        body.home section.entry div.inner div.text p.tel a, body.home section.entry div.inner div.flex_text p.tel a, body.home section.final div.inner div.text p.tel a, body.home section.final div.inner div.flex_text p.tel a {
          text-decoration: none !important; }
        @media screen and (max-width: 640px) {
          body.home section.entry div.inner div.text p.tel, body.home section.entry div.inner div.flex_text p.tel, body.home section.final div.inner div.text p.tel, body.home section.final div.inner div.flex_text p.tel {
            font-size: 1.3rem; } }
      body.home section.entry div.inner div.text p.mado, body.home section.entry div.inner div.flex_text p.mado, body.home section.final div.inner div.text p.mado, body.home section.final div.inner div.flex_text p.mado {
        margin-top: .75rem; }
        body.home section.entry div.inner div.text p.mado a, body.home section.entry div.inner div.flex_text p.mado a, body.home section.final div.inner div.text p.mado a, body.home section.final div.inner div.flex_text p.mado a {
          font-size: 1.5rem;
          font-weight: bold; }
      body.home section.entry div.inner div.text p.mail, body.home section.entry div.inner div.flex_text p.mail, body.home section.final div.inner div.text p.mail, body.home section.final div.inner div.flex_text p.mail {
        font-size: 1.0rem;
        font-weight: bold;
        letter-spacing: .5px; }
        body.home section.entry div.inner div.text p.mail a, body.home section.entry div.inner div.flex_text p.mail a, body.home section.final div.inner div.text p.mail a, body.home section.final div.inner div.flex_text p.mail a {
          font-size: 1.15rem; }
        body.home section.entry div.inner div.text p.mail img.toi_mail, body.home section.entry div.inner div.flex_text p.mail img.toi_mail, body.home section.final div.inner div.text p.mail img.toi_mail, body.home section.final div.inner div.flex_text p.mail img.toi_mail {
          top: -1.5px;
          position: relative;
          height: 24px;
          width: auto; }
      body.home section.entry div.inner div.text dl, body.home section.entry div.inner div.flex_text dl, body.home section.final div.inner div.text dl, body.home section.final div.inner div.flex_text dl {
        /*display: inline-block;*/
        margin-bottom: 0; }
        body.home section.entry div.inner div.text dl dt, body.home section.entry div.inner div.flex_text dl dt, body.home section.final div.inner div.text dl dt, body.home section.final div.inner div.flex_text dl dt {
          float: left;
          clear: left;
          width: 4.0rem;
          padding-bottom: .5rem; }
        body.home section.entry div.inner div.text dl dd, body.home section.entry div.inner div.flex_text dl dd, body.home section.final div.inner div.text dl dd, body.home section.final div.inner div.flex_text dl dd {
          /*float: left ;*/
          margin-left: 0;
          padding-bottom: .5rem;
          padding-left: 4.0rem; }
          body.home section.entry div.inner div.text dl dd span.kome, body.home section.entry div.inner div.flex_text dl dd span.kome, body.home section.final div.inner div.text dl dd span.kome, body.home section.final div.inner div.flex_text dl dd span.kome {
            font-size: 1.0rem;
            /*text-indent: -1em;
            padding-left: 1em;*/
            font-weight: normal;
            letter-spacing: .5px; }
          body.home section.entry div.inner div.text dl dd.final, body.home section.entry div.inner div.flex_text dl dd.final, body.home section.final div.inner div.text dl dd.final, body.home section.final div.inner div.flex_text dl dd.final {
            font-size: 1.30rem;
            font-weight: bold;
            position: relative;
            top: -3.0px;
            padding-bottom: 0; }
      body.home section.entry div.inner div.text dl.time, body.home section.entry div.inner div.flex_text dl.time, body.home section.final div.inner div.text dl.time, body.home section.final div.inner div.flex_text dl.time {
        /*display: inline-block;*/
        margin-bottom: 0; }
        body.home section.entry div.inner div.text dl.time dt, body.home section.entry div.inner div.flex_text dl.time dt, body.home section.final div.inner div.text dl.time dt, body.home section.final div.inner div.flex_text dl.time dt {
          float: left;
          clear: left;
          width: 5.0rem;
          padding-bottom: .25rem;
          /*border-left: solid 3px #c9edfd;*/
          margin-bottom: .5rem;
          margin-right: 1.0rem; }
        body.home section.entry div.inner div.text dl.time dd, body.home section.entry div.inner div.flex_text dl.time dd, body.home section.final div.inner div.text dl.time dd, body.home section.final div.inner div.flex_text dl.time dd {
          /*float: left ;*/
          margin-left: 0;
          padding-bottom: .25rem;
          padding-left: 6.0rem;
          margin-bottom: .5rem; }
      body.home section.entry div.inner div.text ul.ul_chui, body.home section.entry div.inner div.flex_text ul.ul_chui, body.home section.final div.inner div.text ul.ul_chui, body.home section.final div.inner div.flex_text ul.ul_chui {
        list-style: none;
        padding: 0 .25rem;
        font-size: 1.0rem; }
        @media screen and (max-width: 640px) {
          body.home section.entry div.inner div.text ul.ul_chui, body.home section.entry div.inner div.flex_text ul.ul_chui, body.home section.final div.inner div.text ul.ul_chui, body.home section.final div.inner div.flex_text ul.ul_chui {
            margin-left: 1.0rem; } }
        body.home section.entry div.inner div.text ul.ul_chui li, body.home section.entry div.inner div.flex_text ul.ul_chui li, body.home section.final div.inner div.text ul.ul_chui li, body.home section.final div.inner div.flex_text ul.ul_chui li {
          position: relative;
          padding: .25rem 0;
          line-height: 1.5; }
          body.home section.entry div.inner div.text ul.ul_chui li::after, body.home section.entry div.inner div.flex_text ul.ul_chui li::after, body.home section.final div.inner div.text ul.ul_chui li::after, body.home section.final div.inner div.flex_text ul.ul_chui li::after {
            display: block;
            content: '';
            position: absolute;
            top: 0.65em;
            left: -1.2rem;
            width: 0.8rem;
            height: 0.8rem;
            background-color: #222; }
      body.home section.entry div.inner div.text ul.ul_chui_ika, body.home section.entry div.inner div.flex_text ul.ul_chui_ika, body.home section.final div.inner div.text ul.ul_chui_ika, body.home section.final div.inner div.flex_text ul.ul_chui_ika {
        list-style: none;
        padding: 0;
        margin: 0 1.25rem;
        font-size: 1.0rem; }
        @media screen and (max-width: 640px) {
          body.home section.entry div.inner div.text ul.ul_chui_ika, body.home section.entry div.inner div.flex_text ul.ul_chui_ika, body.home section.final div.inner div.text ul.ul_chui_ika, body.home section.final div.inner div.flex_text ul.ul_chui_ika {
            margin: 0 0.25rem 0 1.25rem; } }
        body.home section.entry div.inner div.text ul.ul_chui_ika li, body.home section.entry div.inner div.flex_text ul.ul_chui_ika li, body.home section.final div.inner div.text ul.ul_chui_ika li, body.home section.final div.inner div.flex_text ul.ul_chui_ika li {
          position: relative;
          padding: .25rem 0; }
          body.home section.entry div.inner div.text ul.ul_chui_ika li::after, body.home section.entry div.inner div.flex_text ul.ul_chui_ika li::after, body.home section.final div.inner div.text ul.ul_chui_ika li::after, body.home section.final div.inner div.flex_text ul.ul_chui_ika li::after {
            display: block;
            content: '〇';
            position: absolute;
            top: 0.6em;
            left: -1.2rem;
            font-size: .75rem; }
      body.home section.entry div.inner div.text img.mail_img, body.home section.entry div.inner div.flex_text img.mail_img, body.home section.final div.inner div.text img.mail_img, body.home section.final div.inner div.flex_text img.mail_img {
        height: 30px;
        width: auto; }
    body.home section.entry div.inner div.flex_btn, body.home section.final div.inner div.flex_btn {
      display: flex;
      justify-content: center;
      gap: 2.0rem; }
      @media screen and (max-width: 1366px) {
        body.home section.entry div.inner div.flex_btn, body.home section.final div.inner div.flex_btn {
          display: block;
          margin-top: 2.0rem; } }
      body.home section.entry div.inner div.flex_btn div.btn_wrap, body.home section.final div.inner div.flex_btn div.btn_wrap {
        margin-top: 1.0rem; }
        body.home section.entry div.inner div.flex_btn div.btn_wrap a.btn_link, body.home section.entry body.single main section.contents div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a, body.single main section.contents body.home section.entry div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a, body.home section.entry body.single main section.contents div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a, body.single main section.contents body.home section.entry div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a, body.home section.final div.inner div.flex_btn div.btn_wrap a.btn_link, body.home section.final body.single main section.contents div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a, body.single main section.contents body.home section.final div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a, body.home section.final body.single main section.contents div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a, body.single main section.contents body.home section.final div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a {
          font-size: 1.25rem;
          position: relative;
          color: #1f286f;
          min-width: 460px; }
          @media screen and (max-width: 1366px) {
            body.home section.entry div.inner div.flex_btn div.btn_wrap a.btn_link, body.home section.entry body.single main section.contents div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a, body.single main section.contents body.home section.entry div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a, body.home section.entry body.single main section.contents div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a, body.single main section.contents body.home section.entry div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a, body.home section.final div.inner div.flex_btn div.btn_wrap a.btn_link, body.home section.final body.single main section.contents div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a, body.single main section.contents body.home section.final div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a, body.home section.final body.single main section.contents div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a, body.single main section.contents body.home section.final div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a {
              font-size: 1.35rem;
              min-width: 100%;
              padding: 1.25rem 1.25rem; } }
          body.home section.entry div.inner div.flex_btn div.btn_wrap a.btn_link::after, body.home section.entry body.single main section.contents div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a::after, body.single main section.contents body.home section.entry div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a::after, body.home section.entry body.single main section.contents div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a::after, body.single main section.contents body.home section.entry div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a::after, body.home section.final div.inner div.flex_btn div.btn_wrap a.btn_link::after, body.home section.final body.single main section.contents div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a::after, body.single main section.contents body.home section.final div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a::after, body.home section.final body.single main section.contents div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a::after, body.single main section.contents body.home section.final div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a::after {
            content: '\f1c2';
            position: absolute;
            left: 1.25rem;
            width: 40px;
            height: auto;
            font-family: 'Font Awesome\ 5 Free';
            text-align: center;
            font-weight: bold;
            color: #1f286f;
            transition: .2s;
            font-size: 2.0rem; }
          body.home section.entry div.inner div.flex_btn div.btn_wrap a.btn_link:hover, body.home section.entry body.single main section.contents div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a:hover, body.single main section.contents body.home section.entry div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a:hover, body.home section.entry body.single main section.contents div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a:hover, body.single main section.contents body.home section.entry div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a:hover, body.home section.final div.inner div.flex_btn div.btn_wrap a.btn_link:hover, body.home section.final body.single main section.contents div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a:hover, body.single main section.contents body.home section.final div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a:hover, body.home section.final body.single main section.contents div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a:hover, body.single main section.contents body.home section.final div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a:hover {
            color: #fff;
            background: #1f286f;
            transition: .3s; }
            body.home section.entry div.inner div.flex_btn div.btn_wrap a.btn_link:hover::after, body.home section.entry body.single main section.contents div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a:hover::after, body.single main section.contents body.home section.entry div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a:hover::after, body.home section.entry body.single main section.contents div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a:hover::after, body.single main section.contents body.home section.entry div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a:hover::after, body.home section.final div.inner div.flex_btn div.btn_wrap a.btn_link:hover::after, body.home section.final body.single main section.contents div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a:hover::after, body.single main section.contents body.home section.final div.inner div.flex_btn div.btn_wrap div.flex div.left div.nextprev_wrap a:hover::after, body.home section.final body.single main section.contents div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a:hover::after, body.single main section.contents body.home section.final div.inner div.flex div.left div.nextprev_wrap div.flex_btn div.btn_wrap a:hover::after {
              color: #fff; }
    body.home section.entry div.inner div.hyosyo_table, body.home section.final div.inner div.hyosyo_table {
      margin-bottom: 2.5rem; }
      body.home section.entry div.inner div.hyosyo_table table, body.home section.final div.inner div.hyosyo_table table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0; }
        @media screen and (max-width: 640px) {
          body.home section.entry div.inner div.hyosyo_table table, body.home section.final div.inner div.hyosyo_table table {
            border-bottom: 1px solid #ccc; } }
        body.home section.entry div.inner div.hyosyo_table table tbody tr th, body.home section.final div.inner div.hyosyo_table table tbody tr th {
          background: #fcee96;
          color: #80662e;
          padding: 1.25rem;
          text-align: center;
          border: 1px solid #ccc;
          font-size: 1.15rem;
          vertical-align: middle; }
          body.home section.entry div.inner div.hyosyo_table table tbody tr th::before, body.home section.final div.inner div.hyosyo_table table tbody tr th::before {
            content: url(../img/index/ic_crown.svg);
            display: inline-block;
            width: 40px;
            height: auto;
            margin-right: .5em;
            position: relative;
            top: .2rem;
            left: 0; }
          body.home section.entry div.inner div.hyosyo_table table tbody tr th span, body.home section.final div.inner div.hyosyo_table table tbody tr th span {
            font-size: .9rem; }
          @media screen and (max-width: 640px) {
            body.home section.entry div.inner div.hyosyo_table table tbody tr th, body.home section.final div.inner div.hyosyo_table table tbody tr th {
              display: block;
              width: 100%;
              border-bottom: 0; } }
        body.home section.entry div.inner div.hyosyo_table table tbody tr td, body.home section.final div.inner div.hyosyo_table table tbody tr td {
          background: #fff;
          /*color: #80662e;*/
          vertical-align: top;
          text-align: left;
          padding: 1.25rem;
          border: 1px solid #ccc;
          font-size: 1.10rem; }
          @media screen and (max-width: 640px) {
            body.home section.entry div.inner div.hyosyo_table table tbody tr td, body.home section.final div.inner div.hyosyo_table table tbody tr td {
              display: block;
              width: 100%;
              border-bottom: 0; } }
    body.home section.entry div.inner div.flex_text, body.home section.final div.inner div.flex_text {
      display: flex;
      justify-content: space-between;
      gap: 2rem; }
      @media screen and (max-width: 640px) {
        body.home section.entry div.inner div.flex_text, body.home section.final div.inner div.flex_text {
          display: block; } }
      body.home section.entry div.inner div.flex_text div.left, body.home section.final div.inner div.flex_text div.left {
        width: calc(100% - 460px); }
      body.home section.entry div.inner div.flex_text div.right, body.home section.final div.inner div.flex_text div.right {
        width: 460px; }
        body.home section.entry div.inner div.flex_text div.right div.yt_img img, body.home section.final div.inner div.flex_text div.right div.yt_img img {
          margin-bottom: .5rem; }
        body.home section.entry div.inner div.flex_text div.right div.yt_img span, body.home section.final div.inner div.flex_text div.right div.yt_img span {
          display: block;
          font-size: .9rem; }
    body.home section.entry div.inner div.flex_wrap, body.home section.entry div.inner div.flex_wrap_02, body.home section.final div.inner div.flex_wrap, body.home section.final div.inner div.flex_wrap_02 {
      display: flex;
      gap: 1.0rem;
      justify-content: center; }
      body.home section.entry div.inner div.flex_wrap div.box, body.home section.entry div.inner div.flex_wrap_02 div.box, body.home section.final div.inner div.flex_wrap div.box, body.home section.final div.inner div.flex_wrap_02 div.box {
        flex: 1;
        background: #fff;
        border: 1px dotted #00a0e2; }
        body.home section.entry div.inner div.flex_wrap div.box p.title, body.home section.entry div.inner div.flex_wrap_02 div.box p.title, body.home section.final div.inner div.flex_wrap div.box p.title, body.home section.final div.inner div.flex_wrap_02 div.box p.title {
          text-align: center;
          margin-bottom: 0;
          min-height: 50px; }
          @media screen and (max-width: 640px) {
            body.home section.entry div.inner div.flex_wrap div.box p.title, body.home section.entry div.inner div.flex_wrap_02 div.box p.title, body.home section.final div.inner div.flex_wrap div.box p.title, body.home section.final div.inner div.flex_wrap_02 div.box p.title {
              min-height: auto; } }
          body.home section.entry div.inner div.flex_wrap div.box p.title span, body.home section.entry div.inner div.flex_wrap_02 div.box p.title span, body.home section.final div.inner div.flex_wrap div.box p.title span, body.home section.final div.inner div.flex_wrap_02 div.box p.title span {
            background: linear-gradient(transparent 60%, #fff799 60%); }
        body.home section.entry div.inner div.flex_wrap div.box img, body.home section.entry div.inner div.flex_wrap_02 div.box img, body.home section.final div.inner div.flex_wrap div.box img, body.home section.final div.inner div.flex_wrap_02 div.box img {
          padding: 1.0rem; }
        body.home section.entry div.inner div.flex_wrap div.box p.name, body.home section.entry div.inner div.flex_wrap_02 div.box p.name, body.home section.final div.inner div.flex_wrap div.box p.name, body.home section.final div.inner div.flex_wrap_02 div.box p.name {
          text-align: center;
          margin-top: 0; }
          body.home section.entry div.inner div.flex_wrap div.box p.name small, body.home section.entry div.inner div.flex_wrap_02 div.box p.name small, body.home section.final div.inner div.flex_wrap div.box p.name small, body.home section.final div.inner div.flex_wrap_02 div.box p.name small {
            letter-spacing: 0.05em; }
        body.home section.entry div.inner div.flex_wrap div.box p.text, body.home section.entry div.inner div.flex_wrap_02 div.box p.text, body.home section.final div.inner div.flex_wrap div.box p.text, body.home section.final div.inner div.flex_wrap_02 div.box p.text {
          text-align: left;
          margin: 0; }
        body.home section.entry div.inner div.flex_wrap div.box p.subtext, body.home section.entry div.inner div.flex_wrap_02 div.box p.subtext, body.home section.final div.inner div.flex_wrap div.box p.subtext, body.home section.final div.inner div.flex_wrap_02 div.box p.subtext {
          text-align: left;
          margin: 0 0 .25rem;
          padding: 0 .5rem;
          font-size: .78rem;
          line-height: 1.4;
          letter-spacing: 0.05em;
          min-height: 75px; }
      body.home section.entry div.inner div.flex_wrap div.box_il, body.home section.entry div.inner div.flex_wrap_02 div.box_il, body.home section.final div.inner div.flex_wrap div.box_il, body.home section.final div.inner div.flex_wrap_02 div.box_il {
        display: flex;
        justify-content: center;
        flex: 1; }
        body.home section.entry div.inner div.flex_wrap div.box_il img, body.home section.entry div.inner div.flex_wrap_02 div.box_il img, body.home section.final div.inner div.flex_wrap div.box_il img, body.home section.final div.inner div.flex_wrap_02 div.box_il img {
          max-width: 70%; }
    @media screen and (max-width: 640px) {
      body.home section.entry div.inner div.flex_wrap, body.home section.final div.inner div.flex_wrap {
        display: block; } }
    @media screen and (max-width: 640px) {
      body.home section.entry div.inner div.flex_wrap div.box, body.home section.final div.inner div.flex_wrap div.box {
        margin-bottom: 1.0rem; } }
    @media screen and (max-width: 640px) {
      body.home section.entry div.inner div.flex_wrap_02, body.home section.final div.inner div.flex_wrap_02 {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: .5rem; } }
    @media screen and (max-width: 640px) {
      body.home section.entry div.inner div.flex_wrap_02 div.box, body.home section.final div.inner div.flex_wrap_02 div.box {
        flex: none;
        width: calc(50% - 0.25rem); } }
    @media screen and (max-width: 640px) {
      body.home section.entry div.inner div.flex_wrap_02 div.box p.subtext, body.home section.final div.inner div.flex_wrap_02 div.box p.subtext {
        min-height: 90px; } }

/* -------------------------------- 
sub components 
--------------------------------- */
/*breadcrumbs*/
body.sub {
  background-color: #c9edfd; }
  body.sub .breadcrumbs {
    padding: 1rem 1.875rem;
    font-size: .7em;
    background: #e5e5e7; }
    @media screen and (max-width: 640px) {
      body.sub .breadcrumbs {
        padding: 1rem .5rem; } }
    body.sub .breadcrumbs span {
      display: inline-block;
      margin: 0 .5em; }
      body.sub .breadcrumbs span a:hover span {
        text-decoration: underline; }

/*common*/
body.sub header.header {
  background: #1f286f; }
  body.sub header.header:before {
    background-image: url("../img/bg_01.svg");
    background-size: auto;
    background-repeat: no-repeat;
    content: "";
    top: -9.6875rem;
    right: 0;
    position: absolute;
    transition: inherit;
    width: 640px;
    height: 266px;
    z-index: 0; }
    @media screen and (max-width: 1200px) {
      body.sub header.header:before {
        width: 600px;
        height: 250px; } }
    @media screen and (max-width: 1024px) {
      body.sub header.header:before {
        top: -6.5rem;
        width: 400px;
        height: 167px; } }
    @media screen and (max-width: 768px) {
      body.sub header.header:before {
        top: -4.25rem;
        width: 300px;
        height: 125px; } }
body.sub header.header div.headerflex div.left h1 {
  display: block; }
body.sub main {
  margin-top: 120px;
  /*		border-bottom: 1.5rem solid #c4edf7;*/ }
  @media screen and (max-width: 640px) {
    body.sub main {
      margin-top: 60px; } }
  body.sub main div.page_title_wrap {
    padding: 3.75rem 1.875rem;
    color: #fff;
    text-align: center;
    background: #00a0e2 fixed; }
    body.sub main div.page_title_wrap .page_title {
      margin: 0 auto;
      font-size: 2em; }
    body.sub main div.page_title_wrap .title_term {
      margin: .5em auto 0;
      font-size: 1em; }
    body.sub main div.page_title_wrap .title_date {
      margin: .5em auto 0;
      font-size: 1em; }
  body.sub main section.new {
    padding-top: 3.75rem; }
    @media screen and (max-width: 640px) {
      body.sub main section.new {
        padding-top: 2.5rem; } }
    body.sub main section.new h2 {
      margin: 0 auto 2.5em;
      text-align: center;
      position: relative;
      letter-spacing: 0.1rem;
      font-size: 1.8rem; }
      @media screen and (max-width: 640px) {
        body.sub main section.new h2 {
          margin-bottom: 1.5em;
          font-size: 1.75rem; } }
      body.sub main section.new h2::before {
        content: '';
        position: absolute;
        bottom: -22px;
        display: inline-block;
        width: 80px;
        height: 8px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: linear-gradient(-135deg, #54b56a, #0089ce) fixed;
        /*background-color: #0089ce;*/
        border-radius: 8px; }
      body.sub main section.new h2 span {
        display: block; }
        body.sub main section.new h2 span.icon {
          font-size: 32px; }
        body.sub main section.new h2 span.en {
          margin: 1.5em 0 .25em;
          font-size: .85rem;
          color: #00a0e2; }
          body.sub main section.new h2 span.en img {
            height: 30px;
            width: auto; }
        body.sub main section.new h2 span.ja {
          font-size: 3rem;
          font-weight: normal; }
          @media screen and (max-width: 640px) {
            body.sub main section.new h2 span.ja {
              font-size: 2.5rem;
              line-height: 1.4;
              letter-spacing: -1px !important; } }
    @media screen and (max-width: 640px) {
      body.sub main section.new div.inner {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    body.sub main section.new div.inner div.btn_wrap {
      margin-top: 3.75rem; }
      @media screen and (max-width: 640px) {
        body.sub main section.new div.inner div.btn_wrap {
          margin-top: 2.5rem; } }
      body.sub main section.new div.inner div.btn_wrap a {
        margin-right: 1rem; }
        @media screen and (max-width: 640px) {
          body.sub main section.new div.inner div.btn_wrap a {
            margin-bottom: 1rem; } }
        body.sub main section.new div.inner div.btn_wrap a:hover {
          color: #fff;
          background: #1f286f;
          transition: .3s; }

/*pager*/
div.pager {
  margin-top: 1.5em; }
  div.pager span.current {
    color: #fff;
    background: #1f286f; }
  div.pager .page-numbers {
    display: inline-block;
    margin-right: .2em;
    padding: .5em .75em;
    color: #1f286f;
    font-weight: bold;
    border: 2px solid #1f286f;
    transition: .2s; }
    div.pager .page-numbers:hover {
      color: #fff;
      background: #1f286f;
      transition: .2s; }

/* -------------------------------- 
archive taxsonomy single components 
--------------------------------- */
body.archive main section.contents div.inner div.flex, body.taxsonomy main section.contents div.inner div.flex, body.single main section.contents div.inner div.flex {
  display: flex; }
  @media screen and (max-width: 640px) {
    body.archive main section.contents div.inner div.flex, body.taxsonomy main section.contents div.inner div.flex, body.single main section.contents div.inner div.flex {
      display: block; } }
  body.archive main section.contents div.inner div.flex div.left, body.taxsonomy main section.contents div.inner div.flex div.left, body.single main section.contents div.inner div.flex div.left {
    width: 100%;
    background-color: #fff;
    border-radius: 2.0rem;
    padding: 3.75rem;
    /*width: calc(100% - 3.75rem);*/ }
    @media screen and (max-width: 640px) {
      body.archive main section.contents div.inner div.flex div.left, body.taxsonomy main section.contents div.inner div.flex div.left, body.single main section.contents div.inner div.flex div.left {
        width: 100%;
        margin-bottom: 2.5rem;
        padding: 2.5rem; } }
    body.archive main section.contents div.inner div.flex div.left ul.ul_flex li a div.img, body.taxsonomy main section.contents div.inner div.flex div.left ul.ul_flex li a div.img, body.single main section.contents div.inner div.flex div.left ul.ul_flex li a div.img {
      border-radius: 1.0rem; }
  body.archive main section.contents div.inner div.flex div.right, body.taxsonomy main section.contents div.inner div.flex div.right, body.single main section.contents div.inner div.flex div.right {
    width: 22.5rem;
    padding-left: 3.75rem; }
    @media screen and (max-width: 640px) {
      body.archive main section.contents div.inner div.flex div.right, body.taxsonomy main section.contents div.inner div.flex div.right, body.single main section.contents div.inner div.flex div.right {
        width: 100%;
        padding-left: 0; } }
    body.archive main section.contents div.inner div.flex div.right div, body.taxsonomy main section.contents div.inner div.flex div.right div, body.single main section.contents div.inner div.flex div.right div {
      margin-bottom: 2.5rem;
      background: #fff8d0;
      border-radius: 1.0rem;
      padding: .5rem; }
      body.archive main section.contents div.inner div.flex div.right div h2, body.taxsonomy main section.contents div.inner div.flex div.right div h2, body.single main section.contents div.inner div.flex div.right div h2 {
        margin-top: 0;
        margin-bottom: 0;
        /*padding-bottom: .25em;*/
        font-size: 1.125em;
        color: #222;
        background: #1f286f;
        border-radius: 1.0rem;
        padding: .5rem 1rem;
        letter-spacing: 0; }
      body.archive main section.contents div.inner div.flex div.right div ul, body.taxsonomy main section.contents div.inner div.flex div.right div ul, body.single main section.contents div.inner div.flex div.right div ul {
        padding-left: 1.5em;
        list-style: none;
        margin: 0;
        padding: 0; }
        body.archive main section.contents div.inner div.flex div.right div ul li, body.taxsonomy main section.contents div.inner div.flex div.right div ul li, body.single main section.contents div.inner div.flex div.right div ul li {
          padding: 1rem .5rem;
          /*border-bottom: 1px dotted #999;*/ }
          body.archive main section.contents div.inner div.flex div.right div ul li a, body.taxsonomy main section.contents div.inner div.flex div.right div ul li a, body.single main section.contents div.inner div.flex div.right div ul li a {
            font-size: .9em;
            line-height: 1.4; }
            body.archive main section.contents div.inner div.flex div.right div ul li a:hover, body.taxsonomy main section.contents div.inner div.flex div.right div ul li a:hover, body.single main section.contents div.inner div.flex div.right div ul li a:hover {
              text-decoration: underline; }
          body.archive main section.contents div.inner div.flex div.right div ul li span.post-date, body.taxsonomy main section.contents div.inner div.flex div.right div ul li span.post-date, body.single main section.contents div.inner div.flex div.right div ul li span.post-date {
            display: block;
            margin-top: .5em;
            font-size: .75em; }

/* -------------------------------- 
single components 
--------------------------------- */
body.single main section.contents {
  padding-top: 3.75rem; }
  body.single main section.contents div.inner div.flex div.left div.single_title_wrap {
    margin-bottom: 2.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #c9edfd; }
    @media screen and (max-width: 640px) {
      body.single main section.contents div.inner div.flex div.left div.single_title_wrap {
        margin-bottom: 2.5rem; } }
    body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1 {
      margin: 0 auto 1.5em;
      text-align: center;
      position: relative;
      letter-spacing: 0.1rem;
      font-size: 1.8rem; }
      @media screen and (max-width: 640px) {
        body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1 {
          margin-bottom: 1.5em;
          text-align: left;
          font-size: 1.75rem; } }
      body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1::before {
        content: '';
        position: absolute;
        bottom: -22px;
        display: inline-block;
        width: 80px;
        height: 8px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: linear-gradient(-135deg, #54b56a, #0089ce) fixed;
        /*background-color: #0089ce;*/
        border-radius: 8px; }
      body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1 span {
        display: block; }
        body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1 span.icon {
          font-size: 32px; }
        body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1 span.en {
          margin: 1.5em 0 .25em;
          font-size: .85rem;
          color: #00a0e2; }
          body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1 span.en img {
            height: 30px;
            width: auto; }
        body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1 span.ja {
          font-size: 3rem;
          font-weight: normal; }
          @media screen and (max-width: 640px) {
            body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1 span.ja {
              font-size: 2.5rem;
              line-height: 1.4;
              letter-spacing: -1px !important; } }
    body.single main section.contents div.inner div.flex div.left div.single_title_wrap time {
      font-size: .9em; }
      @media screen and (max-width: 640px) {
        body.single main section.contents div.inner div.flex div.left div.single_title_wrap time {
          font-size: .8em; } }
  body.single main section.contents div.inner div.flex div.left div.single_content h2 {
    background: #fcee96;
    font-size: 1.25rem;
    padding: .5rem;
    margin: 2.5rem 0 1.5rem; }
  body.single main section.contents div.inner div.flex div.left div.single_content ul {
    margin-bottom: 3.75rem; }
    body.single main section.contents div.inner div.flex div.left div.single_content ul li {
      margin-bottom: 1.0rem; }
  body.single main section.contents div.inner div.flex div.left div.single_content div.img_wrap {
    display: flex;
    justify-content: center;
    margin: 2.5rem 0; }
    body.single main section.contents div.inner div.flex div.left div.single_content div.img_wrap img {
      max-width: 600px; }
      @media screen and (max-width: 640px) {
        body.single main section.contents div.inner div.flex div.left div.single_content div.img_wrap img {
          max-width: 100%; } }
  body.single main section.contents div.inner div.flex div.left div.single_content div.img_wrap_gal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2.5rem 0;
    gap: 1.5rem; }
    @media screen and (max-width: 640px) {
      body.single main section.contents div.inner div.flex div.left div.single_content div.img_wrap_gal {
        display: block; } }
    body.single main section.contents div.inner div.flex div.left div.single_content div.img_wrap_gal img {
      width: calc(50% - 20px); }
      @media screen and (max-width: 640px) {
        body.single main section.contents div.inner div.flex div.left div.single_content div.img_wrap_gal img:last-of-type {
          padding-bottom: 0; } }
      @media screen and (max-width: 640px) {
        body.single main section.contents div.inner div.flex div.left div.single_content div.img_wrap_gal img {
          width: 100%;
          padding-bottom: 1.5rem; } }
  body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a {
    margin-right: .625rem;
    color: #222;
    background: #f5f4ee;
    border-color: #f5f4ee; }
    @media screen and (max-width: 640px) {
      body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a {
        margin-bottom: 10px; } }
    body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a:hover {
      background: #fee;
      transition: .2s; }

/* -------------------------------- 
contact components 
--------------------------------- */
body.contact section.contents div.inner, body.check section.contents div.inner, body.error section.contents div.inner {
  background: none !important;
  border-radius: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* -------------------------------- 
404 components 
--------------------------------- */
body.error404 p.error_text {
  margin-bottom: 6.25rem;
  text-align: center; }
body.error404 div.bth_wrap {
  text-align: center; }

/* -------------------------------- 
form components
--------------------------------- */
div.form_wrap span.red {
  color: crimson; }
div.form_wrap p.p_hissu {
  font-size: 1rem !important; }
  @media screen and (max-width: 768px) {
    div.form_wrap p.p_hissu {
      font-size: 0.9rem !important;
      letter-spacing: .05em; } }
div.form_wrap div.form_flex {
  display: flex;
  justify-content: space-between;
  padding: 1.0em .5em;
  /*border-bottom: 1px dotted #ccc;*/ }
  div.form_wrap div.form_flex.top {
    /*border-top: 1px dotted #ccc;*/ }
  @media screen and (max-width: 768px) {
    div.form_wrap div.form_flex {
      font-size: .9em;
      letter-spacing: .05em; } }
  @media screen and (max-width: 640px) {
    div.form_wrap div.form_flex {
      display: block; } }
  div.form_wrap div.form_flex div.left {
    flex-basis: 200px;
    width: 200px;
    padding-top: 4px;
    font-size: 1.15rem; }
    div.form_wrap div.form_flex div.left p {
      margin: 8px 0; }
      div.form_wrap div.form_flex div.left p span.red {
        margin-left: .8em; }
    @media screen and (max-width: 768px) {
      div.form_wrap div.form_flex div.left {
        flex-basis: 160px;
        width: 160px; } }
    @media screen and (max-width: 768px) {
      div.form_wrap div.form_flex div.left {
        flex-basis: 100%;
        width: 100%;
        padding: 4px 0 8px; } }
  div.form_wrap div.form_flex div.right {
    flex-basis: calc(100% - 200px);
    width: calc(100% - 200px);
    font-size: 1.15rem; }
    @media screen and (max-width: 768px) {
      div.form_wrap div.form_flex div.right {
        flex-basis: calc(100% - 160px);
        width: calc(100% - 160px); } }
    @media screen and (max-width: 768px) {
      div.form_wrap div.form_flex div.right {
        flex-basis: 100%;
        width: 100%; } }
    div.form_wrap div.form_flex div.right span.p {
      display: block;
      margin-top: 4px;
      font-size: .85em; }
    div.form_wrap div.form_flex div.right p:empty:before {
      content: none; }
div.form_wrap div.form_btn_wrap {
  /*margin-top: 20px;*/
  text-align: center;
  position: relative;
  width: 280px;
  margin: 20px auto 0; }
  div.form_wrap div.form_btn_wrap::after {
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
    content: "→";
    font-size: 18px;
    line-height: 30px;
    font-weight: bold; }
  div.form_wrap div.form_btn_wrap:hover {
    color: #e15197; }
  @media screen and (max-width: 640px) {
    div.form_wrap div.form_btn_wrap {
      text-align: left; } }

div.form_wrap {
  /*reset*/
  /*ie hack*/
  /* text */
  /*ie hack*/
  /* password */ }
  div.form_wrap input[type="text"], div.form_wrap input[type="number"], div.form_wrap input[type="tel"], div.form_wrap input[type="email"], div.form_wrap button, div.form_wrap textarea, div.form_wrap select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  div.form_wrap input::-ms-clear {
    visibility: hidden; }
  div.form_wrap input::-ms-reveal {
    visibility: hidden; }
  div.form_wrap input[type="text"], div.form_wrap input[type="number"], div.form_wrap input[type="tel"], div.form_wrap input[type="email"], div.form_wrap textarea {
    outline: none;
    width: 100%;
    padding: .75em;
    border: 1px solid #fff;
    border-radius: 8px;
    transition: .3s;
    background: #fff; }
  div.form_wrap input[type="text"]:focus, div.form_wrap input[type="number"]:focus, div.form_wrap input[type="tel"]:focus, div.form_wrap input[type="email"]:focus, div.form_wrap textarea:focus {
    box-shadow: 0 0 6px #1f286f;
    border: 1px solid #1f286f; }
  div.form_wrap input[type="submit"], div.form_wrap input[type="button"] {
    position: relative;
    display: inline-block;
    margin: 8px 0;
    padding: 1.5em 2em;
    min-width: 280px;
    color: #222;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    background: #1f286f;
    border: 2px solid #1f286f;
    border-radius: 100px;
    cursor: pointer;
    transition: .2s; }
    div.form_wrap input[type="submit"]:hover, div.form_wrap input[type="button"]:hover {
      color: #e15197;
      background: #fff;
      transition: .2s;
      border: 2px solid #fff; }
  div.form_wrap input[type="submit"]:disabled {
    cursor: default;
    opacity: .7; }
  div.form_wrap input[type="submit"]:disabled:hover {
    background-color: #1f286f; }
  div.form_wrap input[type="text"].p-postal-code {
    max-width: 12em; }
  div.form_wrap .mw_wp_form .error {
    margin: 4px 0;
    font-size: .9em;
    color: crimson; }

/*error*/
div.mw_wp_form {
  margin-top: -110px;
  padding-top: 110px; }
  div.mw_wp_form p {
    margin: 0;
    font-size: 1.20rem; }

/*recaptcha*/
p.recaptcha_policy {
  padding-bottom: 1em;
  font-size: 0.8rem !important;
  /*    border-bottom: 1px dotted #ccc;*/ }
  p.recaptcha_policy a {
    text-decoration: underline; }
    p.recaptcha_policy a:hover {
      text-decoration: none; }

div.grecaptcha-badge {
  visibility: hidden; }

/* -------------------------------- 
fadeup
--------------------------------- */
.js-fadeUp1 {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(28px);
  /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s;
  /* 透過率と縦方向の移動を0.8秒 */ }

/* フェードイン(スクロールした後) */
.js-fadeUp1.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: .4s;
  /* フェード開始を0.5秒遅らせる */ }

.js-fadeUp2 {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s, transform .8s; }

.js-fadeUp2.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .6s; }

.js-fadeUp3 {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s, transform .8s; }

.js-fadeUp3.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .8s; }

/*left*/
.js-fadeLeft1 {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity .8s, transform .8s; }

.js-fadeLeft1.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .4s; }

.js-fadeLeft2 {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity .8s, transform .8s; }

.js-fadeLeft2.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .5s; }

.js-fadeLeft3 {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity .8s, transform .8s; }

.js-fadeLeft3.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .6s; }

@media screen and (max-width: 640px) {
  .js-fadeUp1.is-inview {
    transition-delay: .4s; }

  .js-fadeUp2.is-inview {
    transition-delay: .4s; }

  .js-fadeUp3.is-inview {
    transition-delay: .4s; }

  /*left*/
  .js-fadeLeft1.is-inview {
    transition-delay: .4s; }

  .js-fadeLeft2.is-inview {
    transition-delay: .4s; }

  .js-fadeLeft3.is-inview {
    transition-delay: .4s; } }
