@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spartan&display=swap");
/****************************************************************************************************************************/
/*
/*
/* = Layout Style
/*
/*
/****************************************************************************************************************************/
#wholewrapper {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #wholewrapper {
    min-width: 1192px;
  }
}

/*--------------------------------------------------
header
-----------------------------------------------------*/
.header__outer {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #ffffff;
}
.header-shrink .header__outer {
  border-bottom: solid 1px #DBDBDB;
}
@media (max-width: 1000px) {
  .header__outer {
    position: relative;
    height: 60px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  background: #ffffff;
  height: 102px;
  position: relative;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .header__inner {
    width: 100%;
    height: 60px;
    align-items: stretch;
    z-index: 98;
    position: fixed;
  }
}
.header-shrink .header__inner {
  height: 80px;
}
.header__inner .header__logo {
  flex: 0 0 458px;
  transition: all 0.2s;
  z-index: 991;
}
@media screen and (max-width: 767px) {
  .header__inner .header__logo {
    flex: auto;
    padding-left: 10px;
    border-bottom: solid 1px #DBDBDB;
    padding-right: 8%;
  }
  .header__inner .header__logo img {
    height: 100%;
    vertical-align: middle;
  }
}
.header-shrink .header__inner .header__logo {
  padding: 5px 10px;
}
.header__inner .header__logo::before {
  content: "";
  display: inline-block;
  background: #FF80AB;
  height: 8px;
  width: 498px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
}
.header__inner .header__logo.cn::before {
  width: 452px;
}

.header-shrink .header__inner .header__logo::before {
  top: -8px;
}
@media screen and (max-width: 767px) {
  .header__inner .header__logo::before {
    display: none;
  }
  
}
.header__inner .header__logo .logo-2 {
  display: none;
  visibility: hidden;
  width: 137px;
  transition: all 0.2s;
}
.header-shrink .header__inner .header__logo .logo-1 {
display: none;	display: none;
visibility: hidden;	visibility: hidden;
}

@media screen and (min-width: 768px) {
.header__inner .header__logo .logo-1 {
  margin-left:20px;
  margin-top:8px; 

}
.header__inner .header__logo.cn .logo-1 {
  width:412px;
}
}
.header-shrink .header__inner .header__logo .logo-2 {
  display: block;
  visibility: visible;
}
.header__inner .header__links {
  margin-right: 18px;
  margin-left: auto;
  text-align: right;
  position: absolute;
  right: 190px;
  top: 12px;
}
@media screen and (max-width: 767px) {
  .header__inner .header__links {
    display: none;
  }
}
.header__inner .header__links--btn {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.header__inner .header__links--textresizer {
  display: inherit;
  align-items: center;
  margin-right: 15px;
  font-size: 13px;
}
.header__inner .header__links--textresizer dt {
  display: inline-block;
  margin-right: 5px;
}
.header__inner .header__links--textresizer #textresizer--controls li {
  display: inline-block;
}
.header__inner .header__links--textresizer #textresizer--controls li + li {
  margin-left: 4px;
}
.header__inner .header__links--textresizer #textresizer--controls li a {
  display: block;
  color: #333333;
  background: #ffffff;
  border: solid 1px #707070;
  border-radius: 5px;
  padding: 1px 8px 1px;
  font-size: 14px;
}
.header__inner .header__links--textresizer #textresizer--controls li a.textresizer-active, .header__inner .header__links--textresizer #textresizer--controls li a:hover {
  background: #D13B77;
  border-color: #D13B77;
  color: #ffffff;
  opacity: 1;
}
.header__inner .header__links--sns li {
  display: inline-block;
}
.header__inner .header__links--sns li img {
  width: 28px;
}
.header__inner .header__links--sns li + li {
  margin-left: 4px;
}
.header__inner .header__links--bnr li {
  flex: 0 0 146px;
  display: inline-flex;
}
.header__inner .header__links--bnr li img {
  height: 34px;
}
.header__inner .header__links--bnr li + li {
  margin-left: 20px;
}
.header-shrink .header__inner .header__links {
  top: -120px;
}
.header__inner .header__right {
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .header__inner .header__right {
    padding-right: 60px;
  }
}
.header__inner .header__right--btn {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.header__inner .header__right--btn li .select {
  cursor: pointer;
  display: block;
  width: 95px;
  height: 102px;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
}
.header-shrink .header__inner .header__right--btn li .select {
  height: 81px;
  width: 72px;
  font-size: 1.2rem;
}
.header__inner .header__right--btn li .select::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .header__inner .header__right--btn li .select::before {
    width: 25px;
    height: 25px;
    margin-bottom: 0;
  }
}
.header__inner .header__right--btn li .select:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .header__inner .header__right--btn li .select {
    height: 60px;
    width: 60px;
    font-size: 0.625em;
  }
}
.header__inner .header__right--btn li.lang .select {
  background: #3340C2;
}
.header__inner .header__right--btn li.lang .select:not(.select-open-btn)::before {
  background: url("../media/images/common/header/icon_lang.svg") no-repeat center center;
  background-size: contain;
}
.header__inner .header__right--btn li.search .select {
  background: #1F2D9C;
}
.header__inner .header__right--btn li.search .select:not(.select-open-btn)::before {
  background: url("../media/images/common/header/icon_search.svg") no-repeat center center;
  background-size: contain;
}
.header__inner .header__right--btn li .select-open-btn {
  cursor: pointer;
  color: transparent;
  font-size: 0px;
}
.header__inner .header__right--btn li .select-open-btn::before, .header__inner .header__right--btn li .select-open-btn::after {
  content: "";
  display: inline-block;
  background: #ffffff;
  position: absolute;
  transform: rotate(45deg);
}
.header__inner .header__right--btn li .select-open-btn::before {
  width: 20px;
  height: 2px;
  top: calc(50% - 2px);
  left: calc(50% - 10px);
  background: #ffffff;
}
.header__inner .header__right--btn li .select-open-btn::after {
  width: 2px;
  height: 20px;
  top: calc(50% - 11px);
  left: calc(50% - 1px);
}
.header__inner .header__right--btn li .header__right--open {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__inner .header__right--btn li .header__right--open {
    transition: all 0.4s ease-out;
  }
}
.header__inner .header__right--btn li .header__right--open .header__right--detail {
  display: none;
  background: #ffffff;
  border-radius: 20px;
  margin-top: 245px;
  padding-left: 70px;
  padding-right: 70px;
}
@media print, screen and (min-width: 768px) {
  .header__inner .header__right--btn li .header__right--open .header__right--detail {
    width: 1192px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .header__right--btn li .header__right--open .header__right--detail {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-shrink .header__inner .header__right--btn li .header__right--open .header__right--detail {
  margin-top: 100px;
}
.header__inner .header__right--btn li .header__right--open .header__right--detail .inner__ttl--list:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .header__inner .header__right--btn li .header__right--open .header__right--detail {
    border-radius: 0;
    margin-top: 0px;
    padding: 80px 20px 14px;
  }
}
.header__inner .header__right--btn li .header__right--open .close-btn {
  display: none;
  text-align: center;
  margin-top: 30px;
}
.header__inner .header__right--btn li .header__right--open .close-btn span {
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
}
.header__inner .header__right--btn li .header__right--open .close-btn span::before, .header__inner .header__right--btn li .header__right--open .close-btn span::after {
  content: "";
  display: inline-block;
  background: #ffffff;
  position: absolute;
  transition: all 0.2s ease-out;
  transform: rotate(45deg);
}
.header__inner .header__right--btn li .header__right--open .close-btn span::before {
  width: 20px;
  height: 2px;
  top: 12px;
  left: -30px;
}
.header__inner .header__right--btn li .header__right--open .close-btn span::after {
  width: 2px;
  height: 20px;
  top: 3px;
  left: -21px;
}
.header__inner .header__right--btn li .header__right--open.header__search label {
  border: solid 1px #DBDBDB;
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 2px;
  border-radius: 32px;
}
.header__inner .header__right--btn li .header__right--open.header__search input {
  border: none;
  border-radius: 32px;
  width: 86%;
}
.header__inner .header__right--btn li .header__right--open.select-open {
  visibility: visible;
  opacity: 1;
  top: 0;
  background: rgba(13, 25, 117, 0.8);
  width: 100%;
  height: 100vh;
  z-index: -1;
  display: block;
}
.header__inner .header__right--btn li .header__right--open.select-open .header__right--detail,
.header__inner .header__right--btn li .header__right--open.select-open .close-btn {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .header__inner .header__right--btn li .header__right--open.select-open .header__right--detail,
.header__inner .header__right--btn li .header__right--open.select-open .close-btn {
    animation: fadeup 0.36s cubic-bezier(0.33, 1, 0.68, 1) both;
  }
}

header .gsc-results-wrapper-overlay {
  height: 85vh;
}
@media screen and (max-width: 767px) {
  header .gsc-results-wrapper-overlay {
    top: 70px;
  }
}
header .gsc-modal-background-image-visible {
  background-color: transparent;
}
header .gsc-control-cse {
  padding: 0;
}
@media screen and (max-width: 767px) {
  header .gsc-control-cse {
    padding: 10px 20px 0;
  }
}
header .gsc-control-cse table.gsc-search-box {
  margin-bottom: 0;
}
header .gsc-control-cse form.gsc-search-box {
  border: solid 1px #DBDBDB;
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 2px 4px;
  border-radius: 32px;
  margin-bottom: 0;
}
header .gsc-control-cse form.gsc-search-box td.gsc-input {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  header .gsc-control-cse form.gsc-search-box td.gsc-input {
    padding: 0 10px;
  }
}
header .gsc-control-cse form.gsc-search-box td.gsc-input .gsc-input-box {
  border: none;
  background-color: #ffffff;
  background-image: url("../media/images/common/icon/icon_search.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 5px center;
  padding: 0 0 0 25px;
}
header .gsc-control-cse form.gsc-search-box td.gsc-input .gsc-input-box table.gsc-input td.gsib_a input {
  line-height: 1.5;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  header .gsc-control-cse form.gsc-search-box td.gsc-search-button {
    display: none;
  }
}
header .gsc-control-cse form.gsc-search-box td.gsc-search-button button.gsc-search-button {
  cursor: pointer;
  background: #3340C2;
  color: #ffffff;
  font-weight: bold;
  border-radius: 80px;
  width: 100%;
  height: 56px;
  font-size: 1em;
  border: none;
  white-space: nowrap;
  padding: 0 45px;
  font-size: 16px;
}
header .gsc-control-cse form.gsc-search-box td.gsc-search-button button.gsc-search-button::after {
  content: "検索";
}
:lang(en) header .gsc-control-cse form.gsc-search-box td.gsc-search-button button.gsc-search-button::after {
  content: "Search";
}
:lang(zh-cmn-Hans) header .gsc-control-cse form.gsc-search-box td.gsc-search-button button.gsc-search-button::after {
  content: "搜索";
}
header .gsc-control-cse form.gsc-search-box td.gsc-search-button button.gsc-search-button svg {
  display: none;
}

/*--------------------------------------------------
gloval navi
-----------------------------------------------------*/
.header__gnav {
  border-top: solid 1px #DBDBDB;
  background: #ffffff;
  position: relative;
  font-size: 1.4rem;
  transition: all 0.3s ease-out;
  /*&::after{
  	@include media(sp){
  	content: "";
  	width: 100%;
  	height: 100vh;
  	background: rgba(13, 25, 117, 0.8);
  	display: block;
  }
  }*/
}
@media screen and (max-width: 767px) {
  .header__gnav {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header__gnav--wrapper {
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 25, 117, 0.8);
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
  }
  .sp-open .header__gnav--wrapper {
    overflow-y: scroll;
    visibility: visible;
    opacity: 1;
  }
}
.header-shrink .header__gnav {
  position: absolute;
  border-top: none;
  top: 0px;
  width: 100%;
}
.header__gnav--search {
  display: none;
  opacity: 0;
}
.header__gnav--search .search__column {
  text-align: center;
  padding-top: 5px;
}
.header__gnav--search input {
  width: 90%;
  border: solid 1px #DBDBDB;
  border-radius: 32px;
  padding: 14px 20px 14px 20px;
  margin: 10px auto;
  border-radius: 32px;
}
.sp-open .header__gnav--search {
  display: block;
  opacity: 1;
  position: relative;
  padding-top: 60px;
  background: #ffffff;
  padding-bottom: 5px;
}
.header__gnav--ul {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .header__gnav--ul {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .header__gnav--ul {
    width: 1192px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__gnav--ul {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__gnav--ul {
    display: none;
    opacity: 0;
    transition: all 0.3s ease-out;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sp-open .header__gnav--ul {
  display: block;
  opacity: 1;
}
.header-shrink .header__gnav--ul {
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 144px;
}
.header__gnav--ul > li {
  flex: 0 0 169px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__gnav--ul > li {
    border-right: none;
  }
}
.header-shrink .header__gnav--ul > li {
  flex: 0 0 122px;
}
@media print, screen and (min-width: 768px) {
  .header__gnav--ul > li:last-of-type a {
    border-right: solid 1px #DBDBDB;
  }
}
.header__gnav--ul > li > a {
  display: block;
  border-left: solid 1px #DBDBDB;
  height: 40px;
  margin: 20px auto;
  text-align: center;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  position: relative;
  color: #333333;
  font-weight: 500;
  font-feature-settings: "palt";
}
.header-shrink .header__gnav--ul > li > a {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .header__gnav--ul > li > a {
    border-left: none;
    justify-content: flex-start;
    height: auto;
    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: solid 1px #DBDBDB;
    padding: 16px 0;
    margin: 0 auto;
  }
  .header__gnav--ul > li > a br {
    display: none;
  }
  .header__gnav--ul > li > a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #3340C2;
    transform: rotate(135deg);
    position: absolute;
    transition: all 0.2s ease-out;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header__gnav--ul > li.menu-open a::after {
    transform: rotate(-45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .header__gnav--ul > li::after {
    content: "";
    display: inline-block;
    background: #FF80AB;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.3s ease-out;
    height: 4px;
  }
  .header__gnav--ul > li:hover::after, .header__gnav--ul > li.active::after {
    width: 100%;
  }
}
.header__gnav--ul > li > .menu-items-bg {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
}
.header__gnav--ul > li > .menu-items-bg.open {
  visibility: visible;
  opacity: 1;
  background: rgba(13, 25, 117, 0.8);
  width: 100%;
  height: 100vw;
  z-index: -1;
}
.header__gnav--ul > li > .menu-items {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: calc(100vw - 178px);
  transition: transform 0.3s ease-out;
}
@keyframes fadeup {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 768px) {
  .header__gnav--ul > li > .menu-items {
    transform: translateY(20px);
  }
}
.header__gnav--ul > li > .menu-items ul.depth2 {
  background: #ffffff;
  border-radius: 20px;
  margin-top: 65px;
  padding-left: 70px;
  padding-right: 70px;
}
@media print, screen and (min-width: 768px) {
  .header__gnav--ul > li > .menu-items ul.depth2 {
    width: 1192px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header__gnav--ul > li > .menu-items ul.depth2 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__gnav--ul > li > .menu-items ul.depth2 {
    border-radius: 0;
    margin-top: 0px;
    padding: 0;
    transition: all 0.4s ease-out;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
.header-shrink .header__gnav--ul > li > .menu-items ul.depth2 {
  margin-top: 20px;
}
.header__gnav--ul > li > .menu-items ul.depth2 li {
  position: relative;
  display: inline-block;
  margin-right: 28px;
  width: calc((100% / 3) - 21px );
}
@media screen and (max-width: 767px) {
  .header__gnav--ul > li > .menu-items ul.depth2 li {
    width: 100%;
    margin-right: 0;
  }
}
.header__gnav--ul > li > .menu-items ul.depth2 li:nth-of-type(3n + 1) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .header__gnav--ul > li > .menu-items ul.depth2 li::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #3340C2;
    transform: rotate(45deg);
    position: absolute;
    transition: all 0.2s ease-out;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 14px;
  }
}
.header__gnav--ul > li > .menu-items ul.depth2 li a {
  display: block;
  border-bottom: solid 1px #DBDBDB;
  padding: 20px 25px 20px 15px;
  position: relative;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .header__gnav--ul > li > .menu-items ul.depth2 li a {
    border-bottom: none;
    padding: 15px;
  }
}
.header__gnav--ul > li > .menu-items ul.depth2 li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .header__gnav--ul > li > .menu-items ul.depth2 li a::after {
    display: none;
  }
}
.header__gnav--ul > li > .menu-items ul.depth2 li a:hover {
  color: #3340C2;
}
.header__gnav--ul > li > .menu-items ul.depth2 li a:hover::after {
  width: 100%;
  background: #F8F9FF;
}
.header__gnav--ul > li > .menu-items ul.depth2 li.menu-items-ttl {
  width: 100%;
  margin-right: 0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .header__gnav--ul > li > .menu-items ul.depth2 li.menu-items-ttl {
    display: none;
  }
}
.header__gnav--ul > li > .menu-items.open {
  visibility: visible;
  opacity: 1;
  background: transparent;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .header__gnav--ul > li > .menu-items.open {
    top: 178px;
    z-index: 100;
    transform: translateY(0);
  }
  .header-shrink .header__gnav--ul > li > .menu-items.open {
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header__gnav--ul > li > .menu-items.open {
    z-index: 1;
    position: inherit;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__gnav--ul > li > .menu-items.open > ul.depth2 {
    display: block;
    max-height: 100vh;
    opacity: 1;
  }
}
.header__gnav .close-btn {
  display: none;
  text-align: center;
  margin-top: 30px;
}
.header__gnav .close-btn span {
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
}
.header__gnav .close-btn span::before, .header__gnav .close-btn span::after {
  content: "";
  display: inline-block;
  background: #ffffff;
  position: absolute;
  transition: all 0.2s ease-out;
  transform: rotate(45deg);
}
.header__gnav .close-btn span::before {
  width: 20px;
  height: 2px;
  top: 12px;
  left: -30px;
}
.header__gnav .close-btn span::after {
  width: 2px;
  height: 20px;
  top: 3px;
  left: -21px;
}
.sp-open .header__gnav .close-btn {
  display: block;
  margin-bottom: 50px;
}

/*--------------------------------------------------
SP menu
-----------------------------------------------------*/
/* sp menu btn  */
.sp-menu {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px 2px;
  border: none;
  background-color: #1F2D9C;
  outline: none;
  z-index: 12;
  width: 60px;
  height: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sp-menu {
    display: none;
  }
}
.sp-menu small {
  display: block;
  padding: 28px 0 0;
  line-height: 1;
  color: #ffffff;
  font-size: 11px;
}

.animated-icon {
  position: relative;
  transform: rotate(0deg);
  cursor: pointer;
  margin: 0 auto;
}
.animated-icon span {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  content: "";
  width: 45%;
  height: 2px;
  margin: auto;
  background-color: #ffffff;
  top: 0;
  transition: 0.3s ease-in-out;
  transform-origin: 5% 0px;
}
.animated-icon span:nth-child(1) {
  top: 4px;
}
.animated-icon span:nth-child(2) {
  top: 12px;
}
.animated-icon span:nth-child(3) {
  top: 20px;
}
.sp-open .animated-icon span:nth-child(1) {
  transform: rotate(45deg);
  left: 6px;
}
.sp-open .animated-icon span:nth-child(2) {
  opacity: 0;
}
.sp-open .animated-icon span:nth-child(3) {
  transform: rotate(-45deg);
  left: 3px;
}

/*--------------------------------------------------
pankuzu
-----------------------------------------------------*/
.pankuzu__outer {
  background: #EBECF3;
  z-index: 1;
  position: relative;
  transition: all 0.2s;
}
.header-shrink .pankuzu__outer {
  opacity: 0;
  display: none;
}
.pankuzu__outer .pankuzu {
  overflow-x: auto;
  padding: 10px 5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .pankuzu__outer .pankuzu {
    width: 1192px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pankuzu__outer .pankuzu {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.pankuzu__outer .pankuzu a:not(.last) {
  color: #1F2D9C;
}
.pankuzu__outer .pankuzu li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.pankuzu__outer .pankuzu li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -15px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}

/*--------------------------------------------------
contents
-----------------------------------------------------*/
@media screen and (max-width: 767px) {
  .relatedinfo {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    background: #EBECF3;
  }
}

/*--------------------------------------------------
footer
-----------------------------------------------------*/
footer {
  margin-top: 50px;
  background: #3340C2;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 0;
  }
}
footer a {
  position: relative;
}
footer a:hover {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer a {
    display: block;
  }
}
footer .sitemap {
  padding: 90px 72px 90px;
}
@media screen and (max-width: 767px) {
  footer .sitemap {
    padding: 24px 20px;
    width: 100%;
  }
}
footer .sitemap .footer__inner {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .sitemap .footer__inner {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  footer .sitemap .footer__inner .sitemap_col {
    padding: 0 40px 0 30px;
    max-width: 410px;
  }
  footer .sitemap .footer__inner .sitemap_col:not(:first-of-type) {
    border-left: solid 1px #717AD4;
    padding-left: 58px;
  }
}
footer .sitemap .footer__inner .sitemap_col a {
  display: block;
  color: #ffffff;
}
footer .sitemap .footer__inner .sitemap_col .sitemap_title {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .sitemap .footer__inner .sitemap_col .sitemap_title {
    width: 100%;
    line-height: 1.6;
    padding: 16px 25px 16px 0;
    margin-bottom: 0px;
    border-bottom: solid 1px #717AD4;
  }
  footer .sitemap .footer__inner .sitemap_col .sitemap_title::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #3340C2;
    transform: rotate(135deg);
    position: absolute;
    transition: all 0.2s ease-out;
    border-color: #ffffff;
    right: 5px;
    top: calc( 50% - 5px);
  }
}
footer .sitemap .footer__inner .sitemap_col .sitemap_title.footer_chevron::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  footer .sitemap .footer__inner .sitemap_col ul.depth1 {
    transition: all 0.4s ease-out;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
footer .sitemap .footer__inner .sitemap_col ul.depth1 li {
  margin-bottom: 13px;
}
footer .sitemap .footer__inner .sitemap_col ul.depth1 li a {
  color: #DADEFF;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  footer .sitemap .footer__inner .sitemap_col ul.depth1 li a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .sitemap .footer__inner .sitemap_col ul.depth1 + .sitemap_title {
    margin-top: 38px;
  }
}
footer .sitemap .footer__inner .sitemap_col ul.depth1.footer_open {
  display: block;
  max-height: 100vh;
  opacity: 1;
  margin-top: 15px;
}
footer .sitemap .footer__inner .sitemap1 {
  display: flex;
  align-items: flex-start;
  flex-flow: column wrap;
  justify-content: flex-start;
  height: 450px;
}
@media screen and (max-width: 767px) {
  footer .sitemap .footer__inner .sitemap1 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .sitemap .footer__inner .sitemap1 > li {
    width: 100%;
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  footer .sitemap .footer__inner .sitemap1 > li.has_children {
    width: 300px;
    margin-bottom: 40px;
  }
}
footer .sitemap .footer__inner .sitemap1 > li.has_children > ul {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: space-between;
}
footer .sitemap .footer__inner .sitemap1 > li.depth1 > a {
  font-weight: 500;
  margin-bottom: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .sitemap .footer__inner .sitemap1 > li.depth1 > a {
    padding: 16px 25px 16px 0;
    margin-bottom: 0px;
    border-bottom: solid 1px #717AD4;
  }
  footer .sitemap .footer__inner .sitemap1 > li.depth1 > a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #3340C2;
    transform: rotate(135deg);
    position: absolute;
    transition: all 0.2s ease-out;
    border-color: #ffffff;
    right: 5px;
    top: calc( 50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  footer .sitemap .footer__inner .sitemap1 > li ul.depth2 {
    transition: all 0.4s ease-out;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
footer .sitemap .footer__inner .sitemap1 > li ul.depth2 li {
  margin-bottom: 20px;
}
footer .sitemap .footer__inner .sitemap1 > li ul.depth2 li a {
  color: #DADEFF;
  font-size: 1.4rem;
}
footer .container--fluid {
  background: #ffffff;
}
footer .container--fluid > .footer__inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .container--fluid > .footer__inner {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  footer .container--fluid > .footer__inner {
    width: 1192px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 46px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  footer .container--fluid > .footer__inner {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .container--fluid > .footer__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

footer .container--fluid .footer__logo {
  width: 200px;
}
@media print, screen and (min-width: 768px) {
footer .container--fluid .footer__logo {
  margin-bottom:15px;
}
}
@media screen and (max-width: 767px) {
  footer .container--fluid .footer__logo {
    width: 154px;
    margin: 24px auto;
  }
}
footer .container--fluid .sitemap2 {
  padding: 20px 0 18px;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  footer .container--fluid .sitemap2 {
    font-size: 0.75em;
    display: flex;
    align-items: flex-end;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0;
  }
}
footer .container--fluid .sitemap2 li {
  display: inline-block;
  line-height: 1;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  footer .container--fluid .sitemap2 li {
    width: 50%;
    border-bottom: solid 1px #DCDCDC;
    padding-right: 0;
    text-align: center;
  }
  footer .container--fluid .sitemap2 li:nth-of-type(odd) {
    border-right: solid 1px #DCDCDC;
  }
  footer .container--fluid .sitemap2 li:nth-of-type(1), footer .container--fluid .sitemap2 li:nth-of-type(2) {
    border-top: solid 1px #DCDCDC;
  }
}
footer .container--fluid .sitemap2 li a {
  color: #333333;
}
@media screen and (max-width: 767px) {
  footer .container--fluid .sitemap2 li a {
    padding: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .container--fluid .sitemap2 li + li {
    padding-left: 20px;
    border-left: solid 1px #333333;
  }
  footer .container--fluid .sitemap2 li + li:last-of-type {
    padding-right: 0;
  }
}
footer .copyright {
  font-size: 0.75em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 0.625em;
    text-align: center;
    padding-bottom: 23px;
  }
}
footer .copyright a {
  display: inline;
}

/*--------------------------------------------------
Pagetop
-----------------------------------------------------*/
#pagetop {
  position: absolute;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  #pagetop {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 12px;
    z-index: 5;
  }
}
#pagetop a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  width: 56px;
  height: 56px;
  text-decoration: none;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #pagetop a {
    transform: scale(0.8);
  }
}
#pagetop a span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  display: inline-block;
  margin-left: 0;
  margin-right: 0.5em;
  display: block;
  font-size: 1.6rem;
  margin: 0;
  transition: transform 0.2s;
}
#pagetop a:hover span::before {
  transform: translateY(-3px);
}

/*# sourceMappingURL=layout.css.map */
