@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　reset
/*
/*-------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption, th, td {
  text-align: left;
}

/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  position: relative;
  font-size: 20px;
}

body {
  position: relative;
  /* min-width: 1240px; */
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1;
  color: #000;
  background: #fff;
  font-display: swap;
  line-height: 1.8;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
a img {
  transition: opacity .2s;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

img.max {
  width: 100%;
}

p {
  line-height: 2;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.pc-inline {
  display: inline-block;
}
.sp-inline {
  display: none;
}
.sp_ls-only {
  display: none;
}

.pe-none {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 18px;
  }

  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .sp_ls-only {
    display: block;
  }
}

/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
  background: #fff;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  z-index: 2000;
}
#header:after {
  content: "";
  clear: both;
  display: block;
}
#header .logo {
  width: 368px;
  padding: 30px 0 20px 30px;
  line-height: 1;
}
#header .logo a:hover img {
  opacity: 1;
}
#header .h-nav {
  width: calc(100% - 368px);
  padding-left: 4%;
}
#header .h-nav .nav-list {
  position: relative;
  justify-content: flex-start;
  font-size: 21px;
  line-height: 1.2;
}
#header .h-nav .nav-list > li {
  margin: 0 1.5em 0 0;
}
#header .h-nav .nav-list > li a {
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
}
#header .h-nav .nav-list > li a:hover {
  color: #E57300;
}
#sp-menu-block {
  display: none;
}

@media screen and (max-width: 767px) {
  #header {
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 10px;
    z-index: 10001;
  }
  #header .logo {
    padding: 0;
    max-width: 70%;
    z-index: 10001;
  }
  #header .logo a {
  }
  #header .logo a img {
    width: 240px;
  }
  #header #sp-menu {
    position: fixed;
    right: 10px;
    top: 10px;
    display: block;
    margin: 0 auto;
    width: 42px;
    height: 41px;
    cursor: pointer;
    text-align: center;
    z-index: 10001;
    box-sizing: border-box;
    color: #000;
  }
  #header #sp-menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 2px;
    -moz-radius: 2px;
    -webkit-radius: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  #header #sp-menu span:nth-child(1) {
    top: 0;
  }
  #header #sp-menu span:nth-child(2) {
    top: 10px;
  }
  #header #sp-menu span:nth-child(3) {
    top: 20px;
  }
  #header #sp-menu p {
    font-size: 12px;
    font-weight: bold;
    top: 30px;
    left: 51.5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1.6;
    letter-spacing: 0.1em;
    position: absolute;
    margin: 0;
  }
  #header #sp-menu p.txt-close {
    display: none;
  }
  #header #sp-menu.open {
    background-color: #FFF;
  }
  #header #sp-menu.open span {
  }
  #header #sp-menu.open p.txt-menu {
    display: none;
  }
  #header #sp-menu.open p.txt-close {
    display: block;
  }
  #header #sp-menu.open span:nth-child(1) {
    top: 35%;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
  }
  #header #sp-menu.open span:nth-child(2) {
    opacity: 0;
  }
  #header #sp-menu.open span:nth-child(3) {
    top: 15px;
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
  }
  #sp-menu-block {
    position: fixed !important;
    width: 100%;
    height: 100%;
    background: #FFF;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: 10000;
  }
  #sp-menu-block-inner {
    overflow: auto;
    padding: 100px 0 0;
  }
  #g-nav {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    display: none;
    margin-bottom: 30px;
  }
  #g-nav ul {
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  #g-nav li {
  }
  #g-nav li + li {
    margin-top: 30px;
  }
  #g-nav li a {
    font-weight: 500;
  }
  #g-nav li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #g-nav li .g-nav-ja {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 22px;
  }
}

/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
#wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#pagetit {
  display: flex;
  width: 100%;
  height: 300px;
  margin-top: 110px;
  padding-top: 10px;
  background: url("../img/bg-pagetit.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .1em;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#breadcrumb {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 80px;
  font-size: 16px;
  line-height: 1.8;
  justify-content: flex-end;
}
#breadcrumb li + li {
  margin-left: 5px;
}
#breadcrumb li + li:before {
  content: "＞";
  display: inline-block;
  margin-right: 5px;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.container:after {
  content: "";
  clear: both;
  display: block;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

img.icon,
span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.txt-bold {
  font-weight: bold;
}

.txt-break span {
  display: inline-block;
}

.txt-kerning {
  font-feature-settings: "palt";
}

/* 汎用見出し */
h2 {
  font-weight: bold;
}

h3 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
}

h4 {
  position: relative;
  margin-bottom: 25px;
  padding-left: 40px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}
h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  display: inline-block;
  width: 30px;
  height: 0;
  border-top: 2px solid #E57300;
  vertical-align: middle;
}

h5 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}

h6 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

.en {
  font-family: Georgia, serif;
}

.sec-tit {
  position: relative;
  width: 50%;
  margin-bottom: 100px;
  padding: 70px 0 80px;
  background: #E57300;
  color: #fff;
}
.sec-tit:after {
  content: "";
  clear: both;
  display: block;
}
.sec-tit .tit,
.sec-tit .en {
  clear: right;
  float: right;
  width: 100%;
  max-width: 600px;
  text-align: right;
}
.sec-tit .tit {
  position: relative;
  padding-right: 60px;
  font-size: 50px;
  letter-spacing: .1em;
  line-height: 1.4;
}
.sec-tit .tit:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 50px;
  height: 0;
  margin-top: -1px;
  border-bottom: 2px solid #fff;
}
.sec-tit .en {
  padding-right: 60px;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.1;
  opacity: .5;
}

/* 汎用ボタン */
a.btn {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
}
a.btn:hover {
  background: #eee;
}

/* 汎用テーブル */
table {
  width: 100%;
  line-height: 1.65;
  border-top: 1px solid #000;
  border-collapse: collapse;
  empty-cells: show;
  table-layout: fixed;
}
table th,
table td {
  padding: 14px 20px 12px;
  border-bottom: 1px solid #000;
  vertical-align: top;
}
table th {
  width: 16%;
  font-weight: bold;
  text-align: center;
}
table td {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  table th {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

/* ページ内ナビ */
.pagenav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
}
.pagenav li {
  width: 360px;
  margin: 0 30px 30px;
}
.pagenav li a {
  display: block;
  padding: 15px 30px 12px;
  border: 1px solid;
  border-radius: 40px;
  text-align: center;
}
.pagenav li a:after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  margin: 5px auto 0;
  background: url("../img/icon-caret-down.png") no-repeat center;
  background-size: 100%;
  transition: transform .2s;
}
.pagenav li a:hover {
  background: #eee;
}
.pagenav li a:hover:after {
  transform: translateY(2px);
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  #pagetit {
    margin-top: 60px;
    height: 150px;
    font-size: 32px;
  }
  #breadcrumb {
    padding: 0 10px;
    margin: 10px auto 40px;
  }

  h3 {
    font-size: 40px;
  }
  h4 {
    padding-left: 30px;
  }
  h4::before {
    width: 20px;
  }

  .sec-tit {
    width: 100%;
    text-align: center;
    padding: 30px 0 32px;
    margin-bottom: 40px;
  }
  .sec-tit .tit {
    font-size: 36px;
    text-align: center;
  }
  .sec-tit .tit:after {
    content: none;
  }
  .sec-tit .en {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sec-tit .tit {
    padding-right: 0;
  }
  .sec-tit .en {
    padding-right: 0;
  }
}

/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
#footer {
  position: relative;
  width: 100%;
  padding-top: 40px;
  background: #222;
  color: #fff;
}
#footer .f-pagetop {
  position: fixed;
  right: 30px;
  bottom: -60px;
  width: 60px;
  line-height: 1;
  z-index: 2000;
  transition: bottom .3s;
}
#footer .f-pagetop.active {
  bottom: 30px;
}
#footer .f-pagetop a {
  display: block;
}
#footer .f-pagetop img {
  display: block;
}
#footer .container > .flexbox {
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#footer .f-address {
  font-size: 18px;
  line-height: 1.6;
}
#footer .f-logo {
  margin-bottom: 20px;
  font-size: 17px;
}
#footer .f-logo img {
  width: 368px;
  margin-top: 5px;
}
#footer .f-logo a {
  color: #fff;
  text-decoration: none;
}
#footer .f-logo a:hover img {
  opacity: 1;
}
#footer .f-content.flexbox {
  max-width: 660px;
  display: flex;
  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#footer .f-siteseal {
  margin: 0px 0 4px 30px;
}
#footer .f-contact {
  margin-bottom: 40px;
}
#footer .f-contact .contact-tel {
  display: inline-block;
  font-size: 44px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
#footer .f-contact .contact-tel span,
#footer .f-contact .contact-tel a {
  font-weight: bold;
}
#footer .f-contact .contact-tel .icon {
  margin-bottom: 2px;
  margin-right: 5px;
}
#footer .f-contact .contact-btn {
  display: inline-block;
  width: 240px;
  margin-left: 30px;
  padding: 12px 10px 8px;
  background: #E57300;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
#footer .f-contact .contact-btn:hover {
  background: #ff9933;
}
#footer .f-contact .contact-btn:hover img {
  opacity: 1;
}
#footer .f-contact .contact-btn .icon {
  margin-right: 10px;
}
#footer .f-nav {
  float: right;
  max-width: 500px;
  font-size: 18px;
}
#footer .f-nav li {
  line-height: 1.4;
  margin-bottom: 10px;
  margin-left: 2em;
}
#footer .f-nav li:nth-of-type(4n - 3) {
  margin-right: 0;
}
#footer .f-nav li.w01 {
  width: 3.5em;
}
#footer .f-nav li.w02 {
  width: 6em;
}
#footer .f-nav li:nth-of-type(n+5) {
  margin-bottom: 0;
}
#footer .f-nav li a {
  color: #fff;
  text-decoration: none;
}
#footer .f-nav li a:hover {
  color: #E57300;
}
#footer .copyright {
  display: block;
  padding: 45px 0 15px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 10px;
  }
  #footer a:link, #footer a:visited {
    color: #FFF;
  }
  #footer .f-pagetop {
    width: 50px;
    right: 10px;
  }
  #footer .f-pagetop.active {
    bottom: 10px;
  }
  #footer .container > .flexbox {
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  }
  #footer .f-address {
    font-size: 15px;
  }
  #footer .f-logo {
    font-size: inherit;
  }
  #footer .f-logo img {
    max-width: 90%;
  }
  #footer .f-address address {
    line-height: 1.8;
  }
  #footer .f-content.flexbox {
    margin-top: 20px;
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  }
  #footer .f-contact {
    text-align: center;
  }
  #footer .f-nav {
    margin: 0 auto;
    float: none;
  }
  #footer .f-nav li,
  #footer .f-nav li.w01,
  #footer .f-nav li.w02 {
    width: 6em;
    text-align: left;
    margin-left: 0;
  }
  #footer .f-nav li:nth-of-type(n+5) {
    margin-bottom: 10px;
  }
  #footer .f-siteseal {
    text-align: center;
    width: 100%;
    margin: 20px auto 0;
  }
  #footer .copyright {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #footer .f-contact .contact-btn {
    margin: 20px 0 0;
  }
  #footer .f-nav {
    max-width: 12em;
  }
}

/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  a.btn {
    padding: 15px 20px 8px;
  }

  #footer .f-contact .contact-btn {
    padding: 15px 10px 6px;
  }
}
