@charset "UTF-8";
/* =================================================================================================

　基本スタイル

================================================================================================= */
/* CSS Document */
/* ----------------------------------------------------------------------------
　リセット
---------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, p, strong, address {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  height: auto;
}

/* ----------------------------------------------------------------------------
　フォントサイズ
---------------------------------------------------------------------------- */
html {
  font-size: 62.5%; /* 1rem=10px */
}

body {
  -webkit-text-size-adjust: 100%;
}

/* ----------------------------------------------------------------------------
　フォントファミリー
---------------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #575962;
  background-color: #F8FBFF;
}

/* ----------------------------------------------------------------------------
　overflow処理
---------------------------------------------------------------------------- */
html {
  overflow-y: scroll !important;
}

html {
  overflow-x: hidden !important;
  overflow-y: hidden;
}

body {
  overflow-x: hidden !important;
  overflow-y: hidden;
}

main {
  display: block;
}

/* ----------------------------------------------------------------------------
　リンク
---------------------------------------------------------------------------- */
a {
  color: #575962;
  text-underline-offset: 0.3rem;
}

a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------
　要素の表示・非表示
---------------------------------------------------------------------------- */
.is-visible-ld,
.is-visible-sd {
  display: none;
}

@media screen and (max-width: 999px) {
  .is-visible-ld {
    display: block;
  }
  .is-hidden-ld {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .is-visible-sd {
    display: block;
  }
  .is-hidden-sd {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------
　画像ぼやけ対策
---------------------------------------------------------------------------- */
img {
  -webkit-backface-visibility: hidden;
}

/* ----------------------------------------------------------------------------
　デバッグ用
---------------------------------------------------------------------------- */
#widthdebug {
  position: fixed;
  left: 0rem;
  bottom: 0rem;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  z-index: 1000000;
}

/* ----------------------------------------------------------------------------
　コンテンツ
---------------------------------------------------------------------------- */
main {
  font-size: 1.6rem;
}

/* ----------------------------------------------------------------------------
　ヘッダ
---------------------------------------------------------------------------- */
header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 80px;
  z-index: 102;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.active {
  background-color: rgba(248, 251, 255, 0.9);
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 999px) {
  header.active {
    background: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 743px) {
  header {
    height: 50px;
  }
}

header .logo {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  header .logo {
    width: 95%;
  }
}
@media screen and (max-width: 743px) {
  header .logo {
    width: 37%;
    left: 4.5%;
    z-index: 3;
    margin: 0 0 0 0;
  }
}
header .logo a {
  display: block;
  width: 288px;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
@media screen and (max-width: 743px) {
  header .logo a {
    width: 100%;
  }
}
header .logo img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 999px) {
  header .logo img {
    height: 80px;
    width: auto;
  }
}
@media screen and (max-width: 743px) {
  header .logo img {
    height: 50px;
    width: auto;
  }
}

header .inner {
  position: absolute;
  top: 0rem;
  right: 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
}
@media screen and (max-width: 743px) {
  header .inner {
    width: 100%;
  }
}

header .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 999px) {
  header .menu {
    display: none;
  }
}

header .menu li {
  margin-right: 2.7rem;
}
@media screen and (max-width: 1100px) {
  header .menu li {
    margin-right: 1.5rem;
  }
}
header .menu li:last-child {
  margin-right: 0rem;
}

header .menu li a {
  text-decoration: none;
  position: relative;
  padding: 0.5rem 0;
  color: #575962;
  font-size: 1.6rem;
  font-weight: 600;
}
header .menu li a:after {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 0%;
  height: 2px;
  background-color: #2760A3;
}
header .menu li a:hover:after, header .menu li a.active:after {
  width: 100%;
}

header .btn_access {
  width: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 743px) {
  header .btn_access {
    width: 13%;
  }
}

header .btn_access a {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 80px;
  padding-top: 43px;
  display: block;
  background-color: #44BBA4;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 743px) {
  header .btn_access a {
    padding: 30px 0 0;
    font-size: 1rem;
    height: 50px;
  }
}
header .btn_access a span {
  position: relative;
  z-index: 2;
}
header .btn_access a:after {
  content: "";
  width: 18px;
  height: 26px;
  background: url("/img/icon_access.svg") 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 20%;
  left: calc((100% - 18px) / 2);
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 743px) {
  header .btn_access a:after {
    width: 12px;
    height: 20px;
    left: calc((100% - 12px) / 2);
  }
}
header .btn_access a:hover:after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
header .btn_access a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1b927b;
  position: absolute;
  top: 0rem;
  left: 0rem;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
header .btn_access a:hover:before {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

header .btn_contact {
  width: 120px;
  position: relative;
  z-index: 2;
}

header .btn_contact a {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 80px;
  padding-top: 43px;
  display: block;
  background-color: #2760A3;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  header .btn_contact a {
    height: 50px;
  }
}
header .btn_contact a span {
  position: relative;
  z-index: 2;
}
header .btn_contact a:after {
  content: "";
  width: 22px;
  height: 30px;
  background: url("/img/icon_contact.svg") 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 25%;
  left: calc((100% - 22px) / 2);
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header .btn_contact a:hover:after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
header .btn_contact a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0d4485;
  position: absolute;
  top: 0rem;
  left: 0rem;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
header .btn_contact a:hover:before {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.sp_menu_open {
  display: none;
  z-index: 2;
  z-index: 1003;
}
@media screen and (max-width: 999px) {
  .sp_menu_open {
    width: 90px;
    display: block;
    background-color: #000;
  }
}
@media screen and (max-width: 743px) {
  .sp_menu_open {
    width: 13%;
    height: 50px;
  }
}

.sp_menu_open a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2760A3;
  position: relative;
}
.sp_menu_open a img {
  width: 100%;
}

.sp_menu_open a span {
  position: absolute;
  top: 25%;
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sp_menu_open a span:nth-child(2) {
  top: 48%;
}

.sp_menu_open a span:nth-child(3) {
  top: 70%;
}

.sp_menu_open a:hover span:nth-child(1) {
  top: 30%;
}

.sp_menu_open a:hover span:nth-child(3) {
  top: 65%;
}

.sp_menu_open.active a span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 45%;
}

.sp_menu_open.active a span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 45%;
}

.sp_menu_open.active a span:nth-child(2) {
  display: none;
}

/* ----------------------------------------------------------------------------
　スマホ用メニュー
---------------------------------------------------------------------------- */
#sp_menu {
  display: none;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  z-index: 101;
  padding-top: 80px;
}
@media screen and (max-width: 743px) {
  #sp_menu {
    padding-top: 50px;
  }
}
#sp_menu.active {
  display: block;
}
@media screen and (min-width: 1000px) {
  #sp_menu {
    display: none !important;
  }
}
#sp_menu:before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: calc(100% + 0.3px);
  height: calc(100% + 0.3px);
  background-color: rgba(85, 88, 111, 0.7);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}
#sp_menu.active:before {
  -webkit-animation: spMenuBeforeAnime 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
          animation: spMenuBeforeAnime 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
@-webkit-keyframes spMenuBeforeAnime {
  0% {
    -webkit-transform: translateX(-100%) translateY(-100%);
            transform: translateX(-100%) translateY(-100%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@keyframes spMenuBeforeAnime {
  0% {
    -webkit-transform: translateX(-100%) translateY(-100%);
            transform: translateX(-100%) translateY(-100%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
#sp_menu:after {
  content: "";
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 88, 111, 0.7);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
#sp_menu.active:after {
  -webkit-animation: spMenuAfterAnime 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
          animation: spMenuAfterAnime 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
@-webkit-keyframes spMenuAfterAnime {
  0% {
    -webkit-transform: translateX(100%) translateY(100%);
            transform: translateX(100%) translateY(100%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@keyframes spMenuAfterAnime {
  0% {
    -webkit-transform: translateX(100%) translateY(100%);
            transform: translateX(100%) translateY(100%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}

#sp_menu .scroll {
  position: relative;
  z-index: 2;
}

#sp_menu .scroll .menu li {
  width: 70%;
  margin: 0 0 0.5rem auto;
  opacity: 0;
}

#sp_menu .scroll .menu li a {
  text-decoration: none;
  background-color: #2760A3;
  display: block;
  font-size: 1.4rem;
  color: #fff;
  padding: 2rem 0 2rem 2rem;
  border-radius: 5px 0 0 5px;
}

#sp_menu.active .scroll .menu li:nth-child(1) {
  -webkit-animation: spMenuLiAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
          animation: spMenuLiAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

#sp_menu.active .scroll .menu li:nth-child(2) {
  -webkit-animation: spMenuLiAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s forwards;
          animation: spMenuLiAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s forwards;
}

#sp_menu.active .scroll .menu li:nth-child(3) {
  -webkit-animation: spMenuLiAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
          animation: spMenuLiAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
}

#sp_menu.active .scroll .menu li:nth-child(4) {
  -webkit-animation: spMenuLiAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s forwards;
          animation: spMenuLiAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s forwards;
}

#sp_menu.active .scroll .menu li:nth-child(5) {
  -webkit-animation: spMenuLiAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s forwards;
          animation: spMenuLiAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s forwards;
}

#sp_menu.active .scroll .menu li:nth-child(6) {
  -webkit-animation: spMenuLiAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
          animation: spMenuLiAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}

#sp_menu.active .scroll .menu li:nth-child(7) {
  -webkit-animation: spMenuLiAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s forwards;
          animation: spMenuLiAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s forwards;
}

@-webkit-keyframes spMenuLiAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes spMenuLiAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
/* ----------------------------------------------------------------------------
　フッタ
---------------------------------------------------------------------------- */
footer {
  background-color: #575962;
  color: #fff;
  padding: 2.8rem 0;
}

footer .inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  footer .inner {
    width: 95%;
  }
}
@media screen and (max-width: 743px) {
  footer .inner {
    width: 90%;
    display: block;
  }
}

footer .profile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
}
@media screen and (max-width: 999px) {
  footer .profile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
@media screen and (max-width: 743px) {
  footer .profile {
    margin-bottom: 1.5rem;
  }
}

footer .profile .logo {
  width: 205px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 743px) {
  footer .profile .logo {
    width: 45%;
    margin: 0 auto 1rem;
  }
}
footer .profile .logo img {
  width: 100%;
}

@media screen and (max-width: 743px) {
  footer .profile .profile_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .profile ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  footer .profile ul li {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 743px) {
  footer .profile ul li {
    white-space: nowrap;
  }
}
footer .profile ul li:last-child {
  margin-bottom: 0rem;
}

footer .profile ul li .txt1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
}
@media screen and (max-width: 743px) {
  footer .profile ul li .txt1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.5rem;
            flex: 0 0 3.5rem;
  }
}

footer .profile ul li .txt2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

footer .menu_box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}

footer .menu_box .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media screen and (max-width: 743px) {
  footer .menu_box .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .menu_box .menu li {
  margin-left: 3.8rem;
  margin-bottom: 0.5rem;
}
footer .menu_box .menu li:first-child {
  margin-left: 0rem;
}
@media screen and (max-width: 743px) {
  footer .menu_box .menu li {
    margin: 0 0.5rem 1rem;
  }
}

footer .menu_box .menu li a {
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 743px) {
  footer .menu_box .menu li a {
    font-size: 1.4rem;
  }
}
footer .menu_box .menu li a:after {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  content: "";
  position: absolute;
  left: 0rem;
  bottom: -0.4rem;
  width: 0%;
  height: 2px;
  background-color: #fff;
}
footer .menu_box .menu li a:hover:after {
  width: 100%;
}

footer .menu_box .sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 743px) {
  footer .menu_box .sub_menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem;
  }
}

footer .menu_box .sub_menu li {
  margin-left: 2.5rem;
}
footer .menu_box .sub_menu li:first-child {
  margin-left: 0rem;
}
@media screen and (max-width: 743px) {
  footer .menu_box .sub_menu li {
    margin: 0 0.5rem 1rem;
  }
}

footer .menu_box .sub_menu li a {
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 743px) {
  footer .menu_box .sub_menu li a {
    font-size: 0.8rem;
  }
}
footer .menu_box .sub_menu li a:after {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  content: "";
  position: absolute;
  left: 0rem;
  bottom: -0.4rem;
  width: 0%;
  height: 1px;
  background-color: #fff;
}
footer .menu_box .sub_menu li a:hover:after {
  width: 100%;
}

footer .copyright {
  font-size: 1.3rem;
  position: absolute;
  right: 0rem;
  bottom: 0rem;
}
@media screen and (max-width: 743px) {
  footer .copyright {
    font-size: 0.7rem;
    position: relative;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------
　ページTOP
---------------------------------------------------------------------------- */
.pagetop {
  width: 60px;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 101;
  -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 999px) {
  .pagetop {
    width: 40px;
  }
}
@media screen and (max-width: 743px) {
  .pagetop {
    width: 35px;
  }
}
.pagetop.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pagetop a {
  display: block;
  position: relative;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pagetop a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.pagetop a img {
  display: block;
  width: 100%;
}

/* ----------------------------------------------------------------------------
　second_page
---------------------------------------------------------------------------- */
.second_page main {
  padding-top: 80px;
}
@media screen and (max-width: 743px) {
  .second_page main {
    padding-top: 70px;
  }
}

/* ----------------------------------------------------------------------------
　page_ttl
---------------------------------------------------------------------------- */
#page_ttl {
  position: relative;
  width: 1200px;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 1280px) {
  #page_ttl {
    width: 95%;
  }
}
@media screen and (max-width: 743px) {
  #page_ttl {
    width: 100%;
    margin-bottom: 2rem;
  }
}

#page_ttl .ttl {
  width: 33.5%;
  position: relative;
}
@media screen and (max-width: 743px) {
  #page_ttl .ttl {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#page_ttl .ttl h1 {
  height: 190px;
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 3px;
  font-weight: 600;
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #page_ttl .ttl h1 {
    height: 150px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 999px) {
  #page_ttl .ttl h1 {
    height: 120px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 743px) {
  #page_ttl .ttl h1 {
    width: 100%;
    height: auto;
    left: 7%;
  }
}
#page_ttl .ttl:after {
  content: "";
  position: absolute;
  bottom: -3rem;
  right: 0rem;
  width: 400%;
  height: 200%;
  background-color: #2760A3;
}
@media screen and (max-width: 999px) {
  #page_ttl .ttl:after {
    bottom: -2rem;
  }
}
@media screen and (max-width: 743px) {
  #page_ttl .ttl:after {
    width: 68%;
    right: initial;
    left: 0rem;
    bottom: -7.5rem;
    height: 900%;
  }
}

#page_ttl .photo {
  position: absolute;
  top: 0rem;
  left: 30%;
  z-index: 2;
  width: 100%;
  height: 190px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  #page_ttl .photo {
    height: 150px;
  }
}
@media screen and (max-width: 999px) {
  #page_ttl .photo {
    height: 120px;
  }
}
@media screen and (max-width: 743px) {
  #page_ttl .photo {
    position: relative;
    width: 93% !important;
    left: 7%;
    height: 120px !important;
    background-position: 0 0;
  }
}

#page_ttl .photo p {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
}
#page_ttl .photo p.active {
  opacity: 1;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

#page_ttl .photo p:nth-child(1) {
  background: url("/img/second_page_photo01.jpg") right bottom no-repeat;
  background-size: cover;
}

#page_ttl .photo p:nth-child(2) {
  background: url("/img/second_page_photo02.jpg") right 0 no-repeat;
  background-size: cover;
}

#page_ttl .photo p:nth-child(3) {
  background: url("/img/second_page_photo03.jpg") right 0 no-repeat;
  background-size: cover;
}

#page_ttl .photo p:nth-child(4) {
  background: url("/img/second_page_photo04.jpg") right 0 no-repeat;
  background-size: cover;
}

#page_ttl .photo p:nth-child(5) {
  background: url("/img/second_page_photo05.jpg") right 0 no-repeat;
  background-size: cover;
}

/* ----------------------------------------------------------------------------
　topicpath
---------------------------------------------------------------------------- */
.topicpath {
  width: 1200px;
  margin: 0 auto 5rem;
  color: #575962;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .topicpath {
    width: 95%;
  }
}
@media screen and (max-width: 743px) {
  .topicpath {
    width: 86%;
  }
}

.topicpath li {
  position: relative;
}
@media screen and (max-width: 743px) {
  .topicpath li {
    font-size: 1.4rem;
  }
}
.topicpath li a {
  display: block;
  position: relative;
  margin-right: 3rem;
  text-decoration: underline;
}
@media screen and (max-width: 743px) {
  .topicpath li a {
    margin-right: 1.5rem;
  }
}
.topicpath li a:after {
  content: "";
  position: absolute;
  top: 0.1rem;
  right: -2rem;
  width: 8px;
  height: 100%;
  background: url("/img/topicpath_arrow.svg") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 743px) {
  .topicpath li a:after {
    width: 6px;
    top: 0.1rem;
    right: -1.1rem;
  }
}

.topicpath li:first-child a {
  display: block;
  width: 20px;
  height: 15px;
  text-indent: -9999px;
  background: url("/img/topicpath_home.svg") 0 0 no-repeat;
  background-size: 100% auto;
  position: relative;
  top: 0.45rem;
}
@media screen and (max-width: 743px) {
  .topicpath li:first-child a {
    width: 18px;
    height: 13px;
    top: 0.4rem;
  }
}

/* ----------------------------------------------------------------------------
　ttl_style01
---------------------------------------------------------------------------- */
.ttl_style01 {
  text-align: center;
  color: #2760A3;
  font-size: 2.8rem;
  letter-spacing: 3px;
  font-weight: 600;
  position: relative;
  margin-bottom: 5.5rem;
}
.ttl_style01:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: calc((100% - 60px) / 2);
  width: 60px;
  height: 2px;
  background-color: #2760A3;
}
@media screen and (max-width: 743px) {
  .ttl_style01 {
    font-size: 2.2rem;
  }
}

/* ----------------------------------------------------------------------------
　ttl_style02
---------------------------------------------------------------------------- */
.ttl_style02 {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 3px;
  font-weight: 600;
  position: relative;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 743px) {
  .ttl_style02 {
    font-size: 2.2rem;
  }
}

/* ----------------------------------------------------------------------------
　ttl_style03
---------------------------------------------------------------------------- */
.ttl_style03 {
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  margin-bottom: 2.5rem;
  background-color: #2760A3;
  color: #fff;
  padding: 1rem;
}
@media screen and (max-width: 743px) {
  .ttl_style03 {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------------------
　btn_style01
---------------------------------------------------------------------------- */
.btn_style01 a {
  display: block;
  background-color: #fff;
  border: 1px solid #2760A3;
  border-radius: 100px;
  font-weight: 600;
  color: #2760A3;
  padding: 1.6rem 2.5rem;
  text-decoration: none;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 743px) {
  .btn_style01 a {
    font-size: 1.2rem;
    padding: 1.4rem 2.2rem;
  }
}
.btn_style01 a span {
  position: relative;
  z-index: 2;
}

.btn_style01 a:before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #2760A3;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateX(-100%) translateY(-100%);
          transform: translateX(-100%) translateY(-100%);
}

.btn_style01 a:hover:before {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}

.btn_style01 a:after {
  content: "";
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  background-color: #2760A3;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateX(100%) translateY(100%);
          transform: translateX(100%) translateY(100%);
}

.btn_style01 a:hover:after {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}

.btn_style01 a:hover {
  color: #fff;
  border: 1px solid #fff;
}

.btn_style01 a p {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn_style01 a p:after {
  content: "";
  position: absolute;
  top: 0rem;
  right: 2rem;
  background: url("/img/icon_circle_blue_right.svg") center center no-repeat;
  background-size: 100% auto;
  width: 17px;
  height: 100%;
  z-index: 2;
}

.btn_style01 a:hover p:after {
  background: url("/img/icon_circle_white_right.svg") center center no-repeat;
  background-size: 100% auto;
  -webkit-animation: btnStyle01Icon 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
          animation: btnStyle01Icon 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@-webkit-keyframes btnStyle01Icon {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes btnStyle01Icon {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.btn_style01.mail a p:after {
  background: url("/img/icon_mail_blue.svg") center center no-repeat;
  background-size: 100% auto;
}

.btn_style01.mail a:hover p:after {
  background: url("/img/icon_mail_white.svg") center center no-repeat;
  background-size: 100% auto;
}

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

/* ----------------------------------------------------------------------------
　print
---------------------------------------------------------------------------- */
@media print {
  header {
    position: absolute;
  }
  body {
    zoom: 0.55;
    -webkit-print-color-adjust: exact;
  }
  .pagetop {
    display: none !important;
  }
}