@charset "UTF-8";
/*
theme: 
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
  font-size: 18px;
  line-height: 2;
  text-decoration: none;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  list-style: none;
  color: #222222;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
img {
  vertical-align: top;
  width: 100%;
}
sup {
  vertical-align: super !important;
  font-size: smaller !important;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #000;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #000;
  text-shadow: none;
}
.main-u-page {
  padding-top: 100px;
  background-color: #f1f2f7;
}
#news, #greeting, #organization, #activity {
  padding-top: 120px;
  margin-top: -120px;
}
.common-1200-width {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1100-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-80-padding {
  padding: 80px 0;
}
.pc_none {
  display: none !important;
}
.common-title__wrap {
  margin-bottom: 60px;
}
.common-title__wrap span {
  display: block;
  line-height: 1;
  font-size: 60px;
  font-family: "Barlow", sans-serif;
  color: #002A74;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
}
.common-title__wrap h2, .common-title__wrap h1 {
  font-size: 20px;
  font-weight: 500;
}
.common-btn__wrap a {
  position: relative;
  background-color: #002A74;
  color: #fff;
  border-radius: 100px;
  max-width: 256px;
  padding: 13px 25px;
  box-sizing: border-box;
  font-size: 15px;
  border: solid 2px #002A74;
}
.common-btn__wrap a::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../img/icon-arrow.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.common-btn__wrap a:hover {
  background-color: #fff;
  opacity: 1;
  color: #002A74;
}
@media screen and (max-width: 941px) {
  .main-u-page {
    padding-top: 46px;
  }
  #news, #greeting, #organization, #activity {
    padding-top: 80px;
    margin-top: -80px;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
    font-size: 15px;
  }
  .common-120-padding {
    padding: 60px 0;
  }
  .common-80-padding {
    padding: 60px 0;
  }
  .common-title__wrap {
    margin-bottom: 32px;
  }
  .common-title__wrap span {
    font-size: 43px;
  }
  .common-title__wrap h2, .common-title__wrap h1 {
    font-size: 15px;
  }
  .common-btn__wrap a {
    max-width: 220px;
    padding: 13px 25px;
    font-size: 13px;
    margin: 0 auto;
  }
  .common-btn__wrap a::after {
    right: 5px;
  }
}
@media screen and (max-width: 426px) {
  .common-80-padding {
    padding: 46px 0;
  }
  .common-title__wrap span {
    font-size: 32px;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
    font-size: 14px;
  }
}
/* グローバルナビ

* --------------------------------------- */
.hamburger {
  display: none;
  width: 100%;
}
.header-global__wrap {
  background-color: #002A74;
  width: 100%;
}
.header-global__wrap.fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 1000
}
.sidebarMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 95px;
}
.global-nav__logo {
  display: none
}
.fixed .global-nav__logo {
  display: block;
  position: absolute;
  left: 0;
  background: #012a74;
  box-sizing: border-box;
  top: 0;
}
.fixed .global-nav__logo a {
  padding: 40px;
}
.fixed .global-nav__logo img {
  width: 100px;
  box-sizing: border-box;
}
.fixed .sidebarMenu {
  padding: 0 46px;
  box-sizing: border-box;
  justify-content: flex-end;
}
.global-nav__item {
  position: relative;
}
.has-megamenu > a::after {
  content: "▼";
  margin-left: 6px;
  font-size: 10px;
}
.megamenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  width: 500px;
  z-index: 1000;
}
.megamenu ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}
.megamenu ul li a {
  color: #002A74;
  text-decoration: none;
  font-weight: 500;
}
.global-nav__item:hover .megamenu {
  display: block;
}
.global-nav {
  width: 100%;
}
.page-navigation__box {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%;
  gap: 0 2%;
}
.fixed .page-navigation__box {
  justify-content: flex-end;
}
.page-navigation__box li {
  position: relative;
}
.page-navigation__box a, .submenu-toggle {
  color: #fff;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px
}
.fixed .page-navigation__box a, .fixed .submenu-toggle {
  color: #222;
}
.has-submenu .submenu a {
  padding: 10px 20px;
  font-size: 14px;
}
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #333;
  min-width: 200px;
  z-index: 10;
}
.has-submenu:hover .submenu {
  display: block;
}
.submenu-toggle .icon {
  font-size: 14px;
  color: #fff;
}
.fixed .has-submenu .submenu a {
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .fixed .sidebarMenu {
    padding: 0 24px;
  }
  .fixed .global-nav__logo a {
    padding: 16px;
  }
  .fixed .global-nav__logo img {
    width: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .global-nav__logo a img {
    width: 130px;
  }
}
@media screen and (max-width: 941px) {
  .page-navigation__box {
    flex-direction: column;
  }
  .page-navigation__box a, .submenu-toggle {
    padding: 20px 10px;
    font-size: 14px;
    color: #222;
    display: flex;
  }
  .submenu li a {
    background: #d6e0f1;
    padding: 20px 10px;
    font-size: 14px;
    color: #222;
  }
  .submenu li:last-child a {
    border-bottom: none;
  }
  .has-submenu:hover .submenu {
    display: none;
  }
  .has-submenu.open .submenu {
    position: static;
    display: block;
    background: #222;
  }
  .submenu {
    position: static;
    width: 100%;
  }
  .submenu-toggle .icon {
    font-size: 16px;
    margin-left: auto;
    color: #222;
  }
  .has-submenu .submenu a {
    padding: 20px 10px;
  }
  .megamenu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    box-shadow: none;
    padding: 0;
    display: none;
  }
  .has-megamenu > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 20px;
    border-bottom: 1px solid #ddd;
  }
  .has-megamenu .toggle-btn {
    font-size: 14px;
    cursor: pointer;
  }
  .has-megamenu.open .megamenu {
    display: block;
  }
  .global-nav__logo {
    display: none
  }
  .header-global__wrap {
    background-color: #ffffff00;
    min-height: 80px;
    border-bottom: none;
    position: fixed;
    top: 0;
    z-index: 1000
  }
  .sidebarMenu {
    padding: 0;
    min-height: auto;
  }
  .global-nav {
    flex-direction: column;
    position: fixed;
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    transition: all .5s;
    z-index: 200;
    overflow-y: auto;
    padding-top: 80px;
  }
  .hamburger {
    display: block;
    position: fixed;
    right: 10px;
    top: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    border-radius: 100px;
    background-color: #012a74;
  }
  .global-nav__item {
    text-align: left;
    width: 100%;
    border-left: none;
  }
  .global-nav__item:nth-child(1) {
    border-top: solid 1px #012a74;
  }
  .global-nav__item a {
    display: block;
    padding: 20px;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    border-bottom: solid 1px #012a74;
    color: #222;
  }
  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger__line {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: all .6s;
    border-radius: 100px;
  }
  .hamburger__line--1 {
    top: 18px;
  }
  .hamburger__line--2 {
    top: 25px;
  }
  .hamburger__line--3 {
    top: 32px;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(25deg);
    top: 23px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-25deg);
    top: 23px;
  }
  .global-nav__btn {
    display: none
  }
  .page-navigation__box li {
    border-top: solid 1px #012a74;
  }
  .fixed .global-nav__logo {
    display: none
  }
  .header-global__wrap.fixed {
    background-color: #ffffff00;
  }
}
/* キービジュアル
* --------------------------------------- */
.banner-image__wrap {
  max-width: 700px;
  margin: 46px auto 0;
  width: calc(100% - 40px);
}
@media screen and (max-width: 941px) {
  .banner-image__wrap {
    margin: 24px auto 0;
  }
}
/* 足のトラブル診断
* --------------------------------------- */
.youtube-area__group {
  padding-top: 120px;
}
.youtube-items__block {
  display: flex;
  justify-content: space-between;
  gap: 16px 0;
  align-items: center;
}
.youtube-items__text {
  width: 40%;
}
.youtube-items__iframe {
  width: 55%;
}
.youtube-iframe__wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-iframe__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 941px) {
  .youtube-area__group {
    padding-top: 60px;
  }
  .youtube-items__block {
    flex-direction: column-reverse;
  }
  .youtube-items__iframe {
    width: 100%;
  }
  .youtube-items__text {
    width: 100%;
  }
}
/* 足のトラブル診断
* --------------------------------------- */
.diagnosis-area__group {
  background-image: url("../img/diagnosis-bgi.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}
.diagnosis-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 46px 0;
  align-items: center;
}
.diagnosis-items__image {
  width: 55%;
}
.diagnosis-items__text {
  width: 40%;
}
.diagnosis-text__wrap {
  margin-bottom: 46px;
}
@media screen and (max-width: 941px) {
  .diagnosis-items__image {
    width: 100%;
  }
  .diagnosis-items__text {
    width: 100%;
  }
  .diagnosis-items__image {
    width: 80%;
    margin: 0 auto 24px;
  }
  .diagnosis-text__wrap {
    margin-bottom: 24px;
  }
}
/* お知らせ
* --------------------------------------- */
.info-title__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}
.info-title__block .common-btn__wrap {
  width: 21%;
}
.info-items__box {
  display: flex;
  padding: 16px 50px 16px 0px;
  border-bottom: solid 1px #707070;
  position: relative;
}
.info-items__box::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon-arrow.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.info-items__box:nth-child(1) {
  border-top: solid 1px #707070;
}
.info-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.info-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.info-items__time {
  font-size: 30px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-weight: 500;
  border-right: solid 1px #707070;
  padding-right: 32px;
  margin-right: 32px;
}
.info-items__time span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.info-items__lists {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0 16px;
  flex-wrap: wrap;
}
.info-items__lists ._category {
  background-color: #002A74;
  color: #fff;
  padding: 0px 10px;
  font-size: 13px;
  border-radius: 4px;
}
.info-items__lists p {
  font-size: 16px;
}
@media screen and (max-width: 941px) {
  .info-title__block {
    flex-direction: column;
  }
  .info-title__block .common-btn__wrap {
    display: none
  }
  .info-title__block .common-btn__wrap a {
    margin-left: auto;
  }
  .info-items__box {
    flex-direction: column;
    padding: 16px 0 16px 0px;
  }
  .info-items__time {
    font-size: 24px;
    gap: 0 4px;
    line-height: 1;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 10px
  }
  .info-items__time span {
    font-size: 13px;
  }
  .info-items__lists {
    gap: 8px 0;
  }
  .info-items__lists p {
    font-size: 14px;
    width: 100%
  }
  .info-items__lists ._category {
    font-size: 11px;
  }
  .info-items__box:nth-child(1) {
    padding-top: 0;
    border-top: none;
  }
  .info-items__box::after {
    width: 25px;
    height: 25px;
    right: 10px;
    top: 16px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}
/* 足の番人とは
* --------------------------------------- */
.about-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}
.about-items__box {
  width: 48%;
  background-color: #F3F3F5;
  position: relative;
  border-radius: 16px;
}
.about-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.about-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.about-items__image ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 300px;
  border-radius: 16px 16px 0 0;
}
.about-items__image ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-items__text {
  padding: 24px 32px;
  box-sizing: border-box;
}
.about-items__text p {
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.3;
}
.about-items__text h2 {
  font-size: 28px;
  line-height: 1.3;
}
@media screen and (max-width: 941px) {
  .about-items__box {
    width: 100%;
    border-radius: 10px;
  }
  .about-items__image ._thumbnail {
    padding-top: 40%;
    border-radius: 10px 10px 0 0;
  }
  .about-items__text {
    padding: 20px 16px;
    box-sizing: border-box;
  }
  .about-items__text h2 {
    font-size: 18px;
  }
  .about-items__text p {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
/* クラウドファンディング報告
* --------------------------------------- */
.crowdfunding-area__group {
  background-image: url("../img/crowdfunding-image_deco.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 560px 560px;
}
.crowdfunding-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 46px 0;
  align-items: center;
}
.crowdfunding-items__image {
  width: 55%;
  margin-left: -100px;
}
.crowdfunding-items__text {
  width: 45%;
}
.crowdfunding-text__wrap {
  margin-bottom: 46px;
}
@media screen and (max-width: 941px) {
  .crowdfunding-items__image {
    width: 100%;
  }
  .crowdfunding-items__text {
    width: 100%;
  }
  .crowdfunding-items__image {
    width: 80%;
    margin: 0 auto 24px;
  }
  .crowdfunding-text__wrap {
    margin-bottom: 24px;
  }
  .crowdfunding-area__group {
    background-image: none
  }
}
/* セミナー
* --------------------------------------- */
.seminar-area__group {
  padding-bottom: 120px;
}
.seminar-items__thumbnail {
  margin-bottom: 16px;
}
.seminar-items__thumbnail ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
  border-radius: 16px;
}
.seminar-items__thumbnail ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seminar-items__box {
  position: relative;
  padding: 0 20px
}
.seminar-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.seminar-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.seminar-items__text {
  position: relative;
}
.seminar-items__text ._icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
}
.seminar-items__text p {
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}
.seminar-items__text span {
  display: inline-block;
  background-color: #002A74;
  color: #fff;
  padding: 0px 10px;
  font-size: 13px;
  border-radius: 4px;
}
.seminar-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 46px 3.5%;
}
.seminar-items__block .seminar-items__box {
  width: 31%;
  padding: 0;
}
.seminar-items__block .seminar-items__box a:hover {
  background: #f1f2f7;
}
@media screen and (max-width: 941px) {
  .seminar-items__thumbnail ._thumbnail {
    border-radius: 6px;
  }
  .seminar-area__group {
    padding-bottom: 60px;
  }
  .seminar-items__wrap {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  .seminar-items__box {
    padding: 0;
    display: flex;
    margin-bottom: 32px;
  }
  .seminar-items__box:nth-last-child(1) {
    margin-bottom: 0;
  }
  .seminar-items__thumbnail {
    margin-bottom: 0;
    width: 25%;
  }
  .seminar-items__text {
    width: 75%;
    box-sizing: border-box;
    padding-left: 16px;
    box-sizing: border-box;
  }
  .seminar-items__text span {
    font-size: 11px;
  }
  .seminar-items__text ._icon {
    width: 25px;
    height: 25px;
  }
  .seminar-items__block {
    gap: 46px 0;
  }
  .seminar-items__block .seminar-items__box {
    width: 100%;
  }
}
/* フッター
* --------------------------------------- */
.footer-items__wrap {
  background-color: #002A74;
}
.footer-items__logo {
  width: 80px;
  margin-bottom: 24px;
}
.footer-items__text p {
  color: #fff;
  margin-bottom: 10px;
}
.footer-items__text a {
  color: #fff;
}
.footer-items__text ._map {
  display: flex;
  align-items: center;
  gap: 0 7px;
  line-height: 1.2;
}
.footer-items__text ._map::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 12px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-map.svg");
}
.footer-items__links {
  margin-top: 100px;
}
.footer-items__links a {
  color: #fff;
}
.footer-copy__wrap {
  padding: 80px 0;
}
.footer-copy__wrap small {
  display: block;
  color: #8B8B8B;
  font-size: 16px;
}
.footer-items__sns {
  display: flex;
  gap: 0 16px;
  margin-top: 46px;
}
.footer-items__sns li {
  width: 30px;
}
@media screen and (max-width: 941px) {
  .footer-items__logo {
    margin-bottom: 16px;
  }
  .footer-items__links {
    margin-top: 60px;
  }
  .footer-copy__wrap {
    padding: 40px 0;
  }
  .footer-copy__wrap small {
    font-size: 12px;
  }
  .footer-items__sns li {
    width: 20px;
  }
  .footer-items__sns {
    margin-top: 32px;
  }
}
/* フローティン
* --------------------------------------- */
.floating-items__wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
.floating-items__box:nth-child(1) {
  margin-bottom: 16px;
}
.floating-items__box a {
  display: flex;
  align-items: center;
  gap: 0 12px;
  background-color: #fff;
  justify-content: space-between;
  border: solid 5px #e8e8e894;
  padding: 10px 24px;
  box-sizing: border-box;
  width: 350px;
}
@media screen and (max-width: 941px) {
  .floating-items__wrap {
    right: 10px;
    bottom: 10px;
  }
  .floating-items__box:nth-child(1) {
    margin-bottom: 8px;
  }
  .floating-items__box a ._icon {
    width: 30px;
  }
  .floating-items__box a {
    width: 300px;
  }
}
@media screen and (max-width: 425px) {
  .floating-items__box a {
    max-width: 100%;
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
    border: solid 2px #e8e8e894;
    padding: 16px;
  }
  .floating-items__wrap {
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .floating-items__box:nth-child(1) {
    margin-bottom: 0;
  }
  .floating-items__box a ._icon {
    width: 40px;
  }
}
/* 詳細ページ
* --------------------------------------- */
.single--ttl {
  margin-bottom: 46px;
}
.single--ttl h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.single--ttl span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 2px #002A74;
  font-weight: 500;
  margin-bottom: 24px;
}
.single--ttl time {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  margin-top: 16px;
}
.common-post__area {
  background-color: #fff;
  position: relative;
  padding: 46px 0
}
.common-single__post h2 {
  font-weight: 500;
  font-size: 26px;
  margin-top: 2em;
  margin-bottom: .5em;
  padding: 8px 16px;
  position: relative;
  background-color: #f1f2f7;
  border-left: solid 4px #002A74;
}
.common-single__post h2 strong {
  font-weight: 500 !important;
}
.common-single__post h3 {
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: .5em;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: solid 3px #f1f2f7;
  position: relative;
}
.common-single__post h3::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #002A74;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.common-single__post ul {
  margin-top: 1em;
  margin-bottom: .5em;
}
.common-single__post ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  box-sizing: border-box;
}
.common-single__post ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #002A74;
  border-radius: 50%;
  top: 16px;
  left: 0;
}
.common-single__post ol {
  margin-top: 1em;
  margin-bottom: .5em;
}
.common-single__post ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.common-single__post ol {
  padding-left: 20px;
}
.common-single__post p {
  margin-bottom: 1.5em;
  line-height: 2;
}
.common-single__post a {
  display: inline-block;
  text-decoration: underline;
  color: #002A74;
  padding: 0 5px;
}
.common-single__post a:hover {
  text-decoration: none;
}
.common-single__post img {
  max-width: 100%;
  height: auto;
}
.common-single__post a._btn {
  position: relative;
  background-color: #002A74;
  color: #fff;
  border-radius: 100px;
  max-width: 280px;
  padding: 13px 25px;
  box-sizing: border-box;
  font-size: 15px;
  border: solid 2px #002A74;
  text-decoration: none;
  display: block;
}
.common-single__post a._btn::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon-arrow.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.wp-block-embed__wrapper ._thumbnail {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.wp-block-embed__wrapper ._thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 941px) {
  .common-post__area {
    padding: 24px 0;
  }
  .common-single__post h2 {
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: .5em;
    line-height: 1.3;
    padding: 8px 12px;
    border-left: solid 3px #002A74;
  }
  .common-single__post h3 {
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: .5em;
    border-bottom: solid 2px #F7F4EE;
  }
  .common-single__post h3::after {
    height: 2px;
    bottom: -2px;
  }
  .common-single__post ul li::before {
    top: 12px;
  }
  .common-single__post ul li {
    padding-left: 14px;
  }
  .common-single__post ul {
    margin-top: 1em;
    margin-bottom: .5em;
  }
  .common-single__post p {
    margin-bottom: .5em;
  }
  .single--ttl {
    margin-bottom: 24px;
  }
  .single--ttl h1 {
    font-size: 22px;
  }
  .single--ttl span {
    margin-bottom: 16px;
  }
  .single--ttl time {
    font-size: 14px;
    margin-top: 8px;
  }
  .common-single__post a._btn {
    max-width: 100%;
    padding: 11px 25px;
    font-size: 13px;
  }
}
/* アーカイブ
* --------------------------------------- */
.post-items__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 2%;
}
.post-items__box {
  border-bottom: solid 1px #CECECE;
  position: relative;
  width: 32%;
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
}
.post-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.post-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #F6F6F6;
}
.post-items__tag {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 10px;
}
.post-items__tag ._tag {
  font-size: 15px;
  border: solid 1px #CECECE;
  border-radius: 4px;
  padding: 0 8px;
  background-color: #fff;
}
@media screen and (max-width: 941px) {
  .post-items__tag ._tag {
    font-size: 11px;
    border-radius: 2px;
    padding: 1px 5px;
  }
  .post-items__tag {
    gap: 0 10px;
  }
  .post-items__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 2%;
  }
  .post-items__box {
    width: 100%;
    padding: 16px;
  }
  .post-items__lists p {
    font-size: 13px;
  }
}
/* ページング
* --------------------------------------- */
.single-peger-items {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 15px;
}
.single-peger-items .pre a {
  border: solid 1px #222;
  background-color: #222;
  color: #fff;
}
.single-peger-items .next a {
  border: solid 1px #222;
  background-color: #222;
  color: #fff;
}
.single-peger-items li:nth-child(2) a {
  background-color: #fff;
  color: #222;
  border: solid 1px #222;
}
.single-peger-items li a {
  width: 80px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 10px;
}
.wp-pagenavi .current {
  background-color: #000;
  color: #fff;
  border: solid 1px #000;
  width: 42px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi a {
  border: solid 1px #222;
  background-color: #222;
  color: #fff;
  width: 44px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 80px;
  font-size: 14px;
  padding: 8px 0;
}
@media screen and (max-width: 769px) {
  .single-peger-items li a {
    width: 80px;
  }
  .wp-pagenavi a {
    font-size: 14px;
    width: 33px;
    padding: 7px 0;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 60px;
    font-size: 13px;
    padding: 7px 0;
  }
  .wp-pagenavi .current {
    font-size: 13px;
    width: 33px;
    padding: 7px 0;
  }
  .single-peger-items {
    margin-top: 30px;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
}
/* パンクズリスト
* --------------------------------------- */
.common-page__breadcrumbs {
  background-color: #f1f2f7;
}
.breadcrumbs-items__wrap {
  display: flex;
  gap: 0 10px;
  margin-bottom: 32px
}
.breadcrumbs-items__wrap a, .breadcrumbs-items__wrap span {
  display: block;
  line-height: 1.2;
  font-size: 14px;
}
.breadcrumbs-items__wrap span:nth-last-child(1)[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 941px) {
  .breadcrumbs-items__wrap a, .breadcrumbs-items__wrap span {
    font-size: 12px;
  }
  .breadcrumbs-items__wrap {
    margin-bottom: 8px;
  }
}
/* 
* --------------------------------------- */
.hidden {
  display: none;
}
.quiz-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 46px 0
}
.quiz-items__block .question {
  width: 48%;
}
.quiz-items__block .question label {
  font-size: 16px
}
.quiz-items__wrap .quiz--button {
  appearance: none;
  border: none;
  background-color: #002a74;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 14px 32px;
  border-radius: 9999px;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease, opacity 0.2s ease;
  margin-top: 32px;
}
.result {
  margin-top: 100px;
}
@media screen and (max-width: 941px) {
  .quiz-items__block .question {
    width: 100%;
  }
  .quiz-items__block {
    gap: 24px 0
  }
  .result {
    margin-top: 60px;
  }
}
/* カテゴリ
* --------------------------------------- */
.category-select__wrap {
  margin-bottom: 46px;
}
.category-select__wrap {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-left: auto;
  justify-content: flex-end;
  gap: 0 16px;
}
.category-select__wrap select {
  border: solid 1px #E6E9EA;
  padding: 14px 10px;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 220px;
  text-align: left;
  border-radius: 10px;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 769px) {
  .category-select__wrap select {
    font-size: 15px;
  }
  .category-select__wrap {
    margin-bottom: 32px;
  }
}
/* お問い合わせ
* --------------------------------------- */
.common-600-width {
  max-width: 600px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.contact-image__wrap {
  max-width: 500px;
  margin: 0 auto 46px;
}
.contact-items__wrap:nth-child(1) {
  margin-bottom: 0;
}
.contact-items__wrap {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: dashed 1px #b6b6b6;
}
.contact-items__title {
  margin-bottom: 5px;
  font-weight: 500;
}
.required {
  font-size: 16px;
  color: #e23030;
  line-height: 1.2;
  display: inline-block;
  padding: 0;
  margin-left: 8px;
  font-weight: normal;
}
.contact-items__editor select, .contact-items__editor input {
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #939393;
  height: 44px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 10px;
  box-sizing: border-box
}
.contact-items__editor .wpcf7-checkbox label input {
  display: block;
  width: auto;
  padding: 0;
  background-color: #fff;
  background-image: none;
  height: auto;
}
.contact-items__editor .wpcf7-checkbox label {
  display: flex;
  gap: 0 10px;
}
.contact-items__editor .wpcf7-file {
  border: none;
  padding: 10px 0 0;
}
.contact-items__editor textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #939393;
  height: 300px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 10px;
  box-sizing: border-box;
}
.recruit-contact__box h3 {
  font-size: 30px;
  font-weight: 600;
  color: #abc066;
  margin-bottom: 50px;
  text-align: center;
}
.consent .wpcf7-list-item {
  display: flex !important;
  justify-content: center;
  background: #f4f4f4;
  padding: 20px 0;
  max-width: 940px;
  margin: 30px auto 0 !important;
}
.consent label {
  display: flex;
  align-items: center;
}
.consent .wpcf7-list-item-label {
  display: flex;
  margin-left: 10px;
}
.send-btn {
  width: 100%;
  max-width: 320px;
  margin: 32px auto 0;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.send-btn input {
  background: #002A74;
  font-size: 18px;
  color: #fff;
  border: none;
  width: 100%;
  padding: 20px 0;
  border-radius: 6px;
}
.wpcf7-spinner {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .required {
    font-size: 14px;
    line-height: 1.2;
  }
  .consent .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.2;
    flex-wrap: wrap;
  }
  .consent .wpcf7-list-item-label a {
    font-size: 14px;
  }
  .consent .wpcf7-list-item {
    padding: 10px 20px;
  }
}
/* 動画ギャラリー
* --------------------------------------- */
.movie-items__thumbnail {
  margin-bottom: 16px;
}
.movie-items__thumbnail ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
  border-radius: 16px;
}
.movie-items__thumbnail ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.movie-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 46px 3.5%;
}
.movie-items__box {
  position: relative;
  width: 31%;
}
.movie-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.movie-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #f1f2f7;
}
.movie-items__text {
  position: relative;
}
.movie-items__text p {
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}
.movie-items__text span {
  display: inline-block;
  background-color: #002A74;
  color: #fff;
  padding: 0px 10px;
  font-size: 13px;
  border-radius: 4px;
}
.password-page__group {
  width: 100%;
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.password-page__group input {
  font-size: 16px;
  width: 400px;
  padding: 6px 15px;
  box-sizing: border-box;
}
.password-page__group h2 {
  font-size: 27px;
  margin-bottom: 16px;
}
.password-page__group button {
  display: block;
  width: 400px;
  padding: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 941px) {
  .movie-items__thumbnail ._thumbnail {
    border-radius: 6px;
  }
  .movie-items__box {
    display: flex;
    width: 100%;
  }
  .movie-items__thumbnail {
    margin-bottom: 0;
    width: 25%;
  }
  .movie-items__text {
    width: 75%;
    box-sizing: border-box;
    padding-left: 16px;
    box-sizing: border-box;
  }
  .movie-items__text span {
    font-size: 11px;
  }
  .movie-items__block {
    gap: 46px 0;
  }
  .password-page__group h2 {
    font-size: 16px;
  }
  .password-page__group input {
    font-size: 14px;
    width: 100%;
    max-width: 300px;
  }
  .password-page__group button {
    width: 100%;
    max-width: 300px;
    margin: 10px auto 0;
  }
  .password-page__group form {
    width: 100%;
  }
  .password-page__group {
    padding: 0 20px;
    box-sizing: border-box;
  }
}