@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Serif+JP:wght@200..900&display=swap');
/* font-family: "Noto Serif JP", serif;*/
/*font-family: "Cardo", serif;*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: left;
  line-height: 1.7;
  color: #222;
  min-width: 1040px;
  font-family: 'Noto Serif JP', 'Open Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Font Awesome 6 Free";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  padding: 0;
  margin: 0;
}

img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  display: block;
  border-radius: 3px;
}

a {
  text-decoration: none;
  color: #222;
  outline: none;
}

a:active,
a:hover,
a:focus {
  outline: none;
}

a,
input {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

a:hover,
.link input:hover {
  opacity: 0.7;
}


@media only screen and (max-width: 768px) {
  body {
    width: 100%;
    min-width: 0;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  a:hover {
    opacity: 1;
  }
}


/*============================
flex
============================*/

.flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/*============================
脚注文字表記etc.
============================*/

.eng {
  font-family: "Cardo", serif;
  font-weight: 700;
}

.min {
  font-size: 13px;
  display: block;
}

.orange,
.green,
.blue {
  font-weight: 700;
}

.orange {
  color: #dd5d2d;
}

.green {
  color: #0a6973;
}

.blue {
  color: #1ba5d2;
}

.lead {
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
}


/*============================
表示切り替え
============================*/

.sp-only {
  display: none;
}


@media only screen and (max-width: 768px) {
  /*============================
脚注文字表記etc.
============================*/

  .min {
    font-size: 12px;
  }

  .lead {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }

  /*============================
表示切り替え
============================*/

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}


/*============================
wrapper
============================*/

.wrapper {
  position: relative;
  overflow: hidden;
}


/*============================
inner
============================*/

.inner {
  width: 1040px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .inner {
    width: 90.625%;
  }
}


/*============================
header
============================*/

#top {
  position: relative;
  padding: 25px 0;
  width: 100%;
  background-color: #fff;
  z-index: 80000;
}

#top .site-header {
  transition: .5s;
  width: 100%;
  position: relative;
}

#top .site-header .flex {
  align-items: center;
}

#top h1.siteTitle {
  display: none;
}

.siteTitle {
  margin-left: 30px;
  width: 335px;
}

.siteTitle a {
  padding-top: 20.597%;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  background: url(../images/common/header/sitetitle.png) no-repeat left center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

/**header 途中から*****/

#top .transform {
  padding: 13px 0;
}

#top .site-header.transform {
  position: fixed;
  top: 0;
  background-color: #fff;
}

#top .site-header.transform .siteTitle {
  width: 264px;
}

@media only screen and (max-width: 980px) {
  #top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border: none;
    min-width: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    padding: 10px 0;
  }

  .siteTitle {
    margin-left: 10px;
    width: 130px;
  }

  /**header 途中から*****/

  #top .transform {
    padding: 0;
  }

  #top .site-header.transform {
    position: static;
    box-shadow: none;
    padding: 0;
  }

  #top .site-header.transform .siteTitle {
    width: 130px;
  }
}


/*============================
nav
============================*/

#top .globalNav > li > a {
  flex-direction: column;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 30px;
  color: #222;
  border-right: 1px solid #efefef;
  position: relative;
  transition: all 0.6s ease;
}

#top .globalNav > li > a:hover {
  opacity: 1;
}

#top .globalNav > li > a::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  background-color: #dd5d2d;
  border-radius: 50%;
  bottom: 3%;
  left: 15px;
  opacity: 0;
  transform: scale(0);
  transition:
    opacity 0.2s ease,
    transform 0.6s ease;
}

#top .globalNav > li:hover > a::before {
  opacity: 1;
  transform: scale(1) rotateY(360deg);
}

#top .globalNav > li.current > a::before {
  opacity: 1;
  transform: scale(1) rotateY(360deg);
}

#top .transform .globalNav > li > a::before {
  display: block;
  width: 5px;
  height: 5px;
  bottom: 5%;
  left: 5px;
}

#top .globalNav > li > a > img {
  display: block;
  width: 41px;
  height: 35px;
  margin-bottom: 13px;
}

#top .insta {
  margin: 0 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

/**header 途中から*****/

#top .transform .globalNav > li > a {
  padding: 0 15px;
  color: #222;
}

#top .transform .globalNav > li > a > img {
  width: 33px;
  height: 28px;
  margin-bottom: 10px;
}

#top .transform .insta {
  margin: 0 15px;
  height: 36px;
  width: 36px;
  line-height: 36px;
}

@media only screen and (max-width: 980px) {

  #top nav {
    margin: 46px 0 0 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
  }

  #top .globalNav li {
    float: none;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(153, 153, 153, 0.7);
    background-color: transparent;
  }

  #top .globalNav > li > a {
    flex-direction: row;
    justify-content: flex-start;
    font-size: 15px;
    padding: 15px 40px;
    border-right: 1px solid #efefef;
  }

  #top .globalNav > li > a > img {
    width: 36px;
    height: 30px;
    margin: 0 20px 0 0;
  }

  #top .globalNav li a::after {
    position: absolute;
    top: 35%;
    right: 18px;
    margin: auto;
    content: '\f105';
    display: block;
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #0a6973;
    z-index: 10;
  }

  #top nav .insta {
    display: none;
  }

  #top .insta {
    margin: 0;
    position: absolute;
    right: 16%;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }

  /**header 途中から*****/

  #top .transform .globalNav > li > a {
    padding: 15px 40px;
  }

  #top .transform .globalNav > li > a > img {
    width: 36px;
    height: 30px;
    margin: 0 20px 0 0;
  }

  #top .transform .insta {
    margin: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }

  /**current*****/
  #top .globalNav > li:hover > a::before {
    opacity: 0;
    transform: none;
  }

  #top .globalNav > li.current > a::before,
  #top .transform .globalNav > li.current > a::before {
    top: 45%;
    bottom: auto;
    left: 15px;
  }

  #top .transform .globalNav > li.current > a::before {
    width: 7px;
    height: 7px;
  }
}


/*============================
menu(sp)  ハンバーガー
============================*/

.menu {
  display: none;
}

@media only screen and (max-width: 980px) {
  .menu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    z-index: 1000;
    width: 31px;
    height: 23px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 31px;
    height: 23px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0a6973;
    border-radius: 50px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* anime */
  .active .menu-trigger span {
    background-color: #0a6973;
  }

  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}


/*============================
cont_img
============================*/
.cont_img {
  background: #fff;
  height: 610px;
  position: relative;
}

.cont_img h1 {
  font-size: 18px;
}

.cont_img h1 span {
  display: block;
}

.cont_img h1 .ja {
  margin-top: 20px;
  line-height: 1;
}

.cont_img h1 .eng {
  margin-top: 95px;
  font-size: 110px;
  line-height: 1;
}

.cont_img .photo_bg {
  background: url(../images/common/cont_img.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 405px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 768px) {

  .cont_img {
    height: 230px;
  }

  .cont_img h1 {
    font-size: 13px;
    position: absolute;
  }

  .cont_img h1 .ja {
    margin-top: 10px;
  }

  .cont_img h1 .eng {
    margin-top: 30px;
    font-size: 32px;
  }

  .cont_img .photo_bg {
    height: 125px;
  }
}


/*============================
パンくず
============================*/
.root {
  color: #0a6973;
  font-size: 14px;
  font-weight: 500;
  justify-content: flex-end;
}

.root li {
  position: relative;
  letter-spacing: 0;
  padding-bottom: 0;
  white-space: nowrap;
}

.root li::before,
.root li:first-child,
.root li:first-child a,
.root li.const,
.root li a.content-root {
  color: #999;
}

.root li:nth-child(n + 2) {
  margin-left: 40px;
}

.root li:nth-child(n + 2)::before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #999;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}

.root li:first-child {
  margin-left: 0;
}


@media only screen and (max-width: 768px) {

  .root {
    margin-top: 80px;
    font-size: 13px;
  }
}


/*============================
container
============================*/

article,
.cont article {
  padding: 120px 0;
}


.container article p {
  margin-top: 30px;
}

.container article p:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {

  article,
  .cont article {
    padding: 60px 0;
  }

  .container article p {
    margin-top: 10px;
  }
}


/*============================
Link
============================*/

.link {
  text-align: right;
  line-height: 1;
  margin-top: 60px;
}

.link li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #0a6973;
  position: relative;
  padding: 15px 70px 15px 0;
}

.link li a:hover {
  color: #dd5d2d;
  opacity: 0.8;
}

.link li a::before,
.link li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease;
}

.link li a::before {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background-color: #0a6973;
}

.link li a:hover::before {
  background-color: #dd5d2d;
}

.link li a::after {
  content: '\f105';
  font-size: 14px;
  line-height: 50px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  top: 0;
  right: 20px;
  transition: transform 0.6s ease;
}

.cont .link li {
  width: 320px;
}

@media only screen and (max-width: 768px) {
  .link {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
  }

  .link li a {
    font-size: 16px;
    padding: 12px 55px 12px 0;
  }

  .link li a::before {
    width: 40px;
    height: 40px;
  }

  .link li a::after {
    line-height: 40px;
    right: 15px;
  }
}


/*============================
見出し
============================*/

.cont h2 .eng {
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 0 0 20px 30px;
  position: relative;
}

.cont h2 .eng::before,
.cont h2 .eng::after {
  position: absolute;
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  background-color: #dd5d2d;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.cont h2 .eng::after {
  background-color: #0a6973;
  left: 10px;
  mix-blend-mode: multiply;
}

.cont h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 50px;
}

.cont h3 {
  padding-bottom: 10px;
  margin: 40px 0 30px;
  font-size: 24px;
  font-weight: 600;
  color: #dd5d2d;
  border-bottom: 1px solid #dd5d2d;
}

.cont h4 {
  font-size: 16px;
  margin: 30px 0 10px;
}

@media only screen and (max-width: 768px) {

  .cont h2 .eng {
    font-size: 13px;
    padding-bottom: 10px;
  }

  .cont h2 .eng::before,
  .cont h2 .eng::after {
    width: 11px;
    height: 11px;
  }

  .cont h2 .eng::after {
    left: 8px;
  }

  .cont h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .cont h3 {
    font-size: 16px;
  }
}


/*============================
table
============================*/

table.info {
  width: 100%;
}

table.info tr {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #efefef;
}

table.info tr:first-of-type {
  padding-top: 0;
}

table.info th {
  width: 230px;
  padding-left: 10px;
}

table.info td li {
  padding-left: 15px;
  margin-top: 8px;
  position: relative;
}

table.info td li::before {
  position: absolute;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #dd5d2d;
  border-radius: 50%;
  top: 50%;
  left: 0;
}

table.info td li:first-child {
  margin-top: 0;
}

table.info td dt {
  margin-top: 10px;
}

table.info td dt:first-of-type {
  padding-top: 0;
}

a.google::before {
  content: '\f3c5';
  font-weight: 900;
  margin-right: 5px;
  color: #0a6973;
  font-family: "Font Awesome 6 Free";
}

a.google {
  display: block;
  margin: 5px 0;
  font-weight: 700;
  color: #0a6973;
}


@media only screen and (max-width: 768px) {

  table.info tr {
    padding: 15px 0;
    font-size: 14px;
  }

  table.info th {
    width: 120px;
    padding-left: 0;
  }

  table.info td li {
    padding-left: 15px;
    margin-top: 8px;
    position: relative;
  }
}


/*============================
.contact-section
============================*/
.contact-section {
  background: url(../images/common/contact-section/contact-bg.jpg)no-repeat center bottom;
  background-size: 100%;
  padding: 120px 0;
  color: #fff;
  text-align: center;
}

.contact-section h2 {
  color: #fff;
  text-align: center;
}

.contact-section h2 .eng {
  color: #fff;
}

.contact-section h2 .eng::before,
.contact-section h2 .eng::after {
  display: none;
}

.contact-section ul {
  margin-top: 30px;
}

.contact-section ul li a {
  display: block;
  width: 500px;
  padding: 25px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  background-color: #dd5d2d;
  color: #fff;
  border-radius: 3px;
  position: relative;
}

.contact-section ul li:nth-of-type(2) a {
  background-color: #0a6973;
}

.contact-section ul li a::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../images/common/contact-section/floating_insta.png)no-repeat center center;
  background-size: 100%;
  width: 44px;
  height: 40px;
  top: 15px;
  left: 20px;
}

.contact-section ul li:nth-of-type(2) a::before {
  background-image: url(../images/common/contact-section/floating_mail.png);
  left: 30px;
}

.contact-section ul li a::after {
  position: absolute;
  display: block;
  content: '\f105';
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  top: 40%;
  right: 20px;
}

.mapframe {
  height: 350px;
}

@media only screen and (max-width: 768px) {
  .contact-section {
    background: url(../images/common/contact-section/contact-bg_sp.jpg)no-repeat right bottom;
    background-size: cover;
    padding: 40px 0;
    text-align: left;
  }

  .contact-section h2 {
    text-align: left;
    font-size: 13px;
    margin-bottom: 20px;
  }

  .contact-section h2 .eng {
    display: inline-block;
    font-size: 28px;
    margin-right: 10px;
    padding: 0;
  }

  .contact-section p {
    font-size: 15px;
  }

  .contact-section ul li {
    width: 100%;
  }

  .contact-section ul li:nth-of-type(2) {
    margin-top: 15px;
  }

  .contact-section ul li a {
    width: 100%;
    padding: 20px 0;
    font-size: 15px;
    text-align: center;
  }

  .contact-section ul li a::before {
    width: 34px;
    height: 30px;
    left: 10px;
  }

  .contact-section ul li:nth-of-type(2) a::before {
    left: 13px;
  }

  .contact-section ul li a::after {
    font-size: 14px;
    top: 38%;
    right: 10px;
  }

  .mapframe {
    height: 190px;
  }
}


/*============================
floating
============================*/

.floating {
  position: fixed;
  padding: 20px 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  z-index: 10000;
  background-color: rgba(28, 158, 233, 0.7);
}

.floating ul li a {
  display: block;
  width: 500px;
  padding: 25px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #dd5d2d;
  color: #fff;
  border-radius: 3px;
  position: relative;
}

.floating ul li:nth-of-type(2) a {
  background-color: #0a6973;
}

.floating ul li a::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../images/common/contact-section/floating_insta.png)no-repeat center center;
  background-size: 100%;
  width: 44px;
  height: 40px;
  top: 15px;
  left: 20px;
}

.floating ul li:nth-of-type(2) a::before {
  background-image: url(../images/common/contact-section/floating_mail.png);
  left: 30px;
}

.floating ul li a::after {
  position: absolute;
  display: block;
  content: '\f105';
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  top: 40%;
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .floating .inner {
    width: 100%;
  }

  .floating {
    padding: 0;
    background-color: transparent;
  }

  .floating ul li {
    width: 50%;
  }

  .floating ul li a {
    width: 100%;
    padding: 18px 0;
    font-size: 15px;
    border-radius: 3px 0 0 0;
  }

  .floating ul li:nth-of-type(2) a {
    border-radius: 0 3px 0 0;
  }

  .floating ul li a::before {
    width: 27px;
    height: 25px;
    top: 14px;
    left: 15px;
  }

  .floating ul li:nth-of-type(2) a::before {
    top: 15px;
    left: 15px;
  }

  .floating ul li a::after {
    font-size: 12px;
    right: 10px;
  }
}


/*============================
footer
============================*/

footer {
  background: #fff;
}

footer .inner {
  position: relative;
  padding: 100px 0 40px;
}

footer .flex {
  align-items: flex-start;
}

footer .detail {
  font-size: 15px;
}

footer .detail .siteTitle {
  margin: 0 0 30px 0;
}

footer .footer-nav .sitelink {
  width: 380px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.4);
  padding-bottom: 20px;
  margin-bottom: 30px;
  justify-content: flex-start;
}

footer .footer-nav .sitelink li {
  border-left: 1px solid rgba(34, 34, 34, 0.4);
}

footer .footer-nav .sitelink li:nth-of-type(3n) {
  border-right: 1px solid rgba(34, 34, 34, 0.4);
}

footer .footer-nav .sitelink li:nth-of-type(n+4) {
  margin-top: 20px;
}

footer .footer-nav .sitelink li a {
  display: block;
  color: #222;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  padding: 0 20px;
}

footer .footer-nav .sublink li {
  float: left;
  margin-right: 30px;
}

footer .footer-nav .sublink li a {
  color: #222;
  font-size: 13px;
  line-height: 1;
}

footer .sns-link {
  justify-content: flex-end;
  padding: 50px 40px;
}

footer .sns-link a img {
  margin-left: 20px;
  width: 45px;
  height: 45px;
}

footer .copyright {
  font-size: 14px;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {

  footer .inner {
    padding: 40px 0;
  }

  footer .detail {
    font-size: 14px;
  }

  footer .detail .siteTitle {
    margin-bottom: 10px;
    width: 200px;
  }

  footer .footer-nav .sitelink {
    margin: 10px 0 20px;
    justify-content: space-between;
    width: 100%;
  }

  footer .footer-nav .sitelink li {
    border-left: none;
    width: 49%;
  }

  footer .footer-nav .sitelink li:nth-of-type(3n) {
    border-right: none;
  }

  footer .footer-nav .sitelink li:nth-of-type(n+4) {
    margin-top: 0;
  }

  footer .footer-nav .sitelink li:nth-of-type(n+3) {
    margin-top: 8px;
  }

  footer .footer-nav .sitelink li a {
    width: 100%;
    background-color: #0a6973;
    color: #fff;
    padding: 13px;
    border-radius: 3px;
  }

  footer .footer-nav .sublink li {
    float: right;
    margin: 0;
    margin-left: 20px;
  }

  footer .sns-link {
    margin: 10px 0 30px;
    padding: 0;
  }

  footer .sns-link a img {
    margin-left: 20px;
    width: 35px;
    height: 35px;
  }
}


/*============================
common_js
============================*/

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}
