@charset "UTF-8";
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #111111;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.noLink {
  pointer-events: none;
}
.noLink:hover {
  opacity: 1;
}

.underline {
  text-decoration: underline;
}

/* ===============================
header
================================ */
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}

header.header {
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

header .header-inner {
  width: 100%;
  margin: 0 auto;
}

header .header-logo_area {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header .header-logo {
  width: 25%;
  max-width: 250px;
}

header .item-logo-wrap img {
  width: 100%;
  max-width: 310px;
  height: auto;
}

header .item-logo-wrap img.pc-logo {
  display: block;
}

header .item-logo-wrap img.sp-logo {
  display: none;
}

header .item-logo-wrap img:hover {
  opacity: 0.7;
  transition: all ease-out 0.5s;
}

header .nav-link-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

header .nav-link-wrap ul li {
  font-size: 12px;
  line-height: 1.6;
  color: #e27102;
  padding-left: 18px;
}

header .nav-link-wrap ul li:first-child {
  padding-left: 0;
}

header .nav-link-wrap ul li:first-child a {
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  background-color: #ddd;
  display: block;
}

header .nav-link-wrap ul li a {
  color: #e27102;
  display: block;
  text-decoration: none;
}

header .nav-link-wrap ul li a:hover {
  opacity: 0.7;
  transition: all ease 0.5s;
}

header .main-nav {
  width: 100%;
  background: #e27102;
  box-sizing: border-box;
}

header .main-nav nav {
  overflow: hiddn;
}

header .main-nav ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

header .main-nav ul li {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25%;
  box-sizing: border-box;
}

header .main-nav ul.english li {
  width: 33.3333333333%;
}

header .main-nav ul li a {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background: #e27102;
  box-sizing: border-box;
  height: 55px;
  line-height: 1.5;
}

header .main-nav ul li a:link,
header .main-nav ul li a:visited {
  color: #fff;
}

header .main-nav ul li a:hover {
  background: #fff9f2;
  transition: all ease 0.5s;
  color: #e27102;
  opacity: 1;
}

header .main-nav ul li a.active {
  background: #fff9f2;
  color: #e27102;
}

header .main-nav ul li span {
  width: 1px;
  height: 20px;
  border-left: 1px solid #e88d35;
  box-sizing: border-box;
}

/*header .sab-nav-wrap {
    width: 100%;
    background: #1a1a1a;
  }
  header .sab-nav {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  header .sab-nav ul {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  header .sab-nav ul li {
    font-size: 12px;
    line-height: 2;
    color: #fff;
    display: flex;
    align-items: center;
    width: 16.6666667%;
    box-sizing: border-box;
  }
  header .sab-nav ul li a {
    color: #fff;
    padding: 12px 0;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  header .sab-nav ul li a:link, header .sab-nav ul li a:visited {
    color: #fff;
  }
  header .sab-nav ul li a:hover {
    transition: all ease .5s;
    background-color: #404040;
  }
  header .sab-nav ul li a.active {
    background-color: #404040;
  }
  header .sab-nav ul li span {
    width: 1px;
    height: 20px;
    border-left: 1px solid #4d4d4d;
    box-sizing: border-box;
  }*/
.sp-main-menu-list nav {
  display: none;
}

.google-serch-box,
.google-serch-box-btn,
.google-serch-box-sp {
  display: none;
}

.gsc-control-cse {
  border-color: #fff;
  background-color: #fff;
  padding: 0 !important;
  margin-left: 10px;
  margin-top: 8px;
}

.map-sp-btn {
  display: none;
}

.lang-sp-btn {
  display: none;
}

.lang-box-sp {
  display: none;
}

.contact-sp-btn {
  display: none;
}

@media screen and (max-width: 1120px) {
  header .main-nav {
    padding: 0px 20px;
  }
  header .main-nav ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  header.header {
    background: #fff;
  }
  header .header-inner {
    padding: 0 20px;
    box-sizing: border-box;
  }
  header .main-nav {
    display: none;
  }
  /*header .sab-nav-wrap {
      display: none;
    }*/
  header .header-logo img {
    width: 100%;
    max-width: 255px;
    height: auto;
    padding-top: 0;
  }
  header .header-logo {
    padding-top: 0;
    float: none;
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0;
  }
  header .main-nav ul {
    display: none;
  }
  .sp-menu-wrap {
    border-bottom: 0;
  }
  .sp-main-menu {
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    background-color: #fff;
    position: fixed;
    box-sizing: border-box;
    right: 0;
    top: 0;
  }
  .sp-main-menu-list nav {
    display: none;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 50px;
    height: 100%;
    overflow-y: scroll;
    transition: all ease 1s;
    background: #e27102;
  }
  .sp-main-menu-list nav.active {
    right: 0%;
  }
  .sp-main-menu-list nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #e27102;
    border-top: 1px solid #f27a02;
  }
  .sp-main-menu-list nav ul li {
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #f27a02;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    display: block;
  }
  .sp-main-menu-list nav ul li ul li {
    padding-left: 15px;
    width: 100%;
    font-size: 12px;
  }
  .sp-main-menu-list nav ul li span.open {
    width: 50px;
    height: 50px;
    background: #b35a02;
    content: "";
    background-image: url(../images/icon_plus.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
    float: right;
  }
  .sp-main-menu-list nav ul li span.open.active {
    background-image: url(../images/icon_minus.svg);
  }
  .sp-main-menu-list nav ul li ul {
    display: none;
  }
  .sp-main-menu-list nav ul li:last-child {
    width: 100%;
    border-bottom: 0;
  }
  .sp-main-menu-list nav ul li a {
    display: inline-block;
    width: 80%;
    position: relative;
    text-align: left;
    /*background-image: url(/assets/images/icon_next.png);
      background-repeat: no-repeat;
      background-size: 14px;
      background-position: 5% center;*/
    padding: 13px 20px 13px 20px;
    box-sizing: border-box;
  }
  .sp-main-menu-list nav ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    color: #fff;
    padding-right: 10px;
    font-size: 1.4rem;
    display: inline-block;
    font-weight: 900;
  }
  .sp-main-menu-list nav ul li a,
  .sp-main-menu-list nav ul li a:link,
  .sp-main-menu-list nav ul li:visited {
    color: #fff;
  }
  .sp-main-menu-list nav ul.sp-sab-nav {
    background: #e27102;
    border-top: 0;
  }
  .sp-main-menu-list nav ul.sp-sab-nav li {
    width: 100%;
    color: #fff;
    border-right: 0;
    border-bottom: 1px solid #f27a02;
    box-sizing: border-box;
  }
  .sp-main-menu-list nav ul.sp-sab-nav li ul li:first-child {
    border-top: 0;
  }
  .sp-main-menu-list nav ul.sp-sab-nav li ul li:last-child {
    border: 0;
  }
  .sp-main-menu-list nav ul.sp-sab-nav li:first-child {
    border-top: 1px solid #f27a02;
  }
  .sp-main-menu-list nav ul.sp-sab-nav li:last-child {
    width: 100%;
  }
  .en .sp-main-menu-list nav ul.sp-sab-nav li:last-child,
  .en .sp-main-menu-list nav ul li:last-child {
    width: 100%;
  }
  .sp-main-menu-list .list_etc li a {
    color: #e27102 !important;
  }
  /*menu-trigger*/
  .sp-main-menu .menu-trigger {
    position: relative;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger:hover {
    opacity: 0.7;
    transition: all ease 0.5s;
  }
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 26px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e27102;
    border-radius: 1px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }
  .google-serch-box-btn {
    display: none;
  }
  .google-serch-box-sp {
    width: 100%;
    display: block;
  }
  .gsc-control-cse {
    border-color: #e27102 !important;
    background-color: #e27102 !important;
    width: 90% !important;
    margin: 30px auto 0 !important;
    text-align: center !important;
  }
  .cse .gsc-search-button-v2,
  .gsc-search-button-v2 {
    padding: 24px 27px !important;
    position: relative;
  }
  .gsc-search-button-v2::after {
    content: "検索" !important;
    color: #e27102 !important;
    position: absolute !important;
    z-index: 10 !important;
    top: 11px !important;
    right: -2px !important;
    width: 56px !important;
    height: 38px !important;
    font-size: 16px !important;
  }
  .gsc-search-button-v2,
  .gsc-search-button-v2:hover,
  .gsc-search-button-v2:focus {
    border-color: #fff9f2 !important;
    background-color: #fff9f2 !important;
    background-image: none;
    filter: none;
  }
  .gsc-search-button-v2 svg {
    display: none !important;
  }
  .gsc-search-button {
    margin-left: 0 !important;
  }
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
  }
  .gsib_a {
    padding: 15px 10px 15px 10px !important;
  }
  header .header-logo_area {
    padding: 0;
    height: 50px;
  }
  .nav-link-wrap {
    display: none;
  }
  .sp-main-menu-list .list_etc {
    width: 90%;
    margin: 0 auto;
    background: #fff9f2;
    margin-bottom: 100px;
  }
  .sp-main-menu-list .list_etc li a {
    background: none;
    color: #e27102;
    padding-left: 20px;
  }
  .sp-main-menu-list .list_etc li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    color: #e27102;
    padding-right: 10px;
    font-size: 1.4rem;
    display: inline-block;
    font-weight: 900;
  }
}
@media screen and (max-width: 768px) {
  a.anchor {
    margin-top: -200px;
    padding-bottom: 200px;
  }
  header.header {
    height: 50px;
    background-color: #fff;
  }
  header .item-logo-wrap img {
    display: block;
    max-width: 200px;
    width: 100%;
  }
  .sp-main-menu-list nav ul li a {
    padding-left: 20px;
    line-height: 1.5;
  }
  .sp-main-menu-list .list_etc li a {
    color: #e27102 !important;
  }
}
@media screen and (max-width: 375px) {
  header .header-logo img {
    width: 83px;
    height: auto;
  }
  header .main-nav {
    padding-left: 10px;
    background-color: #fff;
  }
}
@media screen and (max-width: 320px) {
  header .header-logo img {
    width: 70px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  header .sp-main-menu-list .list_etc li a.icon_blank {
    background-image: url(../images/icon_blank.png);
    background-repeat: no-repeat;
  }
}
header ul li a.icon_blank,
header .sp-main-menu-list ul li a.icon_blank,
header .list_etc li a.icon_blank {
  background-image: url(../images/icon_blank.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 100% center;
  padding-right: 20px;
}

/* ===============================
footer
================================ */
footer {
  width: 100%;
}

footer.footer {
  background: #fff9f2;
}

footer li a.icon_blank {
  background-image: url(../images/icon_blank.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 100% center;
  padding-right: 18px;
}

.footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.footer_details {
  background: #e27102;
  width: 100%;
}

.footer_details_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px 0;
}

.footer_details_inner p,
.footer_details_inner a {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  padding-top: 8px;
}

.footer_details_inner a:hover {
  color: #000;
  opacity: 0.8;
  transition: all ease 0.5s;
}

.footer_details_addresses h3 {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 5px;
}

.footer_details_etc {
  text-align: right;
}

.footer_logo {
  margin-bottom: 30px;
}

.footer_details_etc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer_details_etc ul li {
  padding-right: 25px;
}

.footer_details_etc ul li:last-child {
  padding-right: 0;
}

p.pagetop a {
  display: block;
  font-size: 0.8rem;
  padding: 5px 10px;
}

p.pagetop a:hover {
  transition: all ease 0.5s;
}

.pagetop-all {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.pagetop-all img {
  width: 70px;
  height: 70px;
  z-index: 100;
}

.pagetop-all a:hover img {
  opacity: 0.8;
}

@media screen and (max-width: 599px) {
  .pagetop-all {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
  }
  .pagetop-all img {
    width: 60px;
    height: 60px;
  }
}
.footer-inner .site-links {
  padding: 50px 0;
  box-sizing: border-box;
}

.footer-inner .site-links-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-inner .links-group {
  width: 33%;
  max-width: 290px;
  margin-top: 50px;
  box-sizing: border-box;
  text-align: left;
}

.footer-inner .links-group h3 {
  font-size: 16px;
  color: #e27102;
  display: block;
  line-height: 1.2;
  padding-bottom: 20px;
}

.footer-inner .links-group h3 a {
  color: #e27102;
}

.footer-inner .links-group h3 a:link,
.footer-inner .links-group h3 a:visited {
  color: #e27102;
}

.footer-inner .links-group ul {
  margin-top: 15px;
}

.footer-inner .links-group ul li {
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 14px;
  color: #000;
}

.footer-inner .links-group ul li a {
  color: #000;
  text-decoration: none;
}

.footer-inner .links-group ul li a:link,
.footer-inner .links-group ul li a:visited {
  color: #000;
}

.footer-inner .links-group ul li a:hover {
  color: #e27102;
  opacity: 0.8;
  transition: all ease 0.5s;
}

footer .inner-box {
  background: #000;
  padding: 54px 40px 60px;
  box-sizing: border-box;
}

footer .inner-box ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 28px;
  border-bottom: 1px solid #2d2d2d;
}

@media screen and (max-width: 1280px) {
  .footer-inner .links-group {
    width: 30%;
    max-width: 30%;
  }
  .footer-inner .site-links-wrap {
    width: auto;
    margin: 0 30px;
  }
}
@media screen and (max-width: 1020px) {
  .footer_details_inner {
    width: auto;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner-box {
    background: #000;
    padding: 30px 15px;
    box-sizing: border-box;
  }
  footer .inner-box ul {
    justify-content: center;
  }
  footer .inner-box ul li {
    width: 33%;
    text-align: center;
    margin-bottom: 16px;
  }
  footer .inner-box ul li:nth-child(4),
  footer .inner-box ul li:nth-child(5) {
    margin-bottom: 0;
  }
  footer.footer .inner-box ul li a {
    padding: 0;
    display: block;
  }
  footer.footer .inner-box ul.sns {
    max-width: 250px;
  }
  footer.footer .inner-box ul.sns li {
    width: 50%;
  }
  footer.footer .inner-box p.copy {
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  .footer-inner .site-links {
    display: none;
  }
  .footer_details_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
  }
  .footer_details_addresses h3 {
    font-size: 18px;
  }
  .footer_details_etc {
    text-align: left;
    padding-top: 25px;
  }
  .footer_details_etc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer_details_etc ul li:first-child {
    padding-left: 0;
  }
  .footer_logo {
    margin-bottom: 20px;
  }
  .footer_details_inner p,
  .footer_details_inner a {
    font-size: 10px;
  }
}
@media screen and (max-width: 420px) {
  footer.footer .inner-box ul li {
    font-size: 12px;
  }
  footer.footer .inner-box ul.about-link li {
    font-size: 12px;
    width: 49%;
  }
}
@media screen and (max-width: 320px) {
  footer.footer .inner-box ul.about-link li {
    font-size: 11px;
  }
}
/* ===============================
main
================================ */
.main {
  margin-top: 114px;
}
@media screen and (max-width: 1020px) {
  .main {
    margin-top: 50px;
  }
}
.main__nav {
  position: relative;
  max-width: 1400px;
  width: 100%;
  height: 160px;
  margin: -120px auto 0;
  padding: 25px;
  background-color: #fff;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .main__nav {
    max-width: 92%;
    margin: -120px 4% 0;
    padding: 15px 25px;
  }
}
@media (max-width: 768px) {
  .main__nav {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .main__nav {
    height: auto;
    padding: 0;
  }
}
.main__nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .main__nav__list {
    flex-wrap: wrap;
  }
}
.main__nav__list__item {
  width: 20%;
  border-right: solid 1px #eee;
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .main__nav__list__item {
    width: 50%;
    margin: 20px 0;
    border: none;
    text-align: left;
  }
  .main__nav__list__item:nth-child(odd) {
    border-right: solid 1px #eee;
  }
}
.main__nav__list__item:last-child {
  border: none;
}
@media (max-width: 768px) {
  .main__nav__list__item:last-child {
    border-right: solid 1px #eee;
  }
}
.main__nav__list__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.main__nav__list__item a::after {
  content: "\f13a";
  margin-top: 18px;
  color: #e27102;
  font-weight: bold;
  font-family: "Font Awesome 6 Free";
}
@media (max-width: 768px) {
  .main__nav__list__item a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
.main__nav__list__item span {
  display: block;
  margin: 5px 0 18px;
  color: #999;
  font-family: "Taviraj", serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.main__nav.m_fixed {
  left: 0;
  position: fixed;
  top: 114px;
}
@media (max-width: 768px) {
  .main__nav.m_fixed {
    position: static;
  }
}

.main__nav.active {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 114px 0 0;
  padding: 10px;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .main__nav.active {
    margin: 50px 0 0;
  }
}
@media (max-width: 768px) {
  .main__nav.active {
    position: static;
  }
}

.main__nav__list__item.active {
  font-size: 1.3rem;
}

.main__nav__list__item a.active {
  padding: 5px;
}

.main__nav__list__item span.active {
  margin: 3px 0 3px;
  font-size: 0.8rem;
}

/* section */
.section {
  padding: 120px 0;
}
@media screen and (max-width: 1020px) {
  .section {
    padding: 60px 0;
  }
}
.section__inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .section__inner {
    max-width: 92%;
    margin: 0 4%;
  }
}

/* heading */
h2 {
  margin-bottom: 60px;
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 6.4rem;
}
@media screen and (max-width: 1020px) {
  h2 {
    margin-bottom: 40px;
    font-size: 2.6rem;
  }
}
h2 span {
  display: block;
  margin-top: 10px;
  font-size: 3.2rem;
  font-family: "Petit Formal Script", cursive;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1280px) {
  h2 span {
    font-size: 1.6rem;
  }
}
h2 .orange {
  color: #e27102;
}
h2 .blue {
  color: #0f72b5;
}

/* text */
.commonText {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .commonText {
    margin-top: 30px;
  }
}

.center {
  text-align: center;
}

/* mv */
.mv {
  position: relative;
}
.mv__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.mv__copy img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1679px;
  width: 100%;
  height: auto;
  padding: 0 100px;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
}
@media (max-width: 768px) {
  .mv__copy img {
    padding: 0 8%;
  }
}

/* lead */
.lead {
  margin-top: -40px;
  background: url(../images/bg_lead.png) no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .lead {
    margin-top: 0;
  }
}
.lead p {
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 4.2rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1280px) {
  .lead p {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .lead p {
    font-size: 2rem;
    text-align: left;
  }
}

/* message */
.message {
  background: url(../images/bg_message.png) no-repeat;
  background-size: 100% 50%;
  background-position: bottom center;
}
.message__contents {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  border-left: solid #e27102 3px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  .message__contents {
    padding: 4% 4% 40px;
  }
}
.message__contents h3 {
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 4rem;
  line-height: 1.8;
}
@media (max-width: 1280px) {
  .message__contents h3 {
    font-size: 2.4rem;
  }
}
.message__contents__name {
  margin-top: 40px;
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media (max-width: 1280px) {
  .message__contents__name {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
.message__contents__name span {
  font-size: 1.6rem;
}
.message__contents__img img {
  display: block;
  float: right;
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 0 40px 40px;
}
@media screen and (max-width: 1020px) {
  .message__contents__img img {
    float: none;
    margin: 0 auto 30px;
  }
}

/* project */
.project__list {
  display: flex;
}
@media screen and (max-width: 1020px) {
  .project__list {
    display: block;
  }
}
.project__list__item {
  margin-right: 40px;
}
@media screen and (max-width: 1020px) {
  .project__list__item {
    margin-right: 0;
  }
}
.project__list__item:nth-child(2) {
  margin-top: 40px;
}
.project__list__item:nth-child(3) {
  margin-top: 80px;
}
.project__list__item:last-child {
  margin-right: 0;
}
.project__list__item__img {
  position: relative;
}
.project__list__item__img:last-child {
  margin-right: 0;
}
.project__list__item__img > img {
  width: 440px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1020px) {
  .project__list__item__img > img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.project__list__item__img h3 {
  position: absolute;
  top: -30px;
  left: 35px;
  max-width: 100%;
  height: auto;
  background: #fff;
  padding: 18px;
  border-bottom: solid #e27102 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.project__list__item__link {
  text-align: right;
}
.project__list__item__link p {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
}
.project__list__item__link p::after {
  content: "\f138";
  margin-left: 5px;
  color: #e27102;
  font-weight: bold;
  font-family: "Font Awesome 6 Free";
}

/* symposium */
.symposium {
  background: url(../images/bg_symposium.png) no-repeat;
  background-size: cover;
}
.symposium__contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px;
  border-left: solid #e27102 3px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .symposium__contents {
    max-width: 100%;
    width: 100%;
    padding: 40px 4%;
  }
}

/* history */
.history {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f6f6f6 50%, #f6f6f6 100%);
}
.history__contents {
  display: flex;
}
@media screen and (max-width: 1020px) {
  .history__contents {
    flex-direction: column-reverse;
    width: 92%;
    margin: 0 auto;
  }
}
.history__contents__img {
  width: 50%;
  margin-right: 60px;
}
@media screen and (max-width: 1020px) {
  .history__contents__img {
    width: 100%;
    margin-top: 30px;
  }
}
.history__contents__img img {
  width: 100%;
  height: auto;
}
.history__contents__text {
  margin-right: 60px;
}
@media screen and (max-width: 1020px) {
  .history__contents__text {
    margin-right: 0;
  }
}

/* request */
.request {
  margin-top: 120px;
  background: url(../images/bg_request.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1020px) {
  .request {
    margin-top: 60px;
  }
}
.request h2 {
  color: #fff;
}
.request__contents {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .request__contents {
    max-width: 100%;
    width: 100%;
  }
}
.request__contents p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .request__contents p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.request__contents p span {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .request__contents p span {
    font-size: 1.6rem;
  }
}
.request .btn {
  display: block;
  position: relative;
  max-width: 570px;
  width: 100%;
  height: auto;
  margin: 60px auto 0;
  padding: 30px;
  border: solid #fff 1px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .request .btn {
    margin-top: 40px;
  }
}
.request .btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "\f138";
  padding: 10px 30px;
  color: #fff;
  border-left: solid #fff 1px;
  font-weight: bold;
  font-family: "Font Awesome 6 Free";
  font-size: 2rem;
}

/* photo */
.photo {
  padding-top: 60px;
}
.photo .swiper-slide img {
  width: 100%;
  height: auto;
}

/* bnr */
.bnr__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 1020px) {
  .bnr__inner {
    width: 92%;
    margin: 0 4%;
  }
}
.bnr__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .bnr__list {
    display: block;
  }
}
.bnr__list__item {
  margin-right: 40px;
}
.bnr__list__item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .bnr__list__item {
    margin: 20px 0 0;
    text-align: center;
  }
  .bnr__list__item:first-child {
    margin-top: 0;
  }
}
.bnr__list__item img {
  max-width: 306px;
  width: 100%;
  height: auto;
  border: solid #ddd 1px;
}

/* ===============================
lower
================================ */
.lower .mv {
  width: 100%;
  height: 220px;
  line-height: 220px;
}
@media screen and (max-width: 1020px) {
  .lower .mv {
    height: 160px;
    line-height: 160px;
    margin: 0 auto;
  }
}
.lower .mv__inner {
  background: #f6f6f6;
}
.lower .mv__inner h1 {
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 4.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .lower .mv__inner h1 {
    font-size: 2.4rem;
  }
}
.lower .path__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .lower .path__inner {
    width: 92%;
    margin: 0 4%;
  }
}
.lower .path__list {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
.lower .path__list__item {
  margin: 0 18px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .lower .path__list__item {
    font-size: 1.2rem;
  }
}
.lower .path__list__item:first-child {
  margin-left: 0;
}
.lower .path__list__item a {
  position: relative;
  padding-bottom: 5px;
  border-bottom: solid 1px #ddd;
  font-weight: normal;
}
.lower .path__list__item a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: bold;
  font-size: 1.6rem;
  position: absolute;
  margin-left: 10px;
  color: #999;
}
.lower .contents__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1020px) {
  .lower .contents__inner {
    width: 92%;
    margin: 0 4%;
  }
}
.lower .contents__inner h2 {
  margin: 60px 0 40px;
  padding: 5px 5px 5px 15px;
  border-left: solid #e27102 3px;
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .lower .contents__inner h2 {
    margin: 40px 0 30px;
    font-size: 2rem;
  }
}
.lower .contents__inner h3 {
  margin: 40px 0 30px;
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.6rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .lower .contents__inner h3 {
    margin: 30px 0 30px;
    font-size: 1.8rem;
  }
}
.lower .contents__inner figure {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .lower .contents__inner figure {
    margin-top: 40px;
  }
}
.lower .contents__inner figure img {
  max-width: 100%;
  width: 100%;
}
.lower .contents__inner figcaption {
  margin-top: 10px;
  font-size: 1.6rem;
  text-align: center;
}
.lower .contents__inner .commonList__item {
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.lower .contents__inner .commonList__item::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: bold;
  font-size: 1.6rem;
  position: absolute;
  color: #e27102;
}
.lower .column2 {
  width: 100%;
}
.lower .column2__img {
  display: flex;
  justify-content: space-between;
  height: auto;
}
@media (max-width: 768px) {
  .lower .column2__img {
    display: block;
  }
}
.lower .column2__img figure {
  max-width: 48%;
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .lower .column2__img figure {
    max-width: 480px;
    width: 100%;
    margin: 40px auto 0;
  }
}
.lower .column2 .caption {
  margin: 10px 0 60px;
  margin-top: 10px;
  font-size: 1.6rem;
  text-align: center;
}

/* =============
animation
============= */
.fadein {
  opacity: 0.1;
  transform: translate(0, 100px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: block !important;
  }
  .modaal-gallery-label span {
    display: none !important;
  }
}
.elm {
  position: relative;
  background-color: brown;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  top: 1000px;
}

.changeColor {
  background-color: blue;
}/*# sourceMappingURL=style.css.map */