@charset "UTF-8";
/*  reset
------------------------------------*/
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4,
ul, ol, dl, li, dt, dd,
p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

i, cite, em, var, address, dfn {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption, th, td {
  text-align: left;
}

/*  common
------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1;
  background: url(../images/top/background.png);
  font-display: swap;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.flexbox_list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.cf {
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

a {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

p {
  line-height: 1.8;
  font-feature-settings: "palt";
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.rel {
  position: relative;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

.max {
  width: 100%;
}

.ani {
  transition: 1s all;
}
.ani.ani_fade {
  opacity: 0;
}
.ani.ani_fade.move {
  opacity: 1;
}
.ani.ani_fadeup {
  opacity: 0;
  position: relative;
  top: 100px;
}
.ani.ani_fadeup.move {
  opacity: 1;
  top: 0;
}
.ani.ani_rightleft {
  opacity: 0;
  position: relative;
  right: -100px;
}
.ani.ani_rightleft.move {
  opacity: 1;
  right: 0;
}
.ani.ani_leftright {
  opacity: 0;
  position: relative;
  left: -100px;
}
.ani.ani_leftright.move {
  opacity: 1;
  left: 0;
}

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

  p {
    line-height: 1.5;
  }

  .sp_max {
    width: 100%;
  }

  input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
    width: 100%;
  }
}
/*  content
------------------------------------*/
.container {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.container:after {
  content: "";
  clear: both;
  display: block;
}

.text_break > span {
  display: inline-block;
}

a.button {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 15px 30px 12px;
  color: #fff;
  font-size: 24px;
  border-radius: 5px;
  line-height: 1.4;
  text-align: center;
}
a.button .icon {
  margin-left: 10px;
}
a.button .text {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #wrapper {
    min-width: auto;
  }

  .container {
    width: 100%;
  }

  a.button {
    width: 100%;
    padding: 12px 10px 10px;
    font-size: 16px;
  }
  a.button .icon {
    width: 16px;
    height: auto;
    margin-right: -20px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 375px) {
  a.button {
    font-size: 3.46vw;
  }
}
#globalnavi {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #aaa;
}
#globalnavi a {
  text-decoration: none;
}
#globalnavi .dropdown {
  z-index: 597;
  list-style: none;
  margin: 0;
  padding: 0;
}
#globalnavi .dropdown li, #globalnavi .dropdown .gnavi__sub {
  list-style: none;
  margin: 0;
  padding: 0;
}
#globalnavi .dropdown li {
  border-right: 1px dotted #aaa;
  width: 15%;
  height: 4em;
  float: left;
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
  position: relative;
}
#globalnavi .dropdown li.home {
  width: 10%;
}
#globalnavi .dropdown li.home .fa {
  font-size: 25px;
}
#globalnavi .dropdown li.row2 a, #globalnavi .dropdown li.row2 span, #globalnavi .dropdown li.row2 .gmenu_menu {
  line-height: 1.3em;
  padding: 0.7em 0;
}
#globalnavi .dropdown li.open {
  background-color: #F2F7EE;
}
#globalnavi .dropdown li a, #globalnavi .dropdown li span, #globalnavi .dropdown li .gmenu_menu {
  display: block;
  width: 100%;
  line-height: 1em;
  color: #333333;
  padding: 1.5em 0;
}
#globalnavi .dropdown li a .icon, #globalnavi .dropdown li span .icon, #globalnavi .dropdown li .gmenu_menu .icon {
  height: 24px;
  display: block;
  margin: 0 auto 10px auto;
}
#globalnavi .dropdown li .gnavi__sub {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25), 2px 2px 10px;
  background-color: #fff;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 220px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
}
#globalnavi .dropdown li .gnavi__sub li {
  width: 100%;
  float: none;
  line-height: 50px;
  height: auto;
}
#globalnavi .dropdown li .gnavi__sub li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
#globalnavi .dropdown li .gnavi__sub li.dir {
  background: url(../images/common/icons/right-arrow_gray.png) no-repeat center right 15px;
  background-size: 7px auto;
}
#globalnavi .dropdown li .gnavi__sub li .gnavi__sub_right {
  top: 0;
  left: 220px;
  padding: 15px 0;
}
#globalnavi .dropdown li .gnavi__sub li .gnavi__sub_right li {
  border: none;
  line-height: 2em;
}
#globalnavi .dropdown li .gnavi__sub li .gnavi__sub_right li a {
  line-height: 2.5em;
}
#globalnavi .dropdown li .gnavi__sub a {
  line-height: 0em;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
}
#globalnavi .dropdown li.hover, #globalnavi .dropdown li:hover {
  z-index: 599;
  cursor: default;
}
#globalnavi .dropdown li:hover > .gnavi__sub {
  visibility: visible;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#globalnavi .dropdown li:hover > .gnavi__sub a {
  line-height: 4em;
}
#globalnavi .dropdown li.rtl ul {
  top: 100%;
  right: 0;
  left: auto;
}
#globalnavi .dropdown li.rtl ul ul {
  top: 1px;
  right: 99%;
  left: auto;
}
#globalnavi.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#globalnavi.fixed a:hover {
  border-bottom: 1px solid #88C859;
}
#globalnavi.gnavi_wide li {
  position: static;
}

/*  footer
------------------------------------*/
#footer {
  padding: 20px 20px 101px;
  background: #005952;
  transition: all ease .4s;
  font-size: 16px;
}
#footer .footer__logo {
  padding: 0 10px;
  text-align: center;
}
#footer .footer__row {
  position: fixed;
  width: 100%;
  min-width: 1060px;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
  background: #005952;
  justify-content: flex-start;
  align-items: center;
  z-index: 2000;
}
#footer .row__logo {
  width: 12%;
  margin-top: 10px;
  margin-right: 10%;
}
#footer .row__link {
  width: 70%;
  max-width: 1346px;
}
#footer .row__link > li {
  width: 24%;
}
#footer .row__link .link__button {
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  background-color: #00716d;
  background-image: -webkit-linear-gradient(top, #006d68 0%, #00645e 48%, #005952 49%, #00322d 100%);
  background-image: -moz-linear-gradient(top, #006d68 0%, #00645e 48%, #005952 49%, #00322d 100%);
  background-image: -o-linear-gradient(top, #006d68 0%, #00645e 48%, #005952 49%, #00322d 100%);
  background-image: -ms-linear-gradient(top, #006d68 0%, #00645e 48%, #005952 49%, #00322d 100%);
  border: 2px solid #004b45;
  background-image: linear-gradient(top, #006d68 0%, #00645e 48%, #005952 49%, #00322d 100%);
  border: 2px solid #004b45;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(0, 109, 104, 0.4);
  -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(0, 109, 104, 0.4);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(0, 109, 104, 0.4);
  border-radius: 6px;
  padding: 18px 15px;
}
#footer .row__link .link__button:after {
  content: "";
  position: absolute;
  right: 6%;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 19px;
  height: 19px;
  background: url(../images/common/footer_icon.png) no-repeat;
  background-size: 100%;
}
#footer .row__link .link__button.row02 {
  padding: 7px 15px;
}
#footer .row__link .link__button img {
  margin: 0 2px 2px 0;
  vertical-align: middle;
}
#footer .pagetop {
  position: fixed;
  right: 25px;
  bottom: 12px;
  line-height: 1;
  z-index: 5000;
}
#footer .pagetop a {
  display: block;
}

@media screen and (max-width: 1300px) {
  #footer .row__logo {
    width: 12%;
    margin-right: 4%;
  }
  #footer .row__link {
    width: 78%;
  }
  #footer .row__link > li {
    width: 24.5%;
  }
  #footer .row__link .link__button {
    padding: 15px;
    font-size: 14px;
  }
  #footer .row__link .link__button.row02 {
    padding: 6px 15px 5px;
  }
  #footer .pagetop {
    right: 15px;
  }
  #footer .pagetop a {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 10px 30px 122px;
  }
  #footer .footer__logo {
    padding: 0 10px;
  }
  #footer .footer__logo img {
    width: 80%;
    max-width: 400px;
  }
  #footer .footer__row {
    min-width: 0;
    padding: 10px 30px 2px;
    justify-content: space-between;
  }
  #footer .row__logo {
    display: none;
  }
  #footer .row__link {
    width: 90%;
  }
  #footer .row__link > li {
    width: 49%;
    margin-bottom: 8px;
  }
  #footer .row__link > li:nth-of-type(3) img {
    width: 76px;
  }
  #footer .row__link > li:nth-of-type(4) img {
    width: 154px;
  }
  #footer .row__link .link__button {
    padding: 5px 15px 5px 5px;
    font-size: 12px;
    border-right-width: 1px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(0, 109, 104, 0.4);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(0, 109, 104, 0.4);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(0, 109, 104, 0.4);
    letter-spacing: 0;
  }
  #footer .row__link .link__button:after {
    margin-top: -5px;
    width: 10px;
    height: 10px;
  }
  #footer .row__link .link__button.row02 {
    padding: 5px 15px 5px 5px;
  }
  #footer .pagetop {
    right: 15px;
    bottom: 12px;
  }
  #footer .pagetop a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 320px) {
  #footer {
    min-width: 0;
    padding: 10px 15px 90px;
  }
  #footer .row__link .link__button {
    font-size: 11px;
  }
  #footer .pagetop {
    right: 5px;
  }
  #footer .pagetop a {
    width: 35px;
    height: 35px;
  }
}
/* common */
.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.pc_inline {
  display: inline;
}

.sp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /* common */
  .pc_block {
    display: none;
  }

  .sp_block {
    display: block;
  }

  .pc_inline {
    display: none;
  }

  .sp_inline {
    display: inline;
  }

  .sp_hidden {
    display: none !important;
  }

  .pc_hidden {
    display: block !important;
  }
}
