@charset "UTF-8";

@import url("style.css"); /* IcoMoon */

:root {
  --header_pc: 100px;
  --header_-pc: -100px;
  --header_sp: 60px;
  --header_-sp: -60px;
}

/*----------------------------------
Reset Style
----------------------------------*/
blockquote,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

q:after,
q:before {
  content: " ";
}

abbr,
acronym {
  border: 0;
}

a {
  color: #3c64a0;
  text-decoration: underline;
}

a:link {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:active {
  text-decoration: none;
}

a:active,
a:focus {
  outline: 1;
}

dd img,
dt img,
li img {
  vertical-align: top;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
i,
menu,
nav,
section,
summary,
time {
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  cursor: pointer;
  border-radius: 0;
  text-align: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
}

select::-ms-expand {
  display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: static !important;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.625;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";

  font-family: "Kiwi Maru", serif;
  font-weight: 300;
  color: #313131;
  letter-spacing: 0.1em;

  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  body {
    position: relative;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}

body.top,
.l-header {
  background: #fbfaef url(/assets/images/common/cardboard-flat.png) repeat;
}

img {
  max-width: 100%;
  height: auto;
}

a[href^="tel:"] {
  text-decoration: none;
  cursor: default;
}

a[href^="tel:"]:active img,
a[href^="tel:"]:focus img,
a[href^="tel:"]:hover img {
  opacity: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover:active img,
a:hover:focus img,
a:hover:hover img {
  opacity: 0.7;
}

main {
  overflow: hidden;
  margin-top: var(--header_pc);
}
@media only screen and (max-width: 1200px) {
  main {
    margin-top: var(--header_sp);
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-wrapper {
  text-align: left;
  font-size: 1.8rem;
  overflow: hidden;
}

.l-wrap {
  max-width: 1240px; /* メインカラム幅+40px*/
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .l-wrapper {
    font-size: 1.6rem;
  }
  .l-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

section {
  position: relative;
}

/* パンくず */
.c-breadCrumb {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  padding: 0 20px;
  margin: 40px auto 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #989898;
}
.c-breadCrumb > li {
  margin-right: 5px;
}
.c-breadCrumb > li:not(:first-child):before {
  content: "\ff1e";
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .c-breadCrumb {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-breadCrumb {
    font-size: 1.2rem;
  }
}

/*==================================
Utility
==================================*/
.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* Background */
.u-bgWhite {
  background: #fff;
}

/* Text */
.u-blue {
  color: #0071bb;
}
.u-green {
  color: var(--primary);
}
.u-white {
  color: #fff;
}

/* Text */
.u-strong {
  font-weight: 700;
}
.u-small {
  font-size: 90%;
}

/* Flex */
.u-flex {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .u-flex {
    display: block;
  }
}

/* Margin */
.u-mt0 {
  margin-top: 0 !important;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mt80 {
  margin-top: 80px;
}
.u-mt100 {
  margin-top: 100px;
}
.u-mt120 {
  margin-top: 120px;
}
.u-mt160 {
  margin-top: 160px;
}

.u-mb120 {
  margin-bottom: 120px;
}

@media only screen and (max-width: 1200px) {
  .u-mt20 {
    margin-top: 10px;
  }
  .u-mt40 {
    margin-top: 20px;
  }
  .u-mt60 {
    margin-top: 30px;
  }
  .u-mt80 {
    margin-top: 40px;
  }
  .u-mt100 {
    margin-top: 50px;
  }
  .u-mt120 {
    margin-top: 60px;
  }
  .u-mt160 {
    margin-top: 80px;
  }
  .u-mb120 {
    margin-bottom: 60px;
  }
}

/* Padding */
.u-pd120 {
  padding: 120px 0;
}
.u-pb120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .u-pd120 {
    padding: 60px 0;
  }
  .u-pb120 {
    padding-bottom: 80px;
  }
}

/*==================================
Header
==================================*/
.l-header {
  position: fixed;
  width: 100%;
  height: var(--header_sp);
  box-shadow: 0 0px 10px #aaa;
  white-space: nowrap;
  z-index: 9;
}
.l-header_inr {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.l-header_utility_nav_item {
  font-weight: 500;
}
.l-header_utility_nav_item > a {
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .l-header_utility nav {
    width: 80%;
    margin: 0 auto;
  }
  .l-header_utility_nav_item {
    font-size: 2.4rem;
  }
  .l-header_utility_nav_item:not(:first-of-type) {
    margin-top: 26px;
  }
  .l-header_utility_nav_item > a {
    display: inline-block;
    color: #fff;
  }
  #nav-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: var(--primary);
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }

  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }

  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }

  #gloval-nav {
    background: var(--primary);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }

  #gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
  }
  #gloval-nav ul li:nth-child(2) {
    transition-delay: 0.15s;
  }
  #gloval-nav ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  #gloval-nav ul li:nth-child(4) {
    transition-delay: 0.45s;
  }
  #gloval-nav ul li:nth-child(5) {
    transition-delay: 0.6s;
  }
  #gloval-nav ul li:nth-child(6) {
    transition-delay: 0.75s;
  }
  #gloval-nav ul li:nth-child(7) {
    transition-delay: 0.9s;
  }

  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
}

@media only screen and (min-width: 1200px) {
  .l-header {
    height: var(--header_pc);
  }
  .l-header_inr {
    padding: 0 60px;
  }
  .l-header_utility {
    display: flex;
    align-items: center;
    margin-left: 60px;
  }
  .l-header_utility_nav_item {
    display: inline-block;
  }
  .l-header_utility_nav_item:not(:first-of-type) {
    margin-left: 1em;
  }
  .l-header_utility_nav_item > a {
    color: #313131;
    display: block;
    position: relative;
    padding: 10px;
  }
  .l-header_utility_nav_item > a .border {
    background: var(--primary);
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    bottom: 0;
    -webkit-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
  }
  .l-header_utility_nav_item > a:hover .border {
    height: 2px;
    width: 40px;
  }
  .l-header_utility_nav_item > a .text {
    display: block;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 3;
  }
  #nav-toggle {
    display: none;
  }
}
/*==================================
Footer
==================================*/
.l-footer {
  background-color: var(--primary);
  padding: 60px 0;
  position: relative;
}
.l-footer_inr {
  max-width: 1240px; /* メインカラム幅+40px*/
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer_logo a {
  display: inline-block;
  text-decoration: none;
}
.l-footer_nav {
  display: flex;
}
.l-footer_nav li:not(:first-child) {
  margin-left: 3em;
}
.l-footer_nav a {
  color: #313131;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .l-footer_nav {
    flex-direction: column;
  }
  .l-footer_nav li:not(:first-child) {
    margin-left: 0;
  }
}

.copyright {
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

/* PageTopBtn */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0px 5px #ccc;
  z-index: 10;
}
@media only screen and (min-width: 1200px) {
  #page_top {
    bottom: 40px;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a:before {
  content: url(/assets/images/common/chevron-up.svg);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
}

/* 220809_print */
@media print {
  header {
    display: none;
  }
  main {
    margin-top: 0;
  }
  .c-breadCrumb {
    margin-top: 0;
  }
  footer {
    display: none;
  }
  .l-wrapper {
    -webkit-print-color-adjust: exact;
  }
  .l-wrap {
    page-break-after: always;
  }
}
