@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Oswald:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,600;0,700;1,600;1,700&display=swap");

body {
  margin: 0;
  padding: 0;
  background: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  letter-spacing: 0.05rem;
}

* {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #eee;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* font-family */

#service .service-area section h3,
#g-nav,
#footer-link,
.scrolldown1 span,
#vidual-area dt {
  /* font-family: "Oswald", sans-serif; */
  font-family: "Josefin Sans", sans-serif !important;
}

h1 {
  /* font-family: "Oswald", sans-serif; */
  font-family: "Josefin Sans", sans-serif !important;
  letter-spacing: 0.1em;
}

/* loader */

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  animation: load1 1s infinite ease-in-out;
  width: 0.5em;
  height: 1em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 2em;
  }
}

#wrapper {
  margin: 0;
  padding: 0;
  display: flex;
}

.left-sidebar {
  width: calc(60% - 240px);
  background-color: #d2dee8;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 3vw;
}

.left-sidebar > h2 {
  font-size: clamp(1.25rem, 0.975rem + 1.38vw, 2.625rem);
  text-align: left;
  margin: -150px 0 0 0;
}

.left-sidebar > p {
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
  text-align: left;
}

.right-sidebar {
  width: calc(
    40% - 240px
  ); /* 30%から右側ブロックの幅を計算（240pxは固定幅の合計） */
  background-color: #f2f2f2;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-image: url(../img/10.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.main-content {
  padding: 0;
  overflow-y: auto;
  min-width: 480px;
  max-width: 480px;
  width: 480px;
  position: absolute;
  top: 0;
  left: calc(60% - 240px);
  color: #fff !important;
}

.header {
  background-color: #000000ee;
  width: 480px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  left: calc(60% - 240px);
}

#container {
  overflow-x: hidden;
  /*以下、IE11用*/
  z-index: 1;
  position: relative;
}

#footer_mail {
  display: block;
  background-color: #fff;
  width: 480px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  left: calc(60% - 240px);
}

@media screen and (max-width: 1200px) {
  .left-sidebar,
  .right-sidebar {
    display: none;
  }
  .main-content {
    min-width: initial;
    max-width: initial;
    width: 100%;
    left: 0;
  }
  .header,
  #footer_mail {
    width: 100%;
    left: 0;
  }
}

h2 {
  letter-spacing: 0.1em;
  font-weight: 500;
}

/* header */

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

.header__title {
  font-size: 18px;
  color: #fff !important;
  width: 100%;
  text-align: center;
  padding-top: 3px;
}

/* @media screen and (min-width: 2400px) {
  .header__title {
    
  }
} */

/* .header__title img {
  display: block;
  width: 100%;
  height: 100%;
} */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(-100%);
  background-color: #000000e7;
  transition: ease 0.4s;
}

@media screen and (min-width: 2400px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 50%;
  }
}

@media screen and (min-width: 2400px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

@media screen and (min-width: 2400px) {
  .nav-items {
    padding-top: inherit;
    padding-bottom: inherit;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}

.nav-items__item a {
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 2400px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 36px;
  height: 100%;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 2400px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

.scrolldown1 span {
  transform: rotate(-90deg);
  text-transform: uppercase;
  left: -23px;
  top: -31px;
}

/* vidualarea */
#vidual-area {
  position: relative;
  height: 91vh;
}

body.appear #vidual-area::after {
  content: "";
  background: #053ea9;
  width: 0;
  height: 12%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  animation-name: vidualbgRLextendAnime;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
}

@keyframes vidualbgRLextendAnime {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}

#vidual-area #slider-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1; /*最背面へ*/
}

#vidual-area > h2 {
  line-height: 1.5;
  text-transform: uppercase;
  font-size: clamp(1.375rem, 0.75rem + 0.83vw, 1.75rem);
  position: absolute;
  top: 36%;
  left: 0;
  background-color: #0000008a;
  padding: 3px 1.5em 3px 25px;
}

#vidual-area dl {
  position: absolute;
  left: 20px;
  bottom: 16px;
}

#vidual-area dl {
  color: #aaa;
}

#vidual-area dt,
#vidual-area dd,
#vidual-area ul,
#vidual-area ul li {
  display: inline-block;
}
@media screen and (max-width: 600px) {
#vidual-area dt {
  display: none;
}
}

#vidual-area dt {
  text-transform: uppercase;
  margin-right: 5px;
  font-family: "Josefin Sans", sans-serif !important;
}

#vidual-area ul li {
  margin: 0;
  padding: 0;
}

#vidual-area ul li {
  margin: 0 4px;
  padding: 0;
  align-items: center;
  vertical-align: middle;
}

#vidual-area ul li > a {
  margin: 0 !important;
  padding: 0 !important;
}

#vidual-area ul img {
  width: 24px;
}

@media screen and (max-width: 1200px) {
  #vidual-area > h2 {
    font-size: clamp(1.25rem, 0.841rem + 2.05vw, 2.375rem) !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  #vidual-area{
    height: 100vh;
}
  #vidual-area #slider-area{
    width:85%;
    height: 100vh;
}
}

/* service */

#service {
  padding: 10%;
}

#service > h2 {
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 2.2rem;
}

#service .service-lead {
  padding: 0;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 200 !important;
}

#service .service-area {
  position: relative;
  margin-top: -65px !important;
  z-index: 9 !important;
}
@media screen and (max-width: 500px) {
  #service .service-area {
    margin-top: -35px !important;
  }
}

#service .service-area::after {
  opacity: 0;
}

@keyframes sevicebgRLextendAnime {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 80%;
  }
}

#service .service-area section {
  width: 100%;
}

#service .service-area section h3 {
  font-size: 1.5rem;
  margin: 0;
}

#service .service-area section p {
  margin: 0 0 18px 0;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 200 !important;
}

/* news */

.news-img-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  margin-top: 45px;
}

.news-img {
  height: 80vh;
  background: url("../img/02.jpg") no-repeat center;
  background-size: cover;
}

.news-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 10vh;
  background: #000;
  z-index: 2;
}

#news {
  padding: 0 0 5% 5%;
}

#news .area li {
  padding: 20px 0;
}

#news .area time {
  display: block;
  color: #aaa;
}

#news .tab {
  position: relative;
  top: 1px;
}

#news .tab-choice-area {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

/* gallery */

#gallery {
  margin: 0 0 5% 0;
}

#gallery li {
  overflow: hidden;
}

.gallery img {
  opacity: 0.5;
}

.gallery img:hover {
  opacity: 1;
}

/* contact */

#contact {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#contact .contact-detail {
  width: 65%;
  border-right: 1px solid #aaa;
  text-align: center;
  padding: 20px;
}

#contact .contact-detail h2 {
  margin: 0 0 5px 0;
  font-size: 1.5rem;
  font-family: "Josefin Sans", sans-serif !important;
}

#contact .contact-tel {
  width: 35%;
}

#contact .contact-tel p {
  text-align: center;
}

#contact .contact-detail p {
  text-align: left;
  line-height: 1.55;
}

#contact .contact-detail p > span {
  display: inline-block;
}

#contact .contact-tel p a {
  display: block;
  padding: 20px;
  transition: all 0.3s;
}

#contact .contact-tel p a:hover {
  background: rgba(255, 255, 255, 0.2);
}

#contact .contact-tel p a >span{
  display: inline-block;
}

#contact .contact-tel p:last-child {
  border-top: 1px solid #aaa;
}

#contact .contact-tel br {
  display: none;
}

@media screen and (max-width: 440px) {
  #contact .contact-detail, #contact .contact-tel p a {
    padding: 20px 10px !important;
  }
  #contact{
    font-size: 14.5px !important;
  }
  #contact .contact-tel br {
    display: block;
  }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  #contact .contact-detail p {
    text-align: center;
    font-size: 16px;
  }
}

#contact .contact-detail,
#contact .contact-tel {
  width: 50%;
}



/* footer */

#footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0.8;
  padding: 5%;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}

#footer .footer-info {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

#footer .footer-info li:nth-of-type(2) dt::after {
  content: "";
  padding: 0;
}
#footer .footer-info li:nth-of-type(2) dd {
  display: block;
}

#footer .footer-info .footer-logo {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

#footer .footer-info address {
  font-style: normal;
  margin: 0 0 10px 0;
}

#footer .footer-info ul li {
  margin: 0 0 10px 0;
}

#footer .footer-info dl dt,
#footer .footer-info dl dd {
  display: inline-block;
}

#footer .footer-info dl dt::after {
  content: ":";
  padding: 0 10px;
}

#footer .footer-link {
  width: 65%;
}

#footer .footer-link ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 2.5;
}

#footer .footer-link ul li {
  margin: 0 20px;
}

#footer .footer-link ul ul li {
  margin: 0 10px 0 0;
}

#footer small {
  display: block;
  color: #aaa;
  padding: 10% 0;
  text-align: center;
}

/* ボタン全体 */
.flowbtn12 {
  font-family: "Verdana", sans-serif;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  transition: 0.4s;
  text-decoration: none;
  padding: 10px 0;
}
/* ボタン内テキストマウスホバー時 */
.flowbtn12:hover {
  color: #fff !important;
  text-decoration: none;
}
/* Twitter */
.flowbtn12.fl_tw2 {
  /* border: solid 1px #55acee; */
  color: #000;
}
/* Twitterマウスホバー時 */
.flowbtn12.fl_tw2:hover {
  /* border: solid 1px #55acee; */
  background: #000;
}
/* TikTok */
.flowbtn12.fl_tw2 {
  /* border: solid 1px #55acee; */
  color: #000;
}
/* TikTokマウスホバー時 */
.flowbtn12.fl_tw2:hover {
  /* border: solid 1px #55acee; */
  background: #000;
}
/* Instagram */
.flowbtn12.insta_btn2 {
  /* border: solid 1px #c6529a; */
  color: #c6529a;
}
/* Instagramマウスホバー時 */
.flowbtn12.insta_btn2:hover {
  /* border: solid 1px #c6529a; */
  background: #c6529a;
}
/* LINE */
.flowbtn12.fl_li2 {
  /* border: solid 1px #00c300; */
  color: #00c300;
}
/* LINEマウスホバー時 */
.flowbtn12.fl_li2:hover {
  /* border: solid 1px #00c300; */
  background: #00c300;
}
/* Facebook */
.flowbtn12.fl_fb2 {
  border: solid 1px #3b5998;
  color: #3b5998;
}
/* Facebookマウスホバー時 */
.flowbtn12.fl_fb2:hover {
  border: solid 1px #3b5998;
  background: #3b5998;
}
/* Feedly */
.flowbtn12.fl_fd2 {
  border: solid 1px #6cc655;
  color: #6cc655;
}
/* Feedlyマウスホバー時 */
.flowbtn12.fl_fd2:hover {
  border: solid 1px #6cc655;
  background: #6cc655;
}
/* Pocket */
.flowbtn12.fl_pk2 {
  border: solid 1px #ef3f56;
  color: #ef3f56;
}
/* Pocketマウスホバー時 */
.flowbtn12.fl_pk2:hover {
  border: solid 1px #ef3f56;
  background: #ef3f56;
}
/* はてブ */
.flowbtn12.fl_hb2 {
  border: solid 1px #1ba5dc;
  color: #1ba5dc;
}
/* はてブマウスホバー時 */
.flowbtn12.fl_hb2:hover {
  border: solid 1px #1ba5dc;
  background: #1ba5dc;
}
/* YouTube */
.flowbtn12.fl_yu2 {
  border: solid 1px #fc0d1c;
  color: #fc0d1c;
}
/* YouTubeマウスホバー時 */
.flowbtn12.fl_yu2:hover {
  border: solid 1px #fc0d1c;
  background: #fc0d1c;
}

/* メールアイコン */
.flowbtn12.fl_ma2 {
  border: solid 1px #f3981d;
  color: #f3981d;
}
/* メールアイコンマウスホバー時 */
.flowbtn12.fl_ma2:hover {
  border: solid 1px #f3981d;
  background: #f3981d;
}
/* プロフィールアイコン */
.flowbtn12.fl_pf12 {
  border: solid 1px #555;
  color: #555;
}
/* プロフィールアイコンマウスホバー時 */
.flowbtn12.fl_pf12:hover {
  border: solid 1px #555;
  background: #555;
}
/* ボタン内テキスト調整 */
.flowbtn12 span {
  font-size: 14px;
  position: relative;
  left: 8px;
  bottom: 2px;
}

@media screen and (max-width:440px) {
  .flowbtn12 span {
    font-size: 12px;
    position: relative;
    left: 6px;
    bottom: 2px;
    letter-spacing: -0.05rem;
  }
}

/* ulタグの内側余白を０にする */
ul.snsbtniti2 {
  padding: 0 !important;
}
/* ボタン全体の位置 */
.snsbtniti2 {
  display: flex;
  flex-flow: row wrap;
}
/* ボタン同士の余白 */
.snsbtniti2 li {
  flex: 0 0 33.333%;
  text-align: center !important;
  border-right: dotted 1px #bbb;
}
.snsbtniti2 li:last-child {
  border-right: none !important;
}

/* ボタン全体の装飾 */
.flowbtn4 {
  font-family: "Trebuchet MS", sans-serif; /* 好きなフォントに変えてね */
  border-radius: 50%;
  display: inline-block;
  width: 70px;
  height: 70px;
  font-size: 30px;
  transition: 0.5s;
  text-decoration: none;
}
/* ボタンマウスホバー時テキストカラー */
.flowbtn4:hover {
  color: #fff !important;
}
/* Twitter */
.flowbtn4.fl_tw2 {
  border: solid 1px #55acee;
  color: #55acee;
  background: #fff;
}
/* Twitterマウスホバー時 */
.flowbtn4.fl_tw2:hover {
  border: solid 1px #55acee;
  background: #55acee;
}
/* TikTok */
.flowbtn4.fl_tt2 {
  border: solid 1px #000;
  color: #000;
  background: #fff;
}
/* Twitterマウスホバー時 */
.flowbtn4.fl_tt2:hover {
  border: solid 1px #000;
  background: #000;
}
/* Instagram */
.flowbtn4.insta_btn2 {
  border: solid 1px #c6529a;
  color: #c6529a;
  background: #fff;
}
/* Instagramマウスホバー時 */
.flowbtn4.insta_btn2:hover {
  border: solid 1px #c6529a;
  background: #c6529a;
}
/* Facebook */
.flowbtn4.fl_fb2 {
  border: solid 1px #3b5998;
  color: #3b5998;
}
/* Facebookマウスホバー時 */
.flowbtn4.fl_fb2:hover {
  border: solid 1px #3b5998;
  background: #3b5998;
}
/* Feedly */
.flowbtn4.fl_fd2 {
  border: solid 1px #6cc655;
  color: #6cc655;
}
/* Feedlyマウスホバー時 */
.flowbtn4.fl_fd2:hover {
  border: solid 1px #6cc655;
  background: #6cc655;
}
/* Pocket */
.flowbtn4.fl_pk2 {
  border: solid 1px #ef3f56;
  color: #ef3f56;
}
/* Pocketマウスホバー時 */
.flowbtn4.fl_pk2:hover {
  border: solid 1px #ef3f56;
  background: #ef3f56;
}
/* はてブ */
.flowbtn4.fl_hb2 {
  border: solid 1px #1ba5dc;
  color: #1ba5dc;
}
/* はてブマウスホバー時 */
.flowbtn4.fl_hb2:hover {
  border: solid 1px #1ba5dc;
  background: #1ba5dc;
}
/* YouTube */
.flowbtn4.fl_yu2 {
  border: solid 1px #fc0d1c;
  color: #fc0d1c;
}
/* YouTubeマウスホバー時 */
.flowbtn4.fl_yu2:hover {
  border: solid 1px #fc0d1c;
  background: #fc0d1c;
}
/* LINE */
.flowbtn4.fl_li2 {
  border: solid 1px #00c300;
  color: #00c300;
  background: #fff;
}
/* LINEマウスホバー時 */
.flowbtn4.fl_li2:hover {
  border: solid 1px #00c300;
  background: #00c300;
}
/* お問い合わせ */
.flowbtn4.fl_ma2 {
  border: solid 1px #f3981d;
  color: #f3981d;
}
/* お問い合わせマウスホバー時 */
.flowbtn4.fl_ma2:hover {
  border: solid 1px #f3981d;
  background: #f3981d;
}
/* ボタン内テキスト調整 */
.flowbtn4 div {
  font-size: 11px;
  font-weight: bold;
  position: relative;
  bottom: 16px;
  letter-spacing: -0.01rem;
}
/* ulタグの内側余白を０にする */
ul.snsbtniti {
  margin-top: 25px;
  padding: 0 !important;
}
/* ボタンの位置 */
.snsbtniti {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
/* ボタン同士の余白 */
.snsbtniti li {
  text-align: center !important;
  margin-right: 15px;
}
