@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  background: #fff;
  font-family: "Yu Gothic", YuGothic, "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #1D1D1D;
  height: auto !important;
  overflow: hidden;
  letter-spacing: 0.04em;
}
p {
  margin: 0;
  line-height: 1.5em;
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

body:not(.home) ul {
  line-height: 1.8;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:link {
  color: #1D1D1D;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:visited {
  color: #1D1D1D;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

.fax a {
  pointer-events: none;
  text-decoration: none;
}

/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.clr:after, .col:after, .container:after, .group:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .gutters .col {
    margin-left: 2%;
  }
  .span_1 {
    width: 8.3333333333%;
  }
  .span_2 {
    width: 16.6666666667%;
  }
  .span_3 {
    width: 25%;
  }
  .span_4 {
    width: 33.3333333333%;
  }
  .span_5 {
    width: 41.6666666667%;
  }
  .span_6 {
    width: 50%;
  }
  .span_7 {
    width: 58.3333333333%;
  }
  .span_8 {
    width: 66.6666666667%;
  }
  .span_9 {
    width: 75%;
  }
  .span_10 {
    width: 83.3333333333%;
  }
  .span_11 {
    width: 91.6666666667%;
  }
  .span_12 {
    width: 100%;
  }
  .gutters .span_1 {
    width: 6.5%;
  }
  .gutters .span_2 {
    width: 15%;
  }
  .gutters .span_3 {
    width: 23.5%;
  }
  .gutters .span_4 {
    width: 32%;
  }
  .gutters .span_5 {
    width: 40.5%;
  }
  .gutters .span_6 {
    width: 49%;
  }
  .gutters .span_7 {
    width: 57.5%;
  }
  .gutters .span_8 {
    width: 66%;
  }
  .gutters .span_9 {
    width: 74.5%;
  }
  .gutters .span_10 {
    width: 83%;
  }
  .gutters .span_11 {
    width: 91.5%;
  }
  .gutters .span_12 {
    width: 100%;
  }
}
/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */
.container {
  padding: 0 10px;
}

.container img {
  max-width: 100%;
}

* + .container {
  margin-top: 2em;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.col {
  float: none;
}

.col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1080px;
    margin: auto;
    padding: 0 10px;
  }
  * + .container {
    margin-top: 40px;
  }
  .col {
    float: left;
  }
  .reverse > .col {
    float: right;
  }
  .col:not(:last-child) {
    margin-bottom: 0;
  }
  .reverse > .col:last-child, :not(.reverse) > .col:first-child {
    margin-left: 0;
  }
  .col.offset_1 {
    margin-left: 8.3333333333%;
  }
  .gutters .col.offset_1 {
    margin-left: 10.5%;
  }
  .gutters .col.offset_1:first-child {
    margin-left: 8.5%;
  }
  .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  .gutters .col.offset_2 {
    margin-left: 19%;
  }
  .gutters .col.offset_2:first-child {
    margin-left: 17%;
  }
  .col.offset_3 {
    margin-left: 25%;
  }
  .gutters .col.offset_3 {
    margin-left: 27.5%;
  }
  .gutters .col.offset_3:first-child {
    margin-left: 25.5%;
  }
  .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  .gutters .col.offset_4 {
    margin-left: 36%;
  }
  .gutters .col.offset_4:first-child {
    margin-left: 34%;
  }
  .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  .gutters .col.offset_5 {
    margin-left: 44.5%;
  }
  .gutters .col.offset_5:first-child {
    margin-left: 42.5%;
  }
  .col.offset_6 {
    margin-left: 50%;
  }
  .gutters .col.offset_6 {
    margin-left: 53%;
  }
  .gutters .col.offset_6:first-child {
    margin-left: 51%;
  }
  .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  .gutters .col.offset_7 {
    margin-left: 61.5%;
  }
  .gutters .col.offset_7:first-child {
    margin-left: 59.5%;
  }
  .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  .gutters .col.offset_8 {
    margin-left: 70%;
  }
  .gutters .col.offset_8:first-child {
    margin-left: 68%;
  }
  .col.offset_9 {
    margin-left: 75%;
  }
  .gutters .col.offset_9 {
    margin-left: 78.5%;
  }
  .gutters .col.offset_9:first-child {
    margin-left: 76.5%;
  }
  .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  .gutters .col.offset_10 {
    margin-left: 87%;
  }
  .gutters .col.offset_10:first-child {
    margin-left: 85%;
  }
  .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  .gutters .col.offset_11 {
    margin-left: 95.5%;
  }
  .gutters .col.offset_11:first-child {
    margin-left: 93.5%;
  }
  .col.offset_12 {
    margin-left: 100%;
  }
  :not(.reverse) > .col.break + .col {
    clear: left;
    margin-left: 0;
  }
  .reverse > .col.break {
    margin-left: 0;
  }
  .reverse > .col.break + .col {
    clear: right;
    margin-right: 0;
  }
  .col.break ~ .col {
    margin-top: 2%;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 1080px;
  }
}
@media (max-width: 1130px) {
  .container {
    padding: 0 30px;
  }
}
.col p {
  line-height: 1.8;
}

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

.text-left {
  text-align: left;
}

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

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-red {
  color: #f00 !important;
}

@media (max-width: 768px) {
  .pc,
  .tb {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .sp {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .tb {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc02,
  .tb02 {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp02 {
    display: none !important;
  }
}
@media (max-width: 749px) {
  .pc03,
  .tb03 {
    display: none !important;
  }
}
@media (min-width: 750px) {
  .sp03 {
    display: none !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.add_arrow {
  display: block;
  position: relative;
}
.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.add_arrow:hover {
  border: 1px solid #0D259B;
  color: #0D259B;
  background: #fff;
}
.add_arrow:hover:after {
  left: 6%;
  border-color: #0D259B;
}

.add_ex {
  position: relative;
}
.add_ex:before {
  content: none;
}
.add_ex:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 700;
  font-size: 1em;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background: none;
  position: absolute;
  right: 5%;
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  border: 1px solid #0D259B;
  color: #fff;
  background: #0D259B;
  padding: 0.6em 0;
  margin: 0 auto 1px;
  max-width: 316px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

body:not(.home) h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  color: #0D259B;
  padding: 1em 0;
  position: relative;
}
@media (max-width: 768px) {
  body:not(.home) h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (max-width: 425px) {
  body:not(.home) h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #1D1D1D;
  position: relative;
  word-wrap: break-word;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 auto 1.2em;
  }
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #1D1D1D;
  word-wrap: break-word;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto 1em;
  }
}

h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #1D1D1D;
  margin: 0 auto 30px;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto 1em;
  }
}

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

footer {
  background: #fff;
  color: #1D1D1D;
  text-align: center;
  padding: 64px 0;
}
@media (max-width: 768px) {
  footer {
    padding: 0 0 20px;
  }
}
@media (max-width: 768px) {
  footer .container {
    padding: 0;
  }
}
footer nav {
  margin-bottom: 20px;
}
footer nav ul {
  list-style: none;
}
footer nav ul li {
  display: inline-block;
  margin: 0 20px 20px 0;
}
@media (max-width: 768px) {
  footer nav ul li {
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  footer nav ul li a {
    display: block;
    padding: 10px 0;
  }
}
footer nav ul li:last-child {
  margin-right: 0;
}
footer .copyright p {
  font-size: 14px;
  font-size: 1.4rem;
}

.sub_mv {
  width: 100%;
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.center {
  text-align: center;
}

.contents {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .contents {
    margin-bottom: 60px;
  }
}

.intro_txt {
  margin-bottom: 40px;
}

.sub_box {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .sub_box {
    margin-bottom: 50px;
  }
}
.sub_box:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.sub_box2 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .sub_box2 {
    margin-bottom: 30px;
  }
}
.sub_box2:nth-last-of-type(1) {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.privacy .sub_box p:nth-of-type(1) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .privacy .sub_box p:nth-of-type(1) {
    margin-bottom: 15px;
  }
}

.archive .category_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 600px) {
  .archive .category_list {
    padding: 0;
  }
}
.archive .category_list dt {
  width: 20%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .archive .category_list dt {
    width: 10%;
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .archive .category_list dt {
    width: 100%;
    text-align: center;
    background: #D5D5D5;
    padding: 12px 0;
  }
}
.archive .category_list dd {
  margin-right: 8%;
}
@media (max-width: 768px) {
  .archive .category_list dd {
    margin-right: 4%;
    font-size: 15px;
  }
}
.archive .category_list dd .ECM_CheckboxInput {
  padding: 12px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 600px) {
  .archive .category_list dd .ECM_CheckboxInput {
    padding: 5vw 2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.archive .category_list dd .ECM_CheckboxInput .ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.archive .category_list dd .ECM_CheckboxInput .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  background: #1571DA;
}
.archive .category_list dd .ECM_CheckboxInput .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 28%;
  left: 60%;
  width: 44%;
  height: 2px;
  border-radius: 2px;
  -webkit-transform: translate(-6px, 5px) rotateZ(-135deg);
          transform: translate(-6px, 5px) rotateZ(-135deg);
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  background: #FFFFFF;
}
.archive .category_list dd .ECM_CheckboxInput .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 73%;
  width: 70%;
  height: 2px;
  border-radius: 2px;
  -webkit-transform: translate(-6px, 5px) rotateZ(-45deg);
          transform: translate(-6px, 5px) rotateZ(-45deg);
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  background: #FFFFFF;
}
.archive .category_list dd .ECM_CheckboxInput .ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.archive .category_list dd .ECM_CheckboxInput .ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
}
@media (max-width: 768px) {
  .archive .category_list dd .ECM_CheckboxInput .ECM_CheckboxInput-LabelText {
    margin-left: 10px;
  }
}
.archive .archive_list li {
  margin-bottom: 50px;
}
.archive .archive_list li .archive_photo {
  width: 25%;
  background: #fff;
  min-height: 160px;
  max-height: 180px;
  overflow: hidden;
  text-align: center;
}
.archive .archive_list li .archive_photo img {
  width: 100%;
  display: inline-block;
}
@media (max-width: 768px) {
  .archive .archive_list li .archive_photo img {
    width: 80%;
  }
}
@media (max-width: 425px) {
  .archive .archive_list li .archive_photo img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .archive .archive_list li .archive_photo {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .archive .archive_list li .archive_photo {
    width: 100%;
    min-height: 300px;
    margin-bottom: 1em;
  }
}
@media (max-width: 425px) {
  .archive .archive_list li .archive_photo {
    min-height: 200px;
  }
}
.archive .archive_list li .archive_photo a {
  display: block;
  width: 100%;
  height: 100%;
}
.archive .archive_list li .archive_txt {
  width: 73%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .archive .archive_list li .archive_txt {
    width: 68%;
  }
}
@media (max-width: 768px) {
  .archive .archive_list li .archive_txt {
    width: 100%;
  }
}
.archive .archive_list li .archive_txt .date {
  font-size: 15px;
  margin-bottom: 15px;
}
.archive .archive_list li .archive_txt .date span a {
  display: inline-block;
  font-size: 12px;
  margin-left: 20px;
  background: #ccc;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 100px;
  text-align: center;
}
.archive .archive_list li .archive_txt .ttl {
  font-size: 20px;
  font-weight: 500;
  color: #1571DA;
  margin-bottom: 15px;
}
.archive .archive_list li .archive_txt .txt {
  font-size: 15px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.Pagination_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Pagination_wrap .Pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Pagination_wrap .Pagination li .Pagination-Item-Link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 45px;
  height: 45px;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 14px;
  color: #0070C5;
  font-weight: bold;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  border-radius: 5px;
}
@media (max-width: 425px) {
  .Pagination_wrap .Pagination li .Pagination-Item-Link {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.Pagination_wrap .Pagination li .Pagination-Item-Link-Icon {
  width: 20px;
}
@media (max-width: 425px) {
  .Pagination_wrap .Pagination li .Pagination-Item-Link-Icon {
    width: 15px;
  }
}
.Pagination_wrap .Pagination li .Pagination-Item-Link.isActive {
  background: #0070C5;
  color: #fff;
  pointer-events: none;
}
.Pagination_wrap .Pagination li .Pagination-Item-Link:not(.isActive):hover {
  background: #0070C5;
  color: #fff;
}
.Pagination_wrap .Pagination > * + * {
  margin-left: 12px;
}
@media (max-width: 425px) {
  .Pagination_wrap .Pagination > * + * {
    margin-left: 10px;
  }
}

.single_page .single_wrap {
  margin-top: 80px;
}
.single_page .single_wrap .date {
  font-size: 15px;
  margin-bottom: 15px;
}
.single_page .single_wrap .date span a {
  display: inline-block;
  font-size: 12px;
  margin-left: 20px;
  background: #ccc;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 100px;
  text-align: center;
}
.single_page .single_wrap .photo {
  background: #fff;
  text-align: center;
}
.single_page .single_wrap .photo img {
  display: inline-block;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 768px) {
  .single_page .single_wrap .txt p {
    font-size: 15px;
  }
}
.single_page .single_btn {
  text-align: center;
}
.single_page .single_btn a {
  display: inline-block;
  width: 250px;
  padding: 15px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(rgb(240, 152, 16)), color-stop(45%, rgb(255, 88, 80)), to(rgb(255, 88, 80)));
  background: -webkit-linear-gradient(left, rgb(240, 152, 16) 0%, rgb(255, 88, 80) 45%, rgb(255, 88, 80) 100%);
  background: linear-gradient(90deg, rgb(240, 152, 16) 0%, rgb(255, 88, 80) 45%, rgb(255, 88, 80) 100%);
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .single_page .single_btn a {
    font-size: 1.6rem;
  }
}

.inquiry fieldset {
  margin: 0;
  border: 0;
}

.inquiry fieldset .row {
  margin: 0;
}

.inquiry dl {
  margin: 0;
  padding: 0;
}

.inquiry dt {
  font-weight: normal;
}

.inquiry dt.col:not(:last-child) {
  width: 100%;
  padding: 0;
  margin-bottom: 14px;
  display: inline-block;
}

.inquiry dd {
  margin: 0;
  padding: 0;
}

.inquiry dd:last-child {
  padding-bottom: 0;
}

.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}

.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}

.inquiry input[type=file] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inquiry input.p-postal-code {
  width: 100px;
}

.inquiry input.p-region {
  width: 100px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .submit .button, .inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
}

.inquiry .required {
  color: #fff;
  background: #0D259B;
  font-size: 1.2rem;
  padding: 4px 10px;
  margin-left: 10px;
}

.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding: 6px 0;
    width: 100%;
  }
  .inquiry dd {
    padding-bottom: 1.5em;
    width: 100%;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input[type=text],
  .inquiry input[type=url],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry input[type=date],
  .inquiry input[type=text],
  .inquiry select {
    width: 100%;
  }
  .inquiry input[type=number] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
/*
==========================
レスポンス時、下層のボタンの文字が折り返してもボタンの高さを揃える
==========================
*/
@media (min-width: 768px) {
  .btn_group.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .btn_group.row p {
    height: 100%;
  }
  .btn_group.row p a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*
==========================
contactフォームのボタンが左にずれるを解消
==========================
*/
.wpcf7 .ajax-loader {
  display: block;
}

/*
====================================================
お問い合わせフォームの周りをborderで囲む＆入力欄の高さ出し
====================================================
*/
.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  padding: 10px;
}

/*
==========================
chromeで画像がぼやけるのを補正
==========================
*/
img {
  image-rendering: -webkit-optimize-contrast;
}

.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.nomal {
  font-weight: normal !important !important;
}

.fitness h3 {
  background: #FEF4D9;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}
.fitness h3::before {
  content: "●";
  font-size: 15px;
  color: #f09810;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  color: #1D1D1D;
}
header .header {
  max-width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd;
}
header .row {
  margin: 0 3%;
}
@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}
header .title {
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-size: 0;
}
header .title a {
  display: inline-block;
  width: 280px;
}
header .title a img {
  width: 100%;
}
@media (max-width: 1200px) {
  header .title a {
    width: 24vw;
    min-width: 240px;
  }
}
@media (max-width: 768px) {
  header .title a {
    width: 38vw;
    min-width: 180px;
  }
}
@media (max-width: 425px) {
  header .title a {
    width: 36vw;
    min-width: 150px;
  }
}
header .gnav {
  position: absolute;
  right: -100%;
  width: 240px;
  top: 0;
  z-index: 3;
}
header .gnav > .nav_sp {
  display: block;
  z-index: 10;
  position: relative;
  list-style: none;
  padding: 80px 0 0;
}
header .gnav > .nav_sp > li {
  width: 100%;
  height: inherit;
}
header .gnav > .nav_sp > li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
header .gnav > .nav_sp > li a {
  padding: 20px 25px;
  color: #fff;
  display: block;
}
header .btn-gnavi {
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background: #0D259B;
  color: #fff;
  cursor: pointer;
}
header .btn-gnavi span {
  position: absolute;
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  right: 0;
  left: 0;
  margin: auto;
}
header .btn-gnavi span:nth-child(1) {
  top: 15px;
}
header .btn-gnavi span:nth-child(2) {
  top: 28px;
}
header .btn-gnavi span:nth-child(3) {
  top: 41px;
}
header .btn-gnavi::before {
  content: "MENU";
  text-align: center;
  position: absolute;
  bottom: 8px;
  right: 0;
  left: 0;
  margin: auto;
  letter-spacing: 0.5px;
  font-size: 1.4rem;
  font-family: "Josefin Sans", sans-serif;
}
header .btn-gnavi.open:before {
  content: "CLOSE";
  bottom: 8px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1.4rem;
}
header .btn-gnavi.open span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 32%;
}
header .btn-gnavi.open span:nth-child(2) {
  opacity: 0;
}
header .btn-gnavi.open span:nth-child(3) {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 32%;
}
header.menu_open .gnav > ul {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 769px) {
  header .header_contact {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 152, 16)), color-stop(45%, rgb(255, 88, 80)), to(rgb(255, 88, 80)));
    background: -webkit-linear-gradient(top, rgb(240, 152, 16) 0%, rgb(255, 88, 80) 45%, rgb(255, 88, 80) 100%);
    background: linear-gradient(180deg, rgb(240, 152, 16) 0%, rgb(255, 88, 80) 45%, rgb(255, 88, 80) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  header .header_contact {
    display: none;
  }
}
@media (min-width: 769px) {
  header .header_contact div {
    text-align: center;
  }
  header .header_contact div img {
    display: inline-block;
    margin-bottom: 15px;
  }
  header .header_contact div p {
    font-weight: 500;
    color: #fff;
  }
  header .gnav,
  header .title {
    margin: 0;
    vertical-align: middle;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 10px 0;
  }
  header .gnav {
    width: 240px;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  header .gnav > ul > li > a > span,
  header .gnav > ul > li > a > br {
    display: none;
  }
}
.header_info_wrap {
  display: none;
}
@media (min-width: 769px) {
  .header_info_wrap {
    display: block;
  }
}
.header_info_wrap .header_info {
  width: 40%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 15px;
}
@media (max-width: 1420px) {
  .header_info_wrap .header_info {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .header_info_wrap .header_info {
    width: 55%;
  }
}
@media (max-width: 1000px) {
  .header_info_wrap .header_info {
    left: 48%;
  }
}
@media (max-width: 768px) {
  .header_info_wrap .header_info {
    display: none;
  }
}
.header_info_wrap .header_info .pc02 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_info_wrap .header_info .pc02 p {
  margin: 0;
  text-align: left;
}
.header_info_wrap .header_info .pc02 p.tel {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.4em;
  font-family: Roboto, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  position: relative;
  padding-left: 12px;
}
@media (max-width: 1000px) {
  .header_info_wrap .header_info .pc02 p.tel {
    font-size: 15px;
    line-height: 1.6em;
  }
}
.header_info_wrap .header_info .pc02 p.tel span {
  position: absolute;
  top: 0%;
  left: 0%;
}
@media (max-width: 900px) {
  .header_info_wrap .header_info .pc02 p.tel span {
    position: relative;
    top: -14%;
    left: 1%;
  }
}
@media (max-width: 900px) {
  .header_info_wrap .header_info .pc02 p.tel {
    width: 100%;
    text-align: right;
  }
}
.header_info_wrap .header_info .pc02 p.tel a {
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 5px;
}
.header_info_wrap .header_info .pc02 p.time {
  margin: 0 20px;
}
@media (max-width: 900px) {
  .header_info_wrap .header_info .pc02 p.time {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .header_info_wrap .header_info .pc02 p.time02 {
    font-size: 14px;
  }
}

.sp_header_info {
  display: none;
}
@media (max-width: 768px) {
  .sp_header_info {
    display: block;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp_header_info a {
    display: block;
    position: absolute;
    top: 50%;
    right: -5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 38vw;
    padding: 3vw;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: -webkit-gradient(linear, left top, right top, from(#f09810), color-stop(45%, #ff5850), to(#ff5850));
    background: -webkit-linear-gradient(left, #f09810 0%, #ff5850 45%, #ff5850 100%);
    background: linear-gradient(90deg, #f09810 0%, #ff5850 45%, #ff5850 100%);
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (max-width: 425px) {
  .sp_header_info a {
    font-size: 14px;
    right: -2%;
  }
}
@media (max-width: 768px) {
  .sp_header_info a img {
    width: 25px;
    display: inline-block;
    margin-right: 5px;
  }
}
@media (max-width: 768px) and (max-width: 425px) {
  .sp_header_info a img {
    margin-right: 2px;
  }
}
@media (max-width: 768px) {
  .sp_header_info a p {
    display: inline-block;
    color: #fff;
  }
}

.none {
  display: none;
}

/*アコーディオン*/
.acd-check {
  display: none;
}

.acd-label-program {
  text-align: left;
  display: block;
  cursor: pointer;
  position: relative;
  padding: 20px 25px;
  border-bottom: 1px solid #cccccc;
}
.acd-label-program::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "＋";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.acd-content {
  display: block;
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: hidden;
}
.acd-content div {
  border-bottom: 1px solid #cccccc;
}
.acd-content div:nth-last-of-type(1) {
  border-bottom: none;
}

.acd-check:checked + .acd-label-program:after {
  content: "";
  display: inline-block;
  padding: 0;
  width: 9px;
  height: 2px;
  background: #333;
  right: 4%;
}

.acd-check:checked + .acd-label-program + .acd-content {
  max-height: initial;
  opacity: 1;
  visibility: visible;
}

.acd-content > p {
  padding: 2vw;
}

.jb-a {
  width: 20px;
  position: relative;
}

.jb-c {
  position: absolute;
  top: 5px;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media (max-width: 1184px) {
  .jb-c {
    top: 2.5px;
  }
}

.jb-a:hover .jb-c {
  opacity: 1;
  top: 5px;
}
@media (max-width: 1184px) {
  .jb-a:hover .jb-c {
    top: 2.5px;
  }
}

.jb-a:hover .jb-b {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#page-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 10;
}
#page-top a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #0D259B;
}
@media (min-width: 768px) {
  #page-top a {
    width: 70px;
    height: 70px;
  }
}
#page-top a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hideme {
  opacity: 0;
}

.hideme1 {
  opacity: 0;
  top: 20px;
  position: relative;
}

.hideme2 {
  opacity: 0;
  top: 40px;
  position: relative;
}

/*----------MV----------*/
.mv {
  position: relative;
}
.mv .copy {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.mv .copy .copy_title {
  font-size: 8.8rem;
  font-weight: 600;
  margin: 0 auto 40px;
  line-height: 1;
}
@media (max-width: 768px) {
  .mv .copy .copy_title {
    font-size: 12vw;
  }
}
.mv .copy .copy_sub {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .mv .copy .copy_sub {
    font-size: 8vw;
  }
}
.mv .slick-slider {
  margin-bottom: 0;
}
.mv .slick img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------共通----------*/
body {
  letter-spacing: normal;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 100%;
  line-height: 100%;
  font-weight: normal;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

@media (max-width: 768px) {
  .container {
    width: 90%;
    padding: 0;
  }
}

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

.column2 {
  width: 49%;
}
@media (max-width: 768px) {
  .column2 {
    width: 100%;
  }
}

.column3 {
  width: 32%;
}
@media (max-width: 768px) {
  .column3 {
    width: 100%;
    margin-bottom: 1em;
  }
  .column3:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

.column3-1 {
  width: 32%;
}
@media (max-width: 768px) {
  .column3-1 {
    width: 49%;
    margin-bottom: 2em;
  }
  .column3-1:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .column3-1 {
    width: 100%;
  }
}

.top_page {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .top_page {
    margin: 60px 0;
  }
}
.top_page h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
}
@media (max-width: 1024px) {
  .top_page h2 {
    font-size: 35px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) {
  .top_page h2 {
    font-size: 2.8rem;
  }
}
.top_page h2 span {
  font-size: 16px;
  color: #FF6D00;
  font-family: Roboto, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}
.top_page .intro {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .top_page .intro {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .top_page .intro {
    font-size: 2rem;
    line-height: 1.6em;
    margin-bottom: 40px;
  }
}
.top_page .more_btn {
  text-align: center;
}
.top_page .more_btn a {
  display: inline-block;
  width: 230px;
  padding: 15px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(rgb(240, 152, 16)), color-stop(45%, rgb(255, 88, 80)), to(rgb(255, 88, 80)));
  background: -webkit-linear-gradient(left, rgb(240, 152, 16) 0%, rgb(255, 88, 80) 45%, rgb(255, 88, 80) 100%);
  background: linear-gradient(90deg, rgb(240, 152, 16) 0%, rgb(255, 88, 80) 45%, rgb(255, 88, 80) 100%);
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .top_page .more_btn a {
    font-size: 1.6rem;
  }
}
.top_page .more_btn a::after {
  content: "";
  width: 13px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/wp-content/uploads/arrow.png) no-repeat;
  background-size: contain;
}

.en {
  font-family: "Josefin Sans", sans-serif;
}

.sec_title {
  text-align: center;
  line-height: 1;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .sec_title {
    margin-bottom: 30px;
  }
}
.sec_title .en {
  font-size: 2.4rem;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 16px;
  display: inline-block;
}
@media (max-width: 768px) {
  .sec_title .en {
    font-size: 1.6rem;
  }
}
.sec_title h2 {
  font-size: 2.8rem;
  margin: 0;
}
@media (max-width: 768px) {
  .sec_title h2 {
    font-size: 2rem;
  }
}

/* grid
=========================================== */
.grid3 {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .grid3 {
    grid-template-rows: 2fr;
    grid-template-columns: 1fr;
  }
}
.grid4 {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .grid4 {
    grid-template-rows: 2fr;
    grid-template-columns: 1fr;
  }
}

/*----------header----------*/
header .title {
  position: absolute;
  padding: 0;
  top: 14px;
  left: 1%;
}
header .title .pc-only {
  display: block;
  max-width: 200px;
  width: 100%;
}
@media (max-width: 640px) {
  header .title .pc-only {
    display: none;
  }
}
header .title .sp-only {
  display: none;
}
@media (max-width: 640px) {
  header .title .sp-only {
    display: block;
    position: absolute;
    max-width: 50px;
    width: 100%;
    top: 0;
    left: 2%;
  }
}

header .gnav {
  background: #0D259B;
  height: 100vh;
  position: fixed;
}
header .gnav .nav_pc {
  width: 42%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1650px) {
  header .gnav .nav_pc {
    left: 46%;
    width: 45%;
  }
}
@media (max-width: 1340px) {
  header .gnav .nav_pc {
    left: 44%;
  }
}
@media (max-width: 1184px) {
  header .gnav .nav_pc {
    left: 55%;
    width: 50%;
  }
}
@media (max-width: 1000px) {
  header .gnav .nav_pc {
    left: 61%;
  }
}
@media (max-width: 900px) {
  header .gnav .nav_pc {
    width: 55%;
  }
}
@media (max-width: 822px) {
  header .gnav .nav_pc {
    width: 100%;
    left: 50%;
  }
}

@media (max-width: 1340px) {
  header .header_contact {
    width: 180px;
  }
}
@media (max-width: 934px) {
  header .header_contact {
    width: 170px;
  }
}
@media (max-width: 900px) {
  header .header_contact {
    width: 150px;
  }
}

.header_info_wrap .header_info {
  width: auto;
  left: unset;
  right: 215px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1340px) {
  .header_info_wrap .header_info {
    right: 192px;
  }
}
@media (max-width: 1184px) {
  .header_info_wrap .header_info {
    top: 30%;
    width: 360px;
  }
}
@media (max-width: 900px) {
  .header_info_wrap .header_info {
    width: 380px;
    right: 24%;
  }
}
@media (max-width: 822px) {
  .header_info_wrap .header_info {
    right: 22%;
  }
}
.header_info_wrap .header_info .pc02 p.tel {
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  .header_info_wrap .header_info .pc02 p.tel {
    width: unset;
    text-align: left;
  }
}
.header_info_wrap .header_info .pc02 .time02 {
  line-height: 1.5em;
  font-size: 14px;
}
@media (max-width: 900px) {
  .header_info_wrap .header_info .pc02 .time02 {
    width: unset;
  }
}
@media (max-width: 1184px) {
  .header_info_wrap .header_info .pc02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sp_header_info a {
  right: -4.5%;
  width: 32vw;
  padding: 15px;
}
@media (max-width: 425px) {
  .sp_header_info a {
    right: -2%;
    width: 150px;
  }
}
@media (max-width: 320px) {
  .sp_header_info a {
    right: -3%;
    width: 140px;
    padding: 4vw;
  }
}
@media (max-width: 425px) {
  .sp_header_info a p {
    font-size: 13px;
  }
}

@media (max-width: 425px) {
  .admissionguide .page_link {
    width: 70%;
  }
}

.contact_fixed {
  position: fixed;
  top: 50vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 2;
  background: #0D259B;
}
@media (max-width: 768px) {
  .contact_fixed {
    display: none;
  }
}
.contact_fixed a {
  display: block;
  padding: 24px 0;
  width: 60px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.5rem;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
}

/*----------footer----------*/
footer {
  position: relative;
  background: #F6F6F6;
  padding-bottom: 0;
}
footer #page-top {
  bottom: 10px;
}
@media (min-width: 769px) {
  footer {
    padding: 80px 0 0;
  }
}
footer .container {
  max-width: calc(1080px + 4%);
  margin: auto;
}
@media (max-width: 768px) {
  footer .container {
    width: 100%;
  }
}
footer .box_wrap:after {
  display: none;
}
@media (min-width: 769px) {
  footer .box_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .box_txt {
  max-width: 440px;
}
@media (max-width: 768px) {
  footer .box_txt {
    padding: 40px 5% 0;
    margin: auto;
    margin-bottom: 40px;
  }
}
footer .box_txt dl {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer .box_txt dl dt, footer .box_txt dl dd {
  margin-bottom: 10px;
  line-height: 1.6;
}
footer .box_txt dl dt p, footer .box_txt dl dd p {
  line-height: 1.6;
}
footer .box_txt dl dt:last-child, footer .box_txt dl dd:last-child {
  margin-bottom: 0;
}
footer .box_txt dl dt {
  width: 92px;
}
footer .box_txt dl dd {
  width: calc(100% - 92px);
}
@media (min-width: 769px) {
  footer .box_txt dl .linst01 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  footer .box_txt dl .linst01 .inner {
    display: block;
  }
}
@media (min-width: 1101px) {
  footer .box_txt dl .linst01 .inner .tel {
    width: 110px;
  }
}
@media (min-width: 1101px) {
  footer .box_txt dl .linst01 .inner p:not(.tel) {
    width: calc(100% - 110px);
  }
}
@media (max-width: 768px) {
  footer .nav_box {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  footer .nav_box {
    max-width: 46%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (min-width: 769px) {
  footer .nav_box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .nav_box li {
  text-align: left;
  border-color: #fff;
  margin-right: 40px;
}
footer .nav_box li:last-child {
  margin-right: 0;
}
@media (min-width: 769px) {
  footer .nav_box li {
    margin: 0;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  footer .nav_box li {
    margin-right: 0;
  }
}
footer .nav_box li a {
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 769px) {
  footer .nav_box li a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  footer .nav_box li a {
    background: #F1F1F1;
    padding: 16px 5%;
    position: relative;
  }
  footer .nav_box li a:before, footer .nav_box li a:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 0;
    left: auto;
    right: 6%;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  footer .nav_box li a:before {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  footer .nav_box li a:after {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
footer .nav_box.pc:after, footer .nav_box.sp:after {
  display: none;
}
footer .footer_logo {
  max-width: 75%;
}
@media (max-width: 768px) {
  footer .footer_logo {
    margin: 0 0 30px 0;
    max-width: 100%;
  }
}
footer .txt .tel {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0D259B;
  font-family: Roboto, sans-serif;
  color: #0D259B;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  footer .txt .tel {
    text-align: center;
  }
}
footer .txt .tel a {
  padding-left: 24px;
  color: #0D259B;
  position: relative;
}
footer .txt .tel a:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
footer .txt .add {
  text-align: left;
}
@media (max-width: 768px) {
  footer .txt .add {
    text-align: center;
  }
}
footer .txt .add p {
  margin-bottom: 10px;
}
footer .txt .add p:last-child {
  margin-bottom: 0;
}
footer .copyright {
  background: #0D259B;
  color: #fff;
  padding: 12px 0;
}

/*----------トップページ----------*/
/*sec01 about*/
.sec01_bg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/wp-content/uploads/top_about_bg01.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  background-color: #F6F6F6;
  z-index: -1;
}
@media (max-width: 768px) {
  .sec01_bg {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    background-position: bottom;
    opacity: 0.6;
  }
}

#sec01 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 160px 0 260px;
}
@media (max-width: 768px) {
  #sec01 {
    padding: 80px 0 140px;
  }
}
#sec01 p {
  color: #0D259B;
}
#sec01 .about_catch {
  font-size: 3.2rem;
  margin-bottom: 60px;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #sec01 .about_catch {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
#sec01 .about_text {
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 768px) {
  #sec01 .about_text {
    margin-bottom: 10px;
  }
}
#sec01 .about_text .sp {
  display: none;
}
@media (max-width: 768px) {
  #sec01 .about_text .sp {
    display: block !important;
  }
}

.marquee-anim {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  -webkit-animation: marquee 100s linear infinite;
          animation: marquee 100s linear infinite;
  position: absolute;
  bottom: 0;
  left: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  white-space: nowrap;
  margin-top: -8vh;
}

.marquee-inline {
  display: block;
  padding-right: 0.5em;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  white-space: nowrap;
  font-size: 14rem;
}
@media (max-width: 768px) {
  .marquee-inline {
    font-size: 8rem;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*sec02 business*/
#sec02 {
  margin-top: 0;
  background: #0D259B;
  padding: 100px 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #sec02 {
    padding: 60px 0;
  }
}
#sec02 .sec_title {
  color: #fff;
}
#sec02 .sec_title h2 {
  color: #fff;
}
#sec02 .business_list {
  gap: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1080px) {
  #sec02 .business_list {
    gap: 20px;
  }
}
@media only screen and (max-width: 560px) {
  #sec02 .business_list {
    grid-template-columns: 1fr;
  }
}
#sec02 .business_list li {
  background: #fff;
  max-width: 320px;
  margin: 0 auto;
}
#sec02 .grid4 .business_list li {
  max-width: 225px;
}
#sec02 .business_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px 36px 10px;
}
#sec02 .business_list li .list_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}
#sec02 .business_list li h3 {
  font-size: 1.8rem;
  color: #0D259B;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
#sec02 .business_list li .list_text {
  margin-bottom: 10px;
  line-height: 1.8;
  font-weight: bold;
}
#sec02 .business_list li .more_arrow {
  position: relative;
  display: block;
  color: #0D259B;
  text-align: right;
  padding-right: 8px;
  font-size: 2rem;
  margin-top: auto;
  font-weight: normal;
  line-height: 1;
}
#sec02 .business_list li .more_arrow:before {
  content: "";
  width: 30px;
  -webkit-transform: translate(30px, 0px);
          transform: translate(30px, 0px);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 2px;
  background: #0D259B;
}
#sec02 .business_list li .more_arrow:after {
  width: 12px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translate(30px, 0px) rotate(25deg);
          transform: translate(30px, 0px) rotate(25deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 2px;
  background: #0D259B;
}

/*sec03 news*/
#sec03 {
  margin-top: 0;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #sec03 {
    background: #F6F6F6;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  #sec03 .sec03_container.flex {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
#sec03 .sec_title {
  width: 26%;
  background: #F6F6F6;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  #sec03 .sec_title {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sec03 .sec_title .en {
  color: #0D259B;
}
#sec03 .sec_title h2 {
  color: #0D259B;
}
#sec03 .news_container {
  width: 74%;
  padding: 60px 80px;
}
@media only screen and (max-width: 1080px) {
  #sec03 .news_container {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 768px) {
  #sec03 .news_container {
    width: 100%;
    padding: 0;
  }
}
#sec03 .news_container .news_list li {
  border-bottom: solid 1px #ccc;
}
#sec03 .news_container .news_list li:first-child {
  border-top: solid 1px #ccc;
}
#sec03 .news_container .news_list li a {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  #sec03 .news_container .news_list li a {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#sec03 .news_container .news_list_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  #sec03 .news_container .news_list_info {
    width: 100%;
    margin-bottom: 8px;
  }
}
#sec03 .news_container .news_list_info .date {
  width: 5em;
  color: #aaa;
}
#sec03 .news_container .news_list_info .tag {
  width: 6em;
  display: inline-block;
  color: #fff;
  background: #aaa;
  font-size: 1.3rem;
  padding: 0 4px;
  text-align: center;
}
#sec03 .news_container .news_list_text {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  #sec03 .news_container .news_list_text {
    width: 100%;
  }
}
#sec03 .news_container .news_list_text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #sec03 .news_container .news_list_text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: wrap;
    text-overflow: unset;
    white-space: unset;
  }
}

/*btn_contact*/
.btn_contact {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  background: #0D259B;
  max-width: 400px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding: 35px 120px 35px 60px;
  margin: 0 auto 80px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_contact:before, .btn_contact:after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 10px;
  width: 17px;
  height: 3px;
  top: 49%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 768px) {
  .btn_contact:before, .btn_contact:after {
    width: 15px;
  }
}
.btn_contact:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 46px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_contact:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 36px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 768px) {
  .btn_contact {
    font-size: 1.8rem;
    padding: 25px 60px 25px 10px;
    max-width: 320px;
  }
}

.btn_contact.active {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_contact.active:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_contact.active:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn_contact.active + #contact {
  display: block;
}

/*contact*/
#contact {
  display: none;
}
#contact .sec_title {
  margin-bottom: 40px;
}
#contact .sec_title .en {
  color: #0D259B;
}
#contact .sec_title h2 {
  color: #0D259B;
}
#contact .sec04_title_sub {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #contact .sec04_title_sub {
    text-align: left;
  }
}
#contact .tel {
  font-weight: bold;
  text-align: center;
  margin: 0 0 60px 0;
}
#contact .tel a {
  display: inline-block;
  font-size: 2.2rem;
  padding-left: 24px;
  color: #0D259B;
  position: relative;
  color: #0D259B;
  font-family: Roboto, sans-serif;
  color: #0D259B;
  line-height: 1.8;
}
#contact .tel a:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
#contact .tel .tel02 {
  font-size: 1.8rem;
  padding-left: 10px;
}
#contact .tel .tel02:before {
  content: none;
}
#contact .tel p {
  display: inline-block;
}
#contact .tel .text {
  font-size: 1.3rem;
}
#contact .wpcf7-form-control-wrap input, #contact .wpcf7-form-control-wrap select, #contact .wpcf7-form-control-wrap textarea {
  background: #F6F6F6;
  border: none;
  cursor: pointer;
  padding: 14px;
}
#contact dt.col {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #contact dd.col:not(:last-child) {
    margin-bottom: 20px;
  }
}
#contact ::-webkit-input-placeholder {
  font-family: "Yu Gothic", YuGothic, "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, Meiryo, sans-serif;
  color: #CCC;
}
#contact ::-moz-placeholder {
  font-family: "Yu Gothic", YuGothic, "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, Meiryo, sans-serif;
  color: #CCC;
}
#contact :-ms-input-placeholder {
  font-family: "Yu Gothic", YuGothic, "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, Meiryo, sans-serif;
  color: #CCC;
}
#contact ::-ms-input-placeholder {
  font-family: "Yu Gothic", YuGothic, "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, Meiryo, sans-serif;
  color: #CCC;
}
#contact ::placeholder {
  font-family: "Yu Gothic", YuGothic, "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, Meiryo, sans-serif;
  color: #CCC;
}
#contact input[type=submit] {
  font-weight: bold;
  max-width: 240px;
  width: 100%;
  background: #0D259B;
  color: #fff;
  padding: 20px 0;
  border: none;
  font-family: "Yu Gothic", YuGothic, "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, Meiryo, sans-serif;
}
#contact .agree {
  text-align: center;
  margin: 40px 0 0;
}
#contact .agree label {
  cursor: pointer;
}
#contact .scroll-box {
  width: 100%;
  height: 140px;
  overflow-y: scroll;
  border: 1px solid #CCC;
  background-color: #fff;
  padding: 20px;
  margin-top: 40px;
}
#contact .scroll-box p {
  line-height: 1.8;
}
#contact .scroll-box .title {
  margin-bottom: 14px;
}

/*----------下層----------*/
/*共通*/
#sub_title {
  background: #F6F6F6;
}

.pankuzu {
  max-width: 1080px;
  width: 100%;
}
.pankuzu ol {
  margin: 20px 0 60px;
}
@media (max-width: 425px) {
  .pankuzu ol {
    margin: 20px 0 45px;
  }
}
.pankuzu li {
  font-size: 1.2rem;
  display: inline;
  list-style: none;
}
.pankuzu li:after {
  content: ">";
  padding: 8px;
  font-weight: bold;
}
.pankuzu li a {
  text-decoration: none;
}
.pankuzu li:last-of-type:after {
  display: none;
}
@media (max-width: 768px) {
  .pankuzu {
    width: 90%;
  }
}

#contact_bt {
  background: url(/wp-content/uploads/cta_bg01.jpg) no-repeat;
  padding: 60px 0;
  margin-top: 100px;
  background-size: cover;
}
#contact_bt .contact_info {
  margin: 60px 0;
}
@media (max-width: 768px) {
  #contact_bt .contact_info {
    margin: 30px 0;
  }
}
@media (max-width: 425px) {
  #contact_bt .contact_info {
    margin: 10px 0;
  }
}
#contact_bt .contact_text h2 {
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  border: none;
  padding-bottom: 0;
}
#contact_bt .contact_text h2:after {
  content: none;
}
@media (max-width: 768px) {
  #contact_bt .contact_text h2 {
    font-size: 2.9rem;
  }
}
@media (max-width: 425px) {
  #contact_bt .contact_text h2 {
    font-size: 2.6rem;
  }
}
#contact_bt .contact_text p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 425px) {
  #contact_bt .contact_text p {
    font-size: 1.4rem;
  }
}
#contact_bt .contact_text .sp-only {
  display: none;
}
@media (max-width: 768px) {
  #contact_bt .contact_text .sp-only {
    display: block;
  }
}
#contact_bt .contact_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
@media (max-width: 768px) {
  #contact_bt .contact_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#contact_bt .contact_button .contact_bt01 {
  max-width: 320px;
  width: 100%;
  height: 120px;
  background: #0D259B;
  border: 1px solid #fff;
  text-align: center;
  padding: 47px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #contact_bt .contact_button .contact_bt01 {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 425px) {
  #contact_bt .contact_button .contact_bt01 {
    font-size: 1.7rem;
  }
}
#contact_bt .contact_button .contact_bt01:hover {
  cursor: pointer;
  opacity: 0.85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#contact_bt .contact_button .contact_bt02 {
  max-width: 320px;
  width: 100%;
  height: 120px;
  background: #fff;
  border: 1px solid #fff;
  position: relative;
  text-align: center;
  padding: 27px 0 27px 15px;
  color: #0D259B;
  font-size: 2.4rem;
  font-weight: bold;
}
#contact_bt .contact_button .contact_bt02:hover {
  cursor: pointer;
  opacity: 0.85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #contact_bt .contact_button .contact_bt02 {
    padding-top: 30px 0 27px 11px;
  }
}
@media (max-width: 425px) {
  #contact_bt .contact_button .contact_bt02 {
    font-size: 2.1rem;
  }
}
#contact_bt .contact_button .contact_bt02 p {
  margin-top: 8px;
  font-size: 1.5rem;
}
#contact_bt .contact_button .contact_bt02 p span {
  font-size: 1.2rem;
}
#contact_bt .contact_button .contact_bt02:before {
  content: "";
  background: url(/wp-content/uploads/icon_tel.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 28.5%;
  left: 17.5%;
}
@media (max-width: 768px) {
  #contact_bt .contact_button .contact_bt02:before {
    top: 28%;
  }
}
@media (max-width: 425px) {
  #contact_bt .contact_button .contact_bt02:before {
    top: 26%;
    left: 21%;
  }
}

/*事業紹介(business)*/
.business h1 {
  margin: 2em 0 0;
}
.business h1:before {
  content: "business";
  text-transform: capitalize;
  position: absolute;
  color: #0D259B;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  top: 2%;
  font-weight: normal;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .business h1:before {
    font-size: 2.1rem;
    top: 2.5%;
  }
}
@media (max-width: 425px) {
  .business h1:before {
    font-size: 1.8rem;
    top: 4.5%;
  }
}

.business .content_title h2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 40px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #0D259B;
}
.business .content_title h2:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 16px;
  width: 75%;
  top: 100%;
  left: 25%;
}
@media (max-width: 768px) {
  .business .content_title h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 425px) {
  .business .content_title h2 {
    font-size: 2rem;
  }
}
.business .business_content {
  margin: 0 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.business .business_content img {
  display: block;
  width: 35%;
  margin-left: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .business .business_content img {
    width: 65%;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 425px) {
  .business .business_content img {
    width: 85%;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 768px) {
  .business .business_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.business .content_text {
  width: 65%;
}
@media (max-width: 768px) {
  .business .content_text {
    width: 100%;
  }
}
.business .content_text p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  .business .content_text p {
    font-size: 1.4rem;
  }
}
.business .content_text ul {
  background: #F6F6F6;
  padding: 30px;
}
@media (max-width: 768px) {
  .business .content_text ul {
    padding: 20px;
  }
}
.business .content_text ul li {
  margin: 0 0 10px 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 20px;
}
@media (max-width: 425px) {
  .business .content_text ul li {
    font-size: 1.4rem;
  }
}
.business .content_text ul li:before {
  content: "";
  position: absolute;
  border: 4px solid #0D259B;
  border-radius: 50%;
  left: 0;
  top: 6px;
  margin: 3px 0;
}
.business .content_text ul li:last-of-type {
  margin-bottom: 0;
}
.business .content_box:last-of-type {
  margin-bottom: 0;
}

/*会社概要(company)*/
.company h1 {
  margin: 2em 0 0;
}
.company h1:before {
  content: "company";
  text-transform: capitalize;
  position: absolute;
  color: #0D259B;
  font-size: 2.4rem;
  font-family: "Josefin Sans", sans-serif;
  top: 2%;
  font-weight: normal;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .company h1:before {
    font-size: 2.1rem;
    top: 1.5%;
  }
}

.company h2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #0D259B;
}
.company h2:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 16px;
  width: 75%;
  top: 100%;
  left: 25%;
}
@media (max-width: 768px) {
  .company h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 425px) {
  .company h2 {
    font-size: 2rem;
  }
}
.company .message .company_content {
  position: relative;
  margin: 0 0 100px;
}
@media (max-width: 768px) {
  .company .message .company_content {
    position: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.company .message .company_content img {
  max-width: 697px;
  width: 65%;
  position: absolute;
  opacity: 0.85;
  top: 12%;
  left: 35.5%;
  z-index: -1;
}
@media (max-width: 768px) {
  .company .message .company_content img {
    width: 85%;
    position: unset;
  }
}
.company .message .content_text .text01 {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 50px 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .company .message .content_text .text01 {
    margin: 30px 0;
    font-size: 2.3rem;
  }
}
@media (max-width: 425px) {
  .company .message .content_text .text01 {
    margin: 20px 0;
    font-size: 2rem;
  }
}
.company .message .content_text .text01 .sp-only {
  display: none;
}
@media (max-width: 768px) {
  .company .message .content_text .text01 .sp-only {
    display: block;
  }
}
.company .message .content_text .text02 {
  font-size: 1.6rem;
  margin: 0 0 20px;
  line-height: 1.8;
}
@media (max-width: 425px) {
  .company .message .content_text .text02 {
    font-size: 1.4rem;
  }
}
.company .message .content_text .name_text {
  font-size: 1.6rem;
  font-weight: bold;
}
.company .company_tb {
  margin: 200px 0 0;
}
@media (max-width: 640px) {
  .company .company_tb {
    margin: 100px 0 0;
  }
}
.company .company_tb .content_table {
  width: 100%;
}
.company .company_tb .content_table table {
  width: 100%;
  border-collapse: collapse;
}
.company .company_tb .content_table table tr th {
  background: #fff;
  border: 1px solid #CCCCCC;
  border-left: none;
  border-right: none;
  font-size: 1.6rem;
  vertical-align: middle;
  width: 20%;
  padding: 2rem;
  text-align: left;
}
@media (max-width: 640px) {
  .company .company_tb .content_table table tr th {
    display: inline-block;
    font-size: 1.4rem;
    width: 100%;
    border-bottom: none;
  }
}
.company .company_tb .content_table table tr td {
  font-size: 1.6rem;
  border: 1px solid #CCCCCC;
  border-right: none;
  border-left: none;
  vertical-align: middle;
  padding: 2rem 20px;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .company .company_tb .content_table table tr td {
    display: inline-block;
    font-size: 1.4rem;
    width: 100%;
    border: none;
    padding-top: 0;
  }
}
.company .company_tb .content_table table tr td .sp-only {
  display: none;
}
@media (max-width: 640px) {
  .company .company_tb .content_table table tr td .sp-only {
    display: block;
  }
}
.company .company_tb .content_table table tr:last-of-type th {
  border: 1px solid #CCCCCC;
  border-left: none;
  border-right: none;
}
@media (max-width: 640px) {
  .company .company_tb .content_table table tr:last-of-type th {
    border-bottom: none;
  }
}
.company .company_tb .content_table table tr:last-of-type td {
  border: 1px solid #CCCCCC;
  border-right: none;
  border-left: none;
}
@media (max-width: 640px) {
  .company .company_tb .content_table table tr:last-of-type td {
    border: none;
    padding-top: 0;
  }
}

/*お知らせ一覧*/
.news h1 {
  margin: 2em 0 0;
}
.news h1:before {
  content: "news";
  text-transform: capitalize;
  position: absolute;
  color: #0D259B;
  font-size: 2.4rem;
  font-family: "Josefin Sans", sans-serif;
  top: 2%;
  font-weight: normal;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .news h1:before {
    font-size: 2.1rem;
    top: 1.5%;
  }
}

.news_all .news_article {
  background: #F6F6F6;
  margin-bottom: 60px;
  padding: 20px;
}
@media (max-width: 768px) {
  .news_all .news_article {
    margin-bottom: 40px;
  }
}
.news_all .article_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 15px;
}
@media (max-width: 768px) {
  .news_all .article_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news_all .news_title {
  font-size: 2.2rem;
  width: 40%;
  text-align: left;
}
@media (max-width: 768px) {
  .news_all .news_title {
    font-size: 2rem;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .news_all .news_title {
    font-size: 1.8rem;
  }
}
.news_all .pre_content {
  width: 60%;
  text-align: left;
}
@media (max-width: 768px) {
  .news_all .pre_content {
    font-size: 1.4rem;
    width: 100%;
  }
}

/*お知らせ詳細*/
.single h1 {
  margin: 2em 0 0;
}
.single h1:before {
  content: "news";
  text-transform: capitalize;
  position: absolute;
  color: #0D259B;
  font-size: 2.4rem;
  font-family: "Josefin Sans", sans-serif;
  top: 2%;
  font-weight: normal;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .single h1:before {
    font-size: 2.1rem;
    top: 1.5%;
  }
}
.single h2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #0D259B;
}
.single h2:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 16px;
  width: 75%;
  top: 100%;
  left: 25%;
}
@media (max-width: 768px) {
  .single h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .single h2 {
    font-size: 2rem;
  }
}
.single .news_content {
  margin-bottom: 100px;
}
.single .news_date {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .single .news_date {
    font-size: 1.4rem;
  }
}
.single .news_text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .single .news_text {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
@media (max-width: 425px) {
  .single .news_text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    position: relative;
    width: 100vw;
    height: 767px;
    overflow: hidden;
  }

  video {
    width: 100vw !important;
    height: 767px !important;
    object-fit: cover !important;
    display: block;
  }

  .copy.en {
    position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%)!important;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 10;
    text-align: center;
    pointer-events: none;
  }
}
