/* -------------------------------
 * Google Fonts [Noto Sans JP]
 * -------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/* -------------------------------
 * Module
 * -------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0;
}
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
}
body,
html {
  color: #3e3a39;
}
header {
  height: 120px;
  width: 100%;
  background: #ffffff;
  z-index: 2;
}
header.top {
  position: absolute;
  background: transparent;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  width: calc(100% - 40px);
  height: 120px;
  margin: 0 auto;
}
.gnavi__main {
  margin-bottom: 15px;
  text-align: end;
}
.gnavi__sub {
  text-align: end;
}
.gnavi__main li {
  display: inline-flex;
  font-size: 2rem;
  margin-left: 2em;
}
.gnavi__sub li {
  display: inline-flex;
  font-size: 1.2rem;
  margin-left: 2em;
}
.gnavi__main li a,
.gnavi__sub li a {
  color: #666666;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gnavi__main li a:hover,
.gnavi__sub li a:hover {
  opacity: 0.5;
}
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mv {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../images/mv_bg.jpg') center bottom no-repeat;
}
.mv__inner {
  padding: 20px;
  text-align: center;
  position: absolute;
  z-index: 2;
}
.mv__inner h1 {
  font-family: ten-mincho, serif;
  font-weight: 200;
  font-style: normal;
  font-size: 8.9rem;
  color: #7cc1e0;
}
.mv__inner p {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  color: #7cc1e0;
}
.title {
  position: relative;
  font-size: 3.7rem;
  font-weight: bold;
  text-align: center;
  margin: 3em 0;
  color: #7cc1e0;
}
.title::after {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2rem;
}

.title_pr {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin: 3em 0;
}

.is-news::after {
  content: 'ニュース';
}
.is-topics::after {
  content: 'トピックス';
}
.is-infomation::after {
  content: 'お知らせ';
}
section {
  width: 980px;
  margin: 0 auto;
}
.footer-related_site {
  background: #a9d5e8;
}
.footer-related_site_inner {
  width: 1080px;
  margin: 0 auto;
  padding: 50px 0 20px;
}
.footer-related_site ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 10px 0;
}
.footer-related_site li {
  margin: 5px 30px 15px 0;
}
.footer-related_site li a {
  display: block;
  transition: 0.3s;
}
.footer-related_site li a:hover {
  opacity: 0.5;
}
.footer-related_site__title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.footer__company {
  padding: 50px 0;
  text-align: center;
}
.footer__company p {
  color: #a9d5e8;
  font-size: 1.2rem;
  line-height: 2;
}
.footer__address {
  background: #c3c4b8;
  padding: 30px 0;
}
.footer__address address {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  text-align: center;
}
.news {
  margin-bottom: 0px;
}
.news_containner {
  display: flex;
  flex-wrap: wrap;
}
.news_containner_title {
  font-size: 3rem;
  font-weight: bold;
  margin: 20px 0;
  color: #7cc1e0;
  padding-left: 35px;
}
.item_news {
  width: 33.3333333333%;
  padding: 20px 0 50px 0;
}
.item_news__inner {
  position: relative;
  height: 250px;
  padding: 0 35px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-right: 1px dotted #ccc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.item_news__inner:hover {
  opacity: 0.5;
}
.item_news__inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}
.item_news:nth-child(3n) .item_news__inner {
  border-right: 0px;
}
.item_news p:first-child {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 20px 0;
  color: #c3c4b8;
}
.item_news p:nth-child(2) {
  font-size: 1.3rem;
  line-height: 1.75;
}
.item_news__inner span {
  position: relative;
  display: block;
  margin: auto auto 10px;
  padding: 0.4em 2.5em 0.4em 1.4em;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 36px;
  color: #ffffff;
  white-space: nowrap;
  background: #a9d5e8;
}
.item_news__inner span::after {
  content: url('../images/arrow.png');
  position: absolute;
  top: 5px;
  right: 14px;
}

.more_list {
  float: right;
  margin: 20px 0 20px 20px;
}
.more_list a {
  font-size: 1.4rem;
  color: #bbbbbb;
  padding: 2px;
}
.information {
  margin-bottom: 85px;
}
.information ul {
  border-bottom: 1px solid #ccc;
}
.information ul li {
  padding: 50px 0;
  border-bottom: none;
}

.mv-under {
  width: 100%;
  margin: 0 0 80px 0;
}
.mv-under__inner {
  width: 980px;
  margin: 0 auto;
  padding: 40px 0 50px;
  border-bottom: 1px solid #ccc;
}
.mv-under__title {
}
.mv-under__title p {
  color: #7cc1e0;
  text-align: center;
  font-weight: bold;
}
.mv-under__title p:nth-child(1) {
  font-size: 4rem;
  margin: 0 0 8px 0;
}
.mv-under__title p:nth-child(2) {
  font-size: 2.2rem;
}
.contents_wrap {
  text-align: center;
  width: 736px;
  margin: 0 auto 80px;
}
.company_wrap dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.company_wrap dt,
.company_wrap dd {
  padding: 30px;
  border-top: 1px solid #ccc;
  font-size: 1.2rem;
}
.company_wrap dt {
  width: 30%;
}
.company_wrap dd {
  width: 70%;
}
.title.is-under {
  font-size: 2.4rem;
  margin: 0 auto 24px;
}
.title.is-under.is-first {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 0;
  padding-bottom: 24px;
}
.title.is-under.is-product {
  font-size: 2.4rem;
}
.company_wrap-01 {
}
.company_wrap-01 .mv__main_copy {
  font-family: ten-mincho, serif;
  font-weight: 200;
  font-style: normal;
  font-size: 7rem;
  color: #7cc1e0;
  margin: 80px auto;
}
.company_wrap-01 p {
  font-size: 1.3rem;
  line-height: 1.8;
}
.company_wrap-03 p {
  font-size: 1.7rem;
  line-height: 1.8;
  padding: 40px 0;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.product_wrap {
  padding-top: 90px;
  border-top: 1px solid #ccc;
  margin-bottom: 100px;
}
.product_wrap-01 {
  padding-top: 0;
  border: 0;
}
.product_wrap-03 {
  margin-bottom: 200px;
}
.product_wrap p {
}
.product_wrap p:nth-child(2) {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.product_wrap p:nth-child(3) {
  font-size: 1.3rem;
  line-height: 2;
  margin: 0 0 50px 0;
}
.product_wrap .more {
}
.product_wrap .more a {
  position: relative;
  display: block;
  padding: 0.3em 2.1em 0.4em 1.4em;
  font-size: 2.3rem;
  border-radius: 36px;
  color: #ffffff;
  white-space: nowrap;
  background: #a9d5e8;
  margin: 0 auto;
  width: 270px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product_wrap .more a:hover {
  opacity: 0.5;
}
.product_wrap .more a::after {
  content: url('../images/arrow2.png');
  position: absolute;
  top: 8px;
  right: 31px;
}
.tabel_product-01 {
  width: 736px;
  margin: 0 auto 90px;
}
.product_img {
  margin: 0 0 50px 0;
}
/* ----------------------------------------------
 *  c-contact
 * ---------------------------------------------- */
.c-contact_wrap {
  width: 716px;
  margin-bottom: 0;
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.c-contact_title {
  margin-bottom: 40px;
}
.c-contact_title p {
}
.c-contact_title p:nth-child(2) {
  font-weight: bold;
  font-size: 2rem;
  margin: 40px 0;
}
.c-contact_title p:nth-child(3) {
  font-size: 1.2rem;
  line-height: 1.8;
}
.c-contact_wrap p.read {
  width: 525px;
  height: 40px;
}
.c-contact_wrap .photo {
  float: left;
  width: 240px;
}
.c-contact_wrap .description {
  float: right;
  width: 438px;
}
.c-contact_wrap:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.ttl_product {
  font-size: 1.3rem;
  margin: 0 0 10px;
  padding: 4px 7px 3px;
  color: #ffffff;
  background-color: #9cd5e9;
  display: inline-block;
}
.table-03 {
}
.table-03.mb25 {
  margin: 0px 0 25px 0;
}
.table-03 td div {
  font-size: 1.3rem;
  display: block;
  padding: 7px 3px 6px;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
}
.c-contact_wrap:last-child {
  margin-bottom: 170px;
}

.privacy_wrap {
  width: 650px;
}
.privacy,
.privacy_disc {
  padding: 0 0 0 60px;
}
.privacy li {
  font-size: 1.2rem;
  padding: 0 0 25px 10px;
  text-align: left;
  list-style-type: decimal;
  line-height: 1.2;
}

.privacy_disc li {
  font-size: 1.2rem;
  padding: 0 0 25px 10px;
  text-align: left;
  list-style-type: disc;
  line-height: 1.2;
}

/* ----------------------------------------------
 *  faq
 * ---------------------------------------------- */
.faq_wrap {
}

.faq_btn {
  display: flex;
  justify-content: center;
  margin: -50px auto 0;
}

.faq_wrap01 {
  margin: 58px auto 140px;
  padding: 50px 0 0 0;
}
.faq_wrap02 {
  margin: 0 auto 180px;
  padding: 50px 0 0 0;
}

.faq_item {
  padding: 22px 32px;
  border-right: 1px solid #999;
}

.faq_item:last-child {
  border-right: none;
}

.faq_btn a {
  font-size: 2rem;
  font-weight: bold;
  color: #9cd5e9;
  letter-spacing: 1px;
  padding: 0 0 7px 33px;
  background:
    url('../faq/imgs/bg_underline.gif') repeat-x right bottom,
    url('../faq/imgs/arrow.gif') no-repeat 1px 2px;
  white-space: nowrap;
  transition: 0.2s;
}

.faq_btn a:hover {
  opacity: 0.5;
}

.faq_wrap p {
  font-weight: bold;
  text-align: center;
  color: #9cd5e9;
  font-size: 2rem;
  margin: 0 0 30px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 2px;
  line-height: 1.6;
}
.faq_dl {
}
.faq_dt {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 50px 0 22px;
  padding: 0 0 18px;
  border-bottom: 1px solid #ccc;
  color: #555;
  letter-spacing: 1px;
}
.faq_dd {
  font-size: 1.2rem;
  color: #333;
  line-height: 2;
  margin: 0 0 85px 0;
  letter-spacing: 1px;
}

/* ----------------------------------------------
 *  guide
 * ---------------------------------------------- */
.guide_wrap {
}

.guide_btn {
  display: flex;
  justify-content: center;
  margin: -50px auto 0;
}

.guide_wrap01 {
  margin: 58px auto 0;
  padding: 50px 0 0 0;
  position: relative;
}
.guide_wrap02 {
  margin: 0 auto 100px;
  padding: 58px 0 0 0;
  position: relative;
}
.guide_wrap03 {
  margin: 0 auto 150px;
  padding: 50px 0 0 0;
}
.img_illust01 {
  position: absolute;
  top: 11px;
  right: 28px;
  z-index: 1;
}
.img_illust02 {
  position: absolute;
  top: 5px;
  right: 0;
}
.guide_item {
  padding: 22px 32px;
  border-right: 1px solid #999;
}

.guide_item:last-child {
  border-right: none;
}

.guide_btn a {
  font-size: 2rem;
  font-weight: bold;
  color: #9cd5e9;
  letter-spacing: 1px;
  padding: 0 0 7px 33px;
  background:
    url('../guide/imgs/bg_underline.gif') repeat-x right bottom,
    url('../guide/imgs/arrow.gif') no-repeat 1px 2px;
  white-space: nowrap;
  transition: 0.2s;
}

.guide_btn a:hover {
  opacity: 0.5;
}

.guide_wrap p {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 2;
}
.guide_wrap p.title {
  font-weight: bold;
  text-align: center;
  color: #9cd5e9;
  font-size: 2rem;
  margin: 0 0 30px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 2px;
  line-height: 1.6;
}
.guide_wrap p.title2 {
  font-weight: bold;
  text-align: center;
  color: #555;
  font-size: 2rem;
  margin: 85px 0 30px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 2px;
  line-height: 1.6;
}
.guide_dl {
}
.guide_dt {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 50px 0 22px;
  padding: 0 0 18px;
  border-bottom: 1px solid #ccc;
  color: #555;
  letter-spacing: 1px;
}
.guide_dd {
  font-size: 1.2rem;
  color: #333;
  line-height: 2;
  margin: 0 0 80px 0;
  letter-spacing: 1px;
}

.table_guide {
  width: 610px;
  margin: 0 auto 0;
}

.table_guide_01 {
  margin: 0 auto 100px;
}
.table_guide_02 {
}

.table_guide td {
  font-size: 1.2rem;
  color: #333;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
}

.table_guide td span {
  font-weight: bold;
  display: block;
  color: #555;
}

.guide_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
  line-height: 2;
  text-align: left;
}

.guide_txt {
  margin: 0 0 45px 0;
  padding: 0 0 0 20px;
  text-align: left;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
}
.guide_ban {
  transition: 0.2s;
}
.guide_ban:hover {
  opacity: 0.8;
}
.guide_ban span {
  color: #666;
  display: block;
  margin-bottom: 8px;
}
.guide_mvttl {
  font-size: 2rem;
  line-height: 1.6;
  margin: 15px 0 15px 0;
  font-weight: bold;
}
.guide_mvtxt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 15px 0 15px 0;
  font-weight: bold;
  margin-bottom: 8px;
}
.guide_mb {
  margin-bottom: 8px;
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
}

.pagetop a {
  display: block;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.text_pr {
  text-align: left;
  width: 600px;
  margin: 20px auto 40px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
