@charset "UTF-8";
body {
	color: #000;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
	line-height: 100%;
}
img,svg {
	max-width: 100%;
	height: auto;
}
ol {
    list-style: decimal;
    list-style-position: inside;
}
.tac {
    text-align: center;
}
h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
}
p {
    line-height: 170%;
}
.is-sp {
    display: none;
}
p.ttl-eng {
    color: #ed6c11;
    line-height: 100%;
    font-family: "Allerta", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.anchor-target {
  scroll-margin-top: 110px;
}
header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
}
.header .content-wrap {
    max-width: 1440px;
    margin: auto;
    position: relative;
}
.header h1.logo,.header .logo {
    margin: 0;
    padding: 16px 40px;
    display: inline-block;
    position: relative;
    top: 0;
}
.header logo img {
    width: 238px;
    height: auto;
}
.header .nav {
    display: inline-block;
    padding: 0 0 0 120px;
    margin: 0;
    position: relative;
    top: 42px;
    vertical-align: top;
}
.header .nav li {
    position: relative;
    display: inline-block;
    padding: 0 56px 0 0;
}
.header .nav li a {
    display: block;
    font-weight: 600;
}
.header .nav li a:hover {
    color: #ed6c12;
    text-decoration: none;
}
.header .nav li a:after {
    content: "";
    width: 13px;
    height: 11px;
    display: inline-block;
    background-image: url(../img/common/ico-nav-arrow.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    position: relative;
    left: 8px;
}
.toppage main.main {
    margin: 0;
}
.top-mvarea {
    text-align: center;
    position: relative;
}
.mv-image img {
    width: 100%;
}
.mv-text {
    position: absolute;
    top: 18vw;
    left: 0;
    right: 0;
}
.top-mv-scrollbar {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.top-mv-scrollbar .scroll-down {
  position: relative;
  width: 2px;
  height: 80px;
  margin: 0 auto;
  margin-top: 10px;
}
.top-mv-scrollbar .scroll-line {
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.top-mv-scrollbar .scroll-ball {
  width: 7px;
  height: 7px;
  background-color: #ed6c12;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollMove 2s infinite;
}
@keyframes scrollMove {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    top: 45px;
    opacity: 1;
  }
  100% {
    top: 80px;
    opacity: 0;
  }
}
.top-area-01 {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 80px 0 0;
}
.top-area-01-left {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    padding: 0 6vw 0 15vw;
    background-image: url(../img/top/top-area01-textimage.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 90%;
    position: relative;
}
.top-area-01-right {
    display: table-cell;
    width: 40%;
    vertical-align: bottom;
}
.top-area-01-left h2 {
    padding: 32px 0 0;
    position: relative;
    z-index: 30;
}
.top-area-01-left .ttl-eng {
    padding: 20px 0 30px;
    position: relative;
    z-index: 20;
}
.top-area-01-left .btn a {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    padding: 40px 0;
    display: block;
    position: relative;
}
.top-area-01-left .btn a:hover {
    color: #ed6c12;
    text-decoration: none;
}
.top-area-01-left .btn a:after {
    content: "";
    display: inline-block;
    background-image: url(../img/common/ico-btn-arrow.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ed6c11;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 22px;
    left: 104px;
    border-radius: 50%;
}
.top-area-01-left p.img-mugi {
    position: absolute;
    top: -140px;
    left: 0;
    width: 260px;
    z-index: 10;
}
.top-area-02 {
    background: #fef6f0;
    padding: 80px 0 120px;
}
.top-area-02 .content-wrap {
    max-width: 1000px;
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: auto;
}
.top-area-02-left {
    display: table-cell;
    width: 20%;
    vertical-align: top;
}
.top-area-02-right {
    display: table-cell;
    width: 80%;
    vertical-align: top;
}
.top-area-02-left h2 {
    padding: 20px 0 0;
}
.top-area-02-left .ttl-eng {
    padding: 20px 0 0;
}
.top-area-02-right ul.news-list li {
    padding: 20px 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
.top-area-02-right ul.news-list li p {
    display: inline-block;
}
.top-area-02-right ul.news-list li span.cat {
    font-size: 14px;
    display: inline-block;
    background: #777777;
    border-radius: 5px;
    color: #fff;
    margin: 0 20px;
    padding: 5px 30px;
}
.top-area-02-right ul.news-list li.news-pdf p:after {
    content: "";
    background-image: url(../img/common/ico-pdf.svg);
    background-size: 20px;
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 25px;
    padding: 0;
    position: relative;
    top: 5px;
    left: 5px;
}
.top-area-02-right ul.news-list li.news-doc p:after {
    content: "";
    background-image: url(../img/common/ico-doc.svg);
    background-size: 20px;
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 25px;
    padding: 0;
    position: relative;
    top: 5px;
    left: 5px;
}
footer.footer {
    padding: 40px 0;
    position: relative;
    border-top: 1px solid #ccc;
}
footer.footer:before {
    content: "";
    background: #ed6c12;
    width: 266px;
    height: 10px;
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
}
.footer .content-warp {
    max-width: 1280px;
    margin: auto;
}
.footer-wrap {
    display: block;
    width: 100%;
    position: relative;
}
.footer-logo {
    display: inline-block;
    width: 182px;
}
.footer-text {
    font-size: 13px;
    padding: 0 0 0 72px;
    display: inline-block;
}
.footer-copy {
    text-align: right;
    color: #ed6c12;
    font-size: 12px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.pagetop {
    position: fixed;
    bottom: 130px;
    right: 30px;
}
.pagetop a {
    background: #ed6c11;
    padding: 22px 26px;
    border-radius: 50%;
}
.pagetop a:hover {
    opacity: 0.7;
}
header.header.scroll-nav {
    transition: opacity 0.6s ease;
}
header.header.scroll-nav.add-bg {
    background: #fff;
}
.fade-in-target {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.fade-in-target.show {
  opacity: 1;
}

.about header.header {
    background: #fff;
}
.about .content-header {
    margin: 112px 0 0;
    position: relative;
    background-image: url(../img/about/content-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.about .content-header .content-header-unt {
    width: 1200px;
    margin: auto;
}
.about .content-header h1.content-header-h1 {
    position: absolute;
    top: 33%;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
}
.about .content-header .ttl-eng {
    font-size: 20px;
    position: absolute;
    top: 51%;
}
.bread-crumb {
    max-width: 1200px;
    margin: auto;
    padding: 16px 0 48px;
    font-size: 13px;
}
.bread-crumb li {
    display: inline-block;
}
.bread-crumb li:after {
    content: ">";
    padding: 0 5px;
    color: #ed6c12;
}
.bread-crumb li:last-child:after {
    display: none;
}
.about .main .content-wrap {
    max-width: 1000px;
    margin: auto;
}
.about .locail-nav {
    text-align: center;
}
.about .locail-nav li {
    display: inline-block;
    width: 300px;
    margin: 0 45px 0 0;
}
.about .locail-nav li:last-child {
    margin-right: 0;
}
.about .locail-nav li a {
    padding: 18px 0;
    display: block;
    text-align: center;
    border-bottom: 2px solid #ed6c12;
    position: relative;
    font-weight: bold;
}
.about .locail-nav li a:hover {
    color: #ed6c12;
    text-decoration: none;
}
.about .locail-nav li a:after {
    content: "";
    background-image: url(../img/about/ico-nav-arrow.svg);
    background-size: 12px;
    background-position: top center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 23px;
    right: 16px;
}
.about .content-wrap h2 {
    padding: 80px 0 0;
    line-height: 100%;
    text-align: center;
}
.about .content-wrap .ttl-eng {
    text-align: center;
    padding: 10px 0 40px;
}
.about .content-wrap h3 {
    margin: 64px 0 24px;
    padding: 5px 10px;
    border-left: 4px solid #ed6c13;
    font-size: 21px;
    font-weight: 700;
}
.about .download-list li {
    padding: 22px 0 0;
    position: relative;
}
.about .download-list li:before {
    content: "";
    background-image: url(../img/about/ico-arrow-li.svg);
    background-size: 14px;
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 12px;
    padding: 0 10px 0 0;
}
.about .download-list li a {
    text-decoration: underline;
}
.about .download-list li a:hover {
    color: #ed6c12;
}
.about .download-list li.dl-pdf a:after {
    content: "";
    background-image: url(../img/common/ico-pdf.svg);
    background-size: 20px;
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 25px;
    padding: 0;
    position: relative;
    top: 5px;
    left: 5px;
}
.about .download-list li.dl-doc a:after {
    content: "";
    background-image: url(../img/common/ico-doc.svg);
    background-size: 20px;
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 25px;
    padding: 0;
    position: relative;
    top: 5px;
    left: 5px;
}
.about-bg-section {
    background: #fef6f0;
    margin: 80px 0 0;
    padding: 0 0 80px;
}
table.overview-table {
    width: 100%;
}
table.overview-table th {
    width: 24%;
    text-align: left;
    padding: 20px 16px;
    border-top: 1px solid #ed6c11;
    font-weight: 600;
}
table.overview-table tr:last-child th {
    border-bottom: 1px solid #ed6c11;
}
table.overview-table td {
    padding: 20px 16px;
    border-top: 1px solid #d3d1d1;
    line-height: 170%;
}
table.overview-table tr:last-child td {
    border-bottom: 1px solid #d3d1d1;
}
.about .download-list-release-information {
    padding: 0 0 200px;
}
.about .download-list-release-information li {
    padding: 20px 0 28px;
    border-top: 1px solid #d3d1d1;
}
.about .download-list-release-information li:last-child {
    border-bottom: 1px solid #d3d1d1;
}
.sp-hamburger-nav {
    display: none;
}
@media only screen and (max-width : 1280px){
.mv-text img {
    width: 48vw;
}
.footer .content-warp {
    padding: 0 20px;
}
.top-area-01-left {
    padding: 0 3vw 0 10vw;
}
.top-area-01-left p.img-mugi {
    width: 200px;
}
.about .content-header .content-header-unt,.bread-crumb {
    width: 90%;
}
.about .content-header .ttl-eng {
    top: 55%;
}
}
@media only screen and (max-width : 1020px){
.header h1.logo img, .header .logo img {
    width: 180px;
}
.top-area-01-left p.img-mugi {
    left: -6%;
    width: 180px;
}
.top-area-02 .content-wrap,.about .main .content-wrap {
    width: 90%;
}
.top-area-01 {
    background-position: 0 -60px;
}
.about .locail-nav li {
    width: 30%;
    margin-right: 2%;
}
}
@media only screen and (max-width : 800px){
.header .logo img {
    width: 20vw;
}
.header .nav {
    top: 4.5vw;
    padding-left: 0;
    position: absolute;
    right: 10vw;
}
.top-area-01-left,.top-area-01-right,.top-area-02-left,.top-area-02-right {
    display: block;
    width: 100%;
}
.top-area-01-left {
    background-size: 90vw;
    padding: 0 0 50px;
    width: 90%;
    margin: 0 auto 50px;
}
.top-area-01-right {
    text-align: right;
}
.top-area-01-right img {
    width: 80vw;
}
.top-area-01 p.btn {
    margin-bottom: 100px;
}
.top-area-02-right ul.news-list li span.day {
    padding: 0 10px 10px 0;
    display: inline-block;
}
.top-area-02-right ul.news-list li span.cat {
    margin: 0 20px 0 0;
}
.top-area-02-right ul.news-list li p {
    display: block;
}
.about .locail-nav li a {
    font-size: 0.9em;
    padding: 10px 0;
}
table.overview-table th,table.overview-table td {
    width: 100%;
    display: block;
}
.about .content-header h1.content-header-h1 {
    font-size: 28px;
    position: relative;
    padding: 25vw 0 15px;
}
.about .content-header .ttl-eng {
    font-size: 16px;
    position: relative;
}
.about .content-header {
    margin-top: 10vw;
}
.about .locail-nav li a:after {
    top: 14px;
    right: 0;
}
.footer .content-warp {
    padding: 0;
    width: 90%;
    margin: auto;
}
.footer-text {
    display: block;
    padding: 10px 0 0;
}
.footer-copy {
    position: static;
    padding: 10px 0 0;
}
.header .nav {
    display: none;
}
.sp-hamburger-nav {
    display: block;
}
.sp-hamburger-nav .hamburger {
  position: fixed;
  top: 15px;
  right: 16px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.sp-hamburger-nav .hamburger span {
  display: block;
}
.sp-hamburger-nav .hamburger.open {
    display: none;
}
.sp-hamburger-nav .menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 90%;
  height: 100%;
  background: #f26f1d; /* オレンジ背景 */
  color: white;
  z-index: 9999;
  transition: right 0.3s ease;
  padding: 20px 40px;
}
.sp-hamburger-nav .menu.open {
  right: 0;
}
.sp-hamburger-nav .close-btn {
  position: absolute;
  top: 15px;
  right: 16px;
  font-size: 30px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.sp-hamburger-nav .menu ul {
  margin-top: 100px;
  list-style: none;
  padding: 0;
}
.sp-hamburger-nav .menu ul li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.sp-hamburger-nav .menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  display: block;
  font-weight: 600;
}
.sp-hamburger-nav .menu ul li a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  background-image: url(../img/common/ico-btn-arrow.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 12px;
  height: 12px;
}
}
@media only screen and (max-width : 736px){
.is-sp {
    display: block;
}
.is-pc {
    display: none;
}
h2 {
    font-size: 28px;
}
.header h1.logo, .header .logo {
    padding: 3%;
}
.header h1.logo img, .header .logo img {
    width: 150px;
}
.header .nav {
    right: 3%;
    width: 50%;
    text-align: right;
}
.header .nav li {
    padding: 0 17px 0 0;
    font-size: 0.8em;
}
.mv-text img {
    margin: auto;
    position: relative;
    top: 36vw;
    width: 70vw;
}
.top-mv-scrollbar {
    bottom: -32px;
}
.top-area-01 p.btn {
    margin-bottom: 50px;
}
.about .content-header {
    margin-top: 15vw;
    background-image: url(../img/about/content-header_sp.png);
}
.about .locail-nav li a {
    font-size: 0.8em;
}
table.overview-table th {
    color: #ed6c11;
    border-top: 1px solid #d3d1d1;
}
table.overview-table td {
    border: none;
    padding: 0 16px 20px;
}
table.overview-table tr:last-child th {
    border-bottom: none;
}
footer.footer {
    padding-bottom: 16px;
}
.footer-copy {
    text-align: center;
    padding-top: 40px;
}
.pagetop {
    bottom: 120px;
    right: 10px;
}
.pagetop a {
    padding: 10px 15px;
}
}
@media only screen and (min-width : 860px){
.about .content-header {
    height: 320px;
    overflow: hidden;
}
}
@media only screen and (max-width : 860px){
.about .content-header {
    height: 220px;
    overflow: hidden;
}
}