@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
}
body * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  outline: none;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
a:hover {
  transform: translateY(-5px);
}
a img {
  border-style: none;
}

@media screen {
  .fade__0 {
    opacity: 0;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media all and (min-width: 1201px) {
  .pcS {
    display: none;
  }
}
@media all and (min-width: 1601px) {
  .pcL {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .np {
    display: none;
  }
}
@media screen and (max-width: 1367px) {
  .npL {
    display: none;
  }
}
#wrapper img {
  width: 100%;
  vertical-align: middle;
}
#wrapper .titEn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 8rem;
  line-height: 100%;
}
#wrapper .titEn::before {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  background: #222;
  transform: rotate(-6deg);
  margin-bottom: 12px;
}
@media screen and (max-width: 668px) {
  #wrapper .titEn::before {
    width: 80px;
    height: 4px;
  }
}
@media screen and (max-width: 1200px) {
  #wrapper .titEn {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 960px) {
  #wrapper .titEn {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 668px) {
  #wrapper .titEn {
    font-size: 4.8rem;
  }
}
#wrapper .textBtn a {
  display: inline-block;
  border: 1px solid #222;
  border-radius: 50px;
  line-height: 130%;
  min-width: 150px;
  padding: 15px 40px 17px 20px;
  position: relative;
  background-color: #fff;
}
#wrapper .textBtn a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%2011.5L11.5%201M11.5%201H1M11.5%201V11.5%22%20stroke%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  transition: 0.3s;
}
#wrapper .textBtn a:hover {
  background-color: #82C6E7;
  color: #fff;
  border: 1px solid #82C6E7;
}
#wrapper .textBtn a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%2011.5L11.5%201M11.5%201H1M11.5%201V11.5%22%20stroke%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}
#wrapper .kome {
  text-indent: -1em;
  padding-left: 1em;
}
#wrapper .pageMainArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 150px;
  padding: 0 max(3vw, 20px);
}
@media screen and (max-width: 960px) {
  #wrapper .pageMainArea {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 668px) {
  #wrapper .pageMainArea {
    margin-bottom: 50px;
  }
}
#wrapper .pageMainArea .photo {
  width: 33%;
}
#wrapper .pageMainArea .photo img {
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1200px) {
  #wrapper .pageMainArea .photo {
    width: 40%;
  }
}
@media screen and (max-width: 668px) {
  #wrapper .pageMainArea .photo {
    width: 100%;
    margin-bottom: 30px;
  }
}
#wrapper .pageMainArea > div {
  width: 61%;
}
@media screen and (max-width: 1200px) {
  #wrapper .pageMainArea > div {
    width: calc(60% - 40px);
  }
}
@media screen and (max-width: 668px) {
  #wrapper .pageMainArea > div {
    width: 100%;
  }
}
#wrapper .pageMainArea > div .read {
  font-size: 4rem;
  line-height: 120%;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  #wrapper .pageMainArea > div .read {
    font-size: clamp(14px, 3.3333333333vw, 100px);
  }
}
@media screen and (max-width: 668px) {
  #wrapper .pageMainArea > div .read {
    font-size: calc(4rem * 0.75);
  }
}
@media screen and (max-width: 1200px) {
  #wrapper .pageMainArea > div .read {
    margin-bottom: 30px;
    line-height: 125%;
  }
}
#wrapper .pageMainArea > div .text {
  line-height: 2.5;
}
@media screen and (max-width: 960px) {
  #wrapper .pageMainArea > div .text {
    line-height: 1.8;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 800;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 max(2.5vw, 20px);
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid rgba(34, 34, 34, 0);
  transition: 0.5s;
}
header.border {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 668px) {
  header {
    height: 80px;
  }
}
header h1 {
  width: 250px;
}
@media screen and (max-width: 668px) {
  header h1 {
    margin-right: 20px;
  }
}
header nav {
  display: flex;
  align-items: center;
}
header nav ul {
  display: flex;
}
@media screen and (max-width: 960px) {
  header nav ul {
    display: none;
  }
}
header nav ul li {
  margin-right: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  header nav ul li {
    font-size: clamp(14px, 1.3333333333vw, 100px);
  }
}
@media screen and (max-width: 1200px) {
  header nav ul li {
    margin-top: 7px;
    margin-right: 30px;
  }
}
header nav p.contact {
  width: 145px;
}
@media screen and (max-width: 1200px) {
  header nav p.contact {
    width: 120px;
  }
}
@media screen and (max-width: 668px) {
  header nav p.contact {
    width: 64px;
  }
}
header nav p.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: #82C6E7;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  header nav p.contact a {
    font-size: clamp(14px, 1.3333333333vw, 100px);
  }
}
@media screen and (max-width: 668px) {
  header nav p.contact a {
    height: 80px;
  }
  header nav p.contact a::after {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../images/btn_mail.svg) no-repeat center/contain;
  }
}
@media screen and (max-width: 668px) {
  header nav p.contact a span {
    display: none;
  }
}
header nav p.spMenu {
  display: none;
}
@media screen and (max-width: 960px) {
  header nav p.spMenu {
    display: block;
    width: 30px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 668px) {
  header nav p.spMenu {
    width: 22px;
  }
}

.menuCommon .closeBtn {
  width: 30px;
  position: fixed;
  right: 20px;
  top: 30px;
}
@media screen and (max-width: 668px) {
  .menuCommon .closeBtn {
    width: 22px;
  }
}
.menuCommon#sideMenu {
  display: none;
}
@media screen and (max-width: 960px) {
  .menuCommon#sideMenu {
    display: block;
  }
}
.menuCommon#sideMenu .rightContentsMenu {
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
.menuCommon#sideMenu .rightContentsMenu > div.logo {
  background-color: #fff;
  padding: 50px 5vw;
}
.menuCommon#sideMenu .rightContentsMenu > div.logo p {
  width: 70px;
  margin: 0 auto;
}
.menuCommon#sideMenu .rightContentsMenu > div.menu {
  padding: 50px 5vw;
  flex-grow: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuCommon#sideMenu .rightContentsMenu > div.menu > ul li {
  text-align: center;
}
.menuCommon#sideMenu .rightContentsMenu > div.menu > ul li:not(:last-child) {
  margin-bottom: 20px;
}
.menuCommon#sideMenu .rightContentsMenu > div.menu > ul li a {
  display: inline-block;
  font-size: 1.6rem;
}

main {
  padding-top: 100px;
}
@media screen and (max-width: 668px) {
  main {
    padding-top: 80px;
  }
}
main .pageTit {
  padding: 0 max(3vw, 20px);
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  main .pageTit {
    height: 300px;
  }
}
@media screen and (max-width: 960px) {
  main .pageTit {
    height: 220px;
  }
}
@media screen and (max-width: 668px) {
  main .pageTit {
    height: 180px;
    margin-bottom: 0;
  }
}
main .pageTit .titEn {
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  main .pageTit .titEn {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  main .pageTit .titEn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 668px) {
  main .pageTit .titEn {
    margin-bottom: 15px;
  }
}
main .pageTit h2 {
  font-size: 2.9rem;
}
@media screen and (max-width: 1200px) {
  main .pageTit h2 {
    font-size: clamp(14px, 2.4166666667vw, 100px);
  }
}
main .notfoundArea {
  padding: 0 max(2.5vw, 20px);
  text-align: center;
}
main .notfoundArea .tit {
  display: table;
  width: auto;
  margin: 0 auto 30px;
}
main .notfoundArea .text {
  margin-bottom: 30px;
}

.footerContact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 150px 0 100px;
}
@media screen and (max-width: 960px) {
  .footerContact {
    margin: 100px 0 50px;
  }
}
.footerContact > div.title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  min-width: calc(370px + 10vw);
  padding: 0 5vw;
}
@media screen and (max-width: 960px) {
  .footerContact > div.title {
    min-width: calc(340px + 5vw);
    padding: 0 0 0 5vw;
  }
}
@media screen and (max-width: 668px) {
  .footerContact > div.title {
    width: 100%;
    min-width: 100%;
    margin-bottom: 25px;
    padding-right: 5vw;
    justify-content: flex-start;
  }
}
.footerContact > div.title > section {
  width: 370px;
}
.footerContact > div.title > section .text {
  font-size: 1.6rem;
  margin: 60px 0 30px;
}
@media screen and (max-width: 1200px) {
  .footerContact > div.title > section .text {
    font-size: clamp(14px, 1.3333333333vw, 100px);
  }
}
@media screen and (max-width: 960px) {
  .footerContact > div.title > section .text {
    margin: 30px 0;
  }
}
.footerContact > div.contactSlide {
  flex-grow: 2;
  width: 65%;
  max-width: calc(100% - (370px + 10vw));
}
@media screen and (max-width: 960px) {
  .footerContact > div.contactSlide {
    max-width: calc(100% - (340px + 5vw));
  }
}
@media screen and (max-width: 668px) {
  .footerContact > div.contactSlide {
    width: 100%;
    max-width: 100%;
  }
}
.footerContact > div.contactSlide ul li {
  width: 500px;
}
@media screen and (max-width: 1367px) {
  .footerContact > div.contactSlide ul li {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .footerContact > div.contactSlide ul li {
    width: 350px;
  }
}
@media screen and (max-width: 960px) {
  .footerContact > div.contactSlide ul li {
    width: 230px;
  }
}

.footerAbout {
  margin: 0 max(5vw, 20px);
  border-top: 1px solid rgba(34, 34, 34, 0.2);
  padding: 100px 0 50px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .footerAbout {
    padding: 50px 0 30px;
  }
}
.footerAbout h5 {
  width: 155px;
  margin: 0 max(5vw, 20px);
}
@media screen and (max-width: 1200px) {
  .footerAbout h5 {
    margin: 0 max(5vw, 20px) 0 0;
  }
}
@media screen and (max-width: 960px) {
  .footerAbout h5 {
    width: 100px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 668px) {
  .footerAbout h5 {
    width: 70px;
  }
}
.footerAbout > section {
  width: calc(100% - 155px - 10vw);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .footerAbout > section {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .footerAbout > section {
    display: block;
  }
}
.footerAbout > section > h6 {
  width: 100%;
  margin-bottom: 30px;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .footerAbout > section > h6 {
    font-size: clamp(14px, 1.6666666667vw, 100px);
  }
}
@media screen and (max-width: 960px) {
  .footerAbout > section > h6 {
    text-align: center;
  }
}
.footerAbout > section > dl {
  border-left: 2px solid #222;
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .footerAbout > section > dl {
    border-left: 0;
    border-top: 2px solid #222;
    padding-left: 0;
    padding-top: 20px;
    margin-bottom: 10px;
  }
}
.footerAbout > section > dl:not(:first-of-type) {
  margin-left: 5vw;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .footerAbout > section > dl:not(:first-of-type) {
    margin-left: 0;
  }
}
.footerAbout > section > dl dt {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .footerAbout > section > dl dt {
    font-size: clamp(14px, 1.6666666667vw, 100px);
  }
}
.footerAbout > section > dl dd {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .footerAbout > section > dl dd {
    font-size: clamp(14px, 1.3333333333vw, 100px);
  }
}
@media screen and (max-width: 960px) {
  .footerAbout > section > dl dd {
    line-height: 1.8;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .footerAbout > section > dl dd {
    margin-bottom: 5px;
  }
  .footerAbout > section > dl dd .pcS {
    display: none;
  }
}
.footerAbout > section > p {
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .footerAbout > section > p {
    font-size: clamp(14px, 1.3333333333vw, 100px);
  }
}

footer {
  background-color: #f5f5f5;
  padding: 80px max(4vw, 20px) 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  footer {
    flex-direction: column;
    align-items: center;
    padding: 50px max(4vw, 20px) 30px;
  }
}
footer > div {
  display: flex;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  footer > div {
    font-size: 1.3rem;
  }
}
footer > div ul {
  margin-left: 20px;
}
footer > div ul li {
  list-style: disc;
}
footer > div ul:first-child {
  margin-right: 7vw;
}
@media screen and (max-width: 960px) {
  footer > div ul:first-child {
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) {
  footer > div ul:first-child {
    margin-right: 20px;
  }
}
footer > div ul li {
  margin-bottom: 15px;
}
footer > dl {
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  footer > dl {
    font-size: 1.3rem;
  }
}
footer > dl dt {
  margin-bottom: 10px;
}
footer > dl dd {
  margin-bottom: 5px;
}
footer .copy {
  width: 100%;
  text-align: right;
  color: #ccc;
  margin-top: 30px;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  footer .copy {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 668px) {
  footer .copy {
    text-align: center;
  }
}
footer .copy br {
  display: none;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  footer .copy br {
    display: block;
  }
}

input[type=text],
input[type=email],
input[type=date],
input[type=tel],
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1em;
  appearance: none;
  outline: none;
  border: 0;
  background-color: #f5f5f5;
  border-radius: 30px;
  color: #333;
  padding: 10px 20px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type=submit],
input[type=button] {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 2px;
  appearance: none;
  outline: none;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 50px;
  color: #fff;
  padding: 15px 20px;
  transition: 0.5s;
  cursor: pointer;
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}
input[type=submit]:hover,
input[type=button]:hover {
  transform: translateY(-5px);
}

::placeholder {
  color: #ccc;
}

.sizeXS {
  width: 30%;
  max-width: 150px;
}

.sizeS {
  width: 38%;
  max-width: 300px;
}

.sizeM {
  width: 65%;
}
@media screen and (max-width: 960px) {
  .sizeM {
    width: 100%;
  }
}

.sizeL {
  width: 100%;
}

/* エラーメッセージ
-------------------------------------------------*/
.formLayout .errmsg,
.formLayout #errorMessage {
  box-sizing: border-box;
  width: 100%;
  border: 3px solid #f00;
  padding: 10px;
  margin: 0 auto 10px;
  color: #f00;
}
.formLayout .errmsg a,
.formLayout #errorMessage a {
  color: #f00;
}

/* 画面別表示/非表示
-------------------------------------------------*/
.formLayout.input_now .display_check,
.formLayout.check_now .display_input {
  display: none;
}/*# sourceMappingURL=layout.css.map */