@charset "UTF-8";

/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* Firefox 40+ */
}

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */
}

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */
}

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

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

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0;
}

/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* specify the standard appearance of selects */
select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat;
}

/* specify the root styles of the document */
:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 62.5%/1.5 sans-serif;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the font size of small elements */
small {
  font-size: 75%;
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

.bottomselection {
  background-color: #A9D8C1;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .bottomselection {
    background-color: #A9D8C1;
    /* required when declaring ::selection */
    color: #ffffff;
    text-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}

.center {
  text-align: center;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt70 {
  margin-top: 70px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb37 {
  margin-bottom: 37px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb42 {
  margin-bottom: 42px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb114 {
  margin-bottom: 114px;
}

.ml20 {
  margin-left: 20px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz16 {
  font-size: 1.6rem;
}

#page-home-top {
  display: none;
}

html {
  line-height: 1;
}

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

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

th.center,
td.center,
th.center td {
  text-align: center;
}

tr.top,
td.top,
tr.top td,
th.top,
th.top td {
  vertical-align: top;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 110%;
  line-height: 250%;
  color: #333;
}

body {
  height: auto;
}

body .pc-only {
  display: block;
}

body .sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 62.5%;
  }

  body .pc-only {
    display: none;
  }

  body .sp-only {
    display: block;
  }

  body body.is-sp .pc-only {
    display: none;
  }

  body body.is-sp .sp-only {
    display: block;
  }
}

body html {
  font-size: 62.5%;
}

body body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #101010;
  margin: 0;
}

body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  color: #2398ea;
  text-decoration: none;
}

body a:hover img {
  opacity: 0.8;
}

body .link-contents a:hover img,
body .gheader__logo a:hover img,
body .gheader__logo_fixed a:hover img,
body page-top a:hover img {
  opacity: 1;
}

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

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

.hidden {
  display: none;
}

.loaded {
  display: block;
}

.contents-inner {
  max-width: 1044px;
  padding: 0 10px;
  margin: auto;
}

.fade {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: fade;
  animation-name: fade;
}

.fadeAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: fade;
  animation-name: fade;
  visibility: visible !important;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.is-animation {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fuwatAnimet;
  animation-name: fuwatAnimet;
  height: 90px;
  background-color: #fff;
}

footer {
  background: #a9d8c1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .copyright {
  font-family: sans-serif;
  color: #fff;
  font-size: 13px;
  text-indent: 2em;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 10px;
    padding-left: 4%;
    text-indent: -0%;
    padding-top: 2%;
    padding-bottom: 2%;
  }
}

footer .pagetop {
  background: #737373;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  footer .pagetop {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 10px;
  }
}

footer .pagetop img {
  max-width: 90%;
  margin-left: 5%;
  height: 10%;
}

@media screen and (max-width: 768px) {
  footer .pagetop img {
    max-width: 100%;
    margin-left: 0%;
    height: auto;
  }
}

header .menu-button {
  margin-left: 10px;
  display: block;
  top: 10px;
  right: 10px;
  position: fixed;
  z-index: 10001;
}

.menu-txt {
  color: #000;
  font-family: sans-serif;
  font-size: 18px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 50px;
  height: 34px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 15px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(15px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(15px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(15px) rotate(0);
    transform: translateY(15px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

.menu-trigger span:nth-of-type(2) {
  -webkit-transition: all .25s .25s;
  transition: all .25s .25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-15px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-15px) rotate(0);
    transform: translateY(-15px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(15px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(15px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(15px) rotate(0);
    transform: translateY(15px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg);
  }
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-15px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-15px) rotate(0);
    transform: translateY(-15px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
  }
}

.menu {
  display: none;
  width: 0;
  -webkit-animation: menu-close 1s forwards;
  animation: menu-close 1s forwards;
}

@-webkit-keyframes menu-close {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

@keyframes menu-close {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

.open .menu {
  top: 0;
  display: block;
  position: relative;
  -webkit-animation: menu 1s forwards;
  animation: menu 1s forwards;
  width: 50%;
  z-index: 10;
  position: fixed;
  height: 100vh;
  background: rgba(169, 216, 193, 0.9);
}

@media screen and (max-width: 768px) {
  .open .menu {
    width: 100%;
    -webkit-animation: menusp 1s forwards;
    animation: menusp 1s forwards;
  }
}

@-webkit-keyframes menu {
  0% {
    width: 0%;
  }

  100% {
    width: 50%;
  }
}

@keyframes menu {
  0% {
    width: 0%;
  }

  100% {
    width: 50%;
  }
}

@-webkit-keyframes menusp {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes menusp {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.menu-btn {
  opacity: 0;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 422px;
  max-height: 449px;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
}

.menu-btn li {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .menu-btn {
    top: -80px;
  }

  .menu-btn li {
    border-right: none;
    border-left: none;
  }
}

@media screen and (max-width: 320px) {
  .menu-btn {
    top: 20px;
  }
}

.menu-btn li a {
  font-size: 18px;
  color: #fff;
}

.menu-btn li:nth-child(9) {
  border-bottom: 1px solid #fff;

}

.menu-btn li:nth-child(6) {
  font-size: 18px;
  color: #000;
}

.menu-btn ul.menu-2btn {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.menu-btn ul.menu-2btn li {
  padding: 0;
  width: 49%;
}

.menu-btn ul.menu-2btn li img {
  max-width: 100%;
}

.menu-btn li.no-line {
  border: none;
  padding: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .menu-btn li.no-line {
    padding: 0 20px;
  }
}

.open .menu-btn {
  -webkit-animation: menu-btn 1s forwards;
  animation: menu-btn 1s forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes menu-btn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    opacity: 100%;
    -webkit-transform: translateY(0px);
  }
}

@keyframes menu-btn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    opacity: 100%;
    -webkit-transform: translateY(0px);
  }
}

#page-home .logo-title img {
  max-height: 64vh;
}

#page-home .top-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  max-width: 454px;
  max-height: 90vh;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #page-home .top-box {
    max-height: 100vh;
  }

  #page-home .logo-title {
    margin-top: 40px;
  }

  #page-home .logo-title-news {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #page-home .top-box {
    position: relative;
    max-width: 100%;
    max-height: auto;
  }
}

#page-home .top-box img {
  margin: auto;
  max-width: 100%;
}

#page-home .top-box .news-btn {
  margin: auto;
  max-width: 52vh;
  position: relative;
  z-index: 1;
  text-align: right;
}

#page-home .top-box .news-btn img {
  margin-right: 0;
  max-height: 5vh;
}

#page-home .top-box .news {
  padding-top: 2vh;
  margin-bottom: 2vh;
  margin: auto;
  text-align: center;
  font-family: sans-serif;
}

#page-home .top-box .news .news-box {
  max-width: 52vh;
  margin: auto;
}

#page-home .top-box .news .news-title {
  margin-bottom: 0.5vh;
}

#page-home .top-box .news .news-info {
  margin: auto;
  margin-bottom: 0.5vh;
  max-width: 52vh;
  text-align: center;
}

#page-home .top-box .news .news-info img {
  max-width: 100%;
}

#page-home .top-box .news .news-title img {
  height: 2.2vh;
  max-width: 100%;
}

#page-home .top-box .news .news-under {
  margin-bottom: 1vh;
}

#page-home .top-box .news .news-under img {
  height: 0.185vh;
}

#page-home .top-box .news .box-news-time {
  margin-bottom: -0.5vh;
  font-size: 1.5vh;
}

#page-home .top-box .news .box-news-title {
  margin-bottom: 0vh;
  font-size: 1.5vh;
}

#page-home .top-box .news .news-title {
  text-align: center;
}

#page-home .top-box .news .news-under {
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  #page-home .top-box {
    width: 454px;
  }

  #page-home .top-box .news .news-box {
    height: 6vh;
  }

  #page-home .top-box .news .box-news-time {
    height: 4vh;
  }
}

#page-home .area {
  height: 100vh;
}

@media screen and (max-width: 768px) {
  #page-home .area {
    height: auto;
  }

  #page-home .area .area-sp {
    height: 75vh;
  }

  #page-home .area .flash {}
}

@media screen and (max-width: 768px) {
  #page-home .splitter .splitter-child .img-right img {
    max-width: 70%;
    margin: auto;
  }
}

#page-home .top-bg {
  background: #a4d1bd;
}

#page-home .splitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

@media screen and (max-width: 768px) {
  #page-home .splitter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#page-home .splitter .splitter-child {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #page-home .splitter .splitter-child {
    width: 100%;
  }
}

#page-home .splitter .splitter-child img {
  max-width: 100%;
}

#page-home .top1 {
  position: relative;
}

#page-home .img-left {
  max-width: 100%;
  position: absolute;
  z-index: 10;
  top: 20px;
}

#page-home .img-left img {
  max-width: 100%;
}

#page-home .img-right {
  max-width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  text-align: right;
}

#page-home .img-right img {
  max-width: 100%;
}

#page-home .top2 {
  position: relative;
}

#page-home .child-box {
  max-width: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 10%;
  border: 1px solid #6d758c;
  margin: 10%;
}

#page-home .child-box img {
  max-width: 100%;
}

#page-home .child-box .box-txt {
  text-align: center;
  margin-top: 30%;
  margin-bottom: 30%;
}

#page-home .child-box .box-txt img {
  margin: auto;
  max-height: 130px;
}

@media screen and (max-width: 768px) {
  #page-home .child-box {
    background: rgba(255, 255, 255, 0.8);
    margin: 40% 10%;
    padding: 5%;
  }

  #page-home .child-box .box-txt {
    text-align: left;
    margin-top: 5%;
    margin-bottom: 40%;
  }

  #page-home .child-box .box-txt img {
    max-height: 60px;
  }
}

#page-home .gray-box {
  background-color: #737373;
}

@media screen and (max-width: 768px) {
  #page-home .gray-box {
    background: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 768px) {
  #page-home .top-splitter .top2 {
    padding: 20px 20px 60px;
  }

  #page-home .under-splitter {
    position: relative;
    display: block;
  }

  #page-home .under-splitter .top2.splitter-child {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
  }
}

#page-under {
  /* モーダル コンテンツエリア */
  /* モーダル 背景エリア */
}

#page-under .menu-title {
  background: #b1dcc7;
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  #page-under .menu-title {
    padding-left: 15px;
    padding-right: 75px;
  }
}

#page-under .top-txt {
  font-size: 16px;
  max-width: 500px;
  margin: 40px auto;
  text-align: justify;
  text-justify: inter-ideograph;
}

#page-under .top-txt2 {
  font-size: 16px;
  max-width: 500px;
  margin: 20px auto 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#page-under .top-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

#page-under .top-flex li {
  width: 48%;
  text-align: center;
}

#page-under .top-flex li img {
  max-width: 100%;
}

#page-under .top-flex li .top-flex-title {
  margin-bottom: 40px;
}

#page-under .top-flex li .top-flex-read {
  margin-bottom: 60px;
}

#page-under .top-flex li .top-flex-desc {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
}

#page-under .top-2-flex {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

#page-under .top-2-flex li {
  width: 32%;
}

#page-under .top-2-flex li img {
  max-width: 100%;
}

#page-under .top-3-flex {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

#page-under .top-3-flex li {
  width: 48%;
}

#page-under .top-3-flex li img {
  max-width: 100%;
}

#page-under .img-box img {
  max-width: 100%;
}

.writingconttitle {
  font-size: 3.0em;
  margin-top: 1em;
  margin-bottom: 1.2em;
  font-weight: 500;
  text-align: center;

}

@media screen and (max-width: 768px) {

  .writingconttitle {
    font-size: 3.0em;
    margin-bottom: 1.2em;
    font-weight: 500;
    line-height: 1.6em;


  }
}

.writingcont {
  font-size: 1.5em;
  padding-bottom: 3em;

}

@media screen and (max-width: 768px) {}

#page-under .right {
  text-align: right;
  padding-right: 10px;
}

#page-under .right img {
  width: 10%;
}

#page-under .modal-main {
  display: none;
  margin: 0;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
  position: fixed;
  z-index: 2000;
  width: 960px;
  height: auto;
}

#page-under .modal-main2 {
  display: none;
  margin: 0;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
  position: fixed;
  z-index: 2000;
  width: 500px;
  height: auto;
}

@media screen and (max-width: 768px) {

  #page-under .modal-main,
  #page-under .modal-main2 {
    width: 100%;
  }
}

#page-under #modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  #page-under .sp-area {
    background: #a9d8c1;
  }
}

#page-under .under-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0px auto;
}

@media screen and (max-width: 768px) {
  #page-under .under-flex {
    padding: 20px;
  }
}

#page-under .under-flex li {
  width: 32%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #page-under .under-flex li {
    width: 100%;
  }
}

#page-under .under-flex li img {
  max-width: 100%;
}

#page-under .sp-main-title img {
  max-width: 100%;
  width: 50%;
  margin: 100px auto 60px;
}

#page-under .sp-main-title1 img {
  max-width: 100%;
  width: 90%;
  margin: 100px auto 60px;
}

#page-under .sp-main-title2 img {
  max-width: 100%;
  width: 50%;
  margin: 100px auto 60px;
}

#page-under .sp-main-title3 img {
  max-width: 100%;
  width: 80%;
  margin: 100px auto 60px;
}

#page-under .sp-sub-title img {
  max-width: 100%;
  width: 70%;
  margin: 50px auto 30px;
}

#page-under .sp-main-desc {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.6;
  font-size: 12px;
  padding: 0 20px;
  margin-bottom: 40px;
}

#page-under .top-section {
  padding-bottom: 60px;
}

#page-under .under-section {
  padding-bottom: 60px;
  background: #f7f5e6;
}

#page-under .sp-sub-img {
  padding: 0 20px;
  margin: auto;
  text-align: center;
}

#page-under .mb40 {
  margin-bottom: 40px;
}

#page-under .img-box img {
  max-width: 100%;
  margin-bottom: 40px;
}

#page-under .under {
  padding-top: 80px;
  background-color: #f7f5e6;
}

#page-under .splitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

@media screen and (max-width: 768px) {
  #page-under .splitter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#page-under .splitter .splitter-child {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #page-under .splitter .splitter-child {
    width: 100%;
  }
}

#page-under .splitter .splitter-child img {
  max-width: 100%;
}

#page-under .top1 {
  position: relative;
}

#page-under .img-left {
  position: absolute;
  z-index: 10;
  top: 20px;
}

#page-under .img-left img {
  max-width: 100%;
}

#page-under .img-right {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  text-align: right;
}

#page-under .img-right img {
  max-width: 100%;
}

#page-under .top2 {
  position: relative;
}

#page-under .child-box {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 10%;
  border: 1px solid #6d758c;
  margin: 10%;
}

#page-under .child-box img {
  max-width: 100%;
}

#page-under .child-box .box-txt {
  text-align: center;
  margin-top: 20%;
  margin-bottom: 30%;
}

@media screen and (max-width: 768px) {
  #page-under .child-box {
    background: rgba(255, 255, 255, 0.8);
    margin: 40% 10%;
    padding: 5%;
  }

  #page-under .child-box .box-txt {
    text-align: left;
    margin-top: 5%;
    margin-bottom: 40%;
  }

  #page-under .child-box .box-txt img {
    max-height: 100px;
  }
}

#page-under .gray-box {
  background-color: #737373;
}

@media screen and (max-width: 768px) {
  #page-under .gray-box {
    background: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 768px) {
  #page-under .top-splitter .top2 {
    padding: 20px;
  }

  #page-under .top-splitter .top2.sp-top2 {
    padding: 0;
  }

  #page-under .under-splitter {
    position: relative;
    display: block;
  }

  #page-under .under-splitter .top2.splitter-child {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
  }
}

#page-news .news-info {
  max-width: 520px;
  margin: 120px auto;
}

#page-news .news-box {
  max-width: 800px;
  margin: auto;
}

#page-news .news-title {
  margin-bottom: 1vh;
}

#page-news .news-title img {
  height: 2.2vh;
  max-width: 100%;
}

#page-news .news-under {
  margin-bottom: 1vh;
}

#page-news .news-under img {
  height: 0.185vh;
}

#page-news .box-news-time {
  margin-bottom: 1vh;
  font-size: 2.2vh;
}

#page-news .box-news-title {
  margin-bottom: 1vh;
  font-size: 2vh;
}

#page-news .box-news-desc {
  margin-bottom: 3vh;
  font-size: 1.6vh;
}

.img-flex {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.img-flex li {
  width: 49%;
}

.img-flex li img {
  max-width: 100%;
  margin-bottom: 20px;
}

.img-flex-sp img {
  margin-bottom: 30px;
  padding: 0 15px;
}

/*# sourceMappingURL=style.css.map */
#page-customer .customer-info {
  max-width: 543px;
  padding: 40px 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #page-customer .customer-info {
    padding: 80px 0 40px;
  }
}

#page-customer .customer-title,
#page-customer .customer-img {
  text-align: center;
}

#page-customer .customer-title {
  margin-top: 40px;
}

#page-customer .customer-title img,
#page-customer .customer-img img {
  max-width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

#page-customer .customer-box-title {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px;
  background: #a9d8c1;
}


#page-customer .customer-box-desc {
  background-color: #f7f7f7;
  font-size: 17px;
  color: #000000;
  text-align: center;
  padding: 10px;
  border: 1px solid #a9d8c1;
}

@media screen and (max-width: 768px) {
  #page-customer .customer-box-desc {
    line-height: 1.4;
    font-size: 14px;
  }
}

#page-customer .mail {
  text-decoration: underline;
  color: #005982;
}

#page-customer .inner {
  width: 80%;
  margin: 0 auto 40px auto;
  border: 1px solid #569277;
}

#page-customer .customer-box-title.sub {
  background-color: #569277;
  line-height: 1;
  font-weight: bold;
  border: none;
}

#page-customer .customer-box-desc.sub {
  background-color: #fff;
  line-height: 1;
  border: none;
}