@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  -webkit-text-size-adjust: none;
  line-height: 1;
  font-family: "Noto serif JP", serif;
  color: #000;
  max-width: 1920px;
  margin-bottom: 105px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1024px) {
  body {
    margin-bottom: 0;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

a{
  text-decoration: none;
}
section {
  padding: 2.6em 0;
}
@media screen and (min-width: 600px) {
  section {
    padding: 3em 0 6em;
  }
}

@media screen and (min-width: 901px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.red {
  color: #980225;
}

.bold {
  font-weight: bold;
}

.inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.secTtl {
  text-align: center;
  font-weight: bold;
  color: #07507B;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: .1em;
}
@media screen and (min-width: 600px) {
  .secTtl {
    font-size: 28px;
    line-height: 2;
  }
}
@media print, screen and (min-width: 1024px) {
  .secTtl {
    font-size: 40px;
  }
}
.sub-title {
  text-align: center;
  color: #07507B;
  letter-spacing: .1em;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 600px){
  .sub-title{
    font-size: 18px;
  }
}

/*--------------------------
CONTENTS
----------------------------------*/
#contents .contents-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1030px) {
  #contents .contents-inner {
    padding: 0 3vw;
  }
}
#contents .section-title {
  font-size: 34px;
  text-align: center;
  line-height: 1.4;
  font-family: 'Noto Selif JP', serif;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  #contents .section-title {
    font-size: 22px;
    line-height: 1.6;
  }
}
#contents .section-title span:nth-of-type(2) {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  #contents .section-title span:nth-of-type(2) {
    font-size: 12px;
    line-height: 1.6;
  }
}
#contents .c-mv img {
  width: 100%;
}
/* --------------------------------------------------
	mv
-------------------------------------------------- */
.mv{
  background: #EBF1F4;
  padding: 150px 0 32px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 50px;
}
.mv::after{
  position: absolute;
  content: '';
  top: 0;
  background: url(../images/mv_img.png) no-repeat left top / contain;
  z-index: -1;

  right: -60px;
  height: 330px;
  width: 295px;
}
.mv__subttl{
  color: #07507B;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.575;
}
.mv__ttl{
  color: #07507B;
  font-weight: bold;
  font-size: 46px;
  letter-spacing: .1em;
  margin-top: 15px;
}
.mv__ttl span{
  font-size: .7em;
}
.mv__txt{
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2;
  margin-top: 15px;
}
.mv__txt br{
  display: none;
}
.mv .cv__btn__wrap{
  margin-top: 25px;
}
@media screen and (min-width: 520px){
  .mv::after{
    height: 440px;
    width: 415px;
  }
}
@media screen and (min-width: 768px){
  .mv::after{
    padding: 150px 0 64px;
    left: 37%;
    right: auto;
    height: 100%;
    width: 650px;
  }
  .mv__subttl{
    font-size: 24px;
  }
  .mv__ttl{
    font-size: 67px;
  }
  .mv__txt{
    font-size: 18px;
    margin-top: 30px;
  }
  .mv__txt br{
    display: block;
  }
  .mv .cv__btn__wrap{
    justify-content: flex-start;
    margin-top: 40px;
  }
  .mv .cv__btn{
    margin: 0;
  }
}
@media screen and (min-width: 1024px){
  .mv{
    height: 650px;
    padding: 150px 0 0;
    margin-top: 0;
  }
  .mv::after{
    width: 743px;
    background-position: center top;
    left: 47.5%;
  }
  .mv__subttl br{
    display: none;
  }
  .mv__ttl br{
    display: none;
  }
  .mv__ttl{
    margin-top: 24px;
  }
  .mv__txt{
    margin-top: 40px;
  }
}
/* --------------------------------------------------
	c-box01
-------------------------------------------------- */
#contents .c-box01 {
  padding: 27px 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #contents .c-box01 {
    padding: 20px 0 30px;
  }
}
#contents .c-box01 .slider {
  position: relative;
  margin-top: 30px;
  padding: 0 30px;
}
#contents .c-box01 .slider .swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  outline: none;
}
#contents .c-box01 .slider .swiper-prev img {
  width: 20px;
}
#contents .c-box01 .slider .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  outline: none;
}
#contents .c-box01 .slider .swiper-next img {
  width: 20px;
}
/* --------------------------------------------------
	about
-------------------------------------------------- */
.about{
  background: #07507B url(../images/about_bg.jpg) no-repeat center center / cover;
}
.about .sub-title,
.about .secTtl{
  color: #fff;
}
.about__list{
  margin: 30px auto 0;
  position: relative;
}
.about__list::after{
  position: absolute;
  content: '';
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  width: 115px;
  height: 90px;
  background: url("../images/about_arrow.png") no-repeat center center / 100%;
}
.about__item{
  background: #fff;
  max-width: 500px;
  width: 100%;
  position: relative;
  margin: 0 auto 10px;
  padding: 40px 15px 75px;
}
.about__item__num{
  font-family: 'Crimson Text', serif;
  font-weight: bold;
  color: #07507B;
  font-style: italic;
  font-size: 56px;
  position: absolute;
  top: 5px;
  left: 10px;
}
.about__item__num::before {
  position: absolute;
  content: '';
  background: #07507B;
  width: 1px;
  height: 108px;
  transform: rotate(45deg);
  left: 30px;
  top: -2px;
}
.about__item__ttl{
  text-align: center;
  font-weight: bold;
  color: #07507B;
  font-size: 22px;
  line-height: 1.3;
}
.about__item__ttl span{
  display: block;
  font-size: .7em;
  margin-top: .3em;
}
.about__item__txt{
  text-align: center;
  font-size: 15px;
  line-height: 1.625;
  margin-top: 20px;
}
.about__item__img{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
}
.about__desc{
  border: 1px solid #fff;
  margin-top: 115px;
  padding: 25px 20px 20px;
}
.about__desc__ttl{
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}
.about__desc__ttl span{
  font-size: 1.6em;
}
.about__desc__subttl{
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
  margin-top: 15px;
}
.about__desc__wrap{
  background: #fff;
  margin-top: 20px;
  padding: 20px;
}
.about__desc__img{
  max-width: 805px;
  width: 100%;
  margin: 0 auto 10px;
}
.about__desc__txt{
  font-size: 15px;
  line-height: 1.75;
}
@media print, screen and (min-width: 768px){
  .about{
    padding-top: 65px;
  }
  .about__list{
    margin: 50px auto 0;
  }
  .about__list::after{
    width: 184px;
    height: 138px;
  }
  .about__item{
    padding: 40px 5px 100px;
  }
  .about__item__num{
    font-size: 69px;
    top: 0;
    left: 16px;
  }
  .about__item__num::before{
    left: 40px;
    top: -5px;
  }
  .about__item__ttl{
    font-size: 26px;
  }
  .about__item__txt{
    font-size: 16px;
  }
  .about__item__img{
    width: 80px;
  }
  .about__desc{
    margin-top: 162px;
  }
  .about__desc__ttl{
    font-size: 22px;
  }
  .about__desc__subttl{
    font-size: 18px;
    text-align: center;
  }
  .about__desc__wrap{
    margin-top: 30px;
    padding: 20px 20px 30px;
  }
  .about__desc__img{
    width: 80%;
  }
  .about__desc__txt{
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px){
  .about__list{
    display: flex;
    justify-content: space-between;
  }
  .about__item{
    max-width: 360px;
    width: 33%;
    margin: 0;
    padding: 50px 5px 110px;
  }
  .about__desc__wrap{
    margin-top: 50px;
  }
  .about__desc__ttl{
    font-size: 27px;
  }
}

/* --------------------------------------------------
	c-box05
-------------------------------------------------- */
#contents .c-box05{
  padding: 90px 0 0;
}
@media screen and (max-width: 900px){
  #contents .c-box05{
    padding: 50px 0 0;
  }
}
#contents .c-box05 .contents-inner {
  padding-top: 40px;
  padding-bottom: 90px;
}
@media screen and (max-width: 900px) {
  #contents .c-box05 .contents-inner {
    padding: 40px 3vw;
  }
}
#contents .c-box05 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  #contents .c-box05 .item {
    display: block;
  }
}
#contents .c-box05 .item:not(:first-child) {
  margin-top: 50px;
}
#contents .c-box05 .item:nth-child(even){
  flex-direction: row-reverse;
}
#contents .c-box05 .item .sentence {
  flex-shrink: 0;
  width: 450px;
}
@media screen and (max-width: 900px) {
  #contents .c-box05 .item .sentence {
    width: 100%;
  }
}
#contents .c-box05 .item .sentence .headline {
  position: relative;
}
#contents .c-box05 .item .sentence .headline::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 79px;
  height: 79px;
  background: url("../images/sec05-line.png") no-repeat center center / 100%;
}
@media screen and (max-width: 900px) {
  #contents .c-box05 .item .sentence .headline::before {
    left: 10px;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
  }
}
#contents .c-box05 .item .sentence .headline .number {
  font-size: 66px;
  color: #07507B;
  font-style: italic;
  font-family: 'Crimson Text', serif;
}
@media screen and (max-width: 900px) {
  #contents .c-box05 .item .sentence .headline .number {
    font-size: 40px;
  }
}
#contents .c-box05 .item .sentence .headline .title {
  margin-top: -15px;
  padding-left: 60px;
  font-size: 26px;
  color: #07507B;
  line-height: 1.4;
  font-family: 'Noto Selif JP', serif;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  #contents .c-box05 .item .sentence .headline .title {
    padding-left: 40px;
    font-size: 20px;
    line-height: 1.8;
  }
}
#contents .c-box05 .item .sentence p {
  margin-top: 20px;
  padding-left: 60px;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  #contents .c-box05 .item .sentence p {
    margin-top: 5px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 2;
  }
}
#contents .c-box05 .item .img {
  padding-top: 50px;
}
@media screen and (min-width: 901px) {
  #contents .c-box05 .item .img img {
    width: 481px;
  }
}
@media screen and (max-width: 900px) {
  #contents .c-box05 .item .img {
    margin-top: 30px;
    padding: 0;
    text-align: center;
  }
  #contents .c-box05 .item .img img {
    max-width: 400px;
    width: 100%;
  }
}
/* --------------------------------------------------
	c-box06
-------------------------------------------------- */
.person{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.person__item{
  max-width: 235px;
  width: 24%;
}
.person__item a{
  background: #fff;
  display: block;
  height: 100%;
  color: #000;
  transition: .3s;
}
.person__item a:hover{
  opacity: .8;
}
.person__body{
  padding: 15px;
}
.person__name{
  font-weight: bold;
  font-size: 18px;
}
.person__cat{
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.person__cat li{
  font-size: 12px;
  border: 1px solid #000;
  margin: 0 5px 5px 0;
  padding: 4px 3px;
}
.person__txt{
  font-size: 14px;
  line-height: 1.71;
  margin-top: 10px;
}
@media screen and (max-width: 900px){
  .person{
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .person__item{
    max-width: 100%;
    width: 49%;
    margin-bottom: 10px;
  }
  .person__body{
    padding: 10px;
  }
  .person__name{
    font-size: 16px;
  }
  .person__cat li{
    font-size: 10px;
    padding: 2px;
  }
  .person__txt{
    font-size: 12px;
    margin-top: 4px;
  }
}

#contents .c-box06 {
  padding: 80px 0 70px;
  background: url("../images/sec06-bg.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  #contents .c-box06 {
    padding: 40px 3vw;
  }
}
#contents .c-box06 h2 {
  color: #fff;
  text-align: center;
  font-family: 'Noto Selif JP', serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: .1em;
}
@media screen and (max-width: 900px) {
  #contents .c-box06 h2 {
    font-size: 20px;
    line-height: 1.8;
  }
}
#contents .c-box06 .category {
  margin-top: 110px;
}
@media screen and (max-width: 900px) {
  #contents .c-box06 .category {
    display: none;
    margin-top: 30px;
  }
}
#contents .c-box06 .category ul {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  #contents .c-box06 .category ul {
    flex-wrap: wrap;
  }
}
#contents .c-box06 .category ul li {
  position: relative;
  margin: 0 25px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 900px) {
  #contents .c-box06 .category ul li {
    width: 20%;
    margin: 0;
    text-align: center;
    line-height: 1.4;
  }
}
@media screen and (max-width: 500px) {
  #contents .c-box06 .category ul li {
    width: 33.3%;
  }
  #contents .c-box06 .category ul li:not(:nth-of-type(-n+3)) {
    margin-top: 20px;
  }
}
#contents .c-box06 .category ul li::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin-left: -50%;
  transform: scale(0, 1);
  transition: 0.3s;
}
#contents .c-box06 .category ul li:hover::before, #contents .c-box06 .category ul li.current::before {
  transform: scale(1, 1);
}
#contents .c-box06 .category ul li:hover {
  cursor: pointer;
}
#contents .c-box06 .slider {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  #contents .c-box06 .slider {
    padding: 0 100px;
  }
}
@media screen and (max-width: 900px) {
  #contents .c-box06 .slider {
    padding: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #contents .c-box06 .slider {
    padding: 0 30px;
  }
}
#contents .c-box06 .slider .swiper-slide {
  background-color: #fff;
}
#contents .c-box06 .slider .swiper-slide .headline {
  padding: 25px 15px;
  color: #fff;
  background-color: #07507B;
  line-height: 1.4;
}
@media screen and (min-width: 901px) {
  #contents .c-box06 .slider .swiper-slide .category {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #contents .c-box06 .slider .swiper-slide .category {
    display: block;
    margin-top: 0;
    padding: 5px;
    background-color: #07507B;
  }
  #contents .c-box06 .slider .swiper-slide .category span {
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #fff;
    background-color: #07507B;
    border-radius: 3px;
    text-align: center;
    color: #fff;
  }
}
@media screen and (max-width: 900px) {
  #contents .c-box06 .slider .swiper-slide .headline {
    padding: 20px 3vw;
  }
}
#contents .c-box06 .slider .swiper-slide .headline p:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
}
#contents .c-box06 .slider .swiper-slide .headline p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 14px;
}
#contents .c-box06 .slider .swiper-slide .content {
  padding: 25px 15px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  #contents .c-box06 .slider .swiper-slide .content {
    padding: 20px 3vw;
  }
}
#contents .c-box06 .slider .swiper-slide .content p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  #contents .c-box06 .slider .swiper-slide .content p {
    line-height: 2;
  }
}
#contents .c-box06 .slider .swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
}
@media screen and (max-width: 900px) {
  #contents .c-box06 .slider .swiper-prev {
    left: 3vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .c-box06 .slider .swiper-prev {
    left: 0;
    width: 30px;
  }
}
@media screen and (max-width: 600px) {
  #contents .c-box06 .slider .swiper-prev {
    left: -1.5vw;
    width: 20px;
  }
}
#contents .c-box06 .slider .swiper-prev:hover {
  cursor: pointer;
  outline: none;
}
#contents .c-box06 .slider .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
}
@media screen and (max-width: 900px) {
  #contents .c-box06 .slider .swiper-next {
    right: 3vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .c-box06 .slider .swiper-next {
    right: 0;
    width: 30px;
  }
}
@media screen and (max-width: 600px) {
  #contents .c-box06 .slider .swiper-next {
    right: -1.5vw;
    width: 20px;
  }
}
#contents .c-box06 .slider .swiper-next:hover {
  cursor: pointer;
  outline: none;
}
/* --------------------------------------------------
	case
-------------------------------------------------- */
.case{
  background: #EBF1F4;
}
.case__item{
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}
.case__head{
  position: relative;
  padding: 50px 0 0 0;
}
.case__head::before{
  position: absolute;
  content: '';
  background: #07507B;
  width: 1px;
  height: 70px;
  left: 70px;
  top: -15px;
  transform: rotate(45deg);
}
.case__num{ 
  color: #07507B;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  font-family: "Crimson Text", serif;
  position: absolute;
  top: -5px;
  left: -30px;
}
.case__infoWrap{
  display: flex;
}
.case__info{
  color: #fff;
  background: #07507B;
  font-weight: bold;
  font-size: 11px;
  margin: 0 5px 0 0;
  padding: 4px 6px;
}
.case__ttl{
  color: #07507B;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 5px;
}
.case__body{
  margin-top: 10px;
  position: relative;
}
.case__body__left{
  background: #F2F2F2;
  position: relative;
  z-index: 2;
  padding: 15px;
  margin-bottom: 40px;
}
.case__body__left::after{
  position: absolute;
  content: '';
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #F2F2F2 transparent transparent transparent;
  border-width: 20px 25px 0px 25px;
}
.case__body__left__ttl{
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 8px;
}
.case__body__left__txt{
  font-size: 14px;
  line-height: 1.75;
  margin-top: 10px;
  text-align: justify;
}
.case__body__right{
  padding: 15px;
  background: #DAE5EB;
}
.case__body__right__ttl{
  font-weight: bold;
  font-size: 16px;
  color: #0095D8;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
.case__body__right__ttl span{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #0095D8;
  font-size: 12px;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  flex-shrink: 0;
}
.case__body__right__txt{
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1.77;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px){
  .case__item{
    padding: 30px 45px;
    margin-top: 40px;
  }
  .case__head{
    padding: 0 0 0 153px;
  }
  .case__head::before{
    height: 108px;
    left: 96px;
    top: -20px;
  }
  .case__num{
    font-size: 52px;
    left: -60px;
  }
  .case__info{
    font-size: 12px;
    padding: 5px 10px;
  }
  .case__ttl{
    font-size: 28px;
  }
  .case__body{
    display: flex;
    margin-top: 20px;
    background: #DAE5EB;
  }
  .case__body::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 52.63%;
    top: 0;
    left: 0;
    background: url(../images/case_bg.png) no-repeat center right / cover;
    z-index: 1;
  }
  .case__body__left{
    background: transparent;
    margin-bottom: 0;
    width: 46%;
  }
  .case__body__left::after{
    display: none;
  }
  .case__body__left__ttl{
    font-size: 16px;
  }
  .case__body__left__txt{
    font-size: 16px;
  }
  .case__body__right{
    width: 54%;
    padding: 20px 20px 20px 50px;
    background: transparent;
  }
  .case__body__right__ttl{
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1024px){
  .case__item{
    padding: 50px 75px;
  }
  .case__num{
    font-size: 69px;
    top: -25px;
    left: -90px;
  }
  .case__info{
    font-size: 14px;
  }
  .case__ttl{
    font-size: 34px;
  }
  .case__body{
    margin-top: 30px;
  }
  .case__body__left{
    padding: 37px 32px 37px 45px;
  }
  .case__body__left__ttl{
    font-size: 18px;
  }
  .case__body__right{
    padding: 35px 20px 28px 70px;
  }
  .case__body__right__ttl{
    font-size: 22px;
  }
  .case__body__right__ttl span{
    font-size: 14px;
    width: 50px;
    height: 50px;
  }
  .case__body__right__txt{
    font-size: 18px;
  }
}
/* --------------------------------------------------
	flow
-------------------------------------------------- */
@media screen and (min-width: 600px){
  .flow {
    padding-bottom: 95px;
  }
}
.flow .inner{
  max-width: 1152px;
}
.flow__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1024px) {
  .flow__list {
    border-bottom: 1px solid #07507B;
  }
}
@media screen and (min-width: 600px) {
  .flow__list1 {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .flow__list1 {
    margin-top: 30px;
  }
}
.flow__list1 .flow__item:nth-of-type(3) .flow__item__head__img {
  margin-bottom: 0;
}
.flow__list2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flow__list2 .flow__item:nth-of-type(2) .flow__item__head__img {
  margin-bottom: 0;
}
.flow__list2 .flow__item:nth-of-type(3) .flow__item__head__img{
  display: flex;
  align-items: end;
}
.flow__list2 .flow__item:nth-of-type(3) .flow__item__head__img img{
  height: 32px;
}
.flow__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0 0 15px 85px;
  border-bottom: 1px solid #07507B;
  background: url(../images/icn_flow_line.png) no-repeat left bottom/76px;
  margin-top: 20px;
  min-height: 185px;
}
@media print, screen and (min-width: 1024px) {
  .flow__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    border-bottom: 0;
    padding-bottom: 10px;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .flow__item {
    height: 242px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    padding: 0 0 0 82px;
  }
}

.flow__item__head {
  line-height: 1.5;
}
.flow__item__head__img {
  height: 44px;
  padding-left: 70px;
}
@media print, screen and (min-width: 1024px) {
  .flow__item__head__img {
    margin-bottom: 25px;
  }
}
.flow__item__head__img img {
  width: auto;
  height: 100%;
}
.flow__item__head__subttl {
  font-size: 13px;
  color: #00528E;
  display: inline-block;
  background: #fcee21;
  border-radius: 6px;
  padding: 0 5px;
  line-height: 1.6;
}
.flow__item__head__subttl2 {
  padding-left: 35px;
  position: relative;
}
.flow__item__head__subttl2::before {
  position: absolute;
  content: "¥";
  color: #07507B;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  width: 28px;
  height: 28px;
  background: #fff;
  z-index: 2;
  left: 3px;
  top: -5px;
  border-radius: 50%;
  border: 2px solid #fcee21;
}
.flow__item__head__ttl {
  color: #07507B;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .flow__item__head__ttl {
    font-size: 20px;
  }
}
.flow__item__head__ttl span {
  font-size: 34px;
  color: #07507B;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  margin-right: 0.3em;
}
@media screen and (min-width: 600px) {
  .flow__item__head__ttl span {
    font-size: 41px;
  }
}
.flow__item__txt {
  font-size: 15px;
  line-height: 1.75;
  width: 96%;
  margin-top: 5px;
}
@media print, screen and (min-width: 1200px){
  .flow__item__txt{
    padding-right: 20px;
  }
}
/* --------------------------------------------------
	cv
-------------------------------------------------- */
.cv{
  padding: 32px 0;
}
@media screen and (min-width: 600px){
  .cv{
    padding: 68px 0;
  }
}
.cv__lead {
  text-align: center;
  color: #1D3B51;
  font-size: 18px;
  margin-top: 60px;
}
@media screen and (min-width: 600px) {
  .cv__lead {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__lead {
    font-size: 38px;
  }
}
.cv__wrap {
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 20px 35px 10px rgba(66, 60, 60, 0.2);
          box-shadow: 0 20px 35px 10px rgba(66, 60, 60, 0.2);
  padding: 5px 20px 20px;
}
@media screen and (min-width: 600px) {
  .cv__wrap {
    padding: 10px 20px 40px;
  }
}
.cv__catch {
  font-size: 16px;
  line-height: 1.86;
  color: #07507B;
  margin: 25px 0 0;
}
@media screen and (min-width: 600px) {
  .cv__catch {
    text-align: center;
    font-size: 20px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__catch {
    font-size: 22px;
  }
}
.cv__logo {
  max-width: 265px;
  width: 80%;
  margin: 15px auto 0;
}
@media screen and (min-width: 600px) {
  .cv__logo {
    max-width: 240px;
    width: 100%;
    margin: 15px auto 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__logo {
    margin: 15px auto 0;
  }
}
.cv__btn {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 250px;
  padding: 15px 15px 15px 30px;
  background: linear-gradient(93.48deg, #0095D8, #07507B);
  border: 2px solid #83A7BD;
  -webkit-box-shadow: 0 12px 32px hsla(196, 5%, 42%, 0.4);
          box-shadow: 0 12px 32px hsla(196, 5%, 42%, 0.4);
  border-radius: 50px;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  letter-spacing: .1em;
  transition: .3s;
}
@media screen and (min-width: 600px) {
  .cv__btn {
    padding: 20px 20px 20px 34px;
    width: 360px;
    font-size: 26px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__btn {
    margin: 0;
  }
}
.cv__btn:hover{
  box-shadow: none;
}
.cv__btn.-dl {
  background: #fff;
  color: #07507B;
}
.cv__btn span {
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 600px) {
  .cv__btn span {
    width: 54px;
    height: 54px;
  }
}
.cv__btn__wrap {
  margin-top: 25px;
}
@media print, screen and (min-width: 1024px) {
  .cv__btn__wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.cv__btn__wrap .cv__btn:nth-child(2) {
  margin: 15px auto 0;
}
@media screen and (min-width: 600px) {
  .cv__btn__wrap .cv__btn:nth-child(2) {
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__btn__wrap .cv__btn:nth-child(2) {
    margin: 0 0 0 40px;
  }
}
/* --------------------------------------------------
	form
-------------------------------------------------- */
.form {
  background: #EBF1F4;
}
@media screen and (min-width: 600px) {
  .form {
    padding-bottom: 86px;
  }
}
.form .secTtl {
  margin-bottom: 25px;
}
@media screen and (min-width: 600px){
  .form .secTtl {
    margin-bottom: 42px;
  }
}
.form .cv__wrap{
  padding: 20px 20px;
}
@media screen and (min-width: 600px){
  .form .cv__wrap{
    padding: 25px 20px 45px;
  }
}
/* --------------------------------------------------
	company
-------------------------------------------------- */
.company {
  padding: 50px 0;
  background: #f2f2f2;
}
@media screen and (max-width: 899px) {
  .company {
    padding: 40px 3vw;
  }
}
#contents .company .contents-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) {
  .company .contents-inner {
    padding: 0 3vw;
  }
}
.company .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 899px) {
  .company .list {
    display: block;
  }
}
.company .list > div {
  width: 49%;
}
@media screen and (max-width: 899px) {
  .company .list > div {
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .company .list > div:nth-of-type(2) {
    margin-top: 30px;
  }
}
.company .list > div .headline {
  padding-bottom: 16px;
  text-align: center;
  font-size: 24px;
  border-bottom: 2px solid #1c3b51;
  color: #1c3b51;
}
@media screen and (max-width: 899px) {
  .company .list > div .headline {
    font-size: 18px;
    border-bottom-width: 1px;
  }
}
.company .list > div table {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  .company .list > div table {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .company .list > div table tr,
  .company .list > div table th, .company .list > div table td {
    display: block;
    width: 100%;
  }
}
.company .list > div table th, .company .list > div table td {
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 15px;
  line-height: 1.6;
  vertical-align: middle;
  color: #404040;
}
@media screen and (max-width: 899px) {
  .company .list > div table th, .company .list > div table td {
    padding: 10px;
    font-size: 14px;
    line-height: 2;
  }
}
.company .list > div table th {
  width: 160px;
  text-align: left;
  color: #1c3b51;
}
@media screen and (max-width: 600px) {
  .company .list > div table th {
    width: 100%;
  }
}
.company .list > div table td a {
  color: #404040;
}
.company .list > div table td ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.company .list > div table td ul li span:nth-of-type(1) {
  padding-right: 10px;
}
.company .list > div table td ul li.indent span:nth-of-type(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
}
.company .list > div .logo {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .company .list > div .logo {
    margin-top: 30px;
  }
}
@media screen and (max-width: 899px) {
  .company .list > div .logo img {
    width: 70%;
    max-width: 250px;
  }
}
/* --------------------------------------------------
	header
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 50px;
}
@media screen and (max-width: 1023px){
  .header{
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    height: 60px;
  }
}
.header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;

  transition: background-color .3s;
  padding: 5px 10px 5px 15px;
  max-width: 1920px;
    margin: 0 auto;
}
@media screen and (min-width: 1024px){
  .header__inner{
    padding: 5px 10px 5px 20px;
  }
}
.header.active .header__inner{
  background-color: #fff;
}
.header__left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.header__logo {
  flex-shrink: 0;
  display: block;
  width: 120px;
  margin-top: 2px;
}
@media print, screen and (min-width: 1024px) {
  .header__logo {
    width: 140px;
  }
}
.header__logo img {
  vertical-align: middle;
}
.header__nav {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #fff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    z-index: 1000;
    padding: 50px 25px;
    visibility: hidden;
  }
  .header__nav.panelactive {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav li {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .header__nav li {
    margin-left: 40px;
  }
}
.header__nav li a {
  display: block;
  color: #1D3B51;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .header__nav li a {
    padding: .6em;
    border-bottom: 1px solid #83A7BD;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .header__right {
    display: none;
    visibility: hidden;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.header__right__cv {
  color: #1d3b51;
  font-size: 10px;
  font-weight: 600;
  display: block;
  text-align: right;
  margin: 0 3px 3px 0;
}
@media screen and (min-width: 600px) {
  .header__right__cv {
    font-size: 12px;
    margin: 0 15px 0 0;
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right__cv {
    margin-right: 18px;
  }
}
@media print, screen and (min-width: 1200px) {
  .header__right__cv {
    font-size: 14px;
  }
}
.header__right .cv__btn__wrap {
  margin-top: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.header__right .cv__btn__wrap .cv__btn {
  width: 100px;
  padding: 3px;
  font-size: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 0;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  .header__right .cv__btn__wrap .cv__btn {
    font-size: 12px;
    width: 130px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right .cv__btn__wrap .cv__btn {
    width: 150px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1200px) {
  .header__right .cv__btn__wrap .cv__btn {
    width: 168px;
    font-size: 16px;
  }
}
.header__right .cv__btn__wrap .cv__btn.-dl {
}
.header__right .cv__btn__wrap .cv__btn:nth-child(2) {
  margin: 0 0 0 5px;
}
@media screen and (min-width: 600px) {
  .header__right .cv__btn__wrap .cv__btn:nth-child(2) {
    margin: 0 0 0 10px;
  }
}
.header__hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  right: 15px;
  padding: 0;
}
@media print, screen and (min-width: 1024px) {
  .header__hamburger {
    display: none;
    visibility: hidden;
  }
}
.header__hamburger span {
  width: 25px;
  height: 2px;
  background-color: #07507B;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  border-radius: 2px;
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  margin: 6px 0;
}
.header__hamburger span:nth-child(3) {
  top: 0;
}
.header__hamburger.active span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.active span:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__bg {
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .header__bg {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__bg {
    display: none;
  }
}
.header__bg.show {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: initial;
}
@media screen and (max-width: 1023px) {
  .header__bg.show {
    opacity: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .header #js-focus-trap {
    display: none;
  }
}

.sp-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 3;
  padding: 10px;
}
@media print, screen and (min-width: 1024px) {
  .sp-cv {
    display: none;
  }
}
.sp-cv__btn {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  display: block;
  padding: 15px 0 5px;
  color: #07507B;
}
.sp-cv .cv__btn__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 0;
}
.sp-cv .cv__btn__wrap .cv__btn {
  width: 48%;
  font-size: 13px;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
}
.sp-cv .cv__btn__wrap .cv__btn:nth-child(2) {
  margin-top: 0;
}

.sp-cv {
  bottom: -8em;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 1023px) {
  .sp-cv.show {
    bottom: 0;
  }
}

.to-top {
  display: none;
}
/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footer .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 15px 29px;
  background: #fff;
}
@media screen and (min-width: 600px) {
  #footer .footer__bottom {
    padding: 20px 40px 29px;
  }
}
#footer .footer-logo {
  margin-top: 5px;
}
#footer .footer-logo img {
  margin-left: -10px;
}
#footer .footer-logo p {
  margin-top: 2px;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  #footer .footer-logo p {
    font-size: 12px;
  }
}

.to-top {
  position: fixed;
  z-index: 100;
  bottom: 15px;
  left: 15px;
}
@media screen and (max-width: 599px) {
  .to-top {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .to-top {
    bottom: 50px;
    left: 50px;
  }
}



/******************************************
LP改修に伴うスタイル追加　2023/02/28追加START
******************************************/
.img__inner {
  position:relative;
}
.img__textwrap {
  position:absolute;
  top: 53%;
  left: 54%;
  transform: translate(-50%, -50%);
}
.img__number {
  color:#07507B;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 44px;
  font-weight: 400;
}
.img__date {
  color:#07507B;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 899px){
  .img__number {
    font-size: 37px;
  }
  .img__date {
    font-size: 10px;
  }
  .img__textwrap{
    left: 52%;
  }
}

/******************************************
LP改修に伴うスタイル追加　2023/02/28追加END
******************************************/

/******************************************
LP改修に伴うスタイル追加　2023/05/08追加START
******************************************/
.slider {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 0 30px;
}
.swiper-container {
    width: 1000px;
}
@media screen and (max-width: 900px) {
  .swiper-container {
      max-width: 100%;
  }
}
