@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
/******* reset.scss *******/
/* line 4, ../sass/_reset.scss */
html {
  font-size: 62.5%;
}

/* line 8, ../sass/_reset.scss */
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

/* line 22, ../sass/_reset.scss */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input, figure {
  color: #333;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 180%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  box-sizing: border-box;
}

/* line 37, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 43, ../sass/_reset.scss */
caption, th {
  text-align: left;
}

/* line 46, ../sass/_reset.scss */
td, th {
  vertical-align: top;
}

/* line 50, ../sass/_reset.scss */
fieldset, img, abbr {
  border: none;
}

/* line 53, ../sass/_reset.scss */
li {
  list-style-type: none;
}

/* line 57, ../sass/_reset.scss */
strong {
  font-weight: bold;
}

/* line 61, ../sass/_reset.scss */
a {
  color: #333;
  text-decoration: none;
}
/* line 64, ../sass/_reset.scss */
a:hover {
  color: #4F9AF7;
}

/* line 69, ../sass/_reset.scss */
img {
  vertical-align: bottom;
}

/* line 73, ../sass/_reset.scss */
*:focus {
  outline: none;
}

/* line 4, ../sass/common.scss */
.sp {
  display: none !important;
}

/* line 8, ../sass/common.scss */
.btn {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 360px;
  border-radius: 10px;
  box-sizing: border-box;
}
/* line 13, ../sass/common.scss */
.btn a, .btn span {
  display: block;
  text-align: left;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #4F9AF7;
  color: #fff;
  position: relative;
  transition: 0.3s;
  border: 5px solid #4F9AF7;
}
/* line 25, ../sass/common.scss */
.btn a::after, .btn span::after {
  content: "＞";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 19px;
  right: 20px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size: 16px;
}
/* line 39, ../sass/common.scss */
.btn:hover a {
  background-color: #fff;
  color: #4F9AF7;
  font-weight: bold;
}
/* line 43, ../sass/common.scss */
.btn:hover a::after {
  right: 10px;
  color: #4F9AF7;
}

/******header******/
/* line 53, ../sass/common.scss */
.headWrap {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  margin: 0 auto;
  transition: 0.3s;
}
/* line 62, ../sass/common.scss */
.headWrap header {
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 70, ../sass/common.scss */
.headWrap header .headLogo {
  z-index: 3;
}
/* line 72, ../sass/common.scss */
.headWrap header .headLogo a {
  display: block;
  position: relative;
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 28, ../sass/_mixin.scss */
.headWrap header .headLogo a:hover {
  opacity: 0.7;
}
/* line 76, ../sass/common.scss */
.headWrap header .headLogo a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 32px;
  width: 380px;
  background-image: url("../img/common/headLogo2.jpg");
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
/* line 83, ../sass/common.scss */
.headWrap header .headLogo img {
  transition: opacity 0.4s;
  width: 100%;
}
/* line 88, ../sass/common.scss */
.headWrap header .gNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 80%;
  height: 100%;
  z-index: 1;
}
/* line 95, ../sass/common.scss */
.headWrap header .gNav li {
  font-size: 115%;
  margin: 0 0 0 20px;
}
/* line 98, ../sass/common.scss */
.headWrap header .gNav li:first-child {
  margin-left: 0;
}
/* line 99, ../sass/common.scss */
.headWrap header .gNav li a {
  display: block;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
  color: #4F9AF7;
}
/* line 105, ../sass/common.scss */
.headWrap header .gNav li a span {
  color: #4F9AF7;
  display: block;
  font-size: 75%;
}
/* line 110, ../sass/common.scss */
.headWrap header .gNav li a:hover {
  opacity: 0.6;
}
/* line 115, ../sass/common.scss */
.headWrap header .gNav li.headBtn a {
  display: block;
  padding: 10px 40px;
  color: #fff;
  background-color: #4F9AF7;
}
/* line 124, ../sass/common.scss */
.headWrap header .spMenu {
  display: none;
}
/* line 131, ../sass/common.scss */
.headWrap.scroll {
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
}
/* line 139, ../sass/common.scss */
.headWrap.scroll header .gNav .contactBtn a {
  border-radius: 0;
}
/* line 145, ../sass/common.scss */
.headWrap.scroll:before {
  opacity: 1;
  z-index: 2;
}
/* line 149, ../sass/common.scss */
.headWrap.scroll .spMenu {
  border-radius: 0;
}

/* line 155, ../sass/common.scss */
.subMenuArea {
  background-color: #4F9AF7;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 99vh;
  z-index: -1;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  transition: opacity 0.4s;
}
/* line 168, ../sass/common.scss */
.subMenuArea.is-open {
  opacity: 1;
  z-index: 150;
}
/* line 172, ../sass/common.scss */
.subMenuArea figure {
  width: 30%;
  height: 100%;
}
/* line 175, ../sass/common.scss */
.subMenuArea figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 181, ../sass/common.scss */
.subMenuArea .subMenuCont {
  max-width: 1200px;
  margin: 0;
  text-align: left;
  padding: 160px 80px;
  overflow: scroll;
  box-sizing: border-box;
}
/* line 188, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
/* line 193, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink li {
  width: 30%;
  margin: 0 0 40px;
}
/* line 196, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink li a {
  color: #4F9AF7;
  display: block;
  line-height: 200%;
  transition: 0.3s;
}
/* line 200, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink li a strong {
  font-size: 161%;
  display: block;
}
/* line 205, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink li a:hover {
  opacity: 0.6;
}
/* line 210, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink li.listBe .unde {
  margin-top: 10px;
  padding-left: 15px;
  position: relative;
  font-weight: 500;
}
/* line 215, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink li.listBe .unde::before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
}
/* line 225, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink li.saiyo, .subMenuArea .subMenuCont .siteLink li.contact {
  width: 48%;
  box-sizing: border-box;
}
/* line 229, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink li.saiyo a, .subMenuArea .subMenuCont .siteLink li.contact a {
  background-color: #4F9AF7;
  padding: 30px 40px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0;
  border-radius: 10px;
}
/* line 241, ../sass/common.scss */
.subMenuArea .subMenuCont .headSns {
  display: flex;
  justify-content: center;
}
/* line 244, ../sass/common.scss */
.subMenuArea .subMenuCont .headSns li {
  margin: 0 20px;
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #4F9AF7;
  border-radius: 50%;
}
/* line 251, ../sass/common.scss */
.subMenuArea .subMenuCont .headSns li a {
  width: 100%;
  height: 100%;
  font-size: 161%;
  color: #4F9AF7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 50%;
}
/* line 261, ../sass/common.scss */
.subMenuArea .subMenuCont .headSns li a:hover {
  background-color: #4F9AF7;
  color: #fff;
}
/* line 269, ../sass/common.scss */
.subMenuArea .menuBanner {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}
/* line 273, ../sass/common.scss */
.subMenuArea .menuBanner li {
  background-color: #fff;
  width: 31%;
}
/* line 276, ../sass/common.scss */
.subMenuArea .menuBanner li a {
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 28, ../sass/_mixin.scss */
.subMenuArea .menuBanner li a:hover {
  opacity: 0.7;
}
/* line 279, ../sass/common.scss */
.subMenuArea .menuBanner li img {
  width: 100%;
}
/* line 284, ../sass/common.scss */
.subMenuArea .subMenuRow {
  display: flex;
  justify-content: space-between;
  position: relative;
}
/* line 288, ../sass/common.scss */
.subMenuArea .subMenuRow:before {
  border-left: 1px dotted #fff;
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 49.5%;
  width: 1px;
}
/* line 298, ../sass/common.scss */
.subMenuArea .subMenuRow nav {
  width: 43.4%;
}
/* line 300, ../sass/common.scss */
.subMenuArea .subMenuRow nav ul {
  display: flex;
  flex-wrap: wrap;
}
/* line 303, ../sass/common.scss */
.subMenuArea .subMenuRow nav ul li {
  font-size: 128%;
  margin: 0 10% 22px 0;
  width: 45%;
}
/* line 307, ../sass/common.scss */
.subMenuArea .subMenuRow nav ul li:nth-child(2n) {
  margin-right: 0;
}
/* line 310, ../sass/common.scss */
.subMenuArea .subMenuRow nav ul li a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 28, ../sass/_mixin.scss */
.subMenuArea .subMenuRow nav ul li a:hover {
  opacity: 0.7;
}
/* line 316, ../sass/common.scss */
.subMenuArea .subMenuRow nav ul li a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../img/common/arrow.png");
}
/* line 324, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink {
  width: 43.4%;
}
/* line 326, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li {
  border: 5px solid #fff;
  margin-bottom: 40px;
}
/* line 329, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li:last-child {
  margin-bottom: 0;
}
/* line 332, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 90px;
  font-size: 165%;
  font-weight: 700;
  padding-left: 110px;
  position: relative;
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 28, ../sass/_mixin.scss */
.subMenuArea .subMenuRow .otherLink li a:hover {
  opacity: 0.7;
}
/* line 342, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li a:before {
  background-repeat: no-repeat;
  background-size: 300%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 40px;
  width: 42px;
  background-image: url("../img/common/contactIcon2.png");
  position: absolute;
  top: 25px;
  left: 35px;
}
/* line 348, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../img/common/arrow.png");
  position: absolute;
  top: 30px;
  right: 20px;
}
/* line 355, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li.tel a {
  font-size: 180%;
  flex-flow: column;
  pointer-events: none;
  align-items: flex-start;
  justify-content: center;
  letter-spacing: 0.1em;
}
/* line 362, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li.tel a span {
  font-size: 60%;
  font-weight: 500;
  margin-top: 5px;
  letter-spacing: 0.1em;
}
/* line 368, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li.tel a:before {
  background-position: 0px 0;
}
/* line 375, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li.line a:before {
  background-position: -42px 0;
}
/* line 382, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li.mail a:before {
  background-position: -84px 0;
}

/******footer******/
/* line 394, ../sass/common.scss */
.contactArea {
  padding: 80px 0;
  background-color: #E5F0FE;
}
/* line 397, ../sass/common.scss */
.contactArea .linkList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
}
/* line 403, ../sass/common.scss */
.contactArea .linkList p.btn {
  margin: 0 20px;
  width: 580px;
}
/* line 406, ../sass/common.scss */
.contactArea .linkList p.btn a {
  width: 100%;
  padding: 40px;
}
/* line 409, ../sass/common.scss */
.contactArea .linkList p.btn a strong {
  font-size: 161%;
}
/* line 412, ../sass/common.scss */
.contactArea .linkList p.btn a::after {
  top: 55px;
}

/* line 420, ../sass/common.scss */
footer {
  background-color: #4F9AF7;
}
/* line 422, ../sass/common.scss */
footer .secCont {
  padding: 80px 0;
  max-width: 1200px;
  margin: 0 auto;
}
/* line 426, ../sass/common.scss */
footer .secCont p {
  margin-bottom: 40px;
}
/* line 429, ../sass/common.scss */
footer .secCont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
/* line 434, ../sass/common.scss */
footer .secCont ul li {
  margin: 0 20px;
}
/* line 436, ../sass/common.scss */
footer .secCont ul li a {
  color: #fff;
}
/* line 441, ../sass/common.scss */
footer .secCont address {
  color: #fff;
}

/******main******/
/* line 449, ../sass/common.scss */
.pageTop {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0s;
}
/* line 457, ../sass/common.scss */
.pageTop.show {
  opacity: 1;
  transition-delay: 0.5s;
}
/* line 461, ../sass/common.scss */
.pageTop span {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 64px;
  width: 64px;
  background-image: url("../img/common/pageTop.png");
  margin: 0 auto;
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 28, ../sass/_mixin.scss */
.pageTop span:hover {
  opacity: 0.7;
}

/* line 469, ../sass/common.scss */
main {
  display: block;
  text-align: left;
  position: relative;
}

/* line 475, ../sass/common.scss */
.alCenter {
  text-align: center;
}

/* line 479, ../sass/common.scss */
.alRight {
  text-align: right;
}

/* line 483, ../sass/common.scss */
.pt0 {
  padding-top: 0 !important;
}

/* line 487, ../sass/common.scss */
.mt0 {
  margin-top: 0 !important;
}

/* line 491, ../sass/common.scss */
.mb0 {
  margin-bottom: 0 !important;
}

/* line 495, ../sass/common.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 499, ../sass/common.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 503, ../sass/common.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 507, ../sass/common.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 511, ../sass/common.scss */
.mb50 {
  margin-bottom: 50px !important;
}

/* line 515, ../sass/common.scss */
.mb60 {
  margin-bottom: 60px !important;
}

/* line 519, ../sass/common.scss */
.mb80 {
  margin-bottom: 75px !important;
}

/* line 523, ../sass/common.scss */
.mb100 {
  margin-bottom: 95px !important;
}

/* line 527, ../sass/common.scss */
.mb120 {
  margin-bottom: 115px !important;
}

/* line 531, ../sass/common.scss */
.mb140 {
  margin-bottom: 135px !important;
}

/* line 535, ../sass/common.scss */
.mb160 {
  margin-bottom: 155px !important;
}
