@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figcaption,
figure,
section,
footer,
header,
main,
hgroup,
menu,
nav,
summary {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
@media all and (max-width: 389px) {
  html {
    font-size: calc(1000vw / 390);
  }
}
body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", sans-serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
chrome_annotation {
  border: none !important;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
a,
a:link {
  color: #1a1a1a;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #1a1a1a;
}
a:hover {
  color: #1a1a1a;
}
a:active {
  color: #1a1a1a;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fefdf7;
}
#container {
  padding-top: 8rem;
  text-align: left;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: fixed;
  height: 8rem;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  transition: 0.3s;
}
#gHeader .logo {
  width: 16rem;
}
#gHeader .hList {
  position: absolute;
  right: 1.5rem;
  top: 1.4rem;
  width: 34.6rem;
}
#gHeader .hList li {
  width: 16.7rem;
}
#gHeader .hList a {
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  border: 1px solid #be0042;
  background-color: #be0042;
  border-radius: 5rem;
}
#gHeader .hList .blue a {
  background-color: #075c91;
  border-color: #075c91;
}
#gHeader .language {
  position: absolute;
  right: 38.1rem;
  top: 2.7rem;
  width: 6.5rem;
}
#gHeader .language a {
  width: 3.1rem;
  height: 3.1rem;
  padding-top: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-sizing: border-box;
  border-radius: 100%;
}
#gHeader .language a.on {
  color: #fff;
  background-color: #1a1a1a;
}
#gHeader .hTel {
  position: absolute;
  right: 48.1rem;
  top: 1.3rem;
  align-items: center;
}
#gHeader .hTel a {
  margin-right: 1.1rem;
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: url(../img/common/icon01.webp) no-repeat left top 0.8rem;
  background-size: 1.7rem auto;
}
#gHeader .hTel span {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
#gNavi {
  position: absolute;
  right: 48.3rem;
  top: 4.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
#gNavi > ul > li {
  margin-left: 3.5rem;
}
#gNavi > ul > li > a {
  height: 3.5rem;
  display: block;
}
@media all and (min-width: 897px) and (max-width: 1040px) {
  #gHeader .hList {
    right: 0.3rem;
    width: 25.6rem;
  }
  #gHeader .hList li {
    width: 12.5rem;
  }
  #gHeader .language {
    right: 26.5rem;
  }
  #gHeader .hTel,
  #gNavi {
    right: 34rem;
  }
}
@media all and (min-width: 897px) {
  #gHeader .hList a:hover {
    color: #be0000;
    background-color: #fff !important;
    border-color: #be0000;
  }
  #gHeader .hList .blue a:hover {
    color: #075c91;
    border-color: #075c91;
  }
  #gHeader .language a:hover {
    color: #fff;
    background-color: #1a1a1a;
  }
  #gNavi > ul > li:hover > a {
    color: #075c91;
  }
  #gNavi .naviBox a:hover img {
    transform: scale(1.2);
  }
  #gNavi .naviBox {
    position: fixed;
    left: 0;
    top: 8rem;
    width: 100%;
    padding: 6rem 2rem;
    background-color: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
    display: none;
  }
  #gNavi .naviBox .content {
    width: auto;
    max-width: 112rem;
  }
  #gNavi .naviBox li {
    width: 15.17%;
    margin-right: 1.79%;
  }
  #gNavi .naviBox li:nth-child(6n) {
    margin-right: 0;
  }
  #gNavi .naviBox a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0.6rem;
  }
  #gNavi .naviBox p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
  }
  #gNavi .naviBox img {
    width: 100%;
    transition: 0.3s;
  }
  .menuBox {
    display: block !important;
  }
}
@media all and (max-width: 896px) {
  #container {
    padding-top: 6rem;
  }
  #gHeader {
    height: 6rem;
  }
  #gHeader .logo {
    width: 12rem;
  }
  #gHeader .hList {
    right: 6rem;
    top: 1.2rem;
    width: 8.4rem;
  }
  #gHeader .hList li {
    width: 8.4rem;
  }
  #gHeader .hList a {
    height: 3.6rem;
    padding: 0 0 0.2rem 0.2rem;
    font-size: 1rem;
  }
  #gHeader .language {
    right: 15.3rem;
    top: 1.6rem;
  }
  #gHeader .hTel {
    margin-bottom: 2.5rem;
    position: static;
    display: block;
    text-align: center;
    color: #fff;
  }
  #gHeader .hTel a {
    width: 29.4rem;
    margin: 0 auto 0.7rem;
    padding: 1.3rem 0 1.3rem 2rem;
    color: #fff;
    display: block;
    background: url(../img/common/icon04.webp) no-repeat left 6.6rem top 2.2rem;
    background-size: 1.7rem auto;
    border: 1px solid #fff;
    border-radius: 5rem;
  }
  #gHeader .menuBtn a {
    width: 29.4rem;
    margin: 0 auto 1rem;
    padding: 1.6rem 0;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.03em;
    border: 1px solid #fff;
    border-radius: 5rem;
  }
  #gNavi {
    position: static;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
  #gNavi > ul {
    display: block;
  }
  #gNavi > ul > li {
    margin-left: 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #gNavi > ul .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 5.6rem;
    height: 5.6rem;
    background: url(../img/common/icon13.webp) no-repeat center right;
    background-size: 1.5rem auto;
  }
  #gNavi > ul .arrow.on {
    background-image: url(../img/common/icon14.webp);
  }
  #gNavi > ul > li > a {
    padding: 1.6rem 0;
    height: auto;
    display: block;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
  }
  #gNavi .naviBox {
    display: none;
    padding-bottom: 2.7rem;
  }
  #gNavi .naviBox ul {
    margin: 0 -2.4rem;
    display: block;
    font-weight: 500;
  }
  #gNavi .naviBox .pho {
    display: none;
  }
  #gNavi .naviBox li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  #gNavi .naviBox a {
    display: inline-block;
    color: #fff;
  }
  .menu {
    width: 6rem;
    height: 6rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu span {
    width: 2.5rem;
    height: 0.2rem;
    position: absolute;
    top: 2.2rem;
    left: 2rem;
    background: #171717;
    transition: all 0.35s ease;
  }
  .menu span:nth-of-type(2) {
    top: 3rem;
    width: 1.9rem;
  }
  .menu span:nth-of-type(3) {
    top: 3.7rem;
    width: 1.3rem;
  }
  .menu.on span {
    left: 1.8rem;
  }
  .menu.on span:nth-of-type(1) {
    transform: translateY(0.8rem) translateX(0) rotate(45deg);
  }
  .menu.on span:nth-of-type(2) {
    opacity: 0;
  }
  .menu.on span:nth-of-type(3) {
    width: 2.5rem;
    transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
  }
  .menuBox {
    position: fixed;
    left: 0;
    top: 6rem;
    width: 100%;
    height: calc(100% - 6rem);
    overflow-y: scroll;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
  }
  .menuBox .menuInfo {
    margin: 0 2.4rem;
    padding: 4.4rem 2.4rem 5.2rem;
    background-image: linear-gradient(to right, #0c5c91 0%, #021e53 100%);
    border-radius: 1rem;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 8.8rem 0 3.3rem;
  position: relative;
  background-color: #fff;
}
#gFooter .fInfo {
  width: 36.5rem;
}
#gFooter .fLogo {
  margin-bottom: 2.3rem;
  width: 18.4rem;
}
#gFooter .fInfo p {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.03em;
}
#gFooter .fSub {
  margin: 5.9rem 0 0 -1.4rem;
  display: flex;
}
#gFooter .fImg {
  width: 11.1rem;
  margin: -0.1rem 0.9rem 0 0;
  flex-shrink: 0;
}
#gFooter .fSub li {
  padding-bottom: 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.16;
}
#gFooter .fSub span {
  display: block;
  font-weight: 700;
}
#gFooter .fList > li > a {
  display: inline-block;
  color: #075c91;
  font-weight: 700;
  letter-spacing: 0.03em;
}
#gFooter .fUl {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 2.57;
}
#gFooter .fUl > li > a {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.03em;
}
#gFooter .fUl > .line > a {
  text-indent: -2em;
  padding-left: 2em;
}
#gFooter .fInner {
  margin-top: 7.7rem;
  color: #848484;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
#gFooter .fBtn {
  width: calc(100% - 36rem);
}
#gFooter .fBtn a {
  color: #848484;
}
#gFooter address {
  width: 36rem;
  text-align: right;
}
#gFooter .pageTop {
  position: absolute;
  right: 1.7rem;
  bottom: 1.6rem;
}
#gFooter .pageTop a {
  width: 5.6rem;
  height: 5.6rem;
  padding-top: 1.8rem;
  display: block;
  text-align: center;
  background-color: #5d5d5d;
  border-radius: 0.6rem;
}
#gFooter .pageTop img {
  width: 1.7rem;
}
@media all and (min-width: 897px) {
  #gFooter .fNavi {
    width: 68rem;
    margin-top: 1.6rem;
    display: flex;
  }
  #gFooter .fNavi > li {
    width: fit-content;
    flex-shrink: 1;
    margin-right: 4rem;
  }
  #gFooter .fNavi > li:last-child {
    margin-right: 0;
  }
  #gFooter .fList > li:not(:last-child) {
    margin-bottom: 3.3rem;
  }
  #gFooter .fList > li > a:hover {
    opacity: 0.5;
  }
  #gFooter .fUl > li > a:hover,
  #gFooter .fBtn a:hover {
    color: #075c91;
  }
  #gFooter .pageTop a:hover {
    background-color: #959595;
  }
}
@media all and (max-width: 896px) {
  #gFooter {
    padding: 5.1rem 0 2.1rem;
  }
  #gFooter .fBox {
    display: block;
  }
  #gFooter .fInfo {
    margin-bottom: 1.6rem;
    width: auto;
  }
  #gFooter .fLogo {
    margin: 0 auto 1.6rem;
  }
  #gFooter .fInfo p {
    width: fit-content;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.66;
  }
  #gFooter .fSub {
    margin: 4.1rem -1rem 0 0;
  }
  #gFooter .fImg {
    margin-top: -0.2rem;
  }
  #gFooter .fList > li {
    position: relative;
    border-bottom: 1px solid #cecece;
  }
  #gFooter .fList .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 5.6rem;
    height: 5.6rem;
    background: url(../img/common/icon07.webp) no-repeat center right;
    background-size: 1.5rem auto;
  }
  #gFooter .fList .arrow.on {
    background-image: url(../img/common/icon07_on.webp);
  }
  #gFooter .fList > li > a {
    padding: 1.6rem 0 1.6rem;
    display: block;
    font-size: 1.6rem;
  }
  #gFooter .fUl {
    margin: 0 0 1.8rem;
    display: none;
  }
  #gFooter .fInner {
    margin-top: 4.2rem;
    font-size: 1.2rem;
    display: block;
  }
  #gFooter .fBtn {
    display: block;
    width: 100%;
    line-height: 3em;
    margin: 0 0 2rem;
  }
  #gFooter address {
    width: auto;
    text-align: center;
  }
  #gFooter .pageTop {
    right: 0.5rem;
    bottom: 1rem;
  }
  #gFooter .pageTop a {
    width: 3.6rem;
    height: 3.6rem;
    padding-top: 1.2rem;
  }
  #gFooter .pageTop img {
    width: 1.2rem;
  }
}
