@charset "UTF-8";
/*--------------------
 * Base
 *--------------------*/
body {
  background: #f0f5fc;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  width: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body * {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body a {
  color: #2877A6;
  text-decoration: none;
  border: none;
}
body a:hover {
  color: #3b8dc7;
  text-decoration: underline;
}
body .content-inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1000px) {
  else body {
    width: 100%;
  }
}

img {
  vertical-align: bottom;
}

.pc {
  display: block;
}

.pc-in {
  display: inline-block;
}

.tab-off {
  display: inline-block;
}

.sp {
  display: none;
}

.sp-in {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .tab-off {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .pc-in {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp-in {
    display: inline-block;
  }
}
/*--------------------
 * Template
 *--------------------*/
.footer-wrap {
  background: #FFF;
  width: 100%;
  padding-top: 10px;
}

#bpGlobalFooter {
  width: 100%;
}

#note_text {
  background: #fff;
  text-align: center;
  padding: 40px 20px;
  font-size: 12px;
  line-height: 1.6;
}

.social_buttons {
  background: #fff;
  padding: 7px 0 1px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.social_buttons li {
  display: inline-block;
  float: none;
  vertical-align: top;
}

/*--------------------
 * Light Box
 *--------------------*/
.lb-data .lb-close {
  margin-top: 5px !important;
}

.lb-data .lb-details {
  width: 90% !important;
  padding: 1%;
}

.lb-data .lb-caption {
  color: #FFF !important;
  line-height: 1.4 !important;
  font-weight: normal !important;
}

.lb-data .lb-caption strong {
  font-weight: bold !important;
}

/*--------------------
 * Main Contents
 *--------------------*/
#ContentsArea {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  overflow: hidden;
}
#ContentsArea::before {
  content: "";
  background: #fff;
  width: 50vw;
  height: 100%;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea::before {
    background: #2e6bd5;
  }
}
#ContentsArea * {
  font-style: normal;
  list-style: none;
}
#ContentsArea ol, #ContentsArea ul {
  list-style: none;
}
#ContentsArea table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ContentsArea caption, #ContentsArea th, #ContentsArea td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#ContentsArea q, #ContentsArea blockquote {
  quotes: none;
}
#ContentsArea q:before, #ContentsArea q:after, #ContentsArea blockquote:before, #ContentsArea blockquote:after {
  content: "";
  content: none;
}
#ContentsArea a {
  word-break: break-all;
}
#ContentsArea a img {
  border: none;
}
#ContentsArea article, #ContentsArea aside, #ContentsArea details, #ContentsArea figcaption, #ContentsArea figure, #ContentsArea footer, #ContentsArea header, #ContentsArea hgroup, #ContentsArea main, #ContentsArea menu, #ContentsArea nav, #ContentsArea section, #ContentsArea summary {
  display: block;
}
#ContentsArea a {
  color: #2877A6;
  text-decoration: none;
  border: none;
}
#ContentsArea a:hover {
  color: #3b8dc7;
  text-decoration: underline;
}
#ContentsArea br {
  line-height: 1;
}
#ContentsArea .ti05 {
  display: inline-block;
  text-indent: -0.5em;
}
#ContentsArea .ti04 {
  display: inline-block;
  text-indent: -0.4em;
}
#ContentsArea .ti03 {
  display: inline-block;
  text-indent: -0.3em;
}
#ContentsArea .inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .sticks {
  display: inline-block;
  letter-spacing: -0.075em;
  padding-right: 4px;
}
#ContentsArea .notes {
  margin-top: 30px;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
  overflow: hidden;
}
#ContentsArea .notes.text-right {
  text-align: right;
}
#ContentsArea .notes.text-right dl {
  display: inline-block;
}
#ContentsArea .notes dt {
  float: left;
  margin-right: 0.25em;
}
#ContentsArea .notes dd {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .notes.sp-off {
    overflow: visible;
  }
  #ContentsArea .notes.sp-off dt {
    float: none;
  }
  #ContentsArea .notes.sp-off dd {
    overflow: hidden;
  }
}
#ContentsArea .simple-list {
  overflow: hidden;
}
#ContentsArea .simple-list dt {
  float: left;
  margin-right: 0.5em;
}
#ContentsArea .simple-list dd {
  overflow: hidden;
}
#ContentsArea .bold {
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #ContentsArea {
    font-size: 14px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 50vw - 50%);
  }
}
@keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 50vw - 50%);
  }
}
#ContentsArea .anim-item {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#ContentsArea .content-head {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea .content-head {
    overflow: hidden;
  }
  #ContentsArea .content-head .bg-blue {
    display: none;
  }
}
#ContentsArea .content-head .bg-blue {
  position: absolute;
  left: 1920px;
  top: 0;
  z-index: 2;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
#ContentsArea .content-head .bg-blue::before {
  content: "";
  width: 100%;
  height: 10000px;
  background: #2e6bd5;
  position: absolute;
  right: 0;
  top: 1200px;
  z-index: 1;
}
@media only screen and (max-width: 1920px) {
  #ContentsArea .content-head .bg-blue {
    left: calc(50vw + 500px);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
#ContentsArea .content-head__inner {
  background: #fff;
  width: 100%;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#ContentsArea .content-head .shoulder {
  text-align: center;
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 10px 22px;
  position: relative;
  z-index: 5;
}
#ContentsArea .content-head .shoulder::before {
  content: "";
  width: 100%;
  height: 240%;
  background: #0050b8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 800px;
}
#ContentsArea .content-head .shoulder__inner {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head .shoulder__inner::before {
  content: "";
  width: 166.6666666667%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
#ContentsArea .content-head .shoulder img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #ContentsArea .content-head .shoulder {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .shoulder {
    padding-top: 15px;
    padding-bottom: 18px;
  }
  #ContentsArea .content-head .shoulder::before {
    border-radius: 50px;
  }
  #ContentsArea .content-head .shoulder__inner {
    width: 90%;
  }
  #ContentsArea .content-head .shoulder__inner::before {
    width: 90%;
  }
  #ContentsArea .content-head .shoulder img {
    width: 80%;
  }
}
#ContentsArea .content-head-main {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head-main {
    display: block;
    max-width: 100%;
  }
}
#ContentsArea .content-head .visual {
  padding: 35px 54px 54px;
  width: 50%;
  position: relative;
  z-index: 3;
}
#ContentsArea .content-head .visual::before {
  content: "";
  width: 100vw;
  height: 150%;
  background: #2e6bd5;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 80px;
}
#ContentsArea .content-head .visual__inner {
  position: relative;
  z-index: 2;
  border-radius: 50px;
  overflow: hidden;
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#ContentsArea .content-head .visual__inner img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1460px) {
  #ContentsArea .content-head .visual {
    padding: 35px 4vw 4vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .visual {
    width: calc(100% - 20px);
    margin-left: 10px;
    padding-top: 15px;
  }
  #ContentsArea .content-head .visual::before {
    width: 100%;
    border-radius: 65px;
  }
}
#ContentsArea .content-head .title-wrap {
  width: 50%;
  padding-top: 44px;
  position: relative;
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#ContentsArea .content-head .title-wrap::before {
  content: "";
  width: 100%;
  height: 200%;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .title-wrap {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#ContentsArea .content-head .subtitle {
  display: inline-block;
  padding: 18px 40px 18px 22px;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head .subtitle::before {
  content: "";
  width: 150%;
  height: 100%;
  border-radius: 200px;
  border: solid 1px #2e6bd5;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
#ContentsArea .content-head .subtitle img {
  width: 100%;
}
@media only screen and (max-width: 1460px) {
  #ContentsArea .content-head .subtitle {
    width: 92.2131147541%;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .subtitle {
    padding: 8px 30px 8px 18px;
  }
  #ContentsArea .content-head .subtitle img {
    vertical-align: middle;
  }
}
#ContentsArea .content-head h1 {
  width: 100%;
  margin-top: 30px;
  padding: 0 22px;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head h1 img {
  display: block;
  width: 100%;
  max-width: 82.1917808219%;
}
#ContentsArea .content-head h1::before, #ContentsArea .content-head h1::after {
  content: "";
  width: 100%;
  height: 0;
  border-top: dashed 1px #a0a0a0;
  position: absolute;
  right: 0;
}
#ContentsArea .content-head h1::before {
  top: 17.094017094%;
}
#ContentsArea .content-head h1::after {
  top: 71.2250712251%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head h1 {
    margin-top: 20px;
  }
  #ContentsArea .content-head h1 img {
    max-width: 100%;
  }
  #ContentsArea .content-head h1::before, #ContentsArea .content-head h1::after {
    width: 150vw;
    left: -50vw;
  }
}
#ContentsArea .lead {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 76px 60px 0;
  font-size: 17px;
  line-height: 1.8823529412;
  position: relative;
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#ContentsArea .lead::before {
  content: "";
  background: #f0f5fc;
  width: 50vw;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 1;
}
#ContentsArea .lead__inner {
  padding: 0 72px 0 42px;
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 50%, #fff 50%, #fff 100%), -webkit-linear-gradient(top, #ccc 1px, transparent 1px);
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%, 100% 2.5em;
  line-height: 2.5em;
  padding-bottom: 1px;
  position: relative;
}
#ContentsArea .lead__inner::before {
  content: "";
  width: 50vw;
  height: 100%;
  background-color: #f0f5fc;
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 50%, #f0f5fc 50%, #f0f5fc 100%), -webkit-linear-gradient(top, #ccc 1px, transparent 1px);
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #f0f5fc 50%, #f0f5fc 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%, 100% 2.5em;
  line-height: 2.5em;
  padding-bottom: 1px;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  #ContentsArea .lead {
    padding-right: 0;
    font-size: 16px;
  }
  #ContentsArea .lead__inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .lead {
    font-size: 13px;
    margin-top: 20px;
    padding: 18px 0px 20px;
  }
  #ContentsArea .lead::before {
    display: none;
  }
  #ContentsArea .lead__inner::before {
    display: none;
  }
}
#ContentsArea .photo {
  width: 665px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea .photo {
    width: 70%;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .photo.mt60 {
    margin-top: 40px;
  }
  #ContentsArea .photo.mb60 {
    margin-bottom: 40px;
  }
}
#ContentsArea .photo-wide img {
  width: 100%;
}
#ContentsArea .photo-wide .text {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .photo-wide .text {
    font-size: 12px;
  }
}
#ContentsArea .photo-right {
  margin-left: auto;
  margin-right: -65px;
}
#ContentsArea .photo-right .profile {
  right: 100%;
}
#ContentsArea .photo-right .profile::before {
  right: 0;
}
#ContentsArea .photo-right .profile__inner {
  margin-left: auto;
  padding-right: 30px;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea .photo-right {
    margin-right: -20px;
  }
  #ContentsArea .photo-right .profile__inner {
    padding-right: 15px;
  }
}
#ContentsArea .photo-left {
  margin-right: auto;
  margin-left: -65px;
}
#ContentsArea .photo-left .profile {
  left: 100%;
}
#ContentsArea .photo-left .profile::before {
  left: 0;
}
#ContentsArea .photo-left .profile__inner {
  padding-left: 30px;
}
#ContentsArea .photo-left .bg-white {
  position: absolute;
  left: calc(100% + 300px);
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 1040px) {
  #ContentsArea .photo-left {
    margin-left: -20px;
  }
  #ContentsArea .photo-left .profile__inner {
    padding-left: 15px;
  }
  #ContentsArea .photo-left .bg-white {
    display: none;
  }
}
#ContentsArea .photo .person {
  width: 100%;
}
#ContentsArea .photo .person img {
  width: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
}
#ContentsArea .photo .profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 44.0154440154%;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
#ContentsArea .photo .profile::before {
  content: "";
  width: 100vw;
  background: #2e6bd5;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
#ContentsArea .photo .profile__inner {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea .photo .profile .kata {
    font-size: 15px;
    font-size: 1.4423076923vw;
  }
  #ContentsArea .photo .profile .name {
    font-size: 32px;
    font-size: 3.0769230769vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .photo .profile {
    position: static;
    width: calc(100% - 60px);
    margin-left: 30px;
    padding: 10px 0 15px;
    background: #2e6bd5;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #ContentsArea .photo .profile::before {
    display: none;
  }
  #ContentsArea .photo .profile__inner {
    padding-left: 15px;
  }
  #ContentsArea .photo .profile .kata {
    font-size: 15px;
    font-size: clamp(13px, 2vw, 2vw);
  }
  #ContentsArea .photo .profile .name {
    font-size: 28px;
    font-size: clamp(18px, 3.7333333333vw, 3.7333333333vw);
  }
}
#ContentsArea .photo .kata {
  font-size: 15px;
  line-height: 1.55;
}
#ContentsArea .photo .name {
  font-weight: bold;
  margin-top: 5px;
  font-size: 32px;
  line-height: 1.25;
}
#ContentsArea .photo .name span {
  display: inline-block;
  padding-left: 0.1em;
  font-size: 70%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .photo {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentsArea .photo.photo-wide {
    max-width: none;
  }
  #ContentsArea .photo.is-side {
    width: 100%;
  }
  #ContentsArea .photo.mb50, #ContentsArea .photo.mb60 {
    margin-bottom: 30px;
  }
  #ContentsArea .photo.mt50 {
    margin-top: 30px;
  }
  #ContentsArea .photo.fl {
    float: none;
  }
  #ContentsArea .photo.fr {
    float: none;
  }
  #ContentsArea .photo.photo-wide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #ContentsArea .photo .person img {
    width: 100%;
  }
  #ContentsArea .photo .kata {
    font-size: 11px;
  }
  #ContentsArea .photo .name {
    font-size: 20px;
  }
}
#ContentsArea {
  /* 図の設定 ------------------------------*/
}
#ContentsArea .figure-wrap {
  width: 100%;
  max-width: 1000px;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 10px 0;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure-wrap.mt60 {
    margin-top: 40px;
  }
  #ContentsArea .figure-wrap.mb60 {
    margin-bottom: 40px;
  }
}
#ContentsArea .figure {
  display: block;
  padding: 10px;
}
#ContentsArea .figure:hover {
  text-decoration: none;
}
#ContentsArea .figure:hover .figure-in .zoom {
  background: url("zoom_on.gif") no-repeat left bottom;
}
#ContentsArea .figure span {
  display: block;
}
#ContentsArea .figure-in {
  position: relative;
}
#ContentsArea .figure-in .zoom {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 19px;
  background: url("zoom_off.gif") no-repeat left bottom;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure-in {
    padding: 0 10px 10px;
  }
}
#ContentsArea .figure-img {
  text-align: center;
}
#ContentsArea .figure-img img {
  width: 100%;
}
#ContentsArea .figure-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  padding: 10px 20px 0;
}
#ContentsArea .figure-title__inner {
  display: inline-block;
  overflow: hidden;
}
#ContentsArea .figure-title .zu {
  display: block;
  float: left;
  margin-right: 0.75em;
}
#ContentsArea .figure-title .text {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure-title {
    font-size: 15px;
  }
  #ContentsArea .figure-title .text span {
    font-size: 90%;
  }
}
#ContentsArea .figure-text {
  display: block;
  font-size: 13.5px;
  line-height: 1.64;
  letter-spacing: 0.025em;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  padding: 0 20px 10px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure-text {
    margin-top: 10px;
  }
}
#ContentsArea .content-wrap {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea .content-wrap {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap {
    font-size: 14px;
    width: calc(100% - 20px);
    margin-left: 10px;
  }
}
#ContentsArea .content-wrap__inner {
  background: #fff;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea .content-wrap__inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap__inner {
    padding: 0;
  }
}
#ContentsArea .content-wrap h2 {
  width: 100%;
  max-width: 660px;
  position: relative;
  text-align: left;
  color: #2e6bd5;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
}
#ContentsArea .content-wrap h2::before {
  content: "";
  width: 200vw;
  height: 100%;
  background: #fff;
  position: absolute;
  border: solid 1px #2e6bd5;
  border-radius: 500px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#ContentsArea .content-wrap h2 .h2__inner {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea .content-wrap h2 {
    width: 66%;
    font-size: 32px;
    font-size: clamp(18px, 3.0769230769vw, 3.0769230769vw);
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap h2 {
    width: 95%;
    font-size: 26px;
    font-size: clamp(16px, 3.4666666667vw, 3.4666666667vw);
  }
  #ContentsArea .content-wrap h2 .h2__inner {
    padding: 15px 0 15px 20px;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea .content-wrap h2 {
    font-size: 14px;
    font-size: clamp(13px, 3.743315508vw, 3.743315508vw);
  }
  #ContentsArea .content-wrap h2 .h2__inner {
    padding-left: 15px;
  }
}
#ContentsArea .content-wrap .block-main {
  position: relative;
}
#ContentsArea .content-wrap .text-main {
  background: #fff;
  font-size: 16px;
  line-height: 1.95;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-top: 60px;
  padding: 0 65px 80px;
}
#ContentsArea .content-wrap .text-main .fl-text {
  max-width: 630px;
}
#ContentsArea .content-wrap .text-main .talk {
  color: #2e6bd5;
  display: inline-block;
  font-weight: bold;
}
#ContentsArea .content-wrap .text-main .mc {
  display: block;
  font-weight: bold;
  font-size: 17px;
}
#ContentsArea .content-wrap .text-main .blue {
  color: #2e6bd5;
}
#ContentsArea .content-wrap .text-main .red {
  color: #CD0033;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea .content-wrap .text-main {
    padding: 0 20px 60px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .text-main {
    font-size: 14px;
    margin-top: 40px;
    padding: 0 20px 60px;
  }
}
#ContentsArea .content-bottom {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#ContentsArea {
  /* PageTopの設定 ------------------------------*/
}
#ContentsArea .pagetop-area {
  margin-top: 80px;
}
#ContentsArea .pagetop-area .btn-pagetop {
  display: block;
  background: #f2f2f2;
  color: #000;
  width: 100%;
  padding: 10px 30px 8px;
  font-size: 0.75em;
  letter-spacing: 1px;
  border-bottom: 2px solid #2e6bd5;
  line-height: 2;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
}
#ContentsArea .pagetop-area .btn-pagetop__inner {
  display: inline-block;
  position: relative;
}
#ContentsArea .pagetop-area .btn-pagetop__inner::before {
  display: inline-block;
  content: "▲";
  margin-right: 0.4em;
  font-size: 80%;
}
#ContentsArea .pagetop-area .btn-pagetop:hover {
  background: #2e6bd5;
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px solid #f2f2f2;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .pagetop-area {
    margin-top: 50px;
  }
  #ContentsArea .pagetop-area .btn-pagetop {
    font-size: 0.7em;
  }
}
#ContentsArea .link-area {
  background: #f2f2f2;
  width: 100%;
  border-bottom: solid 1px #f0f5fc;
  padding: 30px 30px 50px;
  border-radius: 10px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .link-area {
    padding: 20px 20px 30px;
  }
}
#ContentsArea .link-title {
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
#ContentsArea .link-title span {
  display: inline-block;
  width: 206px;
  background: #2e6bd5;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  border-radius: 50px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .link-title {
    font-size: 14px;
  }
  #ContentsArea .link-title span {
    width: 150px;
  }
}
#ContentsArea .link-list {
  margin-top: 30px;
  list-style: none;
  text-align: center;
}
#ContentsArea .link-list li {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5em;
  font-size: 15px;
}
#ContentsArea .link-list li:not(:first-child) {
  border-top: dashed 1px #ccc;
}
#ContentsArea .link-list a {
  display: inline-block;
  background: url("icon_arrow.gif") no-repeat left center;
  padding-left: 24px;
}
#ContentsArea .link-list .linkbot {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .link-list {
    margin-top: 20px;
    text-align: left;
  }
  #ContentsArea .link-list li {
    font-size: 13px;
  }
}
#ContentsArea .contact-area {
  width: 100%;
  margin-top: 80px;
  border-top: solid 1px #144a7d;
  padding-top: 60px;
  background: #fff;
  position: relative;
}
#ContentsArea .contact-area__inner {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .contact-area {
    margin-top: 40px;
    padding-top: 30px;
  }
}
#ContentsArea .contact-title {
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
#ContentsArea .contact-title span {
  display: inline-block;
  width: 206px;
  background: #2e6bd5;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  border-radius: 50px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .contact-title {
    font-size: 14px;
  }
  #ContentsArea .contact-title span {
    width: 150px;
  }
}
#ContentsArea .contact-logo {
  max-width: 240px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .contact-logo img {
  width: 100%;
}
#ContentsArea .contact-content {
  margin-top: 40px;
  font-size: 15px;
  line-height: 2;
}
#ContentsArea .contact-content + .contact-title {
  margin-top: 50px;
}
#ContentsArea .contact-content strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#ContentsArea .contact-content a {
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .contact-content {
    line-height: 1.35;
  }
  #ContentsArea .contact-content strong {
    font-size: 15px;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea .contact-content {
    font-size: 13px;
  }
  #ContentsArea .contact-content strong {
    font-size: 15px;
    font-size: 4.0106951872vw;
  }
}
#ContentsArea .btn-area {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
}
#ContentsArea .btn-area .btn-next {
  display: block;
  width: 100%;
  min-height: 122px;
  position: relative;
}
#ContentsArea .btn-area .btn-next::before {
  content: "";
  width: 13px;
  height: 100%;
  background: #2e6bd5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.2;
}
#ContentsArea .btn-area .btn-next__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2e6bd5;
  width: calc(100% - 120px - 39px);
  margin-left: 39px;
  padding: 0 40px;
  height: 100%;
  min-height: 122px;
  position: relative;
  z-index: 2;
}
#ContentsArea .btn-area .btn-next__inner::before, #ContentsArea .btn-area .btn-next__inner::after {
  content: "";
  width: 13px;
  height: 100%;
  background: #2e6bd5;
  position: absolute;
  top: 0;
  z-index: 1;
}
#ContentsArea .btn-area .btn-next__inner::before {
  opacity: 0.4;
  left: -26px;
}
#ContentsArea .btn-area .btn-next__inner::after {
  opacity: 0.8;
  left: -13px;
}
#ContentsArea .btn-area .btn-next__inner .next {
  width: 228px;
  height: 38px;
  padding: 8px 68px 0 20px;
  text-align: right;
  position: absolute;
  left: -39px;
  top: -19px;
  z-index: 3;
}
#ContentsArea .btn-area .btn-next__inner .next::before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 100%, 0 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#ContentsArea .btn-area .btn-next__inner .next span {
  display: inline-block;
  width: 70px;
  position: relative;
  z-index: 2;
}
#ContentsArea .btn-area .btn-next__inner .next img {
  width: 100%;
  vertical-align: top;
}
#ContentsArea .btn-area .btn-next__inner .text {
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .btn-area .btn-next {
    min-height: auto;
  }
  #ContentsArea .btn-area .btn-next::after {
    content: "";
    width: 100px;
    height: 110px;
  }
  #ContentsArea .btn-area .btn-next__inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 139px);
    padding: 10px 0 0 10px;
    height: 110px;
    min-height: auto;
    font-size: 19px;
    text-align: center;
  }
  #ContentsArea .btn-area .btn-next__inner .next {
    width: 160px;
    height: 30px;
    padding: 5px 48px 0 10px;
    left: -39px;
    top: -15px;
  }
  #ContentsArea .btn-area .btn-next__inner .next span {
    width: 60px;
  }
  #ContentsArea .btn-area .btn-next__inner .text {
    width: 100%;
    font-size: 17px;
    line-height: 1.35;
  }
}
#ContentsArea {
  /*--------------------
  * 汎用
  *--------------------*/
}
#ContentsArea .disno {
  display: none;
}
#ContentsArea .disinline {
  display: inline;
}
#ContentsArea .ofh {
  overflow: hidden;
}
#ContentsArea .bold {
  font-weight: bold;
}
#ContentsArea .cl {
  clear: both;
}
#ContentsArea .fl {
  float: left;
}
#ContentsArea .fr {
  float: right;
}
#ContentsArea .tac {
  text-align: center;
}
#ContentsArea {
  /*clearfix --------------------------- */
}
#ContentsArea .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#ContentsArea .clearfix {
  zoom: 1;
}
#ContentsArea .mt5 {
  margin-top: 5px;
}
#ContentsArea .pt5 {
  padding-top: 5px;
}
#ContentsArea .mt0 {
  margin-top: 0px;
}
#ContentsArea .mr0 {
  margin-right: 0px;
}
#ContentsArea .mb0 {
  margin-bottom: 0px;
}
#ContentsArea .ml0 {
  margin-left: 0px;
}
#ContentsArea .pt0 {
  padding-top: 0px;
}
#ContentsArea .pr0 {
  padding-right: 0px;
}
#ContentsArea .pb0 {
  padding-bottom: 0px;
}
#ContentsArea .pl0 {
  padding-left: 0px;
}
#ContentsArea .mt10 {
  margin-top: 10px;
}
#ContentsArea .mr10 {
  margin-right: 10px;
}
#ContentsArea .mb10 {
  margin-bottom: 10px;
}
#ContentsArea .ml10 {
  margin-left: 10px;
}
#ContentsArea .pt10 {
  padding-top: 10px;
}
#ContentsArea .pr10 {
  padding-right: 10px;
}
#ContentsArea .pb10 {
  padding-bottom: 10px;
}
#ContentsArea .pl10 {
  padding-left: 10px;
}
#ContentsArea .mt20 {
  margin-top: 20px;
}
#ContentsArea .mr20 {
  margin-right: 20px;
}
#ContentsArea .mb20 {
  margin-bottom: 20px;
}
#ContentsArea .ml20 {
  margin-left: 20px;
}
#ContentsArea .pt20 {
  padding-top: 20px;
}
#ContentsArea .pr20 {
  padding-right: 20px;
}
#ContentsArea .pb20 {
  padding-bottom: 20px;
}
#ContentsArea .pl20 {
  padding-left: 20px;
}
#ContentsArea .mt30 {
  margin-top: 30px;
}
#ContentsArea .mr30 {
  margin-right: 30px;
}
#ContentsArea .mb30 {
  margin-bottom: 30px;
}
#ContentsArea .ml30 {
  margin-left: 30px;
}
#ContentsArea .pt30 {
  padding-top: 30px;
}
#ContentsArea .pr30 {
  padding-right: 30px;
}
#ContentsArea .pb30 {
  padding-bottom: 30px;
}
#ContentsArea .pl30 {
  padding-left: 30px;
}
#ContentsArea .mt40 {
  margin-top: 40px;
}
#ContentsArea .mr40 {
  margin-right: 40px;
}
#ContentsArea .mb40 {
  margin-bottom: 40px;
}
#ContentsArea .ml40 {
  margin-left: 40px;
}
#ContentsArea .pt40 {
  padding-top: 40px;
}
#ContentsArea .pr40 {
  padding-right: 40px;
}
#ContentsArea .pb40 {
  padding-bottom: 40px;
}
#ContentsArea .pl40 {
  padding-left: 40px;
}
#ContentsArea .mt50 {
  margin-top: 50px;
}
#ContentsArea .mr50 {
  margin-right: 50px;
}
#ContentsArea .mb50 {
  margin-bottom: 50px;
}
#ContentsArea .ml50 {
  margin-left: 50px;
}
#ContentsArea .pt50 {
  padding-top: 50px;
}
#ContentsArea .pr50 {
  padding-right: 50px;
}
#ContentsArea .pb50 {
  padding-bottom: 50px;
}
#ContentsArea .pl50 {
  padding-left: 50px;
}
#ContentsArea .mt60 {
  margin-top: 60px;
}
#ContentsArea .mr60 {
  margin-right: 60px;
}
#ContentsArea .mb60 {
  margin-bottom: 60px;
}
#ContentsArea .ml60 {
  margin-left: 60px;
}
#ContentsArea .pt60 {
  padding-top: 60px;
}
#ContentsArea .pr60 {
  padding-right: 60px;
}
#ContentsArea .pb60 {
  padding-bottom: 60px;
}
#ContentsArea .pl60 {
  padding-left: 60px;
}
#ContentsArea .mt70 {
  margin-top: 70px;
}
#ContentsArea .mr70 {
  margin-right: 70px;
}
#ContentsArea .mb70 {
  margin-bottom: 70px;
}
#ContentsArea .ml70 {
  margin-left: 70px;
}
#ContentsArea .pt70 {
  padding-top: 70px;
}
#ContentsArea .pr70 {
  padding-right: 70px;
}
#ContentsArea .pb70 {
  padding-bottom: 70px;
}
#ContentsArea .pl70 {
  padding-left: 70px;
}
#ContentsArea .mt80 {
  margin-top: 80px;
}
#ContentsArea .mr80 {
  margin-right: 80px;
}
#ContentsArea .mb80 {
  margin-bottom: 80px;
}
#ContentsArea .ml80 {
  margin-left: 80px;
}
#ContentsArea .pt80 {
  padding-top: 80px;
}
#ContentsArea .pr80 {
  padding-right: 80px;
}
#ContentsArea .pb80 {
  padding-bottom: 80px;
}
#ContentsArea .pl80 {
  padding-left: 80px;
}
#ContentsArea .mt90 {
  margin-top: 90px;
}
#ContentsArea .mr90 {
  margin-right: 90px;
}
#ContentsArea .mb90 {
  margin-bottom: 90px;
}
#ContentsArea .ml90 {
  margin-left: 90px;
}
#ContentsArea .pt90 {
  padding-top: 90px;
}
#ContentsArea .pr90 {
  padding-right: 90px;
}
#ContentsArea .pb90 {
  padding-bottom: 90px;
}
#ContentsArea .pl90 {
  padding-left: 90px;
}
#ContentsArea .mt100 {
  margin-top: 100px;
}
#ContentsArea .mr100 {
  margin-right: 100px;
}
#ContentsArea .mb100 {
  margin-bottom: 100px;
}
#ContentsArea .ml100 {
  margin-left: 100px;
}
#ContentsArea .pt100 {
  padding-top: 100px;
}
#ContentsArea .pr100 {
  padding-right: 100px;
}
#ContentsArea .pb100 {
  padding-bottom: 100px;
}
#ContentsArea .pl100 {
  padding-left: 100px;
}