/*---------------------------------------------------------------------------
---------------------------------ヘッダー・フッター-----------------------------
---------------------------------------------------------------------------*/
/*----------header----------*/
/*header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 300;
}*/
.header-area {
  /*height: 168px;*/
  background-color: #5B9BD5;
  position: relative;
}
.header-top {
  padding: 8px 6.25%;
  /*height: 84px;*/
  text-align-last: justify;
}
.header-top a.logo-link{
  display: inline-block;
  max-width: 100px;
  max-height: 46px;
  width: 65%;
  height: 100%;
  vertical-align: top;
}
.header-top a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-link {
  display: inline-block;
}
.top-link a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-right: 50px;
/*  padding: 14px 45px;*/
}
a.btn-border-green {
  display: inline-block;
  text-align-last: center;
  margin-right: 16px;
  padding: 4px 0;
  width: 125px;
  border: 1px solid #66B02E;
}
a.btn-border-green:hover {
  background: #66B02E;
  opacity: 1;
}
.top-link a:last-child {
  margin-right: 0;
}
.header-nav-area {
  display: flex;
  margin: 0 auto;
  min-width: 580px;
  height: 50%;
  background: #E5F0F8;
  padding-left: 85px;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
.header-nav-item {
  /*width: calc(100% / 5);*/
  text-align: center;
}
.header-nav-item a {
  display: block;
  color: #353535;
}
p.nav-en {
  font-size: 14px;
  color: #808080;
  line-height: 12px;
}
p.nav-jp {
  font-size: 14px;
  padding: 11px 14px;
  color: #333333;
}
p.nav-jp.nav-selected{
  background: #C6E2FC;
}
.header-selected{
  background: #1D2D53;
  border-radius: 8px;
  padding: 11px 40px;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .header-top{
    height: 60px;
  }
}
/*mv area*/
.c-visual-area {
  padding: 122px 0;
  background: url(../images/bg-visual.png) 50% 50% / cover no-repeat;
  text-align: center;
}

.c-visual-area .title {
  margin: 0;
  color: #264d6e;
  font-size: 48px;
  font-weight: bold;
  line-height: 65px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.c-visual-area .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    width: 80px;
    height: 9px;
    background: #264d6d;
}
.c-visual-area .subtitle {
  margin: 0;
  color: #264d6e;
  font-size: 18px;
}
.c-visual-area{
  background: url(../img/asset-visual.png) 50% 87% / cover no-repeat;
  padding:120px 0 50px 0;
}
/*mv area*/
/*footer*/
footer .inner {
  background: #E2E2E2;
  padding: 0 40px;
}

footer .inner-top {
  border-bottom: 1px solid #939393;
}

.c-footer-box {
  /*max-width: 1000px;*/
  padding-right: 60px;
  width: 100%;
  margin: 0 auto;
}

.c-footer-box ul {
  list-style-type: none;
  padding: 32px 0 66px 0;
}

.c-footer-box ul li a {
  color: #000;
}

.c-footer-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.c-footer-nav .c-head a {
  display: block;
  margin: 0 2.7vw 14px 0;
  padding: 0;
  font-size: 14px;
}

.c-footer-nav .c-head ul {
  padding: 0;
}

.c-footer-nav .c-head li a {
  margin: 0 0 6px;
  padding: 0;
  padding-left: 12px;
  font-size: 12px;
  font-weight: normal;
  border: none;
}

.c-footer-nav .c-head li:last-child a {
  margin-bottom: 0;
}

.c-footer-nav li:last-child a{
  margin-right: 0;
}

@media screen and (max-width: 890px){
  .header-top {
    padding-right: 6.25%;
  }
  .header-nav-area{
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
 /* p.nav-jp{
    padding: 1.685vw 2.15vw 1.91vw;
    font-size: 2.13vw;
  }
  .top-link a {
    margin-right: 5.6vw;
    font-size: 1.9vw;
  }
  .header-selected{
    padding: 1.573vw 5.056vw;
  }*/
}
footer .inner-bottom {
  /*max-width: 1000px;*/
  padding-right: 60px;
  width: 100%;
  margin: 0 auto;

}

footer .inner-bottom ul {
  display: flex;
  justify-content: space-between;
  max-width: 504px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 13px 0;
  list-style-type: none;
}

footer .inner-bottom ul li a {
  color: black;
  font-size: 13px;
}

.c-copyright {
  margin: 0;
  padding: 14px 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
}

/*20190523*/
footer .inner-bottom ul li:not(:last-child) {
  margin-right: 24px;
}
footer .inner-bottom {
  text-align: right;
}
footer .inner-bottom ul {
  display: inline-flex;
  justify-content: normal;
  max-width: none;
  width: auto;
}

@media screen and (max-width: 832px) {
  .header-nav-area.pc {
    display: none;
  }
  .inner.hamburger.sp {
    display: block;
  }
  .top-link.pc {
    display: none;
  }
  /*==hamburger==*/
  .inner.hamburger {
    display: block;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 1000;
  }
  .inner.hamburger nav {
    padding: 40px 0;
    display: none;
  }
  p.nav-jp {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
  }
  nav li:last-child p.nav-jp {
    margin-bottom: 0;
  }
  .hamburger-line {
    position: absolute;
    top: -60px;
    right: 0;
    height: 60px;
    width: 110px;
    background: url(../images/hamburger-bg.png) 0 100%/100% 100% no-repeat;
    z-index: 100;
  }
  div#nav_toggle {
    position: absolute;
    top: 50%;
    left: 55%;
    height: 24px;
    width: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  div#nav_toggle div {
    display: block;
    width: 100%;
    height: 100%;
  }
  div#nav_toggle span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; 
  }
  div#nav_toggle span:first-child {
    bottom: auto;
    top: 0;
  }
  div#nav_toggle span:nth-child(2) {
    bottom: 50%;
    -webkit-transform: translate(0%,50%);
    transform: translate(0%,50%);
  }
  .open #nav_toggle span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  nav ul {
    margin-bottom: 0;
  }
  .inner.hamburger nav {
    padding: 20px 20px 40px;
    background: #f1f1f1;
  }

  div#nav_toggle nav li a {
      display: block;
  }

  .inner.hamburger nav li a {
      display: block;
  }

  p.nav-jp {
      font-size: 16px;
      padding: 12px 0;
      margin-bottom: 0;
      text-align: left;
      color: #333;
      border-bottom: 1px solid #5b9bd5;
  }

  .inner.hamburger nav ul li:last-child p {
      display: inline-block;
      border: none;
      padding: 8px 0;
  }

  .inner.hamburger nav ul li:last-child {
      margin-top: 16px;
  }

  .inner.hamburger nav ul li:last-child a:last-child {
      border-radius: 5px;
      background: #5b9bd5;
  }

  .inner.hamburger nav ul li:last-child a:last-child p {
      color: #fff;
  }
  /*============*/
}

@media screen and (max-width: 768px) {
  .asset-visual {
    padding: 60px 0 30px 0;
  }
  .c-visual-area .title::after{
    height: 5px;
  }
  p.nav-jp{
    font-size: 18px;
  }
  ul.c-footer-nav{
    margin-bottom: 0;
  }
  .c-footer-nav{
    display: block;
    text-align: right;
  }
  .c-footer-nav .c-head a{
    margin: 0 0 15px 0;
  }
  .c-footer-box ul{
    padding-bottom: 0;
    padding-top: 0;
  }
  footer .inner-bottom{
    padding-right: 0;
  }
  footer .inner-bottom ul{
    margin: 0 auto;
  }
  .c-footer-box{
    padding-right: 0;
  }
  .c-footer-box,footer .inner-bottom {
    padding: 0;
  }
  footer .inner-bottom ul {
    margin: 0 auto;
    flex-wrap: wrap;
    width: 100%;
    max-width: none;
  }
  footer .inner-bottom ul li a{
    font-size: 14px;
  }
  .c-footer-nav .c-head a {
    margin: 0;
    display: block;
    padding: 2vw 0;
    font-size: 16px;
    border-bottom: 1px dotted #f6f6f6;
  }
  li.c-head {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .c-footer-nav .c-head:last-child a {
    border-bottom: none;
  }
  footer .inner-bottom ul li:not(:last-child) {
    margin-bottom: 4px;
    margin-right: 0;
  }
  footer .inner-bottom ul li {
    width: 100%;
    text-align: right;
  }
  footer .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .asset-visual {
    padding: 40px 0 20px 0;
  }
  .c-visual-area .title{
    font-size: 40px;
    padding-bottom: 6px;
  }
  .c-visual-area .subtitle{
    font-size: 16px;
  }
  p.nav-jp{
    font-size: 16px;
  }
}
/*footer*/
/*---------------------------------------------------------------------------
---------------------------トップページ-------------------------------
---------------------------------------------------------------------------*/
main.top-page {
  padding: 0;
  margin: 0;
  max-width: none;
}
.p-mv-area .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.p-mv-area .slick-dots {
  bottom: 25px;
}
.p-mv-area .slick-dots li {
  width: 30px;
}

.slider img {
  position: relative;
  object-fit: cover;
  /*min-height: 300px;*/
  min-height: 260px;
}
.p-top-case-area {
  background: #E5F0F8;
}
.slider .mv-slider-top {
  position: absolute;
  top: 50%;
  /*top: 15%;*/
  left: 9%;
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.p-top-topics-area {
  padding: 100px 140px 140px;
  max-width: 1440px;
  margin: 0 auto;
}
/*.p-mv-area.top-mv-slider {
  min-height: 300px;
}*/
/*.case.top-case {
  width: 28%;
}*/
/*.case-list {
  display: flex;
  justify-content: space-between;
}*/
.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
@media all and (-ms-high-contrast: none) {
  .slider .mv-slider-top{
    display: none;
  }
  .slider.slick-initialized .mv-slider-top{
    display: block;
  }
}
.p-mv-area.top-mv-slider {
  overflow-x: hidden;
}
p.title.top-news-title {
  font-size: 32px;
  font-weight: bold;
  color: #1D2D53;
  text-align: center;
  position: relative;
  padding-bottom: 23px;
}
p.title.top-news-title.top-category-title {
  padding-bottom: 26px;
}
p.title.top-news-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    width: 90px;
    height: 9px;
    background: #1D2D53;
}
.top-mv-slider ul {
  margin-bottom: 0;
}
.c-btn-box.blue {
  text-align: center;
}
.more-btn {
  text-align: center;
  padding: 23px 0;
  width: 35%;
  background: #1D2D53;
  color: #fff;
  margin-top: 90px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.more-btn.more-botton-no-mg {
  margin-top: 30px;
}
.more-btn:after {
  content: url("../images/more-arrow.png");
  margin: 0 0 0 auto;
  position: absolute;
  right: 5%;
}
.case-img.top-case-img {
  width: 100%;
  /*height: 44vw;*/
}
.text-box.top-case-text {
  width: 100%;
  padding: 32px 0 0;
}
.top-case-text .case-btn{
  position: relative;
  width: 100%;
  padding: 0;
}
.case.top-case {
  width: 30%;
}
.case-list.case-list-top {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}
.case.top-case a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.top-case-text p.ttl-txt-blue {
  font-size: 18px;
}
.case.top-case p.text {
  margin-bottom: 40px;
}
.p-top-case-box {
  padding: 100px;
}
.mv-slider-top {
  color: #fff;
  width: 51%;
}
.mv-slider-top.mv-slider-black {
  color: #1D2D53;
}
.mv-slider-top .mv-area-ttl {
  /*margin-bottom: 5.078125vw;*/
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 40px;
}
.mv-slider-top .mv-area-ttl span {
  display: block;
  border-bottom: 1px solid;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  /*font-size: 3.28125vw;*/
  /*line-height: 2.4vw;*/
  font-size: 42px;
  line-height: 30px;
  margin-bottom: 6px;
}
.mv-slider-top .mv-area-txt {
  /*font-size: 1.4754vw;*/
  /*line-height: 2.8125vw;*/
  /*margin-bottom: 5.078125vw;*/
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 47px;
}
.mv-slider-top .more-info {
  /*font-size: 1.4754vw;*/
  font-size: 16px;
  text-align: right;
  position: relative;
  margin-right: 82px;
}
.mv-slider-top .more-info.white-arrow:after {
  content: "";
  display: inline-block;
  background: url("../images/more-arrow.png") no-repeat;
  background-size: contain;
  margin-left: 25px;
  width: 42px;
  height: 12px;
  position: absolute;
  top: 25%;
}
.mv-slider-top .more-info:after {
   content: "";
  display: inline-block;
  background: url("../images/more-arrow02.png") no-repeat;
  background-size: contain;
  margin-left: 25px;
  width: 42px;
  height: 12px;
  position: absolute;
  top: 25%;
}

@media screen and (max-width: 1150px) {
  .p-top-case-box {
    padding: 100px 65px;
  }
  .p-top-topics-area {
    padding: 100px 90px 140px;
  }
}
@media screen and (max-width: 996px) {
  .slider .mv-slider-top {
    /*top: 20%;*/
    left: 8%;
    width: 80%;
    /*top: 10%;*/
  }
  /*.mv-slider-top .mv-area-ttl {
    font-size: 4vw;
    margin-bottom: 2vw;
  }*/
  /*.mv-slider-top .mv-area-txt {
    font-size: 1.8vw;
  }*/
  /*.mv-slider-top .more-info {
    font-size: 1.8vw;
  }*/
  .mv-slider-top {
    width: 62%;
  }
}
@media screen and (max-width: 850px) {
  .case-list.case-list-top {
    display: block;
  }
  .case.top-case {
    width: 80%;
    margin: 0 auto 60px;
  }
  p.title.top-news-title.top-category-title {
    margin-bottom: 35px;
 }
}
/*==========tablet========== */
@media screen and (max-width: 768px) {
  .more-btn {
    width: 55%;
  }
  .p-top-case-box {
    padding: 100px 50px;
  }
  .p-top-topics-area {
    padding: 100px 50px 140px;
  }
  .mv-slider-top .mv-area-ttl {
    /*font-size: 2.6vw;
    line-height: 2.6vw;*/
    margin-bottom: 24px;
  }
  .slick-slide img {
    min-height: 300px;
  }
  /*.mv-slider-top .mv-area-ttl span {
    font-size: 5.7vw;
    line-height: 4vw;
  }*/
  .mv-slider-top .mv-area-txt {
    /*font-size: 2vw;
    line-height: 4vw;*/
    margin-bottom: 24px;
  }
  /*.mv-slider-top .more-info {
    font-size: 2vw;
  }*/
  .slider .mv-slider-top {
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 7%;
    top: 10%;
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);
  }
  .mv-slider-top {
    width: 75%;
  }
  .p-mv-area .slick-dots {
    bottom: 10px;
  }
  .p-mv-area .slick-dots li {
    width: 30px;
  }
  /*.p-mv-area .slick-dots li button:before {
    font-size: 50px;
  }*/
}

/*==========sp========== */
@media screen and (max-width: 480px){
  .p-top-case-box {
    padding: 50px 20px;
  }
  .case.top-case {
    width: 100%;
  }
  p.title.top-news-title.top-category-title {
    margin-bottom: 20px;
    font-size: 22px;
    padding-bottom: 10px;
  }
  p.title.top-news-title:after {
    height: 6px;
    width: 60px;
  }
  .more-btn {
    margin-top: 0;
    width: 65%;
  }
  .more-btn.more-btn-margin {
    margin-top: 30px;
  }
  .p-top-topics-area {
    padding: 50px 20px 70px;
  }
  p.title.top-news-title {
    font-size: 22px;
    padding-bottom: 9px;
  }
  .more-btn {
    padding: 17px 0;
  }
  .mv-slider-top .mv-area-ttl {
      /*font-size: 6.25vw;*/
      font-size: 20px;
      margin-bottom: 20px;
    }
  .mv-slider-top .mv-area-ttl span{
    font-size: 32px;
    line-height: 24px;
  }
  .mv-slider-top .mv-area-txt {
      /*font-size: 3.125vw;
      line-height: 6vw;*/
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 10px;
    }
  .mv-slider-top .more-info {
      /*font-size: 3.125vw;*/
      font-size: 14px;
    }
  /*.slider .mv-slider-top {
      left: 6%;
      top: 9%;
    }*/
  .mv-slider-top {
      width: 85%;
    }
    .mv-slider-top .more-info.white-arrow:after {
    margin-left: 18px;
    width: 30px;
    height: 8px;
    top: 25%;
  }
  .mv-slider-top .more-info:after {
    margin-left: 18px;
    width: 30px;
    height: 8px;
    top: 25%;
  }
  .mv-slider-top .more-info {
    margin-right: 55px;
  }
}
/*---------------------------------------------------------------------------
---------------------------------テンプレート ----------------------------------
---------------------------------------------------------------------------*/
/*=========テンプレートのみ========== */
body.template {
  background: #fff;
  padding: 100px;
  border: 80px solid #e2e2e2;
}
.template-ttl {
  margin: 90px 0;
}
.template-ttl:first-child {
  margin-top: 0;
}
.template-contant {
  margin-bottom: 64px;
}
/*=========↑ テンプレートのみここまで ↑========== */
/*=========共通用=========*/
h1,h2{
  color: #1D2D53;
}
h1,h2,h3,h4,p {
  margin: 0;
  word-break: normal;
}
body {
  background: #E9EDF0;
  min-height: 100vh;
}
main {
  padding: 0 60px;
  margin: 0 40px; /*40px;*/
  background: #fff;
  max-width: 1440px;
}
a:hover {
  opacity: .8;
}
@media screen and (min-width: 1520px) {
  main {
    margin: 0 auto; /*40px;*/
  }
}
/*タイトル*/
h1.ttl-blue {
 /* font-size: 26px;
  line-height: 40px;
  margin-bottom: 40px;*/
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 32px;
}
h1.ttl-blue span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}
h1.ttl-blue.mg-short {
  margin-bottom: 24px;
}
h1.ttl-blue.ttl-h1-underline {
  padding: 0 0 0 8px;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
}
h2.ttl-gray {
  font-size: 18px;
  line-height: 32px;
  padding: 5px 12px;
  color: #fff;
  background: #7A99B6;
  border-radius: 5px;
  margin-bottom: 24px;
}
a.h2-link {
  margin-bottom: 30px;
}
a.h2-link h2.ttl-gray {
  position: relative;
}
a.h2-link h2.ttl-gray:after {
  content: ">";
  position: absolute;
  right: 20px;
  transform: scale(0.8, 1);
  margin-bottom: 0;
}
h3.ttl-buleline {
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0 6px 16px;
  border: solid #1D2D53;
  border-width: 0 0 1px 10px;
  margin-bottom: 24px;
}
h3.ttl-blue {
  margin-bottom: 18px;
  line-height: 24px;
  font-size: 18px;
  color: #7A99B6;
}
p.normal-ttl {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 6px 8px;
  border-bottom: 1px solid #264D6E;
  position: relative;
  margin-bottom: 16px;
}
p.normal-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 118px;
  height: 8px;
  background: #264D6E;
  -webkit-transform: translate(0%,50%);
  transform: translate(0%,50%);
}
p.ttl-txt-blue {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #264D6E;
  margin-bottom: 24px;
}
p.ttl-txt-blue.blue-small {
  font-size: 20px;
}
/*コンテンツ*/
/*.text {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  margin-bottom: 24px;
}*/
p.text {
  /*font-size: 18px;
  line-height: 26px;*/
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  margin-bottom: 24px;
}
p.text:last-child {
  margin-bottom: 0;
}
/*タグ*/
.tag-area {
  width: calc(100% + 24px);
  font-size: 0;
}
p.txt-tag {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 24px;
}
p.txt-tag a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 8px;
  color: #fff;
  background: #60AFE0;
  border-radius: 5px;
}
p.txt-tag.tag-orange a {
  background: #EDA755;
}
p.txt-tag.tag-green a {
  background: #9ACB60;
}
/*カード*/
.card-box-area {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.card-box {
  display: inline-block;
  width: 48.5%;
  padding: 15px 4px 17px 15px;
  margin: 0 3% 24px 0;
  background: #E7EFF7;
  border-radius: 5px;
  box-shadow: 2px 3px rgba(0,0,0,.16);
  font-size: 0;
}
.card-box:nth-child(2n) {
  margin-right: 0;
}
.card-box.box-link {
  padding: 0;
}
.card-box a {
  display: block;
  height: 100%;
  /*padding: 15px 4px 17px 15px;*/
  padding: 15px 15px 17px 12px;
  position: relative;
}
.card-img {
  display: inline-block;
  width: 18%;
  margin-right: 2%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.card-txt {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  margin-left: 20%;
}
.card-txt p {
  font-size: 14px;
  line-height: 20px;
}
.card-txt p.card-ttl {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 0 8px 3px;
  border-bottom: 1px solid #707070;
  margin-bottom: 8px;
}
.card-list-one .card-box {
  width: 100%;
  margin-right: 0;
  background: #F2F2F2;
  padding: 0;
}
.card-list-one .card-img {
  width: 14%;
}
.card-list-one .card-txt {
  width: 84%;
  margin-left: 16%;
}
.card-sub .card-box {
  padding-right: 15px;
}
.card-sub p.card-ttl {
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.card-sub .card-img {
  /*width: 35%;*/
  width: 26%;
  max-width: 124px;
  margin-right: 5%;
  /*vertical-align: top;*/
  vertical-align: middle;
}
.card-sub .card-txt {
  /*width: 60%;*/
  width: 69%;
  /*vertical-align: top;*/
  vertical-align: middle;
}
.card-box-plusarea {
  padding-bottom: 10px;
  border-bottom: 1px solid #1D2D53;
  margin-bottom: 20px;
}
.card-sub .card-box-plusarea .card-img {
  position: relative;
  -webkit-transform: translate(0%,0%);
  transform: translate(0%,0%);
}
.card-box-plusarea img {
  /*width: 50%;*/
  width: 64%;
  min-width: 64px;
  margin: 0 auto;
}
.card-sub-txt p {
  font-size: 14px;
  line-height: 24px;
  color: #707070;
}
.card-sub .card-box-plusarea .card-txt {
  margin-left: 0;
}
.card-sub a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 15px 15px 17px;
}
.card-sub .card-box.box-link {
  padding: 0;
}

/* flex */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-content2 {
  width: 20%;
  margin-bottom: 30px;
}
.flex-content3 {
  width: 33%;
  margin-bottom: 30px;
}
.flex-content4 {
  width: 40%;
  margin-bottom: 30px;
}
.flex-content5 {
  width: 49%;
  margin-bottom: 30px;
}
.flex-content6 {
  width: 59%;
  margin-bottom: 30px;
}
.flex-content7 {
  width: 65%;
  margin-bottom: 30px;
}
.flex-content-right {
  text-align: right;
}

@media screen and (max-width: 648px) {
  .flex-content2 {
    width: 100%;
  }
  .flex-content3 {
    width: 100%;
  }
  .flex-content4 {
    width: 100%;
  }
  .flex-content5 {
    width: 100%;
  }
  .flex-content6 {
    width: 100%;
  }
  .flex-content7 {
    width: 100%;
  }
}

/* ボタン */

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
  color: #fff;
  background-color: #2c82c9;
  border-color: #2c82c9;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3292e0;
  border-color: #3292e0;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}



@media all and (-ms-high-contrast: none) {
  main {
    display: block;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*==========tablet========== */
@media screen and (max-width: 768px){
  /*テンプレートのみ*/
  body.template {
    padding: 56px;
    border-width: 48px;
  }
  /*カード配置変更*/
  .card-box {
    padding-right: 15px;
    width: 100%;
    margin-right: 0;
  }
  .card-box a {
    padding-right: 15px;
  }
  .card-img ,.card-txt,
  .card-list-one .card-img,.card-list-one .card-txt,
  .card-sub .card-img,.card-sub .card-txt{
    position: relative;
    top: 0;
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);
    width: 100%;
    margin: 0;
  }
  .card-img img ,
  div.service-cerd-menu .card-img img{
    /*width: auto;*/
    /*height: 72px;*/
    width: 108px;
    margin: 0 auto 8px;
  }
  .card-sub .card-img {
    max-width: none;
  }
  .card-sub .card-img img {
    width: 88px;
  }

  /*共通サイズ調整*/
  h1.ttl-blue {
    /*font-size: 3.385vw;
    line-height: 5.209vw;
    margin-bottom: 5.209vw;*/
    font-size: 24px;
    line-height: 36px;
  }
  h1.ttl-blue span {
    /*font-size: 2.605vw;
    line-height: 4.167vw;*/
    font-size: 22px;
    line-height: 30px;
  }
  /*h1.ttl-blue.mg-short {
    margin-bottom: 3.1vw;
  }*/
  /*h1.ttl-blue.ttl-h1-underline {
    margin-bottom: 3.907vw;
  }*/
  /*h2.ttl-gray {
    font-size: 2.866vw;
    line-height: 4.818vw;
    margin-bottom: 3.907vw;
  }*/
  /*h3.ttl-buleline {
    font-size: 2.345vw;
    line-height: 4.1vw;
    margin-bottom: 3.907vw;
  }*/
  /*p.normal-ttl {
    font-size: 2.345vw;
    line-height: 3.385vw;
    margin-bottom: 2.605vw;
  }*/
  /*p.ttl-txt-blue {
    font-size: 3.1vw;
    line-height: 4.167vw;
    margin-bottom: 3.907vw;
    font-size: 22px;
  }*/
  /*p.ttl-txt-blue.blue-small {
    font-size: 20px;
  }*/
  /*p.text {
    font-size: 2.345vw;
    line-height: 3.385vw;
    margin-bottom: 3.1vw;
  }*/
  /*p.txt-tag {
    margin: 0 3.1vw 2.605vw 0;
  }*/
  /*p.txt-tag a {
    font-size: 2.084vw;
    line-height: 3.1vw;
  }*/
  .card-txt p.card-ttl {
    /*line-height: 3.516vw;*/
    padding-left: 0;
    /*padding-bottom: 1.1vw;
    margin-bottom: 1.3vw;*/
    margin-top: 8px;
    text-align: center;
  }
  /*.card-txt p ,.card-sub-txt p{
    font-size: 1.824vw;
    line-height: 2.605vw;
  }*/
}

/*==========sp========== */
@media screen and (max-width: 480px){
  /*テンプレートのみ*/
  body.template {
    padding: 40px 20px;
    border: 20px solid #e2e2e2;
  }
  /*共通*/
  h1.ttl-blue {
    /*font-size: 5.42vw;
    line-height: 8.4vw;
    margin-bottom: 8.3vw;*/
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  h1.ttl-blue span {
    /*font-size: 4.165vw;
    line-height: 6.667vw;*/
    font-size: 18px;
    line-height: 24px;
  }
  h1.ttl-blue.mg-short {
    /*margin-bottom: 5vw;*/
    margin-bottom: 16px;
  }
  h1.ttl-blue.ttl-h1-underline {
    /*margin-bottom: 6.25vw;*/
    margin-bottom: 20px;
  }
  h2.ttl-gray {
    /*font-size: 4.585vw;
    line-height: 7.78vw;
    margin-bottom: 6.25vw;*/
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  h3.ttl-buleline {
    /*font-size: 3.75vw;
    line-height: 6.46vw;
    margin-bottom: 6.25vw;*/
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  p.normal-ttl {
    /*font-size: 3.75vw;
    line-height: 5.45vw;
    margin-bottom: 4.24vw;*/
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 4px;
  }
  p.normal-ttl::after {
    /*width: 26vw;*/
    height: 4px;
  }
  p.ttl-txt-blue {
    /*font-size: 5vw;
    line-height: 6.667vw;
    margin-bottom: 6.25vw;*/
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  p.ttl-txt-blue.blue-small {
    font-size: 16px;
    line-height: 24px;
  }
  p.text {
    /*font-size: 3.75vw;
    line-height: 5.45vw;
    margin-bottom: 5vw;*/
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  p.txt-tag a {
    /*font-size: 3.333vw;
    line-height: 5vw;*/
    font-size: 14px;
    line-height: 20px;
    padding: 5px 12px;
  }
  p.txt-tag {
    /*margin-bottom: 4.165vw;
    margin-right: 5vw;*/
    margin-bottom: 12px;
    margin-right: 14px;
  }
  .card-txt p.card-ttl {
    /*font-size: 3.333vw;
    padding-bottom: 1.6vw;
    line-height: 5.67vw;*/
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 12px;
    padding-bottom: 8px;
  }
  .card-txt p ,.card-sub-txt p{
    /*font-size: 2.918vw;
    line-height: 4.3vw;*/
    font-size: 14px;
    line-height: 20px;
  }

}
/*---------------------------------------------------------------------------
---------------------------下層ページーテンプレート-------------------------------
---------------------------------------------------------------------------*/
.pan ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 32px;
  padding: 14px 0 32px;
  margin-bottom: 0;
}
.pan li:not(:last-child) {
  margin-right: 4px;
}
.content-wrap {
  display: flex;
  font-size: 0;
}
.content-left {
  width: 100%;
}
.content-right {
  min-width: 272px;
  text-align: center;
  margin-left: 74px;
}
.content-right img {
  width: auto;
  max-width: 100%;
}
/*.content-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
}*/
.content-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  padding: 16px 0;
  border: solid #fff;
  background: #f7f7f7;
  border-width: 2px 0 0;
  /* margin-bottom: 1px;*/
  position: relative;
}
.content-nav li:first-child a {
  border: none;
}
.content-nav li:last-child a{
  border-bottom: none;
}
li.nav-sp a {
  padding: 8px 0px;
}
li.nav-sp a span {
  display: block;
}
.content-nav li a.now {
  pointer-events: none;
  /* border: none;*/
  background: #C6E2FC;
}
.content-nav li a.now::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 24px;
  top:0;
  left: -19px;
  /*background: url(../img/nav-bg-arrow.png) 0 0 /auto 100% no-repeat;*/
  background: url(../img/nav-bg-arrow.png) 0 0 /100% 100% no-repeat;
}
@media screen and (max-width: 1100px) {
  .content-wrap {
    display: block;
  }
  .content-right {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 120px;
  }
  .content-nav li a {
    border-width: 1px 0 0 0;
    margin-bottom: 0;
  }
  .content-nav li:last-child a {
    border-bottom: 1px solid #707070;
  }
  /*.content-nav li a.now {
    border-top: 1px solid #707070;
  }*/
  li.nav-sp a span {
    display: inline-block;
    font-size: 14px;
  }
  li.nav-sp a {
    padding: 16px 0px;
  }
  .content-nav li a::after {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
  }
  .content-nav li a.now::before,.content-nav li a.now::after {
    content: none;
  }
}
/*==========tablet========== */
@media screen and (max-width: 768px){
  main {
    padding: 0 40px;
  }
  .pan ul {
    padding: 8px 0 12px;
    line-height: 24px;
  }
  .content-nav li a {
    font-size: 2.345vw;
    padding: 2.084vw;
  }
}
/*==========sp========== */
@media screen and (max-width: 480px){
  main {
    padding: 0 20px;
    margin: 0 20px 40px;
  }
  .content-right {
    min-width: auto;
    margin-bottom: 64px;
  }
  .content-nav li a {
    /*font-size: 3.75vw;
    padding: 3.333vw 0;*/
    font-size: 14px;
    padding: 16px 24px;
  }
}
@media screen and (max-width: 360px){
  li.nav-sp.sp-blk span {
    display: block;
  }
  li.nav-sp.sp-blk a {
    padding: 8px 0;
  }
}

@media screen and (min-width: 1440px) {
  .card-sub .card-img {
    width: 34%;
    max-width: none;
    margin-right: 6%;
  }
  .card-sub .card-txt {
    width: 60%;
  }
  .card-box-plusarea {
    padding: .7vw 0;
  }
  .card-box-plusarea img {
    width: 80%;
  }
  .p-mv-area .slick-dots li button:before {
    font-size: 20px;
  }
  .card-sub-txt p {
    font-size: 20px;
  }
  .card-sub p.card-ttl {
    font-size: 24px;
  }
}