@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form.telLineBtn .tel span::after
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
ー body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  background-color: #FFF;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
  scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #030315;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.08em;
  /*min-width:1000px;*/
  overflow-x: hidden;
  font-weight: 500;
}
.min {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul, ol, li {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
.contents {
  padding: 70px 15px;
}
img {
  width: 100%;
  height: auto;
}
@font-face {
  font-family: 'Yu Gothic-B';
  font-style: normal;
  font-weight: 600;
  src: url("../css/fonts/YuGothic-B.woff") format('woff');
}
@font-face {
  font-family: 'Yu Gothic-M';
  font-style: normal;
  font-weight: 500;
  src: url("../css/fonts/YuGothic-M.woff") format('woff');
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?jgkq4j');
  src: url('fonts/icomoon.eot?jgkq4j#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?jgkq4j') format('truetype'), url('fonts/icomoon.woff?jgkq4j') format('woff'), url('fonts/icomoon.svg?jgkq4j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-line:before {
  content: "\e900";
  color: #00c300;
}
.icon-phone:before {
  content: "\e942";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
/* indent
-------------------*/
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.bold {
  font-family: 'Yu Gothic-B';
  font-weight: 600;
}
.gochic {
  font-family: 'Yu Gothic-M';
}
.normal {
  font-weight: normal;
}
.italic {
  font-style: italic
}
.spDisp {
  display: block;
}
.pcDisp {
  display: none;
}
/* compo parts
-------------------*/
.headerWrap {
  position: fixed;
  width: 100%;
  height: 55px;
  z-index: 10000;
}
.headerWrap::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 55px;
  top: 0;
  transition: all 0.5s;
  z-index: -1;
}
.headerWrap.active::after {
  top: 0;
}
.headerWrap .headerLogo {
  left: 14px;
  top: 4px;
  align-items: center;
  position: fixed;
  z-index: 200;
}
.headerWrap .headerLogo .logo {
  width: 95px;
}
.headerWrap .entryBtn {
  position: fixed;
  top: 0;
  right: 0;
}
.headerWrap .entryBtn a, header .entryBtnWrap .entryBtn a {
  background-color: #ef484a;
  padding: 16px 15px 13px 50px;
  font-size: 12px;
  display: block;
  color: #fff;
  position: relative;
  line-height: 1.2;
}
.headerWrap .entryBtn a::after, header .entryBtnWrap .entryBtn a::after {
  position: absolute;
  content: "";
  background: url("../img/line.png")no-repeat center center/contain;
  width: 34px;
  height: 32px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
#spNav .logo {
  position: absolute;
}
#spHeader {
  padding: 15px 3%;
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
#spHeader.active {
  height: 100%;
}
.headerBtn.entryBtn {
  position: absolute;
  left: 140px;
  top: 15px;
}
.spMenu {
  cursor: pointer;
  display: block;
  position: fixed;
  width: 50px;
  height: 52px;
  right: 0;
  top: 18px;
  z-index: 1010;
}
.spMenu.active span:nth-of-type(3), .headerWrap.active .spMenu.active span:nth-of-type(3) {
  background-color: transparent;
}
.spMenu span {
  background-color: #111;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  height: 2px;
  width: 24px;
  position: absolute;
  left: 0;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.spMenu.active span {
  background-color: #fff;
}
.headerWrap.active .spMenu span {
  background-color: #0497b6;
}
.headerWrap.active .spMenu.active span {
  background-color: #fff;
}
.spMenu span:nth-of-type(2) {
  top: 9px;
}
.spMenu span:nth-of-type(3) {
  top: 18px;
}
.spMenu.active span:nth-of-type(1) {
  top: 20px;
  left: 12px;
}
.spMenu.active span:nth-of-type(2) {
  top: 29px;
  left: 12px;
}
.spMenu small {
  top: 20px;
  position: absolute;
  display: block;
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.2rem;
}
.spMenu.active {
  right: 0;
  top: 0;
  background-color: #0497b6;
}
.spMenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.spMenu.active span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}
.spMenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}
.spMenu.active small {
  color: transparent;
}
.hvrright {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 0;
}
.hvrright:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ddd;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvrright:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*spNav*/
#spNav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding: 80px 30px;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 1000;
  overflow: scroll;
  background-color: #0497b6
}
#spNav.active {
  visibility: visible;
  right: 0;
}
#spNav::after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
#spNav::before, #spNav::after {
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#spNav.active::before, #spNav.active::after {
  opacity: 1;
}
#spNav .btnWrap {
  width: 100%;
}
#spNav .btnWrap a {
  color: #000;
  padding: 30px 10px 25px 70px;
  border: 1px solid #000;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
}
#spNav .btnWrap a small {
  font-size: 14px;
}
#spNav .linkList {
  max-width: 950px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
}
#spNav .linkList li {
  width: 100%;
}
#spNav .linkList li:last-child {
  margin: 0;
}
#spNav .linkList li a {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: block;
  color: #0497b6;
  padding: 30px 15px;
  border-bottom: 1px solid #ddd;
  font-family: "YuGothic-B";
}
#spNav .linkList li a .en {
  font-size: 32px;
  display: block;
  font-weight: 700;
}
#spNav .linkList li a:hover {
  color: #ddd;
}
#spNav .linkList li a:hover::before {
  background-color: #ddd;
}
.headerWrap .tel_mail_btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*  margin-bottom: 10px;*/
  padding: 20px 15px;
  background: linear-gradient(180deg, #045690 0%, #079cb9 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "YuGothic-B";
  font-size: 20px;
}
_::-webkit-full-page-media, _:future, :root .headerWrap .tel_mail_btn a {
  color: #045690;
  -webkit-text-fill-color: #045690;
}
header .logo {
  width: 100px;
  margin: 30px auto;
}
/*footer*/
footer {
  padding: 80px 10px 30px;
  background: url("../img/footer.jpg")no-repeat center center/cover;
}
footer .copyright {
  display: block;
  font-size: 12px;
  width: 100%;
  color: #fff;
}
footer .logo {
  max-width: 150px;
  margin: 0 auto 80px;
}
/*list*/
.indList, .indListS {
  margin-bottom: 15px;
}
.indList li, .indListS li {
  line-height: 170%;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.indListS li {
  font-size: 1.1rem !important;
  line-height: 130%;
}
.indList li::before, .indListS li::before {
  content: '・';
  font-size: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.numList, .numListS {
  /*  margin-bottom: 15px;*/
  padding-left: 1.6em;
}
.numList li, .numListS li {
  line-height: 150%;
  /*  list-style: decimal outside none;*/
  margin-bottom: 5px;
}
.numListS li {
  font-size: 1.1rem !important;
  line-height: 130%;
}
/*table*/
.bscTbl01 table {
  border-collapse: collapse;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  width: 100%;
}
.bscTbl01 table th, .bscTbl01 table td {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  line-height: 1.4;
  padding: 20px 20px 17px;
  text-align: left;
}
.bscTbl01 table th {
  background-color: #DDD;
}
.bscTbl01 table tr.head th {
  background-color: #448CBC;
  color: #FFF;
}
.tblScroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tblScroll table {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
  width: 1000px !important;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.mailicon {
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url("../img/mail.png")no-repeat center center/contain;
  margin-right: 20px
}
.telicon {
  display: inline-block;
  width: 22px;
  height: 40px;
  background: url("../img/tel.png")no-repeat center center/contain;
  margin-right: 20px
}
@media only screen and (min-width: 769px) {
  .spDisp {
    display: none !important;
  }
  .pcDisp {
    display: block;
  }
  .contents {
    padding: 100px 15px;
  }
  #spHeader {
    display: none;
  }
  .rightSide {
    display: block;
  }
  .headerWrap, .headerWrap::after {
    height: 160px;
  }
  .headerWrap .headerLogo {
    left: 25px;
    top: 40px;
  }
  .headerWrap .headerLogo .logo {
    width: 140px;
  }
  .headerWrap .gnavList {
    display: flex;
  }
  .headerWrap .gnavList li a, footer .rightcont ul li a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 0;
  }
  .headerWrap .gnavList li a {
    padding: 0 15px;
    font-size: 16px;
    border-right: 1px solid #111;
    z-index: 0;
  }
  .headerWrap .gnavList li a:before, footer .rightcont ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 0;
    right: 0;
    bottom: -5px;
    background: #a4daf1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .headerWrap .gnavList li a:hover:before, footer .rightcont ul li a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .headerWrap .rightSide {
    position: fixed;
    right: 20px;
    top: 15px;
    max-width: 570px;
    width: 100%;
  }
  .headerWrap .tel_mail_btn, .headerWrap .linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .headerWrap .tel_mail_btn {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .headerWrap .linkList {
    justify-content: flex-end;
  }
  .headerWrap .linkList li:first-child a {
    border-left: 1px solid #111;
  }
  .tel_mail_btn li {
    width: 49%;
  }
  .tel_mail_btn li a {
    padding: 16px 10px 16px 20px;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .tel_mail_btn li a span {
    background: linear-gradient(180deg, #045690 0%, #079cb9 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "YuGothic-B";
  }
  .headerWrap .tel_mail_btn .telBtn a {
    font-size: 20px;
    display: flex;
  }
  .headerWrap .tel_mail_btn .mailBtn a {
    font-size: 16px;
    border: 2px solid #079cb9;
    padding: 20px 15px;
  }
  footer .logo {
    max-width: 290px;
  }
}
@media only screen and (min-width: 1367px) {
  .headerWrap .headerLogo {
    left: 45px;
    top: 40px;
  }
  .headerWrap .headerLogo .logo {
    width: 240px;
  }
  .mailicon {
    width: 32px;
    height: 24px;
  }
  .telicon {
    width: 32px;
    height: 40px;
  }
  .headerWrap .gnavList li a {
    padding: 0 20px;
    font-size: 18px;
  }
  .tel_mail_btn li a {
    padding: 25px 10px 25px 30px;
  }
  .headerWrap .rightSide {
    max-width: 860px;
  }
  .headerWrap .tel_mail_btn {
    max-width: 790px;
    margin-left: auto;
  }
  .headerWrap .tel_mail_btn .telBtn a {
    font-size: 40px;
  }
  .headerWrap .tel_mail_btn .mailBtn a {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .headerWrap .tel_mail_btn li {
    margin-bottom: 20px;
  }
  .headerWrap .tel_mail_btn a {
    border: 1px solid #045690;
    justify-content: center;
  }
  footer .logo {
    max-width: 150px;
    margin: 0 auto 30px;
  }
}