@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  outline: none;
}

main {
  padding: 0 60px;
}
@media (max-width: 768px) {
  main {
    padding: 0;
  }
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}
.wrapper > section:nth-child(even) {
  background: #fafafa;
}

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

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

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list],
li {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@-webkit-keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@-webkit-keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.grecaptcha-txt {
  font-size: 10px;
  opacity: 0.5;
  letter-spacing: 0.2px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*
 * Mixin
 * -------------------------------------------------------------------
 */
.infomaition {
  margin: 20px 0;
}
@media (max-width: 768px) {
  .infomaition {
    margin: 0px 0;
  }
}
.infomaition_container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .infomaition_container {
    padding: 60px 15px;
    padding-top: 70px;
  }
}
.infomaition_heading {
  margin-bottom: 6.4rem;
}
.infomaition_content {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 768px) {
  .infomaition_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.infomaition_content img {
  height: 100%;
}
.infomaition_content .video_content {
  width: 459px;
  height: 419px;
}
@media (max-width: 768px) {
  .infomaition_content .video_content {
    width: 100%;
    height: 331px;
  }
}
.infomaition_content .video_content video {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0px;
  -o-object-position: -136px;
     object-position: -136px;
}
@media (max-width: 768px) {
  .infomaition_content .video_content video {
    -o-object-position: -110px;
       object-position: -110px;
  }
}
.infomaition_video {
  overflow: hidden;
}
.infomaition_video video {
  width: 622px;
}
@media (max-width: 768px) {
  .infomaition_video video {
    width: 100%;
  }
}
.infomaition_video img {
  width: 622px;
}
@media (max-width: 768px) {
  .infomaition_video img {
    width: 100%;
  }
}
.infomaition_box {
  width: 50%;
}
@media (max-width: 768px) {
  .infomaition_box {
    width: 100%;
  }
}
.infomaition_box p {
  font-size: 1.4rem;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .infomaition_box p {
    font-size: 1.6rem;
  }
}
.infomaition_box_title {
  position: relative;
}
.infomaition_box_title h3 {
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .infomaition_box_title h3 {
    font-size: 2rem;
    margin-left: 30px;
  }
}
.infomaition_box_title h3::before {
  content: "1";
  font-size: 14rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5%;
  color: #2E708D;
  opacity: 0.15;
}
@media (max-width: 768px) {
  .infomaition_box_title h3::before {
    font-size: 10rem;
    left: -3%;
    top: auto;
  }
}
.infomaition .content2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .infomaition .content2 {
    margin-top: 20px;
  }
}
.infomaition .mt_110 {
  margin-top: 110px;
}
.infomaition .no2::before {
  content: "2";
}
.infomaition .box2 {
  width: auto;
}
@media (max-width: 768px) {
  .infomaition .box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .infomaition .box2 p {
    margin: 20px 0;
  }
}
.infomaition_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .infomaition_step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.infomaition_step_box {
  width: 160px;
  background: #F6F6F6;
  padding: 30px 20px;
  padding-bottom: 15px;
  font-size: 1.3rem;
  position: relative;
}
@media (max-width: 768px) {
  .infomaition_step_box {
    width: 100%;
    margin: 20px 0;
    padding: 20px 10px;
  }
}
.infomaition_step_box::before {
  display: block;
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #F6F6F6;
}
@media (max-width: 768px) {
  .infomaition_step_box::before {
    top: auto;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    border: 15px solid transparent;
    border-top: 15px solid #F6F6F6;
  }
}
.infomaition_step_box:last-child::before {
  display: none;
}
.infomaition_step_box span {
  font-family: "Jost", sans-serif;
  background: #2E708D;
  color: #FFF;
  padding: 10px;
  position: absolute;
  top: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .infomaition_step_box span {
    padding: 4px 20px;
  }
}
.infomaition_step_box p {
  margin: 10px 0;
  color: #1c1c1c;
  text-align: center;
}
.infomaition_step_box img {
  height: auto;
  margin: auto;
}
.infomaition_step_cation {
  text-align: right;
  font-size: 12px;
  color: #cccccc;
  margin-top: 3px;
}
.infomaition_privilege_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .infomaition_privilege_list {
    width: 80%;
    margin: 15px 0;
    margin-left: auto;
  }
}
.infomaition_privilege_list span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(10%, rgba(46, 112, 141, 0.1)));
  background: linear-gradient(transparent 50%, rgba(46, 112, 141, 0.1) 10%);
  margin-left: 25px;
}
@media (max-width: 768px) {
  .infomaition_privilege_list span {
    font-size: 1.6rem;
  }
}

.border {
  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;
}

.point-border {
  border-top: 1px solid #EBEBEB;
  width: 340px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 62%;
}
@media (max-width: 768px) {
  .point-border {
    top: auto;
    bottom: 8%;
    left: -27%;
    width: 300px;
  }
}
.point-border_txt {
  font-weight: 600;
  font-family: "Jost", sans-serif;
  color: #2E708D;
  position: absolute;
  top: 15%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .point-border_txt {
    top: auto;
    bottom: 15%;
    left: 10%;
  }
}

.filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.filter-buttons .filter-button {
  border: 1px solid #e8a437;
  border-radius: 50px;
  padding: 5px 20px;
  text-align: center;
  width: 25%;
  color: #e8a437;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .filter-buttons .filter-button {
    padding: 2px 5px;
    font-size: 12px;
  }
}
.filter-buttons .filter-button.active {
  background-color: #e8a437;
  color: #fff;
}

.more_btn {
  text-align: right;
  margin-top: 20px;
}
.more_btn a {
  color: #999999;
  font-size: 14px;
  border: 1px solid #999999;
  border-radius: 50px;
  padding: 3px 5px;
}

.page-heading__text-main {
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-size: 4.4rem;
}

.page-heading__content--center .page-heading__text-main::after {
  margin-left: auto;
  margin-right: auto;
}

.page-heading__text-main:after {
  max-width: 60px;
  content: "";
  background-color: #2E708D;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 25px;
  margin-bottom: 30px;
}

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

.top_news_list {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}
.top_news_list li {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 15px 0;
  border-top: 1px solid #F7F7F7;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top_news_list li:last-child {
  border-bottom: 1px solid #F7F7F7;
}
.top_news_list li .date {
  width: 120px;
  font-size: 14px;
  color: #666666;
}
@media (max-width: 768px) {
  .top_news_list li .date {
    width: 100%;
  }
}
.top_news_list li .category-name {
  color: #e8a437;
  border: 1px solid #e8a437;
  border-radius: 50px;
  padding: 1px 2px;
  font-size: 12px;
  width: 100px;
  text-align: center;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .top_news_list li .category-name {
    margin: 5px 0;
  }
}
.top_news_list li a {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
}
.top_news_list li a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .top_news_list li a {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
}

.top_blogs {
  margin-top: 100px;
}

.posts {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0 30px;
}
.posts li {
  margin-top: 30px;
  width: 23%;
}
@media (max-width: 768px) {
  .posts li {
    width: 100%;
  }
}
.posts li img {
  display: block;
  margin-bottom: 22px;
  width: 100%;
}
.posts li a {
  color: #000;
}
.posts li a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=infomation.css.map */