@charset "UTF-8";
/** Colorの定義**/
/** 文字の定義**/
/* ==============================

	  共通

  ============================== */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  line-height: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  overflow: hidden;
  color: #0071bc;
  font-weight: bold;
}
a:hover {
  color: #ffb700;
}

picture {
  display: block;
}

img {
  border: none;
  line-height: 0;
  vertical-align: bottom;
  max-width: 100%;
}

i {
  font-style: normal;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.space10 {
  height: 10px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space100 {
  height: 100px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.bold {
  font-weight: bold;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.red {
  color: #c00;
}

ul li {
  list-style: none;
}

.alpha {
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .alpha:hover {
    opacity: 0.7;
    transition: opacity 0.4s;
  }
}

.wrap-alpha a {
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .wrap-alpha a:hover {
    opacity: 0.7;
    transition: opacity 0.4s;
  }
}

.enlarge {
  position: relative;
}
.enlarge::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23000000'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 3;
  opacity: 0.6;
  transition: opacity 0.4s;
}
.enlarge:hover::after {
  opacity: 1;
}

.bd-01 {
  background: linear-gradient(transparent 60%, rgba(252, 238, 33, 0.6) 0%);
  font-weight: bold;
}

.bd-02 {
  background: linear-gradient(transparent 60%, rgba(228, 0, 3, 0.4) 0%);
  font-weight: bold;
}

.bd-03 {
  background: linear-gradient(transparent 60%, rgba(0, 65, 219, 0.5) 0%);
  font-weight: bold;
}

.cursor {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

.link a {
  color: #0071bc;
}
.link a:hover {
  color: #ffb700;
}

a.link {
  color: #0071bc;
  transition: 0.4s;
}
a.link:hover {
  color: #ffb700;
}

/** ***********************************************

COMMON

*********************************************** **/
html {
  font-size: 16px;
}

body {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ 明朝", MS Mincho, "ＭＳ ゴシック", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.8px;
  -webkit-text-size-adjust: 100%;
}

.font-normal {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.wrap-flex {
  display: flex;
}
.wrap-flex .col {
  width: 50%;
}
.wrap-flex.flex-3 .col {
  width: 33.3333333333%;
}
.wrap-flex.flex-4 .col {
  width: 25%;
}

.font-s {
  font-size: smaller;
}

.title-1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  font-size: clamp(16px, 1.7vw, 26px);
  padding-bottom: 15px;
  border-bottom: solid 1px #111;
  letter-spacing: 2px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .title-1 {
    margin-bottom: 30px;
  }
}

.title-2 {
  margin: 0 auto 50px;
  font-size: clamp(16px, 1.7vw, 26px);
  padding-bottom: 15px;
  border-bottom: solid 1px #111;
  letter-spacing: 2px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .title-2 {
    margin-bottom: 30px;
  }
}
.title-2 img {
  width: 18px;
}
.title-2 .font-s {
  font-size: clamp(14px, 1vw, 16px);
}

.title-3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(15px, 1.4vw, 20px);
  letter-spacing: 2px;
  background-color: #eee;
  border-radius: 100px;
  padding: 10px 30px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .title-3 {
    margin-bottom: 30px;
  }
}

.bt-1 {
  display: block;
  background-color: #111;
  color: #fff;
  font-size: clamp(14px, 1vw, 16px);
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 200px;
  transition: 0.2s;
}
@media (hover: hover) {
  .bt-1:hover {
    color: #fff;
    opacity: 0.7;
    transition: opacity 0.4s;
  }
}

.bt-2 {
  display: block;
  background-color: #0071bc;
  color: #fff;
  font-size: clamp(14px, 1vw, 16px);
  text-align: center;
  padding: 20px;
  width: 100%;
  max-width: 300px;
  transition: 0.2s;
  font-weight: bold;
  position: relative;
}
.bt-2::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media (hover: hover) {
  .bt-2:hover {
    color: #fff;
    opacity: 0.7;
    transition: opacity 0.4s;
  }
}

/* ==============================

	  ファイル読み込み

  ==============================   */
header {
  margin-bottom: clamp(25px, 3vw, 50px);
}
header .inner {
  max-width: inherit;
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1400px) {
  header .inner {
    gap: 50px 10px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  header .inner {
    padding: 10px;
  }
}
header .inner .col-1 {
  width: 30%;
}
@media screen and (max-width: 1100px) {
  header .inner .col-1 {
    width: 35%;
  }
}
@media screen and (max-width: 950px) {
  header .inner .col-1 {
    width: 100%;
  }
}
header .inner .col-2 {
  width: 50%;
}
@media screen and (max-width: 950px) {
  header .inner .col-2 {
    width: 0;
  }
}
header .inner .col-3 {
  width: 20%;
}
@media screen and (max-width: 1100px) {
  header .inner .col-3 {
    width: 15%;
  }
}
@media screen and (max-width: 950px) {
  header .inner .col-3 {
    display: none;
  }
}
header .inner .col-1 a {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #333;
}
header .inner .col-1 .logo {
  display: block;
  width: 30%;
  max-width: 120px;
}
@media screen and (max-width: 1100px) {
  header .inner .col-1 .logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  header .inner .col-1 .logo {
    max-width: 80px;
  }
}
header .inner .col-1 h1 {
  font-size: clamp(16px, 1.7vw, 26px);
  letter-spacing: 3px;
  width: 70%;
}
header .inner .col-1 h1 .en {
  display: block;
  font-size: clamp(7px, 0.7vw, 12px);
  margin-top: 20px;
  color: #666;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  header .inner .col-1 h1 .en {
    letter-spacing: 1.5;
    margin-top: 15px;
  }
}
header .gnavi {
  display: flex;
  gap: 0 50px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  header .gnavi {
    gap: 0 20px;
  }
}
@media screen and (max-width: 950px) {
  header .gnavi {
    display: none;
  }
}
header .gnavi a {
  color: #111;
  font-weight: bold;
  font-size: clamp(14px, 1vw, 16px);
  letter-spacing: 2px;
  padding-bottom: 5px;
  transition: 0.2s;
  position: relative;
}
header .gnavi a.current::after {
  width: 100%;
}
header .gnavi a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #111;
  display: block;
  margin-top: 10px;
  transition: 0.4s;
}
@media (hover: hover) {
  header .gnavi a:hover::after {
    width: 100%;
  }
}

#bt-nav {
  display: none;
  position: fixed;
  top: 30px;
  right: 20px;
  background-color: #111;
  padding: 8px;
  cursor: pointer;
  z-index: 999999;
  border-radius: 3px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 950px) {
  #bt-nav {
    display: block;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #bt-nav {
    top: 20px;
    right: 10px;
  }
}
#bt-nav span {
  position: absolute;
  width: 30px;
  display: block;
  border-top: solid 1px #fff;
  transition: all 0.4s ease;
}
#bt-nav .item-01 {
  top: 10px;
  left: 10px;
}
#bt-nav .item-02 {
  top: 18px;
  left: 10px;
}
#bt-nav .item-03 {
  top: 26px;
  left: 10px;
}
#bt-nav .txt {
  font-size: 10px;
  top: 32px;
  border-top: none;
  width: 50px;
  text-align: center;
  left: 0px;
  transform: scale(0.8);
  color: #fff;
}
#bt-nav.on .item-01 {
  transform: rotate(-34deg);
  transform-origin: right;
}
#bt-nav.on .item-02 {
  width: 0;
}
#bt-nav.on .item-03 {
  transform: rotate(34deg);
  transform-origin: right;
}

.sp-nav {
  position: fixed;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100dvh;
  background-color: #111;
  padding: 100px 0 20px;
  z-index: 9999;
  transition: 0.4s;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sp-nav {
    width: 80%;
    right: -100%;
  }
}
.sp-nav.on {
  right: 0;
}
.sp-nav ul {
  border-top: solid 1px #333;
}
.sp-nav li a {
  display: block;
  color: #fff;
  padding: 20px;
  border-bottom: solid 1px #333;
  position: relative;
}
.sp-nav li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

footer .inner {
  background-color: #d3e7e6;
  max-width: inherit;
  display: flex;
  padding: 50px 40px 20px;
  gap: 50px;
}
@media screen and (max-width: 950px) {
  footer .inner {
    padding: 50px 40px 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  footer .inner {
    padding: 0 0 20px;
  }
}
footer .inner .col-1 {
  width: 35%;
}
@media screen and (max-width: 950px) {
  footer .inner .col-1 {
    width: 100%;
    order: 2;
  }
}
footer .inner .col-2 {
  width: 65%;
  padding-top: 2.5%;
}
@media screen and (max-width: 950px) {
  footer .inner .col-2 {
    width: 100%;
    order: 1;
    padding-top: 0;
  }
}
footer .inner .col-1 a {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  footer .inner .col-1 a {
    flex-direction: column;
    text-align: center;
  }
}
footer .inner .col-1 .logo {
  display: block;
  width: 30%;
  max-width: 120px;
}
@media screen and (max-width: 1100px) {
  footer .inner .col-1 .logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  footer .inner .col-1 .logo {
    max-width: 80px;
  }
}
footer .inner .col-1 h3 {
  font-size: clamp(16px, 1.7vw, 26px);
  letter-spacing: 3px;
  width: 70%;
}
footer .inner .col-1 h3 .en {
  display: block;
  font-size: clamp(7px, 0.7vw, 12px);
  margin-top: 20px;
  color: #666;
  letter-spacing: 2.5px;
}
footer .inner .col-1 .wrap-sns {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  footer .inner .col-1 .wrap-sns {
    justify-content: center;
  }
}
footer .inner .col-1 .wrap-sns a {
  display: block;
  width: 40px;
}
footer .fnavi {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 950px) {
  footer .fnavi {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  footer .fnavi {
    justify-content: flex-start;
    gap: 1px;
    background-color: #ddd;
    padding: 1px 0;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  footer .fnavi li {
    width: calc(50% - 0.5px);
  }
}
footer .fnavi a {
  color: #111;
  font-weight: bold;
  font-size: clamp(12px, 1vw, 14px);
  letter-spacing: 2px;
  padding-bottom: 5px;
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 950px) {
  footer .fnavi a {
    display: block;
    padding: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  footer .fnavi a {
    text-align: left;
    line-height: 1.6;
    background-color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
  }
}
@media (hover: hover) {
  footer .fnavi a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  footer .fnavi a::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 2.5px);
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: solid 1px #111;
    border-right: solid 1px #111;
  }
}
footer .copyright {
  display: block;
  font-size: 10px;
  letter-spacing: 1.5px;
  padding: 20px 0;
  height: 50px;
  text-align: center;
  background-color: #111;
  position: relative;
  color: #fff;
}
footer .copyright::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-50th.jpg);
  background-size: cover;
  opacity: 0.4;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  footer .copyright {
    letter-spacing: 1px;
    font-size: 8px;
  }
}

#back-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
  display: none;
  width: 80px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #back-top {
    width: 60px;
    right: 10px;
  }
}
#back-top img {
  display: block;
}

.sec-mv {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 950px) {
  .sec-mv {
    padding-bottom: 0;
  }
}
.sec-mv img {
  display: block;
  width: 100%;
  max-width: 80%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 0 auto;
  box-shadow: -50px 50px 0 #f5f5f5;
}
@media screen and (max-width: 950px) {
  .sec-mv img {
    max-width: 90%;
    box-shadow: -30px 30px 0 #f5f5f5;
  }
}

.sec-common {
  padding: 100px 0;
  min-height: 300px;
}
@media screen and (max-width: 950px) {
  .sec-common {
    padding: 100px 20px 50px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-common {
    padding: 50px 0px 50px;
  }
}

.sec-greeting .wrap-img {
  margin-bottom: 100px;
}
.sec-greeting .wrap-img img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.sec-greeting .title-1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-greeting .title-1 {
    margin-bottom: 20px;
  }
}
.sec-greeting .block-01 {
  max-width: 1000px;
  margin: 0 auto 100px;
}
.sec-greeting .block-01 p {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 2;
  margin-bottom: 2em;
}
.sec-greeting .block-02 {
  margin-bottom: 50px;
}
.sec-greeting .block-03 {
  max-width: 1000px;
  margin: 0 auto;
}
.sec-greeting .block-03 p {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 2;
  margin-bottom: 2em;
}
.sec-greeting .slogan {
  font-size: clamp(20px, 4vw, 40px);
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  margin: 0 auto 80px;
  text-align: center;
  background-image: url(../images/bg-title.svg);
  background-position: left bottom;
  background-size: contain;
  line-height: 1.6;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-greeting .slogan {
    margin-bottom: 40px;
    padding: 20px 0 0;
  }
}
.sec-greeting .slogan::before {
  content: "スローガン";
  display: block;
  margin: 0 auto 20px;
  font-size: clamp(16px, 1.7vw, 26px);
  font-weight: bold;
}
.sec-greeting .wrap-greeting {
  gap: 80px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .sec-greeting .wrap-greeting {
    gap: 30px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-greeting .wrap-greeting {
    flex-direction: column;
  }
}
.sec-greeting .wrap-greeting .col-txt {
  width: 70%;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-greeting .wrap-greeting .col-txt {
    width: 100%;
    order: 2;
    padding: 0 10px;
  }
}
.sec-greeting .wrap-greeting .col-txt p {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 2;
  margin-bottom: 2em;
}
.sec-greeting .wrap-greeting .col-img {
  width: 30%;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-greeting .wrap-greeting .col-img {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-greeting .wrap-greeting .col-img .wrap-prof {
    max-width: 200px;
    margin: 0 auto 10px;
  }
}
.sec-greeting .wrap-greeting .col-img .wrap-prof img {
  display: block;
  margin-bottom: 10px;
}
.sec-greeting .wrap-greeting .col-img .wrap-prof .title {
  display: block;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.8;
  padding: 0 20px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-greeting .wrap-greeting .col-img .wrap-prof .title {
    padding: 0 10px;
  }
}

.sec-page-hd {
  position: relative;
  text-align: center;
  width: 90%;
  margin: 0 0 50px auto;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-page-hd {
    margin-bottom: 30px;
  }
}
.sec-page-hd h2 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  color: #fff;
  font-size: clamp(18px, 3.6vw, 36px);
  letter-spacing: 2px;
  z-index: 3;
  transform: translate(-5%, -50%);
  width: 100%;
  text-align: center;
}
.sec-page-hd h2 .txt-sougisei {
  max-height: 40px;
  box-shadow: none;
  margin: 0 auto;
  width: auto;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-page-hd h2 .txt-sougisei {
    max-height: 25px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-page-hd h2 .txt-sougisei.txt-l {
    max-height: 30px;
  }
}
.sec-page-hd img {
  display: block;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
  box-shadow: -50px 50px 0 #eee;
}
@media screen and (max-width: 950px) {
  .sec-page-hd img {
    box-shadow: -30px 30px 0 #eee;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-page-hd img {
    height: 180px;
    -o-object-position: left center;
       object-position: left center;
  }
}

.sec-greeting .wrap-soshikizu {
  padding: 50px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-greeting .wrap-soshikizu {
    padding: 20px 10px;
  }
}
.sec-greeting .block-2 {
  max-width: 1000px;
  margin: 50px auto 0;
}

.sec-special .wrap-txt {
  max-width: 800px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-special .wrap-txt {
    padding: 0 10px;
    margin-bottom: 50px;
  }
}
.sec-special .wrap-txt p {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 2;
  margin-bottom: 2em;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-special .wrap-txt p {
    text-align: justify;
  }
}
.sec-special .wrap-img {
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-special .wrap-img {
    margin-bottom: 50px;
  }
}

.wrap-contact {
  background-color: #f5f5f5;
  max-width: 800px;
  margin: 0 auto;
}
.wrap-contact .in {
  padding: 10px 50px 30px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-contact .in {
    padding: 20px;
  }
}
.wrap-contact .title-h4 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #111;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  font-size: clamp(15px, 1.4vw, 20px);
  line-height: 1.6;
  letter-spacing: 2px;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-contact .title-h4 {
    margin-bottom: 0;
    padding: 10px 20px;
  }
}
.wrap-contact .title-h4 img {
  width: 24px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-contact .title-h4 img {
    width: 20px;
  }
}
.wrap-contact .p1 {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-contact .p1 {
    text-align: justify;
  }
}
.wrap-contact .p2 {
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: bold;
  margin-bottom: 20px;
}
.wrap-contact .p3 {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: bold;
  margin-bottom: 20px;
}
.wrap-contact .link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  font-size: clamp(14px, 1vw, 16px);
  padding: 5px 0;
}

.sec-publish .item {
  max-width: 1000px;
  margin: 0 auto 50px;
}
.sec-publish .item:nth-of-type(3) {
  padding-bottom: 80px;
}
.sec-publish .wrap-flex {
  gap: 50px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-publish .wrap-flex {
    flex-direction: column;
    gap: 20px;
  }
}
.sec-publish .wrap-flex .col-img {
  width: 40%;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-publish .wrap-flex .col-img {
    width: 100%;
  }
}
.sec-publish .wrap-flex .col-img img {
  display: block;
  margin-bottom: 10px;
}
.sec-publish .wrap-flex .col-img .note {
  font-size: clamp(11px, 1.2vw, 12px);
}
.sec-publish .wrap-flex .col-txt {
  width: 60%;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-publish .wrap-flex .col-txt {
    width: 100%;
    padding: 0 10px;
  }
}
.sec-publish .wrap-flex .col-txt .feat {
  margin-bottom: 30px;
}
.sec-publish .wrap-flex .col-txt .feat li {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 10px 15px;
  list-style: disc;
}
.sec-publish .wrap-flex .col-txt p {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-publish .wrap-flex .col-txt p {
    text-align: justify;
  }
}
.sec-publish .wrap-cap {
  border-top: solid 1px #ddd;
  padding-top: 20px;
}
.sec-publish .wrap-cap span {
  display: block;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6;
}
.sec-publish .wrap-form {
  padding: 20px 0px 0 !important;
}

.sec-contact {
  max-width: 800px;
  margin: 0 auto;
}
.sec-contact p.mes {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.sec-contact .note-mes {
  font-size: clamp(12px, 1vw, 14px);
  margin-bottom: 30px;
  display: block;
  line-height: 1.6;
  font-weight: bold;
}

.wrap-form {
  background-color: #f5f5f5;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-form {
    padding: 20px;
  }
}
.wrap-form table {
  width: 100%;
}
.wrap-form th {
  padding: 10px 0 0;
  font-size: clamp(14px, 1vw, 16px);
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrap-form th .req {
  font-size: 11px;
  color: #fff;
  background-color: #c00;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 3px;
}
.wrap-form th .noreq {
  font-size: 10px;
  color: #fff;
  background-color: #40b8d4;
  padding: 2px 10px;
  font-weight: normal;
  margin-right: 10px;
  border-radius: 3px;
}
.wrap-form td {
  padding: 10px 0;
  font-size: clamp(14px, 1vw, 16px);
  display: block;
  text-align: left;
  width: 100%;
  line-height: 1.6;
}
.wrap-form td input[type=text] {
  padding: 10px;
  border: solid 1px #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.wrap-form td .txt-s {
  width: 100px;
}
.wrap-form td .txt-m {
  width: 80%;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-form td .txt-m {
    width: 100%;
  }
}
.wrap-form td .txt-l {
  width: 100%;
}
.wrap-form td textarea {
  width: 100%;
  height: 250px;
  padding: 10px;
  border: solid 1px #ddd;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
}
.wrap-form td .note {
  font-size: clamp(11px, 1.2vw, 12px);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-form td .note {
    display: block;
    margin-top: 10px;
  }
}
.wrap-form .wrap-confirm {
  display: none;
}
.wrap-form .wrap-bts {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
}
.wrap-form .wrap-bts button {
  display: block;
  border: none;
  padding: 20px;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
}
.wrap-form .wrap-bts button.bt-back {
  background-color: #ccc;
}
.wrap-form .wrap-bts button.bt-send {
  background-color: #0071bc;
  color: #fff;
  width: 100%;
  max-width: 200px;
}
.wrap-form .wrap-bts button.bt-confirm {
  background-color: #0071bc;
  color: #fff;
  width: 100%;
  max-width: 200px;
}
.wrap-form .mes-sent {
  display: none;
  font-weight: bold;
  line-height: 1.6;
}

.wrap-youtube {
  margin: 30px auto 0;
  max-width: 500px;
}

.wrap-youtube .in {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.wrap-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.error {
  font-size: clamp(11px, 1.2vw, 12px);
  font-weight: bold;
  display: block;
  color: #c00;
  margin-top: 10px;
}

td.td-error input[type=text],
td.td-error input[type=email],
td.td-error textarea {
  border: solid 1px #c00;
}

.ex-link {
  margin-top: 10px;
  display: flex;
  align-items: center;
  overflow: visible;
}
.ex-link img {
  width: 12px;
  display: block;
  margin-left: 7px;
}

/**  Slick Base  fadeする場合はslick.cssの読み込みが必要 **/
.slick {
  width: 100%;
  position: relative;
}
.slick li.slick-slide {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.slick li.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/**  チラツキ防止 **/
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  perspective: 1000;
  backface-visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 50px;
  margin-top: -50px;
  z-index: 2;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.fa-angle-left {
  width: 50px;
  height: 50px;
  display: block;
  border-top: solid 1px #333;
  border-left: solid 1px #333;
  transform: rotate(-45deg);
}

.fa-angle-right {
  width: 50px;
  height: 50px;
  display: block;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
}

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #0071bc;
}

/* FLEX VER
.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  width: fit-content;;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  button{display: none;}
  li {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background-color: #eee;
    border-radius: 100%;
    cursor: pointer;
    &.slick-active {
      background-color: $color-01;
    }
  }
}
*/
/*
      Colorbox Core Style:
  */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  font-size: 12px;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  overflow: visible;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: none;
}

#cboxContent {
  margin: 0px;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

#cboxCurrent {
  position: absolute;
  bottom: -30px;
  left: 0px;
  color: #ccc;
  font-size: 12px;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: none;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#colorbox .slick-arrow {
  color: #fff;
  font-size: 40px;
}

#cboxPrevious .slick-arrow {
  margin-top: -25px;
  left: -40px;
}

#cboxNext .slick-arrow {
  margin-top: -35px;
  right: -40px;
}

#cboxClose {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: -60px;
  right: 0;
}/*# sourceMappingURL=common.css.map */