@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

html {
  font-size: 62.5%;
  text-align: center;
}

body {
  font-family: "Lucida Grande", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  padding: 0;
  background-color: #fff;
  position: relative;
}

a {
  -webkit-transition: 400ms;
  transition: 400ms;
  color: inherit;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ---------------------------------------*/
/* common */
/* ---------------------------------------*/
.wrapper, .wrapper--1200, .wrapper--1000 {
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper, .wrapper--1200, .wrapper--1000 {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}

.wrapper--1000 {
  max-width: 1100px;
}

.wrapper--1200 {
  max-width: 1300px;
}

/* ---------------------------------------*/
/* header */
/* ---------------------------------------*/
header {
  margin: 0;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  header {
    padding: 20px 0;
  }
}

.header-logo {
  width: 210px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 175px;
    margin: 0 auto;
  }
}

.header-user-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  position: absolute;
  top: 23px;
  right: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header-user-list {
    top: 23px;
    right: 59px;
  }
}

.header-user-list__item:first-child {
  width: 30px;
}
.header-user-list__item:last-child {
  width: 28px;
}

.header-global_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .header-global_nav-list {
    display: block;
    padding: 0 10px 0 0 !important;
  }
}

.header-global_nav-list__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #333;
  hover-color: #999;
}
@media screen and (max-width: 768px) {
  .header-global_nav-list__item {
    padding: 0 0 0 10px;
    border-bottom: solid 1px #ddd;
  }
  .header-global_nav-list__item a {
    text-align: left;
    padding: 22px 0;
  }
  .header-global_nav-list__item:first-child {
    border-top: solid 1px #ddd;
  }
}

@media screen and (max-width: 768px) {
  .header-hamburger {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    overflow: auto;
    padding-top: 75px;
  }
  .header-hamburger ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .header-hamburger ul li {
    width: 100%;
  }
  .header-hamburger ul li a {
    display: block;
    height: 100%;
  }
  .header-hamburger.active {
    opacity: 1;
    pointer-events: auto;
  }
}

.header-navToggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-navToggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 28px;
    width: 25px;
    height: 22px;
    z-index: 100;
    text-align: center;
  }
  .header-navToggle span {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #333;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header-navToggle span:nth-child(1) {
    top: 0;
  }
  .header-navToggle span:nth-child(2) {
    top: calc(50% - 1px);
  }
  .header-navToggle span:nth-child(3) {
    bottom: 0;
  }
  .header-navToggle.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header-navToggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header-navToggle.active span:nth-child(3) {
    top: 5%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

/* ---------------------------------------*/
/* main */
/* ---------------------------------------*/
main {
  background: #549680;
}

/* ---------------------------------------*/
/* footer */
/* ---------------------------------------*/
footer {
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 0 0 90px;
  }
}

.footer-about {
  padding: 30px 0;
  margin: 0 0 30px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  .footer-about {
    background: #f4f4f4;
    padding: 10px;
  }
}

.footer-about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-about-list {
    display: block;
    background: #fff;
    padding: 0;
  }
}

.footer-about-list__item {
  width: 25%;
  padding: 18px;
}
@media screen and (max-width: 768px) {
  .footer-about-list__item {
    width: 100%;
    padding: 13px;
    border-bottom: solid 1px #f4f4f4;
  }
  .footer-about-list__item:last-child {
    border-bottom: none;
  }
  .footer-about-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-about-list__image {
  width: 55px;
  margin: 0 auto 18px;
}
@media screen and (max-width: 768px) {
  .footer-about-list__image {
    width: 70px;
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-about-list__text {
    width: calc(100% - 80px);
    text-align: left;
  }
}

.footer-about-list__heading {
  font-size: 1.2rem;
  font-weight: bolder;
  color: #333;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .footer-about-list__heading {
    margin: 0 0 11px;
  }
}

.footer-about-list__desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer-about-list__desc {
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 0 25px 0 0;
  }
}

.footer-nav {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}

.footer-nav-list__item {
  font-size: 1.1rem;
  color: #666;
}
.footer-nav-list__item a:hover {
  color: #999;
}

.footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .footer-sns-list {
    margin: 0 0 40px;
  }
}

.footer-sns-list__item {
  width: 41px;
}

.footer-logo {
  width: 200px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 90px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer-logo {
    margin: 0 auto 50px;
  }
}

.footer-copyrights {
  font-size: 1rem;
}