@charset "UTF-8";
/*base*/
img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.list {
  padding-left: 20px;
}

ol {
  padding-left: 20px;
}
ol li {
  list-style: decimal;
}

ul.list li {
  list-style: disc;
}

div, th, td {
  word-break: break-all;
  outline: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

/*color*/
.bg-fff {
  background-color: #fff;
}

.c-fff {
  color: #fff;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

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

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

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

a.uline {
  text-decoration: underline;
}

.anime {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.short {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.short.line-2 {
  -webkit-line-clamp: 2;
}
.short.line-3 {
  -webkit-line-clamp: 3;
}

.short-line {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text-cancel {
  text-decoration: line-through;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-control::-moz-placeholder {
  color: #ccc;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
}

.form-control::-ms-input-placeholder {
  color: #ccc;
}

.form-control::placeholder {
  color: #ccc;
}

blockquote {
  padding: 15px 20px;
  margin: 20px 0;
  border-left: 5px solid #ccc;
  background-color: #f9f9f9;
  font-style: italic;
  color: #555;
}

.block {
  display: block;
}

/*button*/
.btn.btn-line {
  background-color: #06C755;
  padding: 0 15px 0 5px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-line .line_88 {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  width: 60px;
}
.btn-line > span {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}

.btn-xs {
  font-size: 12px;
  padding: 3px 5px;
}

.btn-light {
  border-color: #ccc;
}

/*site check*/
.sitetype-local::after, .sitetype-dev::after {
  position: fixed;
  display: block;
  bottom: 0;
  right: 0;
  font-weight: bold;
  color: #fff;
  z-index: 9999999;
  padding: 10px;
}

.sitetype-local::after {
  content: "local";
  background-color: #a3ff00;
}

.sitetype-dev::after {
  content: "dev";
  background-color: #8b00ff;
}

/*add only site*/
.outer-sc_contact {
  max-height: 400px;
  overflow: auto;
  margin: 25px 0;
  border: 1px solid #ccc;
}

.i_terms {
  height: 250px;
  overflow: auto;
  background-color: #fff;
  padding: 0 15px;
  border: 1px solid #eee;
}

.terms-sub_title {
  font-size: 28px;
  border-bottom: 1px solid #29c697;
  padding-bottom: 10px;
  margin: 20px 0 10px;
}

.terms-sub_label {
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #29c697;
  margin-bottom: 20px;
  padding-left: 5px;
}

.terms-subsub {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 5px;
}

.terms-block {
  padding: 20px 0;
}
.terms-block p {
  margin-bottom: 15px;
}
.terms-block p:last-child {
  margin: 0;
}

.i_terms-check {
  margin-top: 20px;
  text-align: center;
  font-size: 1rem;
}

label > .checkbox {
  margin-right: 10px;
}

/*width*/
.w-full {
  width: 100% !important;
  max-width: 100% !important;
}

/*alert*/
#myalert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.alert-fixed {
  font-size: 16px;
  padding: 10px 15px;
  margin: 0;
  font-weight: bold;
  -webkit-box-shadow: 0 5px 8px rgba(77, 77, 77, 0.2);
          box-shadow: 0 5px 8px rgba(77, 77, 77, 0.2);
}

/*position*/
.ab {
  position: absolute;
}

.ab-c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.rela {
  position: relative;
}

.fa, .far, .fas, .fab {
  margin-right: 5px;
}

.no-fa {
  margin-right: 0;
}

.left-fa {
  margin: 0 0 0 5px;
}

/*badge*/
.badge-md {
  font-size: 0.8rem;
  padding: 5px 15px;
}

.badge {
  color: #fff;
  font-weight: bold;
}

/*paging*/
.paging-u {
  margin-top: 20px;
}

.wrp-paging_text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrp-paging_text .p_total {
  font-weight: bold;
  margin-right: 0.5rem;
}
.wrp-paging_text .p_text {
  font-size: 0.8rem;
}

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

.page-item.active .page-link {
  background-color: #29c697;
  border-color: #29c697;
}

.page-link {
  color: #29c697;
}

/*hover*/
.hov-opa:hover {
  opacity: 0.8;
}

/*map*/
.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  overflow: hidden;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*flex*/
.fx-wrp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fx-aro {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

.fx-ced {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fx-str {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fx-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fx-itc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fx-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.fx-ccc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fx-ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fx-cos {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

.fx-pc, .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*grid*/
.grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/*row*/
.row-2 {
  margin: 0 -2px;
}
.row-2 > div {
  padding: 0 2px;
}

.row-5 {
  margin: 0 -5px;
}
.row-5 > div {
  padding: 0 5px;
}

.row-7 {
  margin: 0 -7px;
}
.row-7 > div {
  padding: 0 7px;
}

.row-10 {
  margin: 0 -10px;
}
.row-10 > div {
  padding: 0 10px;
}

.row-12 {
  margin: 0 -12px;
}
.row-12 > div {
  padding: 0 12px;
}

.row-any > div {
  margin-bottom: 10px;
}

/*color*/
.week-blue {
  color: #60abff;
}

.c-red, .week-red {
  color: #e83939;
}

/*form*/
.vali_error {
  color: #FF3B68;
  margin-top: 5px;
  font-size: 12px;
}

.step_2, .step_3 {
  display: none;
}

.req {
  color: #eb0808;
  display: inline-block;
  margin: 0 5px;
}

.label {
  font-weight: bold;
}

.under_label {
  margin: -7px 0 10px;
  font-size: 0.8rem;
}

.form-btn {
  text-align: center;
  margin-top: 2rem;
  padding: 1rem 0 0;
  border-top: 1px solid #ddd;
}
.form-btn .btn {
  min-width: 200px;
}

.box-loading {
  text-align: center;
  padding: 10rem 0;
}

.tg-replace > .vali_error {
  margin: 0 0 20px;
}

.step_3_text {
  text-align: center;
  padding: 8rem 15px;
  font-weight: bold;
  font-size: 1.2rem;
}

.form-consent {
  text-align: center;
  background-color: #f9f9fb;
  padding: 10px;
  margin: 20px 0;
}

/*loading*/
#loading {
  background-color: rgba(255, 255, 255, 0.98);
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
}
#loading > span {
  color: #4DD54D;
  font-size: 20px;
  width: 100%;
  z-index: 99999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#loading > span::before {
  -moz-osx-font-smoothing: grayscale;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f110";
  font-size: 56px;
  position: absolute;
  top: -60px;
  animation: fa-spin 1s infinite steps(8);
  -webkit-animation: fa-spin 1s infinite steps(8);
}
#loading small {
  font-size: 12px;
  color: #333;
  display: block;
  line-height: 1.4;
  margin-top: 5px;
}

/*radio checkbox*/
.radio-btn .btn {
  width: 100%;
}
.radio-btn input {
  display: none;
}
.radio-btn input:checked + label.btn {
  background-color: #5bc0de;
  color: #fff;
}

.custom-file {
  max-width: 30rem;
  overflow: hidden;
}

.custom-file-label {
  white-space: nowrap;
}

/*img upload*/
.form-upfile .upload-img-btn {
  border-color: #ccc;
}
.form-upfile .item-thumb_btn {
  margin-top: 15px;
  text-align: center;
}
.form-upfile .item-img_text {
  font-size: 0.9rem;
  margin-top: 10px;
  font-weight: bold;
}
.form-upfile .item-noimg {
  background-color: #eee;
  text-align: center;
  padding: 100px 0;
  max-width: 380px;
  font-weight: bold;
  margin: auto;
}
.form-upfile .user-image {
  text-align: center;
}
.form-upfile .user-image img {
  max-height: 480px;
}
.form-upfile .item-img_prev {
  text-align: center;
}

/*callout*/
.callout {
  padding: 0 15px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.callout-sm {
  padding: 0 10px;
  line-height: 1.24;
}

.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code {
  border-radius: 3px;
}
.callout + .callout {
  margin-top: -5px;
}

.callout-default {
  border-left-color: #777;
}
.callout-default h4 {
  color: #777;
}

.callout-primary {
  border-left-color: #428BCA;
}
.callout-primary h4 {
  color: #428BCA;
}

.callout-success {
  border-left-color: #5CB85C;
}
.callout-success h4 {
  color: #5CB85C;
}

.callout-danger {
  border-left-color: #D9534F;
}
.callout-danger h4 {
  color: #D9534F;
}

.callout-warning {
  border-left-color: #F0AD4E;
}
.callout-warning h4 {
  color: #F0AD4E;
}

.callout-info {
  border-left-color: #5BC0DE;
}
.callout-info h4 {
  color: #5BC0DE;
}

.callout .item {
  padding: 10px 0;
}
.callout .item:nth-child(n+2) {
  border-top: 1px solid #ddd;
}
.callout .item-title {
  font-weight: bold;
  margin-bottom: 0;
}
.callout .item-text {
  margin-bottom: 5px;
}

html[lang=auto] .en, html[lang=ja] .en, html[lang=ko] .en, html[lang=zh-CN] .en {
  display: none;
}
html[lang=en] .jp {
  display: none;
}

body:not(.home) main {
  background-color: #DFE5EF;
  color: #333;
}
body:not(.home) main img {
  height: auto;
  width: 100%;
}
body:not(.home) main header {
  margin: 2em auto;
}
body:not(.home) main header h1 {
  font-size: 250%;
  margin-bottom: 0.2em;
}
body:not(.home) main header .breadcrumb {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
body:not(.home) main header .breadcrumb li::after {
  content: ">";
  margin: 0 0.5em;
}
body:not(.home) main header .breadcrumb li:last-child::after {
  content: "";
}
body:not(.home) main #container {
  background-color: #ffffff;
  margin: 0 auto 3em;
}
body:not(.home) main #container .entry-content #chapter_count .about-img {
  margin-top: -10em;
}
body:not(.home) main #container .entry-content a {
  text-decoration: underline;
}
body:not(.home) main #container .entry-content a i {
  font-size: 130%;
}
body:not(.home) main #container .entry-content a[href*=facebook] {
  color: #3b5998;
}
body:not(.home) main #container .entry-content a[href*=youtube] {
  color: #c4302b;
}
body:not(.home) main #container .entry-content a[href*="x.com"] {
  color: #000;
}
body:not(.home) main #container .entry-content a[href*=instagram] {
  color: #CF2E92;
}

.home main #sec-news .sec-head .sec-title span {
  font-size: 60%;
  margin-left: 0.5em;
}
.home main #sec-news .news-grid {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px; /* セクション間の余白 */
}
.home main #sec-news .news-grid .news-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home main #sec-news .news-grid .news-item .sec-box_head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}
.home main #sec-news .news-grid .news-item .sec-box_head .shape {
  background-color: white;
  color: #0052B4;
}
.home main #sec-news .news-grid .news-item .sec-box_head .arrow a img {
  height: 24px;
  width: 24px;
}
.home main #sec-news .news-grid .news-item > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  gap: 10px; /* セクション間の余白 */
  margin: 20px 0;
}
.home main #sec-news .news-grid .news-item > a .news_img img {
  height: auto;
  width: 100%;
}
.home main #sec-news .news-grid .news-item > a .news_data .news_title {
  font-size: 80%;
}

.archive main #container > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f9f9f9;
  padding: 1em;
  border-radius: 8px;
  gap: 1em; /* セクション間の余白 */
  margin-bottom: 2em;
}
.archive main #container > a .news_img {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
}
.archive main #container > a .news_data {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
}
.archive main #container > a .news_data .news_date {
  font-size: 90%;
}
.archive main #container > a .news_data .news_title {
  font-size: 135%;
  font-weight: bold;
}
.archive main #container .pagination {
  text-align: center;
  margin: 3em 0;
}
.archive main #container .pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
  background: #f1f1f1;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-size: 0.95em;
}
.archive main #container .pagination .page-numbers:hover {
  background: #333;
  color: #fff;
}
.archive main #container .pagination .current {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

.single main #container .post-taxonomies {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  margin-top: 2em;
  font-size: 0.95em;
}
.single main #container .post-taxonomies div {
  margin-bottom: 0.5em;
}
.single main #container .post-taxonomies div a {
  display: inline-block;
  margin-right: 0.4em;
  padding: 0.4em 0.7em;
  background-color: #0052B4;
  color: white;
  border-radius: 5px;
  font-size: 0.9em;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.single main #container .post-taxonomies div a:hover {
  background-color: #0069e7;
  color: #fff;
}
.single main #container .post-taxonomies div a .taxonomy-icon {
  margin-right: 0.5em;
  color: white;
}
.single main #container .post-navigation {
  margin: 3em 0;
  text-align: center;
}
.single main #container .post-navigation .post-nav-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1em;
}
.single main #container .post-navigation .post-nav-links .post-prev, .single main #container .post-navigation .post-nav-links .post-next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single main #container .post-navigation .post-nav-links .post-prev a, .single main #container .post-navigation .post-nav-links .post-next a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  color: #333;
  height: 100%;
  padding: 1em;
  background: #f9f9f9;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.single main #container .post-navigation .post-nav-links .post-prev a:hover, .single main #container .post-navigation .post-nav-links .post-next a:hover {
  color: #fff;
}
.single main #container .post-navigation .post-nav-links .post-prev {
  text-align: left;
}
.single main #container .post-navigation .post-nav-links .post-prev a {
  background: #f9f9f9 url("../images/arrow-left-solid.svg") no-repeat left 1em center;
  background-size: 1em;
  padding-left: 3em;
}
.single main #container .post-navigation .post-nav-links .post-prev a:hover {
  background: #0069E7 url("../images/arrow-left-solid-white.svg") no-repeat left 1em center;
  background-size: 1em;
}
.single main #container .post-navigation .post-nav-links .post-next {
  text-align: right;
}
.single main #container .post-navigation .post-nav-links .post-next a {
  background: #f9f9f9 url("../images/arrow-right-solid.svg") no-repeat right 1em center;
  background-size: 1em;
  padding-right: 3em;
}
.single main #container .post-navigation .post-nav-links .post-next a:hover {
  background: #0069E7 url("../images/arrow-right-solid-white.svg") no-repeat right 1em center;
  background-size: 1em;
}

.single main #container .entry-content,
.page main #container .entry-content {
  /* 画像にかぶせるようにテキストを浮かせる */
}
.single main #container .entry-content h2, .single main #container .entry-content h3, .single main #container .entry-content h4, .single main #container .entry-content h5, .single main #container .entry-content h6,
.page main #container .entry-content h2,
.page main #container .entry-content h3,
.page main #container .entry-content h4,
.page main #container .entry-content h5,
.page main #container .entry-content h6 {
  margin: 1.5em 0 0.5em;
}
.single main #container .entry-content h2,
.page main #container .entry-content h2 {
  font-size: 200%;
}
.single main #container .entry-content h2 + h2, .single main #container .entry-content h2 + h3, .single main #container .entry-content h2 + h4, .single main #container .entry-content h2 + h5, .single main #container .entry-content h2 + h6,
.page main #container .entry-content h2 + h2,
.page main #container .entry-content h2 + h3,
.page main #container .entry-content h2 + h4,
.page main #container .entry-content h2 + h5,
.page main #container .entry-content h2 + h6 {
  margin: 0 0 0.5em;
}
.single main #container .entry-content h3,
.page main #container .entry-content h3 {
  font-size: 180%;
}
.single main #container .entry-content h3 + h2, .single main #container .entry-content h3 + h3, .single main #container .entry-content h3 + h4, .single main #container .entry-content h3 + h5, .single main #container .entry-content h3 + h6,
.page main #container .entry-content h3 + h2,
.page main #container .entry-content h3 + h3,
.page main #container .entry-content h3 + h4,
.page main #container .entry-content h3 + h5,
.page main #container .entry-content h3 + h6 {
  margin: 0 0 0.5em;
}
.single main #container .entry-content h4,
.page main #container .entry-content h4 {
  font-size: 150%;
}
.single main #container .entry-content h4 + h2, .single main #container .entry-content h4 + h3, .single main #container .entry-content h4 + h4, .single main #container .entry-content h4 + h5, .single main #container .entry-content h4 + h6,
.page main #container .entry-content h4 + h2,
.page main #container .entry-content h4 + h3,
.page main #container .entry-content h4 + h4,
.page main #container .entry-content h4 + h5,
.page main #container .entry-content h4 + h6 {
  margin: 0 0 0.5em;
}
.single main #container .entry-content h5,
.page main #container .entry-content h5 {
  font-size: 130%;
}
.single main #container .entry-content h5 + h2, .single main #container .entry-content h5 + h3, .single main #container .entry-content h5 + h4, .single main #container .entry-content h5 + h5, .single main #container .entry-content h5 + h6,
.page main #container .entry-content h5 + h2,
.page main #container .entry-content h5 + h3,
.page main #container .entry-content h5 + h4,
.page main #container .entry-content h5 + h5,
.page main #container .entry-content h5 + h6 {
  margin: 0 0 0.5em;
}
.single main #container .entry-content h6,
.page main #container .entry-content h6 {
  font-size: 120%;
}
.single main #container .entry-content h6 + h2, .single main #container .entry-content h6 + h3, .single main #container .entry-content h6 + h4, .single main #container .entry-content h6 + h5, .single main #container .entry-content h6 + h6,
.page main #container .entry-content h6 + h2,
.page main #container .entry-content h6 + h3,
.page main #container .entry-content h6 + h4,
.page main #container .entry-content h6 + h5,
.page main #container .entry-content h6 + h6 {
  margin: 0 0 0.5em;
}
.single main #container .entry-content p, .single main #container .entry-content ul, .single main #container .entry-content ol, .single main #container .entry-content figure, .single main #container .entry-content details,
.page main #container .entry-content p,
.page main #container .entry-content ul,
.page main #container .entry-content ol,
.page main #container .entry-content figure,
.page main #container .entry-content details {
  margin-bottom: 1.5em;
}
.single main #container .entry-content p:not(.has-text-align-center), .single main #container .entry-content ul:not(.has-text-align-center), .single main #container .entry-content ol:not(.has-text-align-center),
.page main #container .entry-content p:not(.has-text-align-center),
.page main #container .entry-content ul:not(.has-text-align-center),
.page main #container .entry-content ol:not(.has-text-align-center) {
  text-align: justify;
}
.single main #container .entry-content ul, .single main #container .entry-content ol,
.page main #container .entry-content ul,
.page main #container .entry-content ol {
  padding-left: 25px;
}
.single main #container .entry-content ul li,
.page main #container .entry-content ul li {
  list-style-type: disc;
}
.single main #container .entry-content ol,
.page main #container .entry-content ol {
  list-style-type: decimal;
}
.single main #container .entry-content figure.wp-block-image img,
.page main #container .entry-content figure.wp-block-image img {
  height: auto;
}
.single main #container .entry-content figure.wp-block-gallery,
.page main #container .entry-content figure.wp-block-gallery {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; /* ギャラリーを左寄せ */
}
.single main #container .entry-content figure.wp-block-gallery.has-nested-images figure,
.page main #container .entry-content figure.wp-block-gallery.has-nested-images figure {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 auto !important;
          flex: 1 0 auto !important; /* 全ての画像を均等な幅にする */
}
.single main #container .entry-content figure.wp-block-gallery.has-nested-images figure img,
.page main #container .entry-content figure.wp-block-gallery.has-nested-images figure img {
  width: 100% !important;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single main #container .entry-content .wp-block-buttons .wp-block-button,
.page main #container .entry-content .wp-block-buttons .wp-block-button {
  margin-bottom: 1.5em;
}
.single main #container .entry-content .wp-block-buttons .wp-block-button a,
.page main #container .entry-content .wp-block-buttons .wp-block-button a {
  text-decoration: none;
}
.single main #container .entry-content blockquote p:last-child, .single main #container .entry-content blockquote ul:last-child, .single main #container .entry-content blockquote ol:last-child, .single main #container .entry-content blockquote figure:last-child, .single main #container .entry-content blockquote details:last-child,
.page main #container .entry-content blockquote p:last-child,
.page main #container .entry-content blockquote ul:last-child,
.page main #container .entry-content blockquote ol:last-child,
.page main #container .entry-content blockquote figure:last-child,
.page main #container .entry-content blockquote details:last-child {
  margin-bottom: 0;
}
.single main #container .entry-content details,
.page main #container .entry-content details {
  font-size: 70%;
}
.single main #container .entry-content details summary,
.page main #container .entry-content details summary {
  margin-bottom: 0.5em;
  font-size: 143%;
}
.single main #container .entry-content details ul li,
.page main #container .entry-content details ul li {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bttom: 1px solid #ccc;
}
.single main #container .entry-content details ul li:last-child,
.page main #container .entry-content details ul li:last-child {
  border-bttom: none;
}
.single main #container .entry-content .accordion,
.page main #container .entry-content .accordion {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 1em;
  overflow: hidden;
}
.single main #container .entry-content .accordion .accordion-header,
.page main #container .entry-content .accordion .accordion-header {
  background: #f0f0f0;
  cursor: pointer;
  padding: 1em;
  font-weight: bold;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.single main #container .entry-content .accordion .accordion-header:hover,
.page main #container .entry-content .accordion .accordion-header:hover {
  background: #e0e0e0;
}
.single main #container .entry-content .accordion .accordion-content,
.page main #container .entry-content .accordion .accordion-content {
  display: none;
  padding: 1em;
  background: #fff;
}
.single main #container .entry-content .accordion .accordion.active .accordion-content,
.page main #container .entry-content .accordion .accordion.active .accordion-content {
  display: block;
}
.single main #container .entry-content .wp-block-group.has-background,
.page main #container .entry-content .wp-block-group.has-background {
  padding: 0.25em 1.5em;
}
.single main #container .entry-content .wp-block-stk-plugin-voicecomment.voice,
.page main #container .entry-content .wp-block-stk-plugin-voicecomment.voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
  margin: 2em 0;
}
.single main #container .entry-content .wp-block-stk-plugin-voicecomment .icon,
.page main #container .entry-content .wp-block-stk-plugin-voicecomment .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.single main #container .entry-content .wp-block-stk-plugin-voicecomment .voice_icon__img,
.page main #container .entry-content .wp-block-stk-plugin-voicecomment .voice_icon__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #ccc;
}
.single main #container .entry-content .wp-block-stk-plugin-voicecomment .avatar-name.name,
.page main #container .entry-content .wp-block-stk-plugin-voicecomment .avatar-name.name {
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 0.9em;
  color: #333;
}
.single main #container .entry-content .wp-block-stk-plugin-voicecomment .voicecomment,
.page main #container .entry-content .wp-block-stk-plugin-voicecomment .voicecomment {
  background-color: #f9f9f9;
  padding: 1em;
  border-radius: 8px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single main #container .entry-content .wp-block-stk-plugin-voicecomment .voicecomment::before,
.page main #container .entry-content .wp-block-stk-plugin-voicecomment .voicecomment::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f9f9f9;
}
.single main #container .entry-content .overlap-text,
.page main #container .entry-content .overlap-text {
  margin-top: 40%;
  margin-right: -3em;
  position: relative;
  z-index: 2;
  padding: 1em;
}
.single main #container .entry-content .overlap-text + wp-block-column,
.page main #container .entry-content .overlap-text + wp-block-column {
  position: relative;
  z-index: 1;
}
.single main #container .entry-content .full-width,
.page main #container .entry-content .full-width {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single main #container .entry-content p.has-background,
.page main #container .entry-content p.has-background {
  padding: 0.5em;
}
.single main #container .entry-content p.has-text-align-right,
.page main #container .entry-content p.has-text-align-right {
  text-align: right;
}
.single main #container .entry-content .no-padding,
.page main #container .entry-content .no-padding {
  padding: 0 !important;
}
.single main #container .entry-content .wp-block-columns.full-width,
.page main #container .entry-content .wp-block-columns.full-width {
  gap: 0 !important;
}
.single.page-template-page-nendo main #container h2,
.single.page-template-page-nendo main #container h3,
.page.page-template-page-nendo main #container h2,
.page.page-template-page-nendo main #container h3 {
  text-align: center;
  margin-bottom: 1em;
}
.single.page-template-page-nendo main #container .people-list .people-group .people-group-inner,
.page.page-template-page-nendo main #container .people-list .people-group .people-group-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single.page-template-page-nendo main #container .people-list .people-group .people-group-inner .single-people,
.page.page-template-page-nendo main #container .people-list .people-group .people-group-inner .single-people {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
  margin: 0 1.6666666667% 1em;
}
.single.page-template-page-nendo main #container .people-list .people-group .people-group-inner .single-people .people-header img,
.page.page-template-page-nendo main #container .people-list .people-group .people-group-inner .single-people .people-header img {
  border-radius: 10px;
}
.single.page-template-page-nendo main #container .people-list .people-group .people-group-inner .single-people .people-body,
.page.page-template-page-nendo main #container .people-list .people-group .people-group-inner .single-people .people-body {
  text-align: center;
}
.single.page-template-page-nendo main #container .people-list .people-group .people-group-inner .single-people .people-body .people-roll,
.page.page-template-page-nendo main #container .people-list .people-group .people-group-inner .single-people .people-body .people-roll {
  font-size: 60%;
}
.single.page-template-page-nendo main #container .people-list .people-group .people-group-inner .single-people .people-body h4,
.page.page-template-page-nendo main #container .people-list .people-group .people-group-inner .single-people .people-body h4 {
  font-size: 100%;
  margin: 0;
}
.single.page-template-page-nendo main #container .people-list .people-group .people-group-inner .single-people .people-body .people-affiliations,
.page.page-template-page-nendo main #container .people-list .people-group .people-group-inner .single-people .people-body .people-affiliations {
  font-size: 60%;
}
.single.page-template-page-chambers main #container .hokkaido h3,
.page.page-template-page-chambers main #container .hokkaido h3 {
  border: 2px solid #96A7D5;
}
.single.page-template-page-chambers main #container .hokkaido h3:before,
.page.page-template-page-chambers main #container .hokkaido h3:before {
  color: #96A7D5;
}
.single.page-template-page-chambers main #container .tohoku h3,
.page.page-template-page-chambers main #container .tohoku h3 {
  border: 2px solid #8ED2F4;
}
.single.page-template-page-chambers main #container .tohoku h3:before,
.page.page-template-page-chambers main #container .tohoku h3:before {
  color: #8ED2F4;
}
.single.page-template-page-chambers main #container .kanto h3,
.page.page-template-page-chambers main #container .kanto h3 {
  border: 2px solid #84CABF;
}
.single.page-template-page-chambers main #container .kanto h3:before,
.page.page-template-page-chambers main #container .kanto h3:before {
  color: #84CABF;
}
.single.page-template-page-chambers main #container .hokushin h3,
.page.page-template-page-chambers main #container .hokushin h3 {
  border: 2px solid #C0DC96;
}
.single.page-template-page-chambers main #container .hokushin h3:before,
.page.page-template-page-chambers main #container .hokushin h3:before {
  color: #C0DC96;
}
.single.page-template-page-chambers main #container .toukai h3,
.page.page-template-page-chambers main #container .toukai h3 {
  border: 2px solid #FDDE8E;
}
.single.page-template-page-chambers main #container .toukai h3:before,
.page.page-template-page-chambers main #container .toukai h3:before {
  color: #FDDE8E;
}
.single.page-template-page-chambers main #container .kinki h3,
.page.page-template-page-chambers main #container .kinki h3 {
  border: 2px solid #F1B796;
}
.single.page-template-page-chambers main #container .kinki h3:before,
.page.page-template-page-chambers main #container .kinki h3:before {
  color: #F1B796;
}
.single.page-template-page-chambers main #container .chugoku h3,
.page.page-template-page-chambers main #container .chugoku h3 {
  border: 2px solid #F3B3CF;
}
.single.page-template-page-chambers main #container .chugoku h3:before,
.page.page-template-page-chambers main #container .chugoku h3:before {
  color: #F3B3CF;
}
.single.page-template-page-chambers main #container .shikoku h3,
.page.page-template-page-chambers main #container .shikoku h3 {
  border: 2px solid #E3D3AA;
}
.single.page-template-page-chambers main #container .shikoku h3:before,
.page.page-template-page-chambers main #container .shikoku h3:before {
  color: #E3D3AA;
}
.single.page-template-page-chambers main #container .kyushu h3,
.page.page-template-page-chambers main #container .kyushu h3 {
  border: 2px solid #ECA3A0;
}
.single.page-template-page-chambers main #container .kyushu h3:before,
.page.page-template-page-chambers main #container .kyushu h3:before {
  color: #ECA3A0;
}
.single.page-template-page-chambers main #container .hokkaido h3,
.single.page-template-page-chambers main #container .tohoku h3,
.single.page-template-page-chambers main #container .kanto h3,
.single.page-template-page-chambers main #container .hokushin h3,
.single.page-template-page-chambers main #container .toukai h3,
.single.page-template-page-chambers main #container .kinki h3,
.single.page-template-page-chambers main #container .chugoku h3,
.single.page-template-page-chambers main #container .shikoku h3,
.single.page-template-page-chambers main #container .kyushu h3,
.page.page-template-page-chambers main #container .hokkaido h3,
.page.page-template-page-chambers main #container .tohoku h3,
.page.page-template-page-chambers main #container .kanto h3,
.page.page-template-page-chambers main #container .hokushin h3,
.page.page-template-page-chambers main #container .toukai h3,
.page.page-template-page-chambers main #container .kinki h3,
.page.page-template-page-chambers main #container .chugoku h3,
.page.page-template-page-chambers main #container .shikoku h3,
.page.page-template-page-chambers main #container .kyushu h3 {
  font-size: 100%;
  text-align: center;
}
.single.page-template-page-chambers main #container .hokkaido h3 a,
.single.page-template-page-chambers main #container .tohoku h3 a,
.single.page-template-page-chambers main #container .kanto h3 a,
.single.page-template-page-chambers main #container .hokushin h3 a,
.single.page-template-page-chambers main #container .toukai h3 a,
.single.page-template-page-chambers main #container .kinki h3 a,
.single.page-template-page-chambers main #container .chugoku h3 a,
.single.page-template-page-chambers main #container .shikoku h3 a,
.single.page-template-page-chambers main #container .kyushu h3 a,
.page.page-template-page-chambers main #container .hokkaido h3 a,
.page.page-template-page-chambers main #container .tohoku h3 a,
.page.page-template-page-chambers main #container .kanto h3 a,
.page.page-template-page-chambers main #container .hokushin h3 a,
.page.page-template-page-chambers main #container .toukai h3 a,
.page.page-template-page-chambers main #container .kinki h3 a,
.page.page-template-page-chambers main #container .chugoku h3 a,
.page.page-template-page-chambers main #container .shikoku h3 a,
.page.page-template-page-chambers main #container .kyushu h3 a {
  text-decoration: none;
}
.single.page-template-page-policy-proposal main #container ul#propList,
.page.page-template-page-policy-proposal main #container ul#propList {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.single.page-template-page-policy-proposal main #container ul#propList li,
.page.page-template-page-policy-proposal main #container ul#propList li {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
  margin-right: 5%;
  margin-bottom: 1.5em;
  text-align: center;
}
.single.page-template-page-policy-proposal main #container ul#propList li:nth-child(3n),
.page.page-template-page-policy-proposal main #container ul#propList li:nth-child(3n) {
  margin-right: 0;
}
.single.page-template-page-policy-proposal main #container ul#propList li a,
.page.page-template-page-policy-proposal main #container ul#propList li a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1em 0;
}

/*---PC---*/
@media (min-width: 768px) {
  /*------pc------*/
  .pc-hidden {
    display: none;
  }
  .home main #sec-news .news-grid .news-item {
    border-bottom: 1px solid white;
  }
  .home main #sec-news .news-grid .news-item > a .news_img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .home main #sec-news .news-grid .news-item > a .news_data {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
/*---スマホ---*/
@media only screen and (max-width: 767px) {
  /*------mobile------*/
  .sm-hidden {
    display: none;
  }
  .fx-pc {
    display: block;
  }
  .google-map {
    padding-bottom: 100%;
  }
  /*grid*/
  .grid {
    grid-gap: 15px;
  }
  .grid-2, .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .home main #sec-news .news-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home main #sec-news .news-grid .news-item > a .news_img {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
  .home main #sec-news .news-grid .news-item > a .news_data {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
}
@media screen and (max-width: 480px) {
  /*------mobile------*/
  .lum-lightbox-inner {
    left: 0;
    right: 0;
  }
  .lum-lightbox-inner img {
    max-width: 100vw !important;
    /* スワイプ範囲含む横幅調整 */
    max-height: 100vh !important;
    /* 上下余白調整 */
  }
}
/*------Sm small------*/
@media only screen and (max-width: 350px) {
  /*------Sm small------*/
  .grid-2, .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*
Template:bootstrap-basic4
Theme Name:child-yeg
*/
body {
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  padding: 0;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  background-color: #fff;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #054ea2;
}

.mt-0 {
  margin-top: 0 !important;
}

/*font*/
.c-1 {
  color: #0052B4;
}

.c-2 {
  color: #dfe5ef;
}

.c-fff {
  color: #fff !important;
}

.c-000 {
  color: #000 !important;
}

.txt_bg-1, .bg-1 {
  background-color: #0052B4;
  color: #fff !important;
}

.bg-2 {
  background-color: #e3ecff;
}

.bg-3 {
  background-color: #122d56;
  color: #fff !important;
}

.bg-4 {
  background-color: #dfe5ef;
}

.eng {
  font-family: "Cormorant", serif;
}

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

/*------GLOBAL LAYOUT------*/
.main-content {
  margin-left: 410px;
  width: calc(100% - 410px);
}

.shape {
  font-size: 15px;
  clip-path: polygon(3.5% 0%, 80% 0, 90% 100%, 0% 100%);
  width: auto;
  padding: 8px 60px 8px 20px;
  background-color: #0052B4;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shape.v-side {
  clip-path: polygon(0% 0%, 80% 0, 100% 100%, 0% 100%);
  padding: 5px 35px 5px 20px;
  font-size: 16px;
}
.shape.v-fff {
  background-color: #fff;
  color: #0052B4;
}

.ico {
  display: inline-block;
}

.ico_1 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #054ea2;
  background: url("../images/ico_01.png") no-repeat center center/6px 8px;
}
.ico_1.v-fff {
  border-color: #fff;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.ico_2 {
  width: 18px;
  height: 18px;
  background: url("../images/ico_02.png") no-repeat center center/contain;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.gra-1 {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #e6ecf3), to(transparent));
  background: linear-gradient(to right, transparent, #e6ecf3 50%, transparent);
}

.gra-2 {
  background: -webkit-gradient(linear, left top, right top, from(#e6f2ff), color-stop(5%, #e6f2ff), color-stop(40%, #fff), color-stop(60%, #fff), color-stop(95%, #e6f2ff), to(#e6f2ff));
  background: linear-gradient(to right, #e6f2ff 0%, #e6f2ff 5%, #fff 40%, #fff 60%, #e6f2ff 95%, #e6f2ff 100%);
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 30px 0;
  width: 100%;
  max-width: 365px;
  font-weight: bold;
  border-radius: 0;
  text-decoration: none;
}

.btn-1 {
  color: #0052B4;
  border: 1px solid #0052B4;
}
.btn-1 .ico_1 {
  position: absolute;
  right: 10px;
}

/*------HEADER------*/
/*mytoggle*/
.mytoggle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #0052B4;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
.mytoggle.ab {
  left: 25px;
  top: 20px;
  position: fixed;
}

.mytoggle-inner {
  width: 24px;
}
.mytoggle-inner div, .mytoggle-inner::before, .mytoggle-inner::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #0052B4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mytoggle-inner div {
  width: 23px;
}
.mytoggle-inner::before {
  width: 19px;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
.mytoggle-inner::after {
  width: 27px;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}

.mytoggle.active .mytoggle-inner div {
  display: none;
}
.mytoggle.active .mytoggle-inner::before {
  width: 26px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mytoggle.active .mytoggle-inner::after {
  width: 26px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*nav menu*/
.toggle-nav {
  position: fixed;
  overflow-y: auto;
  background-color: rgba(5, 78, 162, 0.95);
  top: 0;
  z-index: 98;
  left: -100%;
  width: 65%;
  max-width: 900px;
  height: 100vh;
  color: #fff;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.toggle-nav.active {
  left: 410px;
}

.inner-nav {
  padding: 60px 0 25px;
  margin: auto;
  max-width: 740px;
  width: 90%;
}

.box-nav {
  width: 45%;
  position: relative;
}
.box-nav .item-head {
  text-align: center;
  margin-bottom: 25px;
}
.box-nav .item-img {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-nav .item-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}

.head-nav > li {
  margin-bottom: 20px;
}
.head-nav > li:last-child {
  margin-bottom: 0;
}
.head-nav .navlink {
  padding: 5px 0;
  color: #fff;
  font-size: 18px;
  display: block;
  position: relative;
}
.head-nav .navlink:not(.ver-parent)::after {
  content: "";
  background: url("../images/ico_03.png") no-repeat center center/contain;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 36%;
}

.nav-btn {
  margin-top: 25px;
}

/*------LEFT------*/
.side {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 410px;
  z-index: 99;
  background-color: #fff;
}

.side-inner {
  overflow-y: auto;
  height: calc(100vh - 228px);
}

.side-main {
  padding: 38px 20px 0;
}

.side-head {
  text-align: right;
  margin-bottom: 30px;
}
.side-head img {
  width: 78%;
}

.side-profile {
  margin-bottom: 10px;
  position: relative;
}

.side-prof_link {
  position: absolute;
  top: 3px;
}
.side-prof_link .ico_1 {
  width: 20px;
  height: 20px;
}

.side-texts {
  margin-top: 10px;
  line-height: 1.3;
}

.side-gra {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 7px 0;
}

.side-texts .item-text {
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}

.side-common {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}
.side-common .side-gra {
  font-size: 14px;
}
.side-common .item-title {
  font-size: 20px;
  margin: 5px 0 0;
}

/*
.side-sns{position: absolute; bottom: 0; left: 0; width: 100%;}
*/
.side-bottom {
  border: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wrp-block_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #054ea2;
  border-width: 1px 0 0 0;
  padding-right: 1px;
}

.blocklink {
  width: 50%;
  padding: 13px;
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #0052B4;
  -webkit-box-shadow: 0 -1px 0 0 #0052B4, 1px 0 0 0 #0052B4;
          box-shadow: 0 -1px 0 0 #0052B4, 1px 0 0 0 #0052B4;
  font-weight: bold;
}
.blocklink.v-btn {
  padding: 10px 0;
}
.blocklink .ico_2 {
  position: absolute;
  right: 25px;
}
.blocklink .ico_1 {
  margin-top: 5px;
}

/*------INDEX------*/
.aft-bg::after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
}

.aft-bg_1::after {
  height: 250px;
  top: 100%;
  background: url("../images/bg_01.png") repeat-x 0 0/cover;
}

.aft-bg_2::after {
  height: 250px;
  bottom: 0;
  background: url("../images/bg_02.png") repeat-x 0 0/cover;
}

.sec.aft-bg_1 {
  padding-bottom: 50px;
}
.sec.aft-bg_2_next {
  padding-top: 0;
}
.sec.aft-bg_1_next {
  padding-top: 350px;
}
.sec.aft-bg_2 {
  padding-bottom: 300px;
}

/*mv*/
.mv {
  height: 88vh;
  position: relative;
  background: url("../images/mv_bg.png") no-repeat 0 0/cover;
}

.mv-text {
  padding: 50px 0 0 0;
}
.mv-text img {
  width: 80%;
}

.mv_02 {
  right: 10px;
  bottom: 10px;
  width: 50%;
  max-width: 865px;
}
.mv_02 img {
  width: 100%;
}

.sec-scroll {
  text-align: center;
  padding: 40px 0 0;
}

/*sec global*/
.sec {
  padding: 80px 0;
  position: relative;
}

.sec-head {
  margin-bottom: 10px;
  margin-bottom: 45px;
}
.sec-head.v-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.sec-title {
  font-size: 70px;
}

.sec-title_ja {
  font-weight: bold;
  font-size: 31px;
  margin: 0 0 0 10px;
}
.sec-title_ja.v-big {
  font-size: 40px;
}

.sec-sub {
  font-weight: bold;
  font-size: 19px;
  margin: 10px 0 0;
}

.sec-bar {
  font-size: 35px;
  font-weight: bold;
  padding: 25px 0;
  margin-bottom: 45px;
}

.sec-box_title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.sec-btn {
  margin-top: 100px;
  text-align: center;
}
.sec-btn.mt-0 {
  margin-top: 0;
}

/*sec philosophy*/
.sec-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 2.2;
}

/*sec news*/
.wrp-news {
  width: 32%;
  border-bottom: 1px solid #fff;
}

.news-cat_head {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.news-cat_head .shape {
  font-size: 19px;
}
.news-cat_head .ico_1 {
  width: 32px;
  height: 32px;
}

.item-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}
.item-news:last-child {
  margin-bottom: 0;
}
.item-news .item-img {
  width: 145px;
  min-width: 145px;
}
.item-news .item-img img {
  display: block;
}
.item-news .item-main {
  margin-left: 15px;
}
.item-news .item-date {
  font-size: 19px;
}
.item-news .item-title {
  font-size: 14px;
  margin-top: 10px;
}

/*sec about_else*/
.sec-box {
  padding: 50px 45px;
  background-color: #fff;
  position: relative;
}

.about-img {
  text-align: right;
  padding: 60px 0 60px;
}

.box-text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.box-text.v-big {
  font-size: 35px;
}
.box-text.v-big_2 {
  font-size: 30px;
}
.box-text .txt_bg-1 {
  padding: 0 5px;
}

.box-inner {
  position: relative;
}

#about .box-head {
  position: absolute;
  top: 0;
  left: 0;
}

.sec-box_head .shape {
  font-size: 19px;
}

.wrp-sec_box {
  margin-bottom: 100px;
}
.wrp-sec_box:last-child {
  margin-bottom: 0;
}

.act-items {
  margin-top: 80px;
}
.act-items .eng {
  font-size: 120px;
  line-height: 0;
}
.act-items .ja {
  font-size: 26px;
  font-weight: bold;
  margin-left: 15px;
  padding: 5px 20px;
  position: relative;
  top: 15px;
}
.act-items .item-main {
  width: 68%;
}
.act-items .item-text {
  font-size: 25px;
  font-weight: bold;
  margin-top: 40px;
}
.act-items .item-text.v-2 {
  margin-top: 60px;
}
.act-items .item-img {
  padding-right: 25px;
  width: 24%;
}

.adv-item {
  font-size: 18px;
  margin-top: 50px;
}
.adv-item .item-img {
  padding-top: 50px;
  width: 58%;
}

.way-sepa {
  margin: 60px 0;
  position: relative;
  font-size: 19px;
  font-weight: bold;
}

/*
.way-sepa::before{content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: #0052B4;}
.way-sepa span{background-color: #fff; padding: 0 15px; position: relative; top: -50%;}
*/
.way-text {
  font-size: 25px;
  margin-top: 30px;
}

.lined-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 16px;
}
.lined-text::before, .lined-text::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #0052B4;
  margin: 0 10px;
  /* 線とテキストの間隔 */
}

/*sec bnr*/
#sec-bnr > .sec-outer {
  border-top: 1px solid #0052B4;
}
#sec-bnr .sec-head {
  padding-top: 15px;
}

.bnrlink img {
  display: block;
}

/*------FOOTER------*/
.cpr {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #f4f6fa;
}

.foot-main .item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.foot-main .item-img img {
  max-width: 390px;
}

/*foot-nav*/
.wrp-foot_nav {
  margin: 80px auto 0;
  max-width: 460px;
}

.foot-nav {
  width: 48%;
}
.foot-nav .item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.foot-nav ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #0052B4;
}
.foot-nav > ul > li {
  margin: 8px 0;
}
.foot-nav > ul > li > ul > li {
  margin: 5px 0 5px 10px;
}

/*------side height------*/
@media (min-height: 906px) {
  .side-common {
    margin-bottom: 35px;
  }
}
@media (min-height: 924px) {
  .side-common {
    margin-bottom: 45px;
  }
}
@media (max-height: 905px) {
  .side-main {
    padding-top: 28px;
  }
  .side-common {
    margin-bottom: 25px;
  }
  .blocklink {
    font-size: 17px;
  }
}
/*------sm HIDDEN------*/
@media (min-width: 881px) {
  .pc-hidden_2 {
    display: none;
  }
}
/*------PC small------*/
@media only screen and (max-width: 1280px) {
  body:not(.home) main #container .entry-content #chapter_count .about-img {
    margin-top: -7em;
  }
  .box-text.v-big {
    font-size: 30px;
  }
  .box-text.v-big_2 {
    font-size: 26px;
  }
  .act-items .eng {
    font-size: 100px;
  }
  .act-items .ja {
    font-size: 22px;
  }
  .foot-nav ul li a {
    font-size: 16px;
  }
  .foot-nav .item-title {
    font-size: 18px;
  }
}
/*------PAD pro------*/
@media only screen and (max-width: 1080px) {
  .mytoggle {
    width: 50px;
    height: 50px;
    background: none;
    z-index: 999;
  }
  .mytoggle.ab {
    left: 10px;
  }
  .side {
    width: 300px;
  }
  .side-main {
    padding: 38px 10px 0;
  }
  .toggle-nav.active {
    left: 300px;
  }
  .main-content {
    margin-left: 300px;
    width: calc(100% - 300px);
  }
  .side-prof_link {
    top: 0;
  }
  .act-items .eng {
    font-size: 90px;
    min-width: 110px;
  }
  .act-items .item-text {
    font-size: 22px;
  }
  .blocklink {
    font-size: 18px;
  }
  .blocklink.v-btn {
    font-size: 18px;
  }
  .blocklink .ico_2 {
    right: 15px;
  }
  .mv {
    height: 80vh;
  }
  .aft-bg_1::after {
    height: 190px;
  }
  .aft-bg_2::after {
    height: 170px;
  }
  .sec.aft-bg_1_next {
    padding-top: 200px;
  }
  .sec.aft-bg_2 {
    padding-bottom: 200px;
  }
}
/*------PAD------*/
@media only screen and (max-width: 880px) {
  header {
    position: relative;
    /*
    		z-index: 999;
    */
  }
  body:not(.home) main {
    padding-top: 80px;
  }
  .side {
    display: none;
  }
  .main-content {
    margin-left: 0;
    width: 100%;
    padding-bottom: 200px;
  }
  .btn {
    font-size: 20px;
  }
  .sm-hidden_2 {
    display: none;
  }
  /*------HEADER------*/
  .sm-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.79);
  }
  .inner-sm_head {
    padding: 20px 15px;
  }
  .inner-sm_head img {
    width: 290px;
  }
  .mytoggle {
    width: 50px;
    height: 50px;
  }
  .mytoggle.ab {
    left: auto;
    right: 15px;
    top: 13px;
  }
  .sm-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .inner-sm_bottom a {
    width: 50%;
  }
  .inner-sm_bottom img {
    display: block;
    width: 100%;
  }
  /*nav menu*/
  .toggle-nav {
    width: 100%;
    max-width: none;
    z-index: 199;
  }
  .toggle-nav.active {
    left: 0;
  }
  .inner-nav {
    padding: 110px 15px 0;
    width: 100%;
  }
  .box-nav {
    width: 48.5%;
  }
  .box-nav .item-head {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .box-nav .item-title {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 20px;
    width: 60%;
  }
  .box-nav .item-img {
    height: 98px;
    width: 32%;
  }
  .head-nav .navlink {
    font-size: 16px;
  }
  .head-nav > li {
    margin-bottom: 10px;
  }
  .nav-sns {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .nav-sns a {
    display: block;
    padding: 5px 30px 5px 0;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .nav-sns a:last-child {
    margin-bottom: 0;
  }
  .nav-sns .ico_2 {
    position: absolute;
    right: 0;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .nav-btn {
    margin-top: 15px;
  }
  .nav-btn .btn {
    padding: 15px 0;
    font-size: 16px;
    width: 48%;
  }
  /*------INDEX------*/
  .mv {
    height: 80vh;
  }
  .mv-text {
    padding: 130px 0 0 0;
  }
  .mv-text img {
    width: 60%;
  }
  .mv_02 {
    bottom: 15px;
  }
  .mv_02 img {
    width: 100%;
  }
  .sec-scroll {
    position: absolute;
    top: 57%;
    background: none;
    padding: 15px;
    top: 64%;
  }
  /*sec global*/
  .sec {
    padding: 60px 0;
  }
  .sec-title {
    font-size: 50px;
  }
  .sec-title_ja {
    font-weight: bold;
    font-size: 31px;
    margin: 0 0 0 10px;
  }
  /*sec about_else*/
  .sec-box {
    padding: 30px 40px;
  }
  #about .box-head {
    position: static;
  }
  .box-text.v-big {
    font-size: 38px;
  }
  .act-items {
    position: relative;
  }
  .act-items .item-main {
    width: 100%;
  }
  .act-items .item-text {
    width: 66%;
  }
  .act-items .item-img {
    position: absolute;
    bottom: 30px;
    right: 15px;
    padding: 0;
    width: 20%;
  }
  .sec-box_title {
    font-size: 30px;
  }
  .way-text {
    font-size: 22px;
  }
  .gtranslate_wrapper #gt_float_wrapper {
    bottom: 25vw !important;
  }
}
/*------Sm------*/
@media only screen and (max-width: 767px) {
  body:not(.home) main #container .entry-content #chapter_count .about-img {
    margin-top: -3em;
  }
  .btn {
    padding: 20px 0;
    max-width: 290px;
  }
  .sec {
    padding: 40px 0;
  }
  .aft-bg_1::after, .aft-bg_2::after {
    height: 100px;
  }
  .sec.aft-bg_1_next {
    padding-top: 140px;
  }
  .sec.aft-bg_2 {
    padding-bottom: 140px;
  }
  .sec-scroll {
    top: 64%;
  }
  .sec-btn {
    margin-top: 60px;
  }
  .main-content {
    padding-bottom: 110px;
  }
  .box-nav .item-img {
    width: 30%;
  }
  .box-nav .item-title {
    font-size: 18px;
    width: 67%;
  }
  .head-nav .navlink {
    font-size: 14px;
  }
  .head-nav .navlink:not(.ver-parent)::after {
    right: 0;
  }
  .nav-btn .btn {
    padding: 15px 0;
    font-size: 14px;
    width: 48.5%;
  }
  .ico_1 {
    width: 28px;
    height: 28px;
  }
  /*------INDEX------*/
  .mv {
    height: 89vh;
    background: url("../images/mv_bg_sm.png") no-repeat center 0/cover;
  }
  .mv_02 {
    width: 80%;
  }
  .mv-text {
    padding: 120px 0 0 0;
  }
  .mv-text img {
    width: 90%;
  }
  .sec-title {
    font-size: 40px;
  }
  .sec-box {
    padding: 25px 15px;
  }
  .box-text {
    font-size: 16px;
  }
  .box-text.v-big {
    font-size: 22px;
  }
  .wrp-sec_box {
    margin-bottom: 60px;
  }
  .box-text.v-big_2 {
    font-size: 20px;
  }
  .about-img {
    padding: 30px 0 30px;
  }
  .sec-title_ja.v-big {
    font-size: 26px;
  }
  .act-items {
    margin-top: 40px;
  }
  .act-items .eng {
    font-size: 64px;
    min-width: 80px;
  }
  .act-items .ja {
    font-size: 18px;
    margin-left: 0;
    padding: 5px 10px;
  }
  .act-items .item-text {
    font-size: 16px;
    width: 75%;
  }
  .act-items .item-img {
    width: 25%;
    right: 0;
  }
  .adv-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    font-size: 16px;
  }
  .adv-item .item-img {
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
  }
  .sec-box_title {
    font-size: 22px;
  }
  .way-sepa {
    margin: 30px;
  }
  .way-text {
    font-size: 18px;
  }
  .sec-head.v-flex {
    display: block;
  }
  .sec-title {
    font-size: 40px;
  }
  .sec-title_ja {
    font-size: 20px;
    margin: 0;
  }
  .foot-main .item-img img {
    width: 80%;
  }
  .foot-main .item-text {
    margin-top: 30px;
    font-size: 14px;
  }
  .wrp-foot_nav {
    margin: 40px auto 0;
  }
  .foot-nav {
    width: 49%;
  }
  .foot-nav ul li a {
    font-size: 14px;
  }
}
/*------Sm small------*/
/*------side height------*/
@media (min-height: 906px) {
  .side-common {
    margin-bottom: 35px;
  }
}
@media (min-height: 924px) {
  .side-common {
    margin-bottom: 45px;
  }
}
@media (max-height: 905px) {
  .side-main {
    padding-top: 28px;
  }
  .side-common {
    margin-bottom: 25px;
  }
  .blocklink {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  .single main header,
  .archive main header,
  .page main header {
    width: 1000px;
  }
  .single main #container,
  .archive main #container,
  .page main #container {
    font-size: 18px;
    padding: 45px;
    width: 1000px;
  }
}
@media (max-width: 1439px) {
  .single main header,
  .archive main header,
  .page main header {
    width: calc(100% - 30px);
  }
  .single main #container,
  .archive main #container,
  .page main #container {
    font-size: 16px;
    padding: 1em;
    width: calc(100% - 30px);
  }
}
/*
ブレイクポイント
～880px
881-1080
1081-1440
1441-
-*/