@charset "UTF-8";

.cms-preview {
  box-sizing: border-box;
}

/* CSS Document */
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 210%;
  font-family: "Yu Gothic Medium", YuGothic, Hiragino Kaku Gothic ProN, "Helvetica", Arial, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 70%;
}

.page img {
  width: unset;
  max-width: 100%;
}

a {
  color: #0065A4;
  text-decoration: underline;
}

.page a {
  word-wrap: break-word;
}

.pc-no {
  display: none;
}

.sp-no {
  display: inline;
}

.fade {
  opacity: 1.0;
  transition: all 0.3s;
}

.fade:hover {
  opacity: 0.5;
}

.wrapper>.header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  overflow: visible;
  background-color: #FFF;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0px 0px 5px 0px rgba(135, 135, 135, 0.5);
}

.wrapper>.header a {
  text-decoration: none;
}

.header .hdr-wrap {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 0 0;
  overflow: visible;
}

.header .hdr-top {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .hdr-logo {
  width: 20%;
  max-width: 180px;
  transition: all 0.3s;
  line-height: 70%;
}

.header .hdr-logo:hover {
  opacity: 0.5;
}

.header .hdr-r {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .hdr-bnr {
  width: 18%;
  margin: 0 2% 0 0;
  padding: 0;
}

.header .hdr-bnr a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 70%;
}

.header .searchbox {
  width: 20%;
  margin: 0;
  padding: 0 10px;
  border: solid 1px #373737;
  border-radius: 30px;
}

.header .searchbox form.newsearch {
  padding: 5px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header .searchbox input {
  width: 85%;
  margin: 0;
  padding: 5px 1%;
  border: none;
}

.header .searchbox .searchbtn {
  width: 10%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

/**ORANGE BUTTONS**/
.header .hdr-btn {
  width: 17%;
  margin: 0 0 0 2%;
  background-color: #FF4B1F;
  text-align: center;
  font-size: 80%;
  border-radius: 30px;
  cursor: pointer;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}

.header .hdr-btn:hover {
  background-color: #0E397C;
  letter-spacing: 0.05em;
}

.header .btn-eng {
  background-color: #FF4B1F;
}

.header .btn-eng:hover {
  background-color: #0E397C;
}

.header .btn-ja {
  background-color: #0E397C;
}

.header .btn-ja:hover {
  background-color: #FF4B1F;
}

.header .hdr-btn a {
  width: 90%;
  margin: 0 auto;
  padding: 5px 5%;
  color: #FFF;
}

.header .sb-navicon {
  background-color: #000;
}

.header .sb-navicon a {
  color: #FFF;
}

.header .sb-navicon .hb-flex {
  width: 70%;
  margin: 0 auto;
  padding: 0 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hb-flex .hb-icon {
  width: 20%;
  margin: 10px 0 0;
}

.hb-flex .hb-txt {
  width: 60%;
  color: #FFF;
  font-size: 110%;
}

#hamburger-menu {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
}

#hamburger-menu span {
  opacity: 1;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  color: black;
  background-color: white;
  position: absolute;
  transform: rotate(0deg);
  transition: .3s all;
}

#hamburger-menu span:nth-child(1) {
  top: 0;
}

#hamburger-menu span:nth-child(2) {
  top: 10px;
}

/*
#hamburger-menu span:nth-child(3) {
    top: 10px;
}
*/
#hamburger-menu.open span:nth-child(1) {
  transform: translateY(5px) rotate(135deg);
}

#hamburger-menu.open span:nth-child(2) {
  transform: translateY(-5px) rotate(-135deg);
}

/*
#hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}#hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}
*/
@media screen and (min-width: 961px) and (max-width: 1100px) {
  .header .hdr-top {
    display: block;
  }

  .header .hdr-r {
    width: 100%;
  }
}

.header .hdr-bot {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hdr-bot .nav ul.nav-list {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.hdr-bot .nav ul.nav-list a {
  width: 100%;
  display: block;
  padding: 10px 0;
  color: #000;
  text-align: center;
  transition: all 0.3s;
}

.hdr-bot .nav ul.nav-list a::after {
  content: "";
  width: 0;
  height: 5px;
  margin: 0 auto;
  display: block;
  background-color: transparent;
  border-radius: 10px;
  transition: all 0.3s;
}

.hdr-bot .nav ul.nav-list a:hover {
  color: #FF4B1F;
}

.hdr-bot .nav ul.nav-list a:hover::after {
  width: 50px;
  background-color: #FF4B1F;
}

.hdr-top .bnr-space {
  display: none;
}

/***MAIN***/
.main {
  width: 100%;
  margin: 110px 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

section.sec {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: visible;
}

section.grey-sec {
  background-color: #F8F8F8;
}

section.sec .sec-wrap {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  overflow: visible;
}

.page-header {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-image: url("./images/pagehd_bk.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.page-header .ph-wrap {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

.page-header h2.ph-en {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  font-size: 100%;
  font-weight: bold;
}

.page-header h1.page-title {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  font-size: 180%;
  font-weight: bold;
}

.pankuzu {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 80%;
}

.pankuzu #pageTitle,
.pankuzu #pageTitle .pieceContainer,
.pankuzu #pageTitle .pieceBody {
  display: inline;
}

.pankuzu #pageTitle h1 {
  width: unset;
  display: inline;
  font-weight: normal;
  font-size: 100%;
}

.page {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/***PAGE LEFT CONTENTS***/
.page .page-left {
  width: 20%;
}

.page-left .page-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.page-menu .title {
  width: 95%;
  margin: 0 auto;
  padding: 10px 2.5%;
  position: relative;
  overflow: hidden;
  background-color: #FF4B1F;
  border-radius: 10px 10px 0 0;
  color: #FFF;
  font-size: 120%;
  font-weight: bold;
}

.page-menu ul.menu-list {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
}

.page-menu ul.menu-list li {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-bottom: solid 1px #707070;
}

.page-menu ul.menu-list li.small {
  font-size: 80%;
}

.page-menu ul.menu-list li a {
  width: 95%;
  margin: 0 auto;
  padding: 10px 2.5%;
  text-decoration: none;
  color: #373737;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  background-color: transparent;
}

.page-menu ul.menu-list li a:hover {
  background-color: #fff1ed;
}

.page-menu ul.menu-list li a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("./images/hdr_nav-arr.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/***PAGE RIGHT CONTENTS***/
.page .page-right {
  width: 75%;
  min-height: 500px;
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5 {
  width: 100%;
  position: relative;
  line-height: 160%;
  color: #FF4B1F;
}

.page h1,
.cke_editable h1 {
  margin: 0 0 40px;
  padding: 0;
  font-size: 2.0em;
  line-height: 160%;
}

.page h1::after,
.cke_editable h1::after {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  margin: 5px 0 0;
  background-color: #FE4B1F;
  border-radius: 10px;
}

#pageTitle .pieceHeader {
  display: none;
}

h1.page-title #pageTitle h1 {
  margin: 0;
  font-size: 100%;
  color: #FF4B1F;
}

.page h2,
.cke_editable h2 {
  width: 95%;
  margin: 0 auto 30px;
  padding: 10px 2%;
  border: solid 2px #FE4B1F;
  border-radius: 5px;
  font-size: 1.6em;
}

.page h3,
.cke_editable h3 {
  width: 96%;
  margin: 0 auto 30px;
  padding: 0 0 0 10px;
  border-left: solid 10px #FE4B1F;
  font-size: 1.4em;
}

.page h4,
.cke_editable h4 {
  width: 98%;
  margin: 0 auto 30px;
  padding: 0 0 10px;
  border-bottom: solid 2px #FE4B1F;
  font-size: 1.2em;
}

.page h5,
.cke_editable h5 {
  width: 98%;
  margin: 0 auto 20px;
  padding: 0;
  color: #373737;
  font-size: 1.2em;
}

.page h5::before,
.cke_editable h5::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #373737;
  margin: 0 10px 0 0;
}

.page table,
.cke_editable table {
  width: 98%;
  margin: 10px auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #A5A5A5;
  border-spacing: 1px;
  color: #333333;
  font-size: 90%;
}

.page th,
.page td,
.cke_editable th,
.cke_editable td {
  padding: 10px 15px;
}

.page th,
.cke_editable th {
  background-color: #E2E2E2;
  font-weight: bold;
  text-align: left;
}

.page td,
.cke_editable td {
  background-color: #FFF;
}

.page p,
.cke_editable p {
  width: 99%;
  margin: 0 0 10px 1%;
}

/***FOOTER***/
.pagetop {
  width: 5%;
  max-width: 60px;
  position: fixed;
  right: 5%;
  /*    bottom:400px;*/
  bottom: 25%;
  z-index: 10;
  line-height: 0%;
  opacity: 1.0;
  cursor: pointer;
  transition: all 0.3s;
}

.pagetop:hover {
  opacity: 0.5;
}

.sticky {
  position: fixed;
  bottom: 10px;
}

.footer {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: visible;
}

.footer .top-ftr {
  width: 100%;
  margin: 0;
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
  background-color: #FFE6D5;
}

.ftr-wrap {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.ftr-wrap .ftr-l {
  width: 40%;
}

.ftr-wrap .ftr-l .ftr-logo {
  width: 50%;
  max-width: 180px;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.ftr-wrap .ftr-l .address {
  width: 100%;
  margin: 0 0 20px;
  font-weight: bold;
  line-height: 180%;
}

.ftr-wrap .ftr-l ul.contacts {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 180%;
  font-weight: bold;
}

.ftr-wrap .ftr-l ul.contacts li {
  margin: 0 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ftr-wrap .ftr-l ul.contacts li .label {
  width: 50%;
  color: #FF4B1F;
  border: solid 1px #FF4B1F;
  text-align: center;
  padding: 5px;
  margin: 0 10px 0 0;
  font-size: 80%;
}

.ftr-wrap .ftr-l ul.contacts li .num {
  width: 45%;
}

.ftr-wrap .ftr-r {
  width: 30%;
}

.ftr-wrap .ftr-r ul.sns-list {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 10px;
}

.ftr-wrap .ftr-r ul.sns-list li {
  max-width: 100px;
}

.footer .copyright {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  color: #FF4B1F;
  font-size: 80%;
}

.footer .copyright .ftr-wrap {
  text-align: right;
  justify-content: flex-end;
}

/***Decoration***/
.deco {
  position: absolute;
  z-index: 10;
}

.deco-news {
  width: 100px;
  top: -200px;
  right: 0;
}

.deco-about {
  width: 200px;
  bottom: -50px;
  left: 0;
}

.deco-ftr-l {
  width: 300px;
  top: -60px;
  left: 0;
}

.deco-ftr-r {
  width: 90px;
  bottom: 20px;
  right: 0;
}

/***MOVIE***/
.movie {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 100px;
  padding: 0;
  position: relative;
  overflow: hidden;
  line-height: 70%;
  aspect-ratio: 16 / 9;
}

.movie iframe {
  width: 100%;
  height: 100%;
}

.flex-two {
  width: 90%;
  margin: 60px auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-two .movie-box {
  width: 45%;
  margin: 0;
}

.flex-two .movie {
  margin: 0;
}

.flex-two .movie-box .title {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

/***NEWS***/
.tabs {
  display: none;
}

.content ul {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.content li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.content li {
  margin: 0;
  padding: 10px 0;
  border-bottom: solid 1px #FFDED6;
  font-weight: bold;
}

.content li span[class$="date"] {
  flex-basis: 20%;
  color: #FF4B1F;
}

.content li span[class^="title"] {
  flex-basis: 80%;
}

.content li a {
  color: #373737;
  text-decoration: none;
  transition: all 0.3s;
}

.content li a:hover {
  opacity: 0.5;
}

#topicsNewsTab,
#centerNewsTab {
  min-height: 580px;
}

#topicsNewsTab .links,
#centerNewsTab .links {
  display: none;
}

.news-all {
  width: 50%;
  max-width: 120px;
  float: right;
  font-size: 100%;
  font-weight: bold;
}

.news-all a {
  color: #FF4B1F;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-all a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("./images/contents_arr-r.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.contentGpArticleDoc .body {
  margin: 100px 0 0;
}

.contentGpArticleDoc .inquiry,
.contentGpArticleDoc .back {
  display: none;
}

.contentGpArticleDocs h2.date {
  width: 98%;
  margin: 0 auto 30px;
  padding: 0 0 10px;
  border: none;
  border-bottom: solid 2px #FE4B1F;
  border-radius: 0;
  font-size: 1.2em;
}