@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
*, :before, :after {
  box-sizing: border-box
}
* {
  margin: 0;
  padding: 0
}
html {
  font-size: 62.5%
}
body {
  width: 100%;
  color: #000;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: scroll;
  font-family: Yu Gothic medium, YuGothic Medium, "游ゴシック", Hiragino Kaku Gothic ProN, "メイリオ", sans-serif;
  line-height: 1.9;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block
}
section {
  margin-bottom: 2em
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4
}
ol, ul {
  list-style: none;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.7;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.7;
  text-decoration: none;
  color: #30bfbb
}
p {
  letter-spacing: 1px;
}
#wrapper {
  min-width: auto;
  background: #fff;
  width: 100%;
  font-size: 1.4rem;
}
/* 戻るアイコン*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #000;
  opacity: 0.5;
  border-radius: 50%;
  z-index: 999999;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* ヘッダー */
#header {
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  border-bottom: 1px solid #00a9ac;
  overflow: visible;
}
.header {
  position: relative;
}
.header-logo {
  text-align: center;
  padding: 30px 10px 10px;
}
/* メインベース */
/* フッター */
#footer {
  overflow: hidden;
}
.banner-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  margin: auto;
  display: flex;
}
.banner-scroll td {
  border: none;
  padding: 4px 8px;
  display: inline-block;
}
.fotter_bunnar {}
.bunnar_area {
  display: flex;
  justify-content: center;
  background: url(../../assets/images/common/fotter_bunnar_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 20px 50px;
  background-position: top center;
}
.bunnar_area1 {
  display: block;
  justify-content: center;
  background: url(../../assets/images/common/fotter_bunnar_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 20px 50px;
  background-position: top center;
}
.fotter_bunnar01, .fotter_bunnar02, .fotter_bunnar03, .fotter_bunnar04 {
  margin-right: 5px;
  margin-bottom: 5px;
}
#footer_menu_sns_area {
  margin-top: 30px;
  text-align: center;
}
.footer_sns {
  margin-top: 5px;
}
.footer_sns ul li {
  display: inline-block;
  margin: 20px
}
#footer_menu_widget_area {
  background-color: rgba(0, 169, 172, 0.1);
  padding: 50px 50px 30px;
}
.footer_menu_widget_area_inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
.headline {
  background: #029b9b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 7px;
  font-size: 22px;
  letter-spacing: 2px;
}
.esite {
  background: #027474;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 7px;
  font-size: 22px;
  letter-spacing: 2px;
}
#footer_menu2 {
  display: flex;
  justify-content: center;
  font-size: 17px;
  line-height: 2.2em;
  margin: 20px 0;
}
#footer_menu2 ul {
  flex: 1;
}
#footer_menu2 a {
  color: #000;
}
.footter_hr {
  border: dashed 0.1px #029b9b;
  margin-bottom: 35px;
}
.has_tree_menu {
  display: flex;
  justify-content: center;
  font-size: 17px;
  line-height: 2.2em;
}
.subContents1 {
  -moz-box-ordinal-group: 1;
  -webkit-box-ordinal-group: 1;
  -webkit-box-sizing: border-box;
  flex: 1;
  margin-right: 40px;
}
.subContents2 {
  -moz-box-ordinal-group: 2;
  -webkit-box-ordinal-group: 2;
  -webkit-box-sizing: border-box;
  flex: 1;
  margin-right: 40px;
}
.subContents3 {
  -moz-box-ordinal-group: 3;
  -webkit-box-ordinal-group: 3;
  -webkit-box-sizing: border-box;
  flex: 1;
}
#footer_menu3 {
  margin-top: 20px;
}
#footer_menu3 a {
  color: #000;
}
#footer_bottom {
  background: url(../../assets/images/common/fotter_logo_back.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#footer_bottom_inner {
  text-align: center;
  padding: 20px;
}
.logo_area {
  margin-bottom: 14px;
  margin-top: 10px;
}
.copyright,.gdpr {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}
.gdpr a{
	text-decoration: none;
	color: white;
}
@media screen and (max-width: 1000px) {
  .fotter_bunnar01 img, .bunnar_02 img, .fotter_bunnar03 img, .fotter_bunnar04 img {
    width: 90%;
  }
  .fotter_bunnar01, .fotter_bunnar02, .fotter_bunnar03, .fotter_bunnar04 {
    margin-right: -35px;
  }
  #footer_menu_widget_area {
    padding: 50px 30px 30px;
  }
  #footer_menu2, #footer_menu3 {
    font-size: 15px;
    justify-content: space-between;
  }
  .headline, .esite {
    padding: 5px;
    font-size: 20px;
  }
  .has_tree_menu {
    line-height: 1.9em;
  }
}
@media screen and (max-width: 768px) {
  .humb-menu {
    display: block;
  }
  .pc_header {
    display: none;
  }
  #footer_menu2, #footer_menu3 {
    font-size: 12px;
    justify-content: space-between;
  }
  .headline, .esite {
    font-size: 16px;
  }
  .has_tree_menu {
    line-height: 1.5em;
  }
  .banner-scroll {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    margin: 15px auto 0;
  }
  .logo img {
    width: 55%;
  }
  .header-logo {
    width: 100%;
    padding: 18px 10px 10px;
  }
    .header-logo img{
        width: 85%;
    }
  .fotter_bunnar01 img, .bunnar_02 img, .fotter_bunnar03 img, .fotter_bunnar04 img {
    width: 80%;
  }
  .fotter_bunnar01, .fotter_bunnar02, .fotter_bunnar03, .fotter_bunnar04 {
    margin-right: -60px;
  }
  .bunnar_area {
    display: block;
    background: url(../../assets/images/common/footter_bunnar_spback.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
  }
  .footer_sns ul li {
    margin: 10px;
  }
  .footer_sns ul li img {
    width: 80%;
  }
  #footer_menu_widget_area {
    padding: 30px 20px 30px;
  }
  #footer_menu2, #footer_menu3 {
    display: block;
    font-size: 14px;
  }
  #footer_menu2 ul {
    margin-bottom: 0;
  }
  .has_tree_menu {
    display: block;
    line-height: 1.7em;
  }
  .subContents1, .subContents2 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #footer_bottom_inner {
    padding: 15px 10px;
  }
  .copyright,.gdpr {
    font-size: 10px;
  }
}