/*!
Theme Name: CRD Child
Template:crd
Version: 1.0.0
*/
@charset "utf-8";
:root {
	--fontawesome:"Font Awesome 5 Free";
  --vblue:#1D3889;
  --boxshadow:3px 3px 6px rgba(0,0,0,0.5);
  --pc-header-height:70px;
  --pghead-bk-color:rgba(117, 117, 240, 0.5);
  --pghead-font-frame-color: #1111a5;
}
body, p, a, button, input, select, optgroup, textarea {
	font-family: 'Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  letter-spacing: .3px;
  font-size: 16px;
}
.entry-content {
	margin:0 auto;
}
#breadcrumb a,#breadcrumb ul li {
	font-size:13px;
	font-weight:300;
}
.detail-wrap {
	padding:40px 0;
}
.bgoverlay {
    position: relative;
}
.bgoverlay::before {
    content: '';
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
}
.bgoverlay>div {
    position: relative;
    z-index: 1;
}

.page-section {
  padding:80px 0;
}
.h2org {
  padding-left:20px;
  font-size: 26px;
  border-left: 5px solid var(--vblue);
  font-weight: 500;
  line-height: 1.1;
  color:#000;
}
@media(min-width:375px){
  .h2org {
    font-size: 30px;
  }
}
@media(min-width:768px){
  .h2org {
    font-size: 42px;
    margin-bottom:40px;
    border-width: 7px;
  }
}

/*======================
  responsive
=======================*/
.tb-block,.tb-inline,.pc-inline,.pc-block {
  display: none!important;
}
@media(min-width:768px){
  .tb-block {
    display: block!important;
  }
  .tb-inline {
    display: inline!important;
  }  
}
@media(min-width:992px){
  .pc-inline {
    display: inline!important;
  }
  .pc-block {
    display: block!important;
  }
}

/*=============================
  header
=============================*/
.site-header .site-description {
	display: none;
}
.header-contents .container {
  justify-content: flex-start;
}
.custom-logo-link img {
  width:170px;
}
.site-title {
  line-height: 0;
}
#mobile-button {
  background: transparent;
}
#mobile-button span {
  background: #0009ff;
  background: -webkit-linear-gradient(bottom left,#00c1fd, #0009ff 100%);
  background: -moz-linear-gradient(bottom left,#00c1fd, #0009ff 100%);
  background: linear-gradient(to top right, #00c1fd, #0009ff 100%);
  height:3px;
  border-radius: 40px;
}
#mobile-button p {
  color:#0009ff;
  top:35px;
}
#mobile-menu {
  background:#fff;
}
#mobile-menu li a {
  transition: all .3s;
  position: relative;
}
#mobile-menu li a::after {
  content: '';
  position: absolute;
  bottom:10px;
  left:0;
  width:0%;
  height:2px;
  background: #57d5fc;
  background: -webkit-linear-gradient(bottom left,#57d5fc, #2e69fc 100%);
  background: -moz-linear-gradient(bottom left,#57d5fc, #2e69fc 100%);
  background: linear-gradient(to top right, #57d5fc, #2e69fc 100%);
  transition: all .3s;
}
#mobile-menu li a:hover {
  color: #4169e1;
  filter: brightness(1.3);
}
#mobile-menu li a:hover::after {
  width: 80%;
}
.lang-btn {
  display: block;
  background: #0009ff;
  background: -webkit-linear-gradient(bottom left,#00c1fd, #0009ff 100%);
  background: -moz-linear-gradient(bottom left,#00c1fd, #0009ff 100%);
  background: linear-gradient(to top right, #00c1fd, #0009ff 100%);
  color:#fff;
  border-radius: 50px;
  padding:10px 1rem;
  text-align: center;
  transition: all .3s;
}
.lang-btn:hover {
  color:#fff;
  filter: brightness(1.3);
}
.site-mobile-nav {
  margin-bottom: 30px;
} 
@media(min-width:360px){
  .custom-logo-link img {
    width:200px;
  }
}
@media(min-width:600px){
  .header-contents .container {
    justify-content: center;
  }
}
@media(min-width:768px){
  .custom-logo-link img {
    width:250px;
  }
}
@media(min-width:992px) and (max-width:1199px){
  .header-contents .container {
    max-width:985px;
  }
}
@media(min-width:992px){
  .header-contents .container {
    justify-content: space-between;
  }
  .site-title {
    width:240px;
  }
  #site-navigation {
    width:calc(100% - 460px);
  }
  .lang-btn.pc-block {
    width: 160px;
  }
  #pc-nav>li>a {
    position: relative;
  }
  #pc-nav>li>a::after {
    content: '';
    position: absolute;
    bottom:5px;
    left:0;
    width:0%;
    height:2px;
    background: #57d5fc;
    background: -webkit-linear-gradient(bottom left,#57d5fc, #2e69fc 100%);
    background: -moz-linear-gradient(bottom left,#57d5fc, #2e69fc 100%);
    background: linear-gradient(to top right, #57d5fc, #2e69fc 100%);
    transition: all .3s;
  }
  #pc-nav>li>a:hover::after {
    width:100%;
  }
}

/* page-header */
.entry-header {
  background-image:url(./img/cpn-back.webp);
}

/*=============================
  footer
=============================*/
.site-footer {
  background:#333333;
  padding-bottom: 40px;
}
.site-footer p {
  color:#fff;
}
.ftr-info p {
  margin-bottom:10px;
}
.ftr-info p:last-child {
  margin-bottom:0;
}
.snsbtn {
  margin-top:40px;
  text-align: center;
}
.snsbtn a {
  display: inline-block;
  transition: all .3s;
}
.snsbtn i {
  font-size: 38px;
  color:#fff;
}
.snsbtn a:first-child {
  margin-right:10px;
}
.snsbtn a:hover {
  opacity: 0.7;
}
.snsbtn a:hover i {
  color:#fff;
}
.ftr-copy p {
  text-align: center;
  font-size: 14px;
  color:#bbb;
}
@media(min-width:600px){
  .ftr-info p .br1-en {
    display: none;
  }
}
@media(min-width:768px){
  .site-footer .ftrwidget {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .snsbtn {
    margin-top:0;
    width: fit-content;
  }
}

/* fadeinanime1 */
.ovf-hide {
  overflow: hidden;
}
.fadeanime {
  animation-name: fadeAnime;
  animation-duration: 3s;
}
@keyframes fadeAnime {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

/* top-fv */
.top-fv {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.fv-imgs {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fv-imgs img {
	position: absolute;
  object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: slider-1 16s linear infinite;
}
.fv-imgs img:nth-of-type(1) {
	animation-delay: -2s;
}
.fv-imgs img:nth-of-type(2) {
	animation-delay: 6s;
}
@keyframes slider-1 {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	6.25% {
	  opacity: 1;
	}
	50% {
	  opacity: 1;
	}
	62.5% {
	  opacity: 0;
	  transform: scale(1.2);
	}
	100% {
	  opacity: 0;
	}
}
.fv-cover {
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width: auto;
}
.fv-catch {
  color: #fff;
  position: absolute;
  bottom:10%;
  left:7%;
  font-size: 24px;
}
@media(min-width:400px){
  .top-fv {
    aspect-ratio: 1/1;
    height:auto;
  }
}
@media(min-width:440px){
  .fv-catch .br1-en {
    display: none;
  }
}
@media(min-width:500px){
  .fv-catch {
    font-size: 30px;
  }
}
@media(min-width:600px){
  .top-fv {
    aspect-ratio: 4/3;
    height:auto;
  }
}
@media(min-width:768px){
  .top-fv {
    aspect-ratio: 16/9;
  }
  .fv-catch {
    bottom:auto;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 36px;
    text-shadow: 0 3px 10px rgba(23, 46, 112, 0.8);
  } 
}
@media(min-width:992px){
  .top-fv {
    aspect-ratio: unset;
    height:calc(100vh - var(--pc-header-height));
  }
  .fv-catch {
    font-size: 48px;
  }
}

/* top-pps */
.top-pps {
  position: relative;
  padding:90px 0;
}
.top-pps .container {
  position: relative;
  z-index:1;
}
.ppstry {
  position: absolute;
  max-width:100%;
}
.ppstry.try1 {
  width:20%;
  opacity: 0;
  top: 30%;
  transition: all 1s;
  right: calc(35% - 50px);
  -webkit-transform: translateY(-50%) rotate(30deg);
  -moz-transform: translateY(-50%) rotate(30deg);
  -ms-transform: translateY(-50%) rotate(30deg);
  transform: translateY(-50%) rotate(30deg);
}
.ppstry.try2 {
  width:40%;
  top:50%;
  opacity: 0;
  right: calc(0% - 50px);
  transition: all 1.5s;
  -webkit-transform: translateY(-50%) rotate(-30deg);
  -moz-transform: translateY(-50%) rotate(-30deg);
  -ms-transform: translateY(-50%) rotate(-30deg);
  transform: translateY(-50%) rotate(-30deg);
}
.ppstry.try1.isact {
  opacity: 1;
  right: 35%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.ppstry.try2.isact {
  opacity: 1;
  right:0%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.top-pps .p_strong {
  font-size: 22px;
  margin-bottom:1rem;
  letter-spacing: 1px;
}
.pps-detail {
  font-size: 17px;
}
@media(min-width:500px){
  .top-pps {
    background-size:auto 60%;
  }
  .top-pps .p_strong br {
    display: none;
  }
}
@media(min-width:768px){
  .ppstry.try1 {
    width:15%;
    right:calc(26% - 50px);
  }
  .ppstry.try1.isact {
    right:26%;
  }
  .ppstry.try2 {
    width:30%;
  }
  .top-pps {
    background-size:auto 80%;
  }
  .top-pps .p_strong {
    font-size: 26px;
  }
}
@media(min-width:992px){
  .ppstry.try1 {
    width:10%;
  }
  .ppstry.try2 {
    width:20%;
    right: calc(8% - 50px);
  }
  .ppstry.try2.isact {
    right:8%;
  }
  .top-pps {
    background-size:auto 100%;
  }
  .top-pps .p_strong {
    font-size: 32px;
  }
}


/* top-srv */
.bgfixed {
  position: relative;
  overflow: hidden;
}
.bgfixed>.fixed-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}
.bgfixed>.fixed-img::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-srv .fixed-img::before{
  background: url(./img/srvback.webp)no-repeat center center/cover;
}
.ul_srv {
  padding-left: 0;
  margin-top:1rem;
}
.ul_srv>li {
  list-style-type: none;
  padding:2rem 10px;
  border-bottom:1px solid #707070;
}
.ul_srv>li:last-of-type {
  border-bottom: none;
}
.ul_srv .imgarea {
  aspect-ratio: 4/3;
  margin-bottom:2rem;
  box-shadow: var(--boxshadow);
}
.ul_srv .imgarea img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: cover;
}
.ul_srv h3 {
  color:#fff;
  background: var(--vblue);
  font-size: 18px;
  border-radius: 5px;
  padding:5px 10px;
  text-align: center;
  width: fit-content;
  min-width: 150px;
}
.ul_srv ul {
  margin-top:10px;
  padding-left: 20px;
}
@media(min-width:600px){
  .ul_srv>li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ul_srv .imgarea {
    aspect-ratio: 1/1;
    width: 150px;
    margin-bottom: 0;
  }
  .ul_srv .imgarea img {
    aspect-ratio: 1/1;
  }
  .ul_srv .txtarea {
    width: calc(100% - 200px);
  }
}
@media(min-width:992px){
  .ul_srv .imgarea {
    width: 200px;
  }
  .ul_srv .txtarea {
    width: calc(100% - 250px);
  }
}

/* top-mbr */
.top-mbr {
  position: relative;
}
.top-mbr .container {
  position: relative;
  z-index: 1;
}
.mbrtry {
  position: absolute;
  opacity: 0;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.mbrtry.try1 {
  top:50px;
  width:100px;
  left:0px;
  transition: all 0.75s;
}
.mbrtry.try2 {
  top:130px;
  width:167px;
  left: -30px;
  transition: all 1.25s;
}
.mbrtry.try3 {
  top:290px;
  width:70px;
  left: -10px;
  transition: all 1s;
}
.mbrtry.isact {
  opacity: 1;
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  transform:rotate(0deg);
}
.mbrtry.try1.isact {
  left:50px;
}
.mbrtry.try2.isact {
  left:20px;
}
.mbrtry.try3.isact {
  left:40px;
}
.mbr_flex>div:first-of-type {
  margin-bottom:50px;
}
.mbr_flex .img_en {
  text-align: center;
  margin-bottom: 1.5rem;
}
.mbr_flex .ttl-gray {
  /*color:#888;*/
  margin-bottom:1.5rem;
}
.mbr_flex img {
  width:80%;
  max-width:200px;
}
.mbr_flex h3 {
  font-size: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ccc;
  width: fit-content;
  position: relative;
  margin-bottom:10px;
  line-height:1.5;
}
.mbr_flex h3 span {
  font-size: 18px;
}
.mbr_flex h3::after {
  position: absolute;
  content: '';
  border-bottom: solid 2px var(--vblue);
  bottom: -2px;
  display: block;
  width: 50%;
}
@media(min-width:310px){
  .mbr_flex h3 .br-en-m2 {
    display: none;
  }
}
@media(min-width:330px){
  .mbr_flex h3 {
    font-size: 17px;
  }
  .mbr_flex h3 span {
    font-size: 20px;
  }
}
@media(min-width:500px){
  .mbr_flex h3 .br-en-m1 {
    display: none;
  }
}
@media(min-width:768px){
  .mbr_flex h3 .br-en-m1 {
    display: inline;
  }
  .mbrtry.try1 {
    top:5%;
    left:10px;
    width:140px;
  }
  .mbrtry.try2 {
    top:15%;
    width:260px;
    left:0;
  }
  .mbrtry.try3 {
    top:50%;
    width:100px;
    left:0;
  }
  .mbrtry.try1.isact {
    left:60px;
  }
  .mbrtry.try2.isact {
    left:50px;
  }
  .mbrtry.try3.isact {
    left:50px;
  }
  .mbr_flex {
    display: flex;
    justify-content: space-between;
    max-width: 880px;
    margin:0 auto;
    padding-top:2rem;
  }
  .mbr_flex>div {
    width: calc(50% - 20px);
  }
  .mbr_flex>div:first-of-type {
    margin-bottom:none;
  }
}
@media(min-width:992px){
  .mbrtry.try1 {
    top:12%;
    left:-12px;
  }
  .mbrtry.try1.isact {
    left:38px;
  }
  .mbrtry.try2 {
    top:18%;
  }
  .mbrtry.try3 {
    left:-30px;
  }
  .mbrtry.try3.isact {
    left:20px;
  }
  .mbr_flex>div {
    width: calc(50% - 25px);
  }
}
@media(min-width:1200px){
  .mbr_flex h3 .br-en-m1 {
    display: none;
  }
}
/* top-cmp */
.top-cmp .fixed-img::before {
  background:url(./img/cpn-back.webp)no-repeat center center/cover;
}/*
.top-cmp::before {
  background: rgba(222, 224, 255,0.85);
}*/
.dl_cmp {
  border-top: 1px solid #888;
}
.dl_cmp dt {
  padding:1.5rem 10px 0;
  margin-bottom:0;
  font-weight: 500;
}
.lang-en .dl_cmp dt {
  font-weight: 700;
}
.dl_cmp dd {
  border-bottom: 1px solid #888;
  padding:1rem 10px 1.5rem;
  margin-bottom:0;
}
@media(min-width:600px){
  .dl_cmp .br1-en {
    display: none;
  }
}
@media(min-width:768px){
  .dl_cmp {
    display: flex;
    flex-wrap: wrap;
    max-width:880px;
    margin:0 auto;
  }
  .dl_cmp dt {
    width: 30%;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #888;
  }
  .dl_cmp dd {
    width: 70%;
    padding-top:1.5rem;
  }
}
@media(min-width:992px){
  .dl_cmp dt {
    width:25%;
  }
  .dl_cmp dd {
    width: 75%;
  }
  .dl_cmp dd .br1 {
    display: none;
  }
}

/* top-cta */
.top-cta {
  background: url(./img/ctaback.webp)no-repeat center center/cover;
  padding-bottom: 30px;
}
.top-cta::before {
  background:rgba(12, 46, 179,0.6);
}
.top-cta p,.top-cta button,.top-cta button:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.top-cta p.text-center {
  margin-bottom:30px;
  font-size: 18px;
}
#goformbtn {
  margin:0 auto;
  transition: all .3s;
  cursor: pointer;
  display: block;
  width: fit-content;
  text-align: center;
  position: relative;
}
#goformbtn::before,#goformbtn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom:0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 50%;
  box-sizing: border-box;
  animation: pulsate 3s linear infinite;
}
#goformbtn::after {
  animation-delay: 1s;
}
/* ボタンの波紋が広がっていくアニメーション */
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}
button#goformbtn {
  background: transparent;
  border: none;
}
#goformbtn p {
  text-align: center;
}
#goformbtn .en {
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
}
#goformbtn .jp{
  text-align: center;
  font-size: 14px;
  margin-top:5px;
  letter-spacing: 1px;
}
#goformbtn .arrow {
  position: relative;
  margin:1rem auto 0;
  width:1px;
  height:80px;
  background:#fff;
  opacity: 0.7;
  transition: all .3s;
}
#goformbtn .arrow::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 4px;
  width: 1px;
  height: 15px;
  background: #fff;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all .3s;
}
#goformbtn:hover .arrow {
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 1;
}
#goformbtn:hover .arrow::after {
  opacity: 1;
}
@media(min-width:400px){
  .top-cta p.text-center .br1 {
    display: none;
  }
}
@media(min-width:550px){
  .top-cta p.text-center {
    font-size:22px;
  }
}
@media(min-width:768px){
  #goformbtn .jp br {
    display: none;
  }
}
@media(min-width:992px){
  .top-cta p.text-center {
    font-size: 26px;
  }
}

/* top-form */
.top-form {
  display: none;
}
.top-form .req-en {
  color:#B7045D;
  font-weight: 700;
}
.top-form.active {
  display: block;
}
.wpcf7 .template01 div.form__row.row-privacy .pribox p,.pribox .ol-pri li {
	text-align: left;
}
.pribox .detail-wrap {
	padding:20px 0;
}
.ol-pri {
	padding-left: 20px;
}
.ol-pri li {
	margin-bottom:1rem;
}
.pribox h2 {
	font-size: 20px;
}
.pribox {
	padding:20px;
	box-shadow: inset 5px 5px 6px rgba(0,0,0,.4);
	border: 2px solid #ccc;
	background: #fff;
	border-radius: 15px;
	width: 100%;
	max-width:780px;
	margin:2rem auto;
	height:200px;
	overflow-y: scroll;
}
.pribox h2 {
  font-size: 20px;
}
.pribox .h3org {
	text-align: left;
	font-size: 18px;
}
.wpcf7 .template01 input[type="submit"] {
	border: none;
  background-color: #B7045D;
	font-weight: 700;
}
.wpcf7 .template01 p.form__label.is-required::after{
  background:#B7045D;
}
.wpcf7 .template01 input[type=checkbox]:checked + span {
	color:#B7045D;
}
.wpcf7 .template01.lang-en p.form__label.is-required label::after {
  content: '*';
  color:#B7045D;
  padding-left: 5px;
  font-weight:700;
}
.wpcf7 .template01.lang-en p.form__label.is-required::after,.wpcf7 .template01.lang-en p.form__label.is-optional::after {
display: none;
}
@media(min-width:768px){
	.pribox h2 {
		font-size: 22px;
	}
	.pribox .h3org {
		font-size: 20px;
	}
}

/* 404 page */
.nf_404 {
  color:#001580;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}
.nf_404 span {
  font-size: 60px;
}
.btn-404.lang-btn {
  margin-left: auto;
  margin-right:auto;
}
.nf_en {
  color:#777;
}