@charset "UTF-8";
html {
  font-size: 62.5%;
}

/*--------------------------------------*/
body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}

body.fixed {
  position: fixed;
  overflow-y: scroll !important;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
}
@keyframes csn-rotate {
  to {
    transform: rotate(360deg);
  }
}
/*--------------------------------------*/
/*--------------------------------------*/
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
  padding-right: 2em;
  top: 0;
}

header .logo {
  background-color: #fff;
  padding: 0.8em 1.3em;
}

header.fixed .area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.96);
  z-index: 100;
}

header .gnavi {
  margin: 0;
  position: absolute;
  right: -100vw;
  opacity: 0;
  visibility: hidden;
  top: 150px;
}

header .gnavi.wait {
  opacity: 1;
  visibility: visible;
  right: 0;
}

header .gnavi .item {
  margin-bottom: 5px;
  transform: translateX(calc(100% + 2px));
  transition: transform 0.3s;
}

header .gnavi .item a {
  padding: 1em 1.5em;
  border-radius: 5px 0 0 5px;
  background-color: #fff;
  width: 100%;
  left: 0;
  position: relative;
  transition: left 0.3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

header .gnavi .item a:hover {
  left: -1em;
}

header .gnavi .item a span {
  border-left: 2px solid #208EC7;
  padding-left: 1em;
}

header .gnavi.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}

header .gnavi.active .item {
  transform: translateX(0%);
}

header .gnavi .item:nth-of-type(1) {
  transition-delay: 0s;
}

header .gnavi .item:nth-of-type(2) {
  transition-delay: 0.07s;
}

header .gnavi .item:nth-of-type(3) {
  transition-delay: 0.14s;
}

header .gnavi .item:nth-of-type(4) {
  transition-delay: 0.21s;
}

header .gnavi .item:nth-of-type(5) {
  transition-delay: 0.28s;
}

header .gnavi .item:nth-of-type(6) {
  transition-delay: 0.35s;
}

header .gnavi .item:nth-of-type(7) {
  transition-delay: 0.42s;
}

@media screen and (max-width: 750px) {
  header {
    padding-right: 3vw;
  }
  header .logo {
    padding: 0.4em 0.6em;
  }
  header .logo img {
    zoom: 0.5;
    backface-visibility: hidden;
    width: 30em;
  }
}
/*--------------------------------------------------------------------*/
#layer,
#newsLayer {
  transform: translateX(-100vw);
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 900;
  transition: opacity 0.3s;
}

#newsLayer {
  background-color: rgba(40, 77, 95, 0.7);
}

#newsLayer.wait {
  opacity: 0;
  transform: translateX(0vw);
}

#newsLayer.active.wait {
  opacity: 1;
}

header .menu {
  position: relative;
  border-radius: 3px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s;
}

header .menu .button {
  position: relative;
  z-index: 1100;
  width: 2.4em;
  height: 14px;
}

header .menu .button .line {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.3s;
}

header .menu .button .line:nth-of-type(1) {
  top: 0;
}

header .menu .button .line:nth-of-type(2) {
  bottom: 0;
}

header .menu.active .button .line:nth-of-type(1) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .menu.active .button .line:nth-of-type(2) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .menu .label {
  margin-top: 5px;
}

#layer.active,
#newsLayer.active {
  transform: translateX(0vw);
  opacity: 1;
}

.outofmv header .menu {
  color: #000;
}

.outofmv header .menu .button .line {
  background-color: #000;
}

@media screen and (max-width: 750px) {
  header .menu {
    padding-top: 5px;
  }
  header .menu .button {
    width: 2em;
    height: 12px;
  }
  header .menu .label {
    margin-top: 5px;
    font-size: 0.9rem !important;
  }
}
/*--------------------------------------*/
/*--------------------------------------*/
/*--------------------------------------------------------------------*/
.commonIndex .en {
  font-size: 6rem;
  font-weight: 500;
}

.commonIndex .ja {
  margin-top: 1em;
}

.commonLink a {
  padding: 0.8em 3em;
  border: 1px solid #ccc;
  border-radius: 3em;
}

.commonLink a .ico_arrow:before {
  border-width: 1px;
  top: 3px;
}

@media screen and (max-width: 770px) {
  .commonIndex .en {
    font-size: 3em;
    font-weight: 500;
  }
  .commonIndex .ja {
    margin-top: 0.5em;
  }
}
/*--------------------------------------------------------------------*/
.footer_contact {
  margin-bottom: 120px;
}

.footer_contact a {
  width: 100%;
}

.footer_contact .button {
  border: 5px solid #EEEEEE;
  padding: 2.8em 4em;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.footer_contact .button .heading {
  padding-right: 4em;
}

.footer_contact .button .heading .en {
  font-weight: 500;
  margin-bottom: 0.3em;
}

.footer_contact .button .icon {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 770px) {
  .footer_contact {
    padding: 0 5vw;
    margin-bottom: 10vw;
  }
  .footer_contact .button {
    align-items: flex-start;
    padding: 2em;
  }
  .footer_contact .button .heading {
    padding-right: 0;
  }
  .footer_contact .button .icon {
    width: 3em;
  }
  .footer_contact .button .message {
    margin-top: 2em;
    border-top: 1px dotted #ccc;
    padding-top: 1.5em;
    line-height: 2;
  }
}
/*--------------------------------------*/
/*--------------------------------------*/
footer .logo a {
  background-color: #fff;
}

footer .upper {
  padding: 2em 0;
  background-color: #F8F8F8;
  margin-bottom: 0.5em;
}

footer .upper .links .item {
  margin: 0 1.5em;
}

footer .upper .sns {
  margin-left: 3em;
}

footer .upper .sns .item {
  margin: 0 0.2em;
}

footer .specified {
  background-color: #384951;
  color: #fff;
  padding: 70px 0;
}

footer .specified .logo {
  margin-right: 3em;
}

@media screen and (max-width: 750px) {
  footer {
    padding-bottom: 40px;
  }
  footer .upper {
    padding: 2em 5vw;
    background-color: #F8F8F8;
    margin-bottom: 0.5em;
  }
  footer .upper .links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .upper .links .item {
    width: calc(50% - 10px);
    box-sizing: border-box;
    border-bottom: 1px dotted #ccc;
    margin: 5px;
  }
  footer .upper .links .item a {
    padding: 0.7em 1em;
  }
  footer .upper .sns {
    margin-left: 0;
    text-align: left;
    padding-left: 2em;
    margin-top: 2em;
    justify-content: flex-start;
  }
  footer .specified {
    padding: 2em 5vw;
  }
  footer .specified .logo {
    margin-right: 0;
  }
  footer .specified .logo img {
    zoom: 0.5;
  }
  footer .specified .information {
    margin: 1.5em 0;
  }
}
/*--------------------------------------------------------------------*/
.pages {
  margin-top: 2em;
}

.pages .area {
  justify-content: center;
}

.pagination {
  text-align: center;
}

.pagination a,
.pagination .current {
  width: 3em;
  height: 3em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  font-size: 1.2rem;
  border-radius: 1.5em;
}

.pagination .current {
  background-color: #676767;
  color: #fff;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next {
  opacity: 0.6;
}

@media screen and (max-width: 770px) {
  .pagination a,
  .pagination .current {
    font-size: 1rem;
  }
}
/*--------------------------------------*/
@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  img {
    width: 100%;
  }
}
/* 装飾 */
.blue {
  color: #3CF !important;
}

.ease1s * {
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}

.ease2s * {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.ease3s * {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.ease4s * {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.ease5s * {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/*--------------------------------------------------------------------*/
.flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.flex.-wrap {
  flex-wrap: wrap;
}

.flex.-alstretch {
  align-items: stretch;
}

.flex.-alstart {
  align-items: flex-start;
}

.flex.-alcenter {
  align-items: center;
}

.flex.-alend {
  align-items: flex-end;
}

.flex.-jsstart {
  justify-content: flex-start;
}

.flex.-jscenter {
  justify-content: center;
}

.flex.-jsend {
  justify-content: flex-end;
}

.flex.c4 > * {
  width: 24%;
  box-sizing: border-box;
}

.flex.c3 > * {
  width: 31%;
  box-sizing: border-box;
}

.flex.c2 > * {
  width: 48%;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .flex.-spcolumn {
    flex-direction: column;
  }
  .flex.-spcolumn > * {
    width: 100%;
  }
}
/*--------------------------------------------------------------------*/
.fc_blue {
  color: #208EC7;
}

.ico_arrow {
  position: relative;
  padding-right: 1em;
}

.ico_arrow:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotateZ(45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

a {
  transition: all 0.3s;
  display: inline-block;
  line-height: 1;
}

a:hover {
  opacity: 0.6;
}

.ff_poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.visible {
  overflow: hidden;
  position: relative;
}

.visible img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.before,
.after {
  position: relative;
}

.before:before,
.after:after {
  content: "";
  display: block;
  position: absolute;
}

.-text p {
  margin-bottom: 2em;
}

.fw_normal {
  font-weight: 500 !important;
}

.fw_bold {
  font-weight: 700 !important;
}

.lh_100 {
  line-height: 1;
}

.lh_125 {
  line-height: 1.25;
}

.lh_150 {
  line-height: 1.5;
}

.lh_175 {
  line-height: 1.75;
}

.lh_180 {
  line-height: 1.8;
}

.lh_200 {
  line-height: 2;
}

.lh_250 {
  line-height: 2.5;
}

.lh_300 {
  line-height: 3;
}

/*　フォントサイズ　*/
.fs_10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.fs_11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.fs_12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.fs_13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.fs_14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.fs_15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.fs_16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.fs_17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.fs_18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.fs_19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.fs_20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.fs_21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.fs_22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.fs_23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.fs_24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.fs_25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.fs_26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.fs_30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

@media screen and (max-width: 750px) {
  .fs_10 {
    font-size: 8px !important;
    font-size: 0.8rem !important;
  }
  .fs_11 {
    font-size: 9px !important;
    font-size: 0.9rem !important;
  }
  .fs_12 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .fs_13 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
  .fs_14 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .fs_15 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
  .fs_16 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .fs_18 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .fs_20 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .fs_30 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
}
.fss {
  font-size: 80% !important;
}

/* フォントカラー */
.fc_orange {
  color: #D9A877 !important;
}

.fc_green {
  color: #8AB879 !important;
}

/* インナー */
@media screen and (min-width: 751px) {
  .inner820 {
    width: 820px;
    margin: 0 auto;
  }
  .inner880 {
    width: 880px;
    margin: 0 auto;
  }
  .inner900 {
    width: 900px;
    margin: 0 auto;
    padding: 2em 5vw;
  }
  .inner920 {
    width: 920px;
    margin: 0 auto;
  }
  .inner940 {
    width: 940px;
    margin: 0 auto;
  }
  .inner950 {
    width: 950px;
    margin: 0 auto;
  }
  .inner960 {
    width: 960px;
    margin: 0 auto;
  }
  .inner980 {
    width: 980px;
    margin: 0 auto;
  }
  .inner1000 {
    width: 1000px;
    margin: 0 auto;
    padding: 2em 5vw;
  }
  .inner1060 {
    width: 1060px;
    margin: 0 auto;
  }
  .inner1200 {
    max-width: 1200px;
    margin: 0 auto;
  }
  .inner1260 {
    max-width: 1260px;
    margin: 0 auto;
    padding: 2em 5vw;
  }
}
@media screen and (max-width: 750px) {
  .inner1260 {
    padding: 2em 5vw;
  }
}
@media screen and (min-width: 771px) {
  .anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 770px) {
  .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.anchor.nooffset {
  margin-top: 0px;
  padding-top: 0px;
}

/**/
#sp_cta {
  display: none;
}

@media screen and (max-width: 770px) {
  #sp_cta {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
  }
  .grecaptcha-badge {
    display: none;
  }
}
#sp_cta ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#sp_cta li {
  width: 50%;
  background: #226093;
  /*		background: #e96300;*/
  /*	background: #b39065;*/
  text-align: center;
  box-sizing: border-box;
  padding: 6px 5px;
  color: #fff;
}

#sp_cta li:first-child {
  border-right: 1px solid #fff;
}

#sp_cta li a {
  font-size: 10px;
  display: block;
  line-height: 1.3;
}

/*

#sp_cta li i{
	width: 30px;
	vertical-align: middle;
	padding-right: 3px;
	position: relative;
	top: 2px;
}

#sp_cta li i img{
	width: 20px;
}
*/
.header_pdf .pdf_btn a {
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  padding: 0.8em 3em;
  border: 1px solid #ccc;
  border-radius: 3em;
  text-decoration: none;
  position: absolute;
  right: 7%;
  background: #fff;
  top: 20px;
}

@media screen and (max-width: 770px) {
  .header_pdf {
    display: none;
  }
}
.header_pdf .pdf_btn a::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/ico_pdf_blue.svg) no-repeat;
  background-size: cover;
  margin-right: 4px;
  position: absolute;
  top: 13px;
  right: 10px;
}

@media screen and (max-width: 770px) {
  .header_pdf .pdf_btn a::before {
    top: 17px;
  }
}
.top-information {
  margin: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.7rem;
  text-align: center;
}

.ct_footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #999;
  padding-top: 1em;
  margin-top: 1em;
}
