@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Sans+SC:wght@400;700;900&display=swap");
/* 以下、サイト共通スタイル
----------------------------------------------*/
* {
  outline: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
table,
thead,
tbody,
tfoot,
th,
td,
form,
input,
label,
select,
option,
button,
address,
i,
sup,
cite,
blockquote,
pre {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%; /*iOSで文字サイズがおかしくなるバグFIX*/
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  color: #030303;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}

.font-sc {
  font-family: "Noto Sans SC", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

img {
  vertical-align: bottom;
  line-height: 0;
  border: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

button {
  background: none;
}

em,
i {
  font-style: normal;
}

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

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

.pc-i {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .pc-i {
    display: none;
  }
}

.sp-i {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-i {
    display: inline;
  }
}

.pc-ib {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .pc-ib {
    display: none;
  }
}

.sp-ib {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block;
  }
}

.container {
  position: relative;
}

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

.inner {
  margin: 0 auto;
  max-width: 1080px;
}
@media only screen and (max-width: 768px) {
  .inner {
    width: auto;
  }
}

.inner_thin {
  margin: 0 auto;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .inner_thin {
    width: auto;
  }
}

.contact {
  background-color: #f4f5f8;
}
.contact .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 20px;
}
@media only screen and (max-width: 768px) {
  .contact .inner {
    display: block;
    padding: 40px 20px;
  }
  .contact .inner .info_block {
    padding: 0 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact .inner .info_block h2 img {
    width: 112px;
  }
}
.contact .inner .info_block .text {
  padding: 28px 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .contact .inner .info_block .text {
    padding: 28px 0 28px;
    text-align: center;
    font-size: 1.3rem;
  }
}
.contact .inner .btn_block {
  width: 62.778%;
}
@media only screen and (max-width: 768px) {
  .contact .inner .btn_block {
    width: 100%;
  }
}
.contact .inner .btn_block .btn a {
  display: block;
  width: 100%;
  line-height: 70px;
  text-align: center;
  background-color: #224b8d;
  box-sizing: border-box;
  border: 1px solid #224b8d;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .contact .inner .btn_block .btn a {
    width: calc(100% - 32px);
    line-height: 60px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .contact .inner .btn_block .btn a {
    font-size: 1.4rem;
  }
}
.contact .inner .btn_block .btn a span {
  position: relative;
  transition: 0.25s ease;
}
.contact .inner .btn_block .btn a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}
.contact .inner .btn_block .btn a:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 7px;
  background: url(../images/icon_btn_arrow_white@2x.png) 0 0 no-repeat;
  background-size: 31px 7px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  z-index: 1;
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .contact .inner .btn_block .btn a:after {
    width: 19px;
    height: 7px;
    background-position: right 0;
    background-size: 31px 7px;
  }
}
.contact .inner .btn_block .btn a:hover {
  opacity: 1;
}
.contact .inner .btn_block .btn a:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.contact .inner .btn_block .btn a:hover:after {
  background: url(../images/icon_btn_arrow_blue@2x.png) right 0 no-repeat;
  background-size: 31px 7px;
  transition: 0.5s ease;
}
.contact .inner .btn_block .btn a:hover span {
  color: #224b8d;
  transition: 0.25s ease;
}

.footer {
  clear: both;
  padding: 50px 0 50px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 30px;
  }
}
.footer .inner {
  max-width: 1166px;
  padding: 0 20px 0;
}
.footer .inner .footer_nav {
  display: flex;
  float: left;
}
@media only screen and (max-width: 768px) {
  .footer .inner .footer_nav {
    display: block;
    float: none;
  }
}
.footer .inner .footer_nav li {
  line-height: 2;
}
.footer .inner .footer_nav li::after {
  content: "／";
  display: inline-block;
  padding: 0 1em;
  font-size: 1.4rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .footer .inner .footer_nav li::after {
    font-size: 1.2rem;
  }
}
.footer .inner .footer_nav li a {
  color: #000;
  text-decoration: none;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .footer .inner .footer_nav li a {
    font-size: 1.2rem;
  }
}
.footer .inner .footer_nav li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .footer .inner .footer_nav li:last-of-type::after {
    display: inline-block;
  }
}
.footer .inner .footer_nav_sub {
  float: right;
  margin-right: 43px;
}
@media only screen and (max-width: 768px) {
  .footer .inner .footer_nav_sub {
    float: none;
    margin-right: 43px;
    line-height: 2;
  }
}
.footer .inner .footer_nav_sub a {
  color: #000;
  text-decoration: none;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .footer .inner .footer_nav_sub a {
    font-size: 1.2rem;
  }
}
.footer .inner .attention {
  clear: both;
  padding: 30px 0 0;
  text-align: left;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .footer .inner .attention {
    font-size: 1rem;
  }
}
.footer .inner .copyright {
  padding: 15px 0 0;
  text-align: left;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .footer .inner .copyright {
    font-size: 1rem;
    line-height: 1.4;
  }
}

/*一覧のページネーション*/
.pagination {
  padding: 0 0 0;
}
@media only screen and (max-width: 768px) {
  .pagination {
    padding: 0 0 0;
  }
}
.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
}
.pagination .nav-links .page-numbers li {
  padding: 0 1em;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .pagination .nav-links .page-numbers li {
    font-size: 1.4rem;
  }
}
.pagination .nav-links .page-numbers li a {
  display: inline-block;
  color: #b5b5b5;
}
.pagination .nav-links .page-numbers li a.prev {
  text-indent: 100%;
  width: 20px;
  height: 1em;
  overflow: hidden;
  position: relative;
}
.pagination .nav-links .page-numbers li a.prev:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 7px;
  background: url(../images/icon_btn_arrow@2x.png) 0 0 no-repeat;
  background-size: 31px 7px;
  transform: scale(-1, 1);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.pagination .nav-links .page-numbers li a.next {
  text-indent: 100%;
  width: 20px;
  height: 1em;
  overflow: hidden;
  position: relative;
}
.pagination .nav-links .page-numbers li a.next:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 7px;
  background: url(../images/icon_btn_arrow@2x.png) 0 0 no-repeat;
  background-size: 31px 7px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.pagination .nav-links .page-numbers li span {
  color: #030303;
}
.pagination .nav-links .page-numbers li span.dots {
  color: #b5b5b5;
}

/*上に戻るスクロールボタン*/
.topBtn {
  position: fixed;
  bottom: 20px;
  /*left: 50%;
  margin-left: 583px;*/
  right: 20px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #030303;
  background: #fff url(../images/icon_scrolltop_arrow@2x.png) center center no-repeat;
  background-size: 7px 6px;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .topBtn {
    left: auto;
    right: 5px;
    margin-left: 0;
    z-index: 100;
    width: 32px;
    height: 32px;
  }
}

/* 以下、背景がセンターのデザインのページ共通スタイル
----------------------------------------------*/
.center_bg_type .container {
  padding-top: 180px;
}
@media only screen and (max-width: 768px) {
  .center_bg_type .container {
    padding-top: 120px;
  }
}
.center_bg_type .container .contents {
  margin: 0 auto 90px;
  max-width: 1266px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .center_bg_type .container .contents {
    margin: 0 8px 40px;
  }
}
.center_bg_type .container .contents .section {
  padding: 0 20px;
  background-color: #f4f5f8;
}
.center_bg_type .container .contents h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -20px auto 0;
  padding: 0 12px;
  max-width: 1080px;
  height: 41px;
}
@media only screen and (max-width: 768px) {
  .center_bg_type .container .contents h2 {
    padding: 0 20px;
    height: 31px;
  }
}
.center_bg_type .container .contents h2 img {
  width: auto;
  max-height: 100%;
}

/* 以下、背景が片サイドのデザインのページ共通スタイル
----------------------------------------------*/
.eachside_bg_type .container {
  /*padding-top: 180px;*/
  padding-top: 110px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .eachside_bg_type .container {
    padding-top: 70px;
  }
}
.eachside_bg_type .container .contents {
  /*margin: 0 auto 90px;
  padding:0 20px;
  max-width: 1226px;
  background-color: #f4f5f8;
  position:relative;*/
  margin: 0 0 90px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .eachside_bg_type .container .contents {
    margin: 0 0 40px;
  }
}
.eachside_bg_type .container .contents .section_wrap {
  margin-top: 90px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1280px) {
  .eachside_bg_type .container .contents .section_wrap {
    margin-top: 45px;
  }
}
.eachside_bg_type .container .contents .section_wrap.left section {
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .eachside_bg_type .container .contents .section_wrap.left section {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .eachside_bg_type .container .contents .section_wrap.left section {
    padding: 0 8px;
  }
}
.eachside_bg_type .container .contents .section_wrap.left section:before {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  background-color: #f4f5f8;
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: -618px;
  box-shadow: 15px 15px 0 #224b8d;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .eachside_bg_type .container .contents .section_wrap.left section:before {
    right: 15px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .eachside_bg_type .container .contents .section_wrap.left section:before {
    right: 8px;
    margin-right: 0;
    box-shadow: 8px 8px 0 #224b8d;
  }
}
.eachside_bg_type .container .contents .section_wrap.left section .inner {
  position: relative;
  z-index: 2;
}
.eachside_bg_type .container .contents .section_wrap.right section {
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .eachside_bg_type .container .contents .section_wrap.right section {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .eachside_bg_type .container .contents .section_wrap.right section {
    padding: 0 8px;
  }
}
.eachside_bg_type .container .contents .section_wrap.right section:before {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  background-color: #f4f5f8;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -618px;
  box-shadow: -15px 15px 0 #224b8d;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .eachside_bg_type .container .contents .section_wrap.right section:before {
    left: 15px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .eachside_bg_type .container .contents .section_wrap.right section:before {
    left: 8px;
    margin-left: 0;
    box-shadow: -8px 8px 0 #224b8d;
  }
}
.eachside_bg_type .container .contents .section_wrap.right section .inner {
  position: relative;
  z-index: 2;
}
.eachside_bg_type .container .contents .section_wrap h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -20px auto 0;
  padding: 0 20px;
  max-width: 1080px;
  height: 41px;
  z-index: 10;
}
@media only screen and (max-width: 1180px) {
  .eachside_bg_type .container .contents .section_wrap h2 {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 768px) {
  .eachside_bg_type .container .contents .section_wrap h2 {
    height: 31px;
  }
}
.eachside_bg_type .container .contents .section_wrap h2 img {
  width: auto;
  max-height: 100%;
}

/*ふわっとフェードインスクロールのCSS指定*/
.effect-fade {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.5s ease;
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-fade-list {
  /* 以下が追加の部分 */
  /* 2つ目の要素に300msのdelayをかける */
  /* 3つ目の要素に600msのdelayをかける */
}
.effect-fade-list .effect-fade:nth-child(3n-1) {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}
.effect-fade-list .effect-fade:nth-child(3n) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}/*# sourceMappingURL=style.css.map */