@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

ol, ul {
  list-style: none;
  list-style-type: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  font-family: "Montserrat" , "Noto Sans JP", sans-serif;
  color: #222222;
}

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

a:hover {
  color: #284BDE;
}

img {
  max-width: 100%;
  height: auto;
}

.wrap {
  padding-top: 64px;
}

.container {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 60px;
  position: relative;
}

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

.container.container-wide {
  max-width: 1200px;
}

.arrow-link {
  color: #666666;
  background: url(../img/icon-arrow-right.png) no-repeat right center;
  background-size: 20px auto;
  padding-right: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}

.arrow-link:hover {
  background: url(../img/icon-arrow-right-main.png) no-repeat right center;
  background-size: 20px auto;
}

.button-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #FFFFFF;
  color: #666666;
  background: url(../img/icon-arrow-right.png) no-repeat right 24px center;
  background-size: 24px auto;
  padding: 16px 58px 16px 40px;
  border: 2px solid #666666;
  border-radius: 130px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-decoration: none;
}

.button-arrow:hover {
  border: 2px solid #284BDE;
  background: url(../img/icon-arrow-right-main.png) no-repeat right 24px center;
  background-size: 24px auto;
}

.button-arrow.reverse-arrow {
  background: url(../img/icon-arrow-left.png) no-repeat left 24px center;
  background-size: 24px auto;
  padding: 16px 40px 16px 58px;
}

.button-arrow.reverse-arrow:hover {
  border: 2px solid #284BDE;
  background: url(../img/icon-arrow-left-main.png) no-repeat left 24px center;
  background-size: 24px auto;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .arrow-link {
    font-size: 14px;
    line-height: 17px;
  }
  .button-arrow {
    font-size: 16px;
    line-height: 20px;
  }
}

.main-header {
  width: 100%;
  padding: 48px 56px 21px;
  background: #fff;
  min-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
}

.main-header .logo {
  width: 117px;
  margin: auto auto auto 0;
}

.main-header .logo a {
  max-width: 100%;
}

.main-header .js-menu-toggle-icon {
  display: none;
}

.main-header .main-navigation {
  margin: auto 0 auto auto;
  width: auto;
}

.main-header .main-navigation .global-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-header .main-navigation .global-navi-item {
  margin-left: 40px;
}

.main-header .main-navigation .global-navi-item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.main-header .main-navigation .global-navi-item a:hover {
  color: #284BDE;
}

.main-header.js-is-fixed {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 24px;
  visibility: visible;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 960px) {
  .main-header .main-navigation .global-navi-item {
    margin-left: 32px;
  }
  .main-header .main-navigation .global-navi-item a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .main-header {
    padding: 16px 20px;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-header .logo {
    width: 100px;
    margin: auto auto auto 0;
  }
  .main-header .logo img {
    vertical-align: bottom;
  }
  .main-header .js-menu-toggle-icon {
    width: 28px;
    height: 28px;
    display: block;
    background: url(../img/header_sp_menu.png) no-repeat center center;
    background-size: 28px auto;
  }
  .main-header .js-menu-toggle-icon.close {
    background: url(../img/header_sp_menu_close.png) no-repeat center center;
    background-size: 28px auto;
  }
  .main-header .main-navigation {
    display: none;
    width: 100%;
  }
  .main-header .main-navigation .global-navi {
    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;
    padding: 40px 0 0 16px;
  }
  .main-header .main-navigation .global-navi-item {
    margin: 0 0 32px;
    width: 100%;
  }
  .main-header .main-navigation .global-navi-item a {
    font-size: 16px;
  }
  .main-header.js-is-fixed {
    padding-top: 16px;
  }
}

.footer {
  background: #284BDE;
  padding: 64px 0;
  color: #fff;
}

.footer .footer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .footer .footer-contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer .footer-contents .company-infomation {
  max-width: 180px;
}

@media (max-width: 768px) {
  .footer .footer-contents .company-infomation {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 32px;
  }
}

.footer .footer-contents .company-infomation .logo-image {
  margin-bottom: 24px;
}

.footer .footer-contents .company-infomation .address {
  font-size: 12px;
  line-height: 18px;
}

.footer .footer-contents .footer-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc( 100% - 180px);
}

@media (max-width: 768px) {
  .footer .footer-contents .footer-menu-items {
    max-width: 100%;
    min-width: 100%;
  }
}

.footer .footer-contents .footer-menu-item {
  width: 33.33%;
  padding-left: 88px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .footer .footer-contents .footer-menu-item {
    width: 100%;
    padding-left: 0;
    margin-bottom: 24px;
  }
}

.footer .footer-contents .footer-menu-item-copy {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  opacity: 0.6;
  margin-bottom: 8px;
}

.footer .footer-contents .footer-menu-item-links li a {
  font-size: 13px;
  line-height: 19px;
  color: #fff;
}

.footer .footer-contents .footer-menu-item-links li a:hover {
  text-decoration: underline;
}

.footer .footer-contents-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 0 0;
  margin-top: 40px;
}

.footer .footer-contents-bottom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  .footer .footer-contents-bottom-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer .footer-contents-bottom-item {
  margin-left: 32px;
  font-size: 12px;
  line-height: 15px;
}

@media (max-width: 768px) {
  .footer .footer-contents-bottom-item {
    width: 100%;
    margin: 0 0 16px 0;
  }
}

.footer .footer-contents-bottom-item a {
  color: #fff;
}

.footer .footer-contents-bottom-item .copyright {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .footer .footer-contents-bottom-item .copyright {
    margin: 40px 0 0 0;
  }
}

.home-hero-section {
  margin-top: 88px;
  min-height: 538px;
}

@media (max-width: 768px) {
  .home-hero-section {
    min-height: 200px;
  }
}

.home-hero-section .container {
  z-index: 1;
}

.home-hero-section .container:before {
  content: "";
  position: absolute;
  right: 4px;
  top: 0;
  z-index: -1;
  background: url(../img/home-hero-image.svg) no-repeat right 10% bottom;
  background-size: 534px auto;
  width: 534px;
  height: 538px;
}

.home-hero-section .hero-copy {
  padding-top: 1px;
}

.home-hero-section .hero-copy .copy {
  width: 100%;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0.04em;
  display: block;
}

.home-hero-section .hero-copy .copy.first-copy {
  margin-top: 96px;
}

.home-hero-section .hero-copy .copy.second-copy {
  color: #666666;
}

.home-hero-section .hero-copy .copy.third-copy {
  margin-top: 16px;
  font-size: 30px;
  line-height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-hero-section .hero-copy .copy.third-copy:before {
  content: "";
  width: 64px;
  height: 3px;
  background-color: #DBDBDB;
  margin-right: 16px;
}

.home-hero-section .hero-copy .copy.third-copy > span {
  font-size: 30px;
  line-height: 37px;
  font-weight: bold;
  color: #284BDE;
}

.home-news-section {
  background: #F5FBFF;
  padding-top: 1px;
  padding-bottom: 74px;
  z-index: 10;
  position: relative;
}

.home-news-section .home-news-container {
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 56px;
  margin-top: -43px;
}

.home-news-section .home-news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-news-section .home-news-items .home-news-item {
  margin-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-news-section .home-news-items .home-news-item:hover .title {
  color: #284BDE;
  text-decoration: underline;
}

.home-news-section .home-news-items .home-news-item .date {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  margin-right: 20px;
  min-width: 84px;
}

.home-news-section .home-news-items .home-news-item .category {
  background: #F5FBFF;
  padding: 6px 8px;
  border-radius: 4px;
  color: #207FEF;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-right: 20px;
  min-width: 112px;
}

.home-news-section .home-news-items .home-news-item .title {
  font-size: 16px;
  line-height: 20px;
  color: #222222;
}

.home-news-section .home-news-link {
  padding-top: 10px;
}

.home-section-header {
  margin-bottom: 40px;
}

.home-section-header h2 {
  font-size: 32px;
  line-height: 39px;
  font-weight: bold;
  color: #000;
  margin-bottom: 12px;
}

.home-section-header p {
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 24px;
}

.home-section-header:after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background: #284BDE;
}

.home-service-section {
  padding-top: 90px;
}

.home-service-section .home-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.home-service-section .home-service-item .item-contents {
  max-width: 450px;
  margin-right: auto;
}

.home-service-section .home-service-item .item-contents .sub-copy {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  margin-bottom: 12px;
}

.home-service-section .home-service-item .item-contents .main-copy {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  margin-bottom: 16px;
}

.home-service-section .home-service-item .item-contents .logo-image {
  margin-bottom: 24px;
}

.home-service-section .home-service-item .item-contents .description {
  font-size: 18px;
  line-height: 27px;
  color: #666666;
  margin-bottom: 24px;
}

.home-service-section .home-service-item .item-image {
  margin-left: auto;
  margin-right: 0;
  max-width: 600px;
}

.home-recruit-section {
  padding-top: 90px;
}

.home-recruit-section .home-recruit-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 66px);
  margin: 0 -33px;
}

.home-recruit-section .home-recruit-item {
  width: calc(33.33% - 66px);
  margin: 0 33px;
}

.home-recruit-section .home-recruit-item .sub-copy {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 6px;
}

.home-recruit-section .home-recruit-item .main-copy {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  margin-bottom: 16px;
}

.home-recruit-section .home-recruit-item .description {
  font-size: 15px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 24px;
}

.home-recruit-section .home-recruit-button-group {
  padding-top: 24px;
}

.home-recruit-section .home-recruit-button-group .button-arrow {
  margin-right: 24px;
}

.home-contact-section {
  margin-top: 90px;
  background: #F9F9F9;
  padding: 104px 0;
}

@media (max-width: 768px) {
  .home-hero-section {
    margin-top: 64px;
    min-height: 200px;
  }
  .home-hero-section .container {
    z-index: 1;
  }
  .home-hero-section .container:before {
    display: none;
  }
  .home-hero-section .container:after {
    margin-top: 0;
    content: "";
    position: static;
    right: 0;
    top: 0;
    z-index: -1;
    display: block;
    background: url(../img/home-hero-image.svg) no-repeat center bottom;
    background-size: 373px auto;
    width: 100%;
    height: 376px;
  }
  .home-hero-section .hero-copy {
    padding-top: 1px;
  }
  .home-hero-section .hero-copy .copy {
    width: 100%;
    font-size: 6vw;
    line-height: 130%;
    text-align: center;
  }
  .home-hero-section .hero-copy .copy.first-copy {
    margin-top: 0;
  }
  .home-hero-section .hero-copy .copy.third-copy {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .home-hero-section .hero-copy .copy.third-copy:before {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #DBDBDB;
    margin-right: 16px;
    margin-left: 10.5%;
  }
  .home-hero-section .hero-copy .copy.third-copy > span {
    font-size: 20px;
    line-height: 24px;
  }
  .home-news-section {
    background: #F5FBFF;
    padding-top: 1px;
    padding-bottom: 74px;
    z-index: 10;
    position: relative;
  }
  .home-news-section .home-news-container {
    padding: 20px;
    margin-top: -43px;
  }
  .home-news-section .home-news-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-news-section .home-news-items .home-news-item {
    margin-bottom: 24px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-news-section .home-news-items .home-news-item .date {
    font-size: 14px;
    margin-right: 16px;
    min-width: 64px;
  }
  .home-news-section .home-news-items .home-news-item .category {
    padding: 6px 8px;
    font-size: 12px;
    line-height: 15px;
    min-width: 92px;
  }
  .home-news-section .home-news-items .home-news-item .title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
  }
  .home-news-section .home-news-link {
    padding-top: 10px;
  }
  .home-section-header {
    margin-bottom: 40px;
  }
  .home-section-header h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12px;
  }
  .home-section-header p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .home-section-header:after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    background: #284BDE;
  }
  .home-service-section {
    padding-top: 60px;
  }
  .home-service-section .home-service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 64px;
  }
  .home-service-section .home-service-item .item-contents {
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home-service-section .home-service-item .item-contents .sub-copy {
    margin-bottom: 12px;
  }
  .home-service-section .home-service-item .item-contents .main-copy {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .home-service-section .home-service-item .item-contents .logo-image {
    margin-bottom: 24px;
    max-width: 184px;
  }
  .home-service-section .home-service-item .item-contents .description {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  .home-service-section .home-service-item .item-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
    margin-bottom: 16px;
    margin-right: auto;
    max-width: 100%;
  }
  .home-recruit-section {
    padding-top: 60px;
  }
  .home-recruit-section .home-recruit-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 -33px;
  }
  .home-recruit-section .home-recruit-item {
    width: 100%;
    margin: 0 33px;
  }
  .home-recruit-section .home-recruit-item .sub-copy {
    font-size: 16px;
    line-height: 20px;
  }
  .home-recruit-section .home-recruit-item .main-copy {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .home-recruit-section .home-recruit-item .description {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 24px;
  }
  .home-recruit-section .home-recruit-button-group {
    padding-top: 24px;
  }
  .home-recruit-section .home-recruit-button-group .button-arrow {
    margin: 0 0 24px;
  }
  .home-contact-section {
    margin-top: 60px;
    background: #F9F9F9;
    padding: 64px 0;
  }
}

@media (max-width: 414px) {
  .home-hero-section {
    margin-top: 64px;
    min-height: 200px;
  }
  .home-hero-section .container {
    z-index: 1;
  }
  .home-hero-section .container:before {
    display: none;
  }
  .home-hero-section .container:after {
    margin-top: 0;
    content: "";
    position: static;
    right: 0;
    top: 0;
    z-index: -1;
    display: block;
    background: url(../img/home-hero-image.svg) no-repeat center bottom;
    background-size: 288px auto;
    width: 100%;
    height: 296px;
  }
  .home-hero-section .hero-copy .copy {
    width: 100%;
    font-size: 6.5vw;
    line-height: 32px;
  }
  .home-hero-section .hero-copy .copy.first-copy {
    margin-top: 0;
  }
  .home-hero-section .hero-copy .copy.third-copy {
    margin-top: ０;
    font-size: 16px;
    line-height: 20px;
  }
  .home-hero-section .hero-copy .copy.third-copy:before {
    content: "";
    width: 24px;
    height: 3px;
    background-color: #DBDBDB;
    margin-right: 8px;
    margin-left: 6%;
  }
  .home-hero-section .hero-copy .copy.third-copy > span {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 375px) {
  .home-hero-section .hero-copy .copy.third-copy:before {
    margin-left: 6%;
  }
}

@media (max-width: 321px) {
  .home-hero-section .container:after {
    background: url(../img/home-hero-image.svg) no-repeat center bottom;
    background-size: 280px auto;
    width: 100%;
    height: 296px;
  }
  .home-hero-section .hero-copy .copy {
    font-size: 22px;
  }
  .home-hero-section .hero-copy .copy.third-copy {
    margin-top: 0px;
  }
}

.index-news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-news-items .index-news-item {
  margin-bottom: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.index-news-items .index-news-item:hover .title {
  color: #284BDE;
  text-decoration: underline;
}

.index-news-items .index-news-item .date {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  min-width: 84px;
  margin-right: 20px;
}

.index-news-items .index-news-item .category {
  background: #F5FBFF;
  padding: 6px 8px;
  border-radius: 4px;
  color: #207FEF;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-right: 20px;
  min-width: 112px;
}

.index-news-items .index-news-item .title {
  font-size: 16px;
  line-height: 20px;
  color: #222222;
}

.index-news-items .wp-pagenavi {
  margin-top: 24px;
}

.index-news-items .wp-pagenavi .pages,
.index-news-items .wp-pagenavi .first,
.index-news-items .wp-pagenavi .last {
  display: none;
}

.index-news-items .wp-pagenavi .page,
.index-news-items .wp-pagenavi .current,
.index-news-items .wp-pagenavi .extend,
.index-news-items .wp-pagenavi .nextpostslink,
.index-news-items .wp-pagenavi .previouspostslink {
  display: inline-block;
  line-height: 36px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0 2px;
  border-radius: 40px;
  color: #666666;
}

.index-news-items .wp-pagenavi .page,
.index-news-items .wp-pagenavi .current,
.index-news-items .wp-pagenavi .nextpostslink,
.index-news-items .wp-pagenavi .previouspostslink {
  border: 2px solid #666666;
}

.index-news-items .wp-pagenavi .current {
  background-color: #666666;
  color: #fff;
}

.index-news-items .wp-pagenavi .page:hover,
.index-news-items .wp-pagenavi .nextpostslink:hover,
.index-news-items .wp-pagenavi .previouspostslink:hover {
  border: 2px solid #284BDE;
  color: #284BDE;
}

@media (max-width: 768px) {
  .index-news-items .wp-pagenavi .page,
  .index-news-items .wp-pagenavi .current,
  .index-news-items .wp-pagenavi .extend {
    display: none;
  }
}

.breadcrumb {
  max-width: 1192px;
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  .breadcrumb {
    padding: 0 16px 0;
    margin: 0 auto 24px;
  }
}

.breadcrumb ol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .breadcrumb ol {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
}

.breadcrumb ol a {
  font-size: 14px;
  color: #284BDE;
}

.breadcrumb ol li {
  font-size: 14px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .breadcrumb ol li {
    display: inline;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

.breadcrumb ol li:after {
  content: "/";
  margin: 0 16px;
  color: #999;
  font-size: 14px;
}

.breadcrumb ol li:last-child:after {
  display: none;
}

.breadcrumbs-container {
  padding-top: 72px;
}

@media (max-width: 768px) {
  .breadcrumbs-container {
    padding-top: 24px;
  }
}

.pagination {
  padding-top: 40px;
}

.pagination ul {
  margin: 0px auto 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.pagination ul li {
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  border-radius: 100%;
  margin-right: 8px;
  border: 1px solid #DBDBDB;
}

.pagination ul li:before {
  display: none;
}

.pagination ul li.next {
  position: relative;
}

.pagination ul li.next:after {
  z-index: -1;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #284BDE;
  border-bottom: 2px solid #284BDE;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -4px;
}

@media (max-width: 768px) {
  .pagination ul li.next:after {
    right: 16px;
  }
}

.pagination ul li.prev {
  position: relative;
}

.pagination ul li.prev:after {
  z-index: -1;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #284BDE;
  border-bottom: 2px solid #284BDE;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -4px;
}

@media (max-width: 768px) {
  .pagination ul li.prev:after {
    left: 16px;
  }
}

.pagination ul li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #284BDE;
}

.pagination ul li.active {
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  background: #284BDE;
}

@media (max-width: 768px) {
  .pagination ul li.active {
    padding: 8px 12px;
    font-size: 16px;
  }
}

.widget {
  margin-bottom: 40px;
}

.widget .widgettitle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}

.widget ul {
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

@media (max-width: 768px) {
  .widget ul {
    border-radius: 12px;
    background: #fff;
    padding: 0px 0 16px;
  }
}

.widget ul a {
  display: block;
  font-size: 15px;
  position: relative;
  font-weight: bold;
  line-height: 1.4;
}

.widget ul > li > a {
  padding: 24px 8px 24px 32px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.widget ul > li > a:hover:before {
  left: 4px;
}

@media (max-width: 768px) {
  .widget ul > li > a {
    padding-left: 48px;
  }
}

.widget ul > li > a:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 768px) {
  .widget ul > li > a:before {
    left: 12px;
  }
}

.widget ul > li > ul {
  padding: 8px 0;
}

.widget ul > li > ul > li a {
  padding: 16px 8px 16px 48px;
}

@media (max-width: 768px) {
  .widget ul > li > ul > li a {
    padding-left: 64px;
  }
}

.widget ul > li > ul > li a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  left: 24px;
  top: 50%;
  margin-top: -1.5px;
  background: #284BDE;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .widget ul > li > ul > li a:before {
    left: 40px;
  }
}

.widget ul > li > ul ul li a {
  padding-left: 72px;
}

@media (max-width: 768px) {
  .widget ul > li > ul ul li a {
    padding-left: 88px;
  }
}

.widget ul > li > ul ul li a:before {
  left: 48px;
}

@media (max-width: 768px) {
  .widget ul > li > ul ul li a:before {
    left: 64px;
  }
}

.widget .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget .tagcloud a {
  font-weight: bold;
  font-size: 12px !important;
  line-height: 12px;
  color: #284BDE;
  padding: 4px 16px 4px;
  margin: 0 16px 16px 0;
  border-radius: 20px;
  border: 1px solid #284BDE;
}

@media (max-width: 768px) {
  .index-news-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-news-items .index-news-item {
    margin-bottom: 32px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-news-items .index-news-item .date {
    font-size: 14px;
    margin-right: 16px;
    min-width: 64px;
  }
  .index-news-items .index-news-item .category {
    padding: 6px 8px;
    font-size: 12px;
    line-height: 15px;
    min-width: 92px;
  }
  .index-news-items .index-news-item .title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
  }
}

.single-contents {
  padding-bottom: 60px;
  margin: 60px 0;
  border-bottom: 1px solid #DBDBDB;
}

.single-contents .single-contents-header .single-contents-title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  margin-bottom: 24px;
}

.single-contents .single-contents-header .eye-catch-image {
  margin-bottom: 24px;
}

.single-contents .single-contents-header .eye-catch-image img {
  border-radius: 12px;
}

.single-contents .single-contents-header .single-contents-meta {
  margin-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-contents .single-contents-header .single-contents-meta .date {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  margin-right: 20px;
}

.single-contents .single-contents-header .single-contents-meta .category {
  background: #F5FBFF;
  padding: 6px 8px;
  border-radius: 4px;
  color: #207FEF;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-right: 20px;
  min-width: 112px;
}

.single-contents .single-contents-header .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-contents .single-contents-header .tags > li {
  margin: 0 8px 8px 0;
  width: auto;
}

.single-contents .single-contents-header .tags > li > a {
  display: block;
  border: 1px solid #284BDE;
  color: #284BDE;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
}

.single-contents .single-contents-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.single-contents .single-contents-sns .sns-item {
  margin-right: 8px;
  max-width: 28px;
}

.single-contents .single-contents-buttons {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-contents .single-contents-buttons .button {
  margin-right: 16px;
}

.single-contents .single-contents-buttons .button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #FFFFFF;
  color: #666666;
  background: url(../img/icon-arrow-right.png) no-repeat right 24px center;
  background-size: 24px auto;
  padding: 16px 58px 16px 40px;
  border: 2px solid #666666;
  border-radius: 130px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-decoration: none;
}

.single-contents .single-contents-buttons .button a:hover {
  color: #284BDE;
  border: 2px solid #284BDE;
  background: url(../img/icon-arrow-right-main.png) no-repeat right 24px center;
  background-size: 24px auto;
}

.single-contents .single-contents-buttons .button.button-reverse a {
  background: url(../img/icon-arrow-left.png) no-repeat left 24px center;
  background-size: 24px auto;
  padding: 16px 40px 16px 58px;
}

.single-contents .single-contents-buttons .button.button-reverse a:hover {
  color: #284BDE;
  border: 2px solid #284BDE;
  background: url(../img/icon-arrow-left-main.png) no-repeat left 24px center;
  background-size: 24px auto;
}

.single-contents .single-contents-section {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .single-contents {
    padding-bottom: 60px;
    margin: 24px 0 60px;
  }
  .single-contents .single-contents-header .single-contents-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px;
  }
  .single-contents .single-contents-header .eye-catch-image {
    margin-bottom: 24px;
  }
  .single-contents .single-contents-header .single-contents-meta {
    margin-bottom: 24px;
    width: 100%;
  }
  .single-contents .single-contents-header .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-contents .single-contents-header .tags > li {
    margin: 0 8px 8px 0;
    width: auto;
  }
  .single-contents .single-contents-header .tags > li > a {
    display: block;
    border: 1px solid #284BDE;
    color: #284BDE;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
  }
  .single-contents .single-contents-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
  .single-contents .single-contents-sns .sns-item {
    margin-right: 8px;
    max-width: 28px;
  }
  .single-contents .single-contents-buttons {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single-contents .single-contents-buttons .button {
    margin-right: 16px;
  }
  .single-contents .single-contents-buttons .button a {
    font-size: 16px;
    line-height: 20px;
  }
  .single-contents .single-contents-section {
    margin-bottom: 60px;
  }
}

.page-contents {
  padding-top: 66px;
  padding-bottom: 100px;
}

.page-contents h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  margin: 24px 0;
}

.page-contents h2:after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background: #284BDE;
  margin: 16px 0 24px;
}

.page-contents h3 {
  margin: 40px 0 16px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .page-contents h3 {
    margin: 40px 0 16px;
    font-size: 18px;
  }
}

.page-contents h3.en {
  font-size: 30px;
  line-height: 36.57px;
}

.page-contents h4 {
  margin: 40px 0 24px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

@media (max-width: 768px) {
  .page-contents h4 {
    margin: 40px 0 16px;
    font-size: 17px;
  }
}

.page-contents h5,
.page-contents h6,
.page-contents h7,
.page-contents h8 {
  margin: 40px 0 24px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .page-contents h5,
  .page-contents h6,
  .page-contents h7,
  .page-contents h8 {
    margin: 40px 0 16px;
    font-size: 16px;
  }
}

.page-contents p {
  line-height: 1.8;
  margin: 24px 0;
}

@media (max-width: 768px) {
  .page-contents p {
    margin: 16px 0;
  }
}

.page-contents ul {
  padding: 24px 0;
}

.page-contents ul li {
  padding-left: 16px;
  line-height: 1.4;
  margin-bottom: 0px;
  position: relative;
}

.page-contents ul li:before {
  content: "・";
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 1px;
}

.page-contents ol {
  padding: 24px 0;
  counter-reset: item;
}

.page-contents ol li {
  padding-left: 24px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.page-contents ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.page-contents li {
  position: relative;
  margin-bottom: 8px;
}

.page-contents blockquote {
  padding: 56px 48px 56px 40px;
  background: rgba(9, 20, 64, 0.05);
  margin: 40px 0;
  border-left: 8px solid rgba(9, 20, 64, 0.05);
  line-height: 1.8;
}

@media (max-width: 768px) {
  .page-contents blockquote {
    padding: 24px 16px 24px 24px;
  }
}

.page-contents a {
  color: #284BDE;
  text-decoration: underline;
  -webkit-transition: .4s;
  transition: .4s;
  word-break: break-all;
}

.page-contents a:hover {
  text-decoration: none;
}

.page-contents table {
  width: 100%;
  margin-bottom: 32px;
}

.page-contents table th {
  width: 20%;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  border-bottom: 1px solid #DBDBDB;
  padding: 16px 0;
  vertical-align: top;
}

.page-contents table td {
  width: 80%;
  font-size: 16px;
  line-height: 26px;
  border-bottom: 1px solid #DBDBDB;
  padding: 16px 0;
}

.page-contents table td .iso {
  max-width: 146px;
}

.page-contents .button-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #FFFFFF;
  color: #666666;
  background: url(../img/icon-arrow-right.png) no-repeat right 24px center;
  background-size: 24px auto;
  padding: 16px 58px 16px 40px;
  border: 2px solid #666666;
  border-radius: 130px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-decoration: none;
}

.page-contents .button-arrow:hover {
  color: #284BDE;
  border: 2px solid #284BDE;
  background: url(../img/icon-arrow-right-main.png) no-repeat right 24px center;
  background-size: 24px auto;
}

.page-contents .button-arrow.reverse-arrow {
  background: url(../img/icon-arrow-left.png) no-repeat left 24px center;
  background-size: 24px auto;
  padding: 16px 40px 16px 58px;
}

.page-contents .button-arrow.reverse-arrow:hover {
  color: #284BDE;
  border: 2px solid #284BDE;
  background: url(../img/icon-arrow-left-main.png) no-repeat left 24px center;
  background-size: 24px auto;
}

.page-contents .arrow-link {
  color: #666666;
  background: url(../img/icon-arrow-right.png) no-repeat right center;
  background-size: 20px auto;
  padding-right: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}

.page-contents .arrow-link:hover {
  background: url(../img/icon-arrow-right-main.png) no-repeat right center;
  background-size: 20px auto;
  color: #284BDE;
}

.page-header {
  margin-bottom: 40px;
}

.page-header h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
}

.page-header h1 .sub-copy {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #207FEF;
  display: block;
}

.page-header h1 .main-copy {
  font-weight: bold;
  display: block;
}

.page-section {
  margin-bottom: 100px;
}

.page-section.mission-section {
  padding-top: 80px;
}

.mission-copy {
  font-size: 48px;
  line-height: 62px;
  margin-bottom: 24px;
}

.mission-copy .first-copy {
  display: block;
  font-weight: bold;
}

.mission-copy .second-copy {
  display: block;
  font-weight: bold;
  color: #666666;
}

.mission-description {
  background: #F5FBFF;
  border-radius: 8px;
  padding: 32px 32px 8px;
  margin-bottom: 32px;
}

.mission-description p {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 180%;
}

.mission-description p strong {
  color: #207FEF;
}

.mission-description .from {
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 24px;
}

.boardmember-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 62px);
  margin: 48px -31px 0;
}

.boardmember-items .boardmember-item {
  width: calc(50% - 62px);
  margin: 0 31px 32px;
}

.boardmember-items .boardmember-item:nth-child(4) {
  margin-left: auto;
}

.boardmember-items .boardmember-item:nth-child(5) {
  margin-right: auto;
}

.boardmember-items .boardmember-item-image {
  max-width: 120px;
  margin: 0 auto 16px;
}

.boardmember-items .boardmember-item-name {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}

.boardmember-items .boardmember-item-job {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
  color: #666666;
}

.boardmember-items .boardmember-item-description {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
  color: #666666;
}

.google-map {
  margin: 64px 0 64px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.contact-caution {
  padding: 16px 24px 16px;
  border-radius: 8px;
  margin: 24px 0;
  background: #F9F9F9;
  font-size: 14px;
  line-height: 19px;
}

.contact-section .label-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 4px;
}

.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  width: 100%;
  padding: 12px 12px 12px;
  font-size: 16px;
}

.contact-section .wpcf7-list-item {
  margin-left: 0;
}

.contact-section input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #FFFFFF;
  color: #666666;
  padding: 16px 48px;
  border: 2px solid #666666;
  border-radius: 130px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-decoration: none;
}

.contact-section input[type="submit"]:hover {
  border: 2px solid #284BDE;
  color: #284BDE;
  cursor: pointer;
}

.contact-section .check-block {
  font-size: 15px;
  margin-bottom: 24px;
}

.contact-section .check-block .agreement-checkbox {
  top: -5px;
}

.contact-section .check-block .agreement-text {
  font-size: 13px;
  display: block;
  margin-bottom: 8px;
}

.contact-section .wpcf7-not-valid-tip {
  font-size: 14px;
  padding-top: 4px;
}

.contact-section input[type="checkbox"] {
  margin: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  visibility: hidden;
}

.contact-section .wpcf7-list-item {
  margin: 0;
}

.contact-section .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background-color: #284BDE;
  border-color: #284BDE;
}

.contact-section .wpcf7-list-item .wpcf7-list-item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0 8px 28px;
  margin: 4px 16px 4px 0;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.contact-section .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  border: 3px solid #666666;
}

.contact-section .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 4px;
  top: 14px;
}

.contact-section .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #fff8e4;
  padding: 16px 24px;
  border: none;
  color: #f0ae00;
}

.contact-section .wpcf7 form.sent .wpcf7-response-output {
  background-color: #e6ffe4;
  padding: 16px 24px;
  border: none;
  color: #00970e;
}

.main-image {
  margin-top: 40px;
  margin-bottom: 64px;
}

.image-item {
  margin: 24px 0;
}

.column-layout-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.column-layout-02 .column {
  width: calc(50% - 20px);
  margin: 0 10px 24px;
}

.column-layout-02 .column iframe {
  max-width: 100%;
}

.recruit-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 22px);
  margin: 0 -11px 0;
}

.recruit-items .recruit-item {
  width: calc(33.33% - 22px);
  margin: 0 11px 24px;
  padding: 16px 24px 16px;
  background: #F5FBFF;
  border-radius: 8px;
  text-align: center;
}

.recruit-items .recruit-item-image {
  max-width: 34px;
  margin: 0 auto 8px;
}

.recruit-items .recruit-item-name {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 8px;
}

.recruit-items .recruit-item-description {
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}

.recruit-items .recruit-item.wide-item {
  width: 100%;
  text-align: left;
}

.recruit-items .recruit-item.wide-item .recruit-item-wide-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666666;
  font-size: 13px;
  line-height: 1.5;
}

.recruit-items .recruit-item.wide-item ul {
  width: 33.33%;
  padding: 0;
}

.recruit-items .recruit-item.wide-item .recruit-item-name {
  font-size: 16px;
}

.member-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.member-items .member-item {
  margin-bottom: 32px;
}

.position-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
}

.position-items .position-item {
  width: 100%;
  margin-bottom: 16px;
  padding: 24px;
  border: 2px solid #DBDBDB;
  border-radius: 8px;
  text-decoration: none;
}

.position-items .position-item:hover {
  border: 2px solid #284BDE;
}

.position-items .position-item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

.position-items .position-item-name-icon {
  padding: 4px 4px 0px;
  border-radius: 4px;
  color: #fff;
  background: #FF3F3F;
  margin-right: 8px;
  font-size: 11px;
  min-width: 30px;
  height: 19px;
}

.position-items .position-item-name-copy {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}

.position-items .position-item-description {
  font-size: 14px;
  line-height: 180%;
  color: #666666;
}

.iframe-box {
  position: relative;
  width: 100%;
  height: 0;
}

.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-box.aspect_16_9 {
  padding-top: 56%;
}

.iframe-box.aspect_4_3 {
  padding-top: 75%;
}

.iframe-link {
  margin: 24px auto;
  text-align: center;
  max-width: 100%;
}

.iframe-link .link-copy {
  font-weight: bold;
  margin-bottom: 8px;
}

.box-404 {
  font-size: 18px;
  color: #666666;
  line-height: 150%;
  padding: 32px;
  background: #F9F9F9;
  border-radius: 8px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .page-contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-contents h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .page-contents h3 {
    margin: 40px 0 16px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .page-contents h3 {
    margin: 40px 0 16px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-contents h3.en {
    font-size: 24px;
    line-height: 31px;
  }
  .page-contents h4 {
    margin: 40px 0 24px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .page-contents h4 {
    margin: 40px 0 16px;
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .page-contents h5,
  .page-contents h6,
  .page-contents h7,
  .page-contents h8 {
    margin: 40px 0 24px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .page-contents h5,
  .page-contents h6,
  .page-contents h7,
  .page-contents h8 {
    margin: 40px 0 16px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .page-contents p {
    line-height: 1.8;
    margin: 24px 0;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .page-contents p {
    margin: 16px 0;
  }
}

@media (max-width: 768px) {
  .page-contents ul {
    padding: 24px 0;
  }
  .page-contents ul li {
    padding-left: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    position: relative;
  }
  .page-contents ul li:before {
    content: "・";
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 1px;
  }
  .page-contents ol {
    padding: 24px 0;
    counter-reset: item;
  }
  .page-contents ol li {
    padding-left: 24px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .page-contents ol li:before {
    counter-increment: item;
    content: counter(item) ".";
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-contents li {
    position: relative;
    margin-bottom: 8px;
  }
  .page-contents blockquote {
    padding: 56px 48px 56px 40px;
    background: rgba(9, 20, 64, 0.05);
    margin: 40px 0;
    border-left: 8px solid rgba(9, 20, 64, 0.05);
    line-height: 1.8;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .page-contents blockquote {
    padding: 24px 16px 24px 24px;
  }
}

@media (max-width: 768px) {
  .page-contents a {
    color: #284BDE;
    text-decoration: underline;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .page-contents a:hover {
    text-decoration: none;
  }
  .page-contents table th {
    width: 30%;
    font-size: 14px;
    line-height: 22px;
    vertical-align: top;
  }
  .page-contents table td {
    width: 70%;
    font-size: 14px;
    line-height: 22px;
  }
  .page-contents .arrow-link {
    font-size: 14px;
    line-height: 17px;
  }
  .page-contents .button-arrow {
    font-size: 16px;
    line-height: 20px;
  }
  .page-header {
    margin-bottom: 40px;
  }
  .page-header h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .page-header h1 .sub-copy {
    font-size: 20px;
    line-height: 32px;
  }
  .page-header h1 .main-copy {
    font-weight: bold;
    display: block;
  }
  .page-section {
    margin-bottom: 60px;
  }
  .page-section.mission-section {
    padding-top: 60px;
  }
  .mission-copy {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .mission-description {
    padding: 20px 20px 2px;
    margin-bottom: 32px;
  }
  .mission-description p {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 21px;
  }
  .mission-description .from {
    font-size: 14px;
    line-height: 21px;
  }
  .boardmember-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 48px 0 0;
  }
  .boardmember-items .boardmember-item {
    width: 100%;
    margin: 0 31px 32px;
    text-align: center;
  }
  .boardmember-items .boardmember-item:nth-child(4) {
    margin: 0 31px 32px;
  }
  .boardmember-items .boardmember-item:nth-child(5) {
    margin: 0 31px 32px;
  }
  .google-map {
    margin: 24px 0;
  }
  .google-map iframe {
    height: 268px;
  }
  .contact-caution {
    padding: 16px 16px 16px;
  }
  .contact-section input[type="submit"] {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .main-image {
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .image-item {
    margin: 24px 0;
  }
  .column-layout-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .column-layout-02 .column {
    width: calc(100% - 20px);
    margin: 0 10px 24px;
  }
  .recruit-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 16px);
    margin: 0 -8px 0;
  }
  .recruit-items .recruit-item {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
    padding: 12px 12px;
    background: #F5FBFF;
    text-align: center;
  }
  .recruit-items .recruit-item-image {
    max-width: 34px;
    margin: 0 auto 8px;
  }
  .recruit-items .recruit-item-name {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .recruit-items .recruit-item-description {
    font-size: 10px;
    line-height: 14px;
  }
  .recruit-items .recruit-item.wide-item {
    width: 100%;
    text-align: left;
  }
  .recruit-items .recruit-item.wide-item .recruit-item-wide-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
    padding-top: 8px;
  }
  .recruit-items .recruit-item.wide-item .recruit-item-wide-description br {
    display: none;
  }
  .recruit-items .recruit-item.wide-item ul {
    width: 100%;
    padding: 0;
  }
  .recruit-items .recruit-item.wide-item .recruit-item-name {
    font-size: 16px;
  }
  .member-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .member-items .member-item {
    margin-bottom: 16px;
  }
  .position-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .position-items .position-item {
    padding: 20px;
  }
  .iframe-box {
    position: relative;
    width: 100%;
    height: 0;
  }
  .iframe-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .iframe-link {
    text-align: left;
    line-height: 1.4;
  }
}

.js-animation[data-aos="fadeup-animation"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.js-animation[data-aos="fadeup-animation"].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}
/*# sourceMappingURL=style.css.map */