@charset "UTF-8";
/* base color 
--------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: auto;
}
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block;
}

p, ul, ol, li, dl, dt, dd, p, caption, th, td, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", Lora, serif;
  font-size: 1.4em;
  line-height: 1;
  color: #222222;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", Lora, serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

/*--Prefix--*/
/*-- flexbox --*/
/*-- text --*/
/*-- hover --*/
/*-- position --*/
/*-- aspect --*/
/*-- text --*/
/*-- point --*/
/*-- form --*/
/*-- icon --*/
/* reset
-------------------------------------------------------*/
/*
*{
	outline:1px #ff0000 solid;
}
*/
ol,
ul {
  list-style-type: none;
}

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

/* base
-------------------------------------------------------*/
body {
  height: 100%;
  overflow: hidden;
}

div.pageWrap {
  position: relative;
  width: 100%;
  text-align: left;
}

a.anchor {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}

.ofi-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit:cover;object-position:center center;";
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 70px);
  transition: all 1300ms;
}

.fadeUp {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.fadeIn-delay {
  opacity: 0;
  transition: all 1300ms 500ms;
}

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

/* layout
-------------------------------------------------------*/
.title-box {
  margin-bottom: 50px;
  text-align: center;
}
.title-box .common-title {
  margin-bottom: 30px;
  font-size: 7.3rem;
  font-family: "Lora";
}
.title-box .sub-title {
  position: relative;
  font-size: 1.4rem;
}
.title-box .sub-title::before, .title-box .sub-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  display: block;
  background: #222222;
  top: 50%;
}
.title-box .sub-title::before {
  left: -2em;
}
.title-box .sub-title::after {
  right: -2em;
}

footer {
  position: relative;
  width: 100%;
  padding: 50px;
  background: #222222;
}
footer .footer-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
footer .footer-wrapper .footer-inner > p {
  width: 120px;
}
footer .footer-wrapper .footer-inner > p img {
  width: 100%;
  height: auto;
}
footer .footer-wrapper .footer-inner nav ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}
footer .footer-wrapper .footer-inner nav ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 0.2s ease;
}
footer .footer-wrapper span {
  display: block;
  margin-bottom: 100px;
  text-align: right;
}
footer .footer-wrapper span a {
  position: relative;
  padding-bottom: 10px;
  color: #fff;
  font-size: 1.2rem;
}
footer .footer-wrapper span a::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 0.2s ease;
}
footer .footer-copyright {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.pagetop-grid {
  position: fixed;
  right: 2vw;
  bottom: 25px;
  width: 60px;
  height: 60px;
  z-index: 20;
}
.pagetop-grid a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
}

header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 0 0 0 20px;
  z-index: 100;
}
header .header-logo {
  margin-right: auto;
  width: 140px;
}
header .header-logo a {
  display: none;
  width: 100%;
  height: 40px;
}
header .header-logo a img {
  height: 100%;
}
header .globalnav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .globalnav ul li {
  margin-right: 40px;
}
header .globalnav ul li a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 2;
}
header .globalnav ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #222222;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 0.2s ease;
}
header .tel-wrap {
  display: block;
  width: 180px;
  height: 100%;
}
header .tel-wrap a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 30px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  background: #222222;
  border: 1px solid transparent;
  transition: 0.5s ease;
}
header .tel-wrap a::before {
  content: "";
  display: block;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 15px;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.182 24.186'%3E%3Cpath fill='%23fff' d='M19.746,15.653c-1.895-1.9-3.5.6-4.245,2.424a12.333,12.333,0,0,1-5.84-3.585C6.552,11.389,6.1,8.679,6.1,8.679c1.829-.749,4.325-2.347,2.435-4.246C7.876,3.774,5.4,1.3,4.657.564,3.507-.6,1.737-.133.439,3.55s.2,8.945,5.712,14.457c5.525,5.52,10.79,7.044,14.478,5.743s4.147-3.067,2.992-4.226c-.745-.741-3.215-3.212-3.875-3.871'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.5s ease;
}
header:not(.fixed) .globalnav ul li a {
  color: #fff;
  text-shadow: 0px 0px 20px #222222;
}
header:not(.fixed) .globalnav ul li a::after {
  background: #fff;
}
header.fixed {
  position: fixed;
  background-color: #fff;
  animation-name: toggle;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}
header.fixed .header-logo a {
  display: block;
}
@keyframes toggle {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
  }
}

.hamburger-overlay {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8888;
  width: 100vw;
  height: 100vh;
  background: #222222;
}
.hamburger-overlay .globalnav {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 50;
  width: 100%;
  height: auto;
  padding: 50px;
  margin: 0;
  color: #fff;
}
.hamburger-overlay .globalnav ul {
  flex-direction: column;
  margin: 0 auto;
}
.hamburger-overlay .globalnav ul li a {
  display: block;
  padding: 15px 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.sp-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.trigger {
  display: none;
}

.container {
  position: relative;
  width: 100%;
}

.page-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.section-head-title {
  position: relative;
  text-align: center;
}
.section-head-title .title {
  margin-bottom: 15px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section-head-title span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.contact-common-section {
  background: #393939;
}
.contact-common-section .contact-wrapper {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 40px);
  height: 325px;
  margin: 0 auto;
}
.contact-common-section .contact-wrapper::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0px;
  width: 85px;
  height: 13px;
  background: url(../common/images/contact_arrrow.svg) no-repeat top center/contain;
}
.contact-common-section .contact-wrapper a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.contact-common-section .contact-wrapper a .title-box {
  margin: 0;
}
.contact-common-section .contact-wrapper a .title-box .common-title {
  margin: 0;
  color: #fff;
}

@media screen and (min-width: 960px) {
  /* ------------------------------------------------------*/
  footer .footer-wrapper .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer-wrapper .footer-inner nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  footer .footer-wrapper .footer-inner nav ul li:not(:last-child) {
    margin-right: 40px;
  }

  br.tabbr {
    display: none;
  }

  div.pageWrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    margin: 0 auto;
    text-align: left;
  }

  div.container {
    position: relative;
    flex: 1 0 auto;
  }

  .pagetop-grid a {
    transition: 0.5s ease;
  }
  .pagetop-grid a:hover {
    border-radius: 15px;
  }

  header .header-logo {
    margin-right: auto;
  }
  header .globalnav ul li a:hover::after {
    width: 100%;
    left: 0;
  }
  header .tel-wrap a:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
  }
  header .tel-wrap a:hover::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.182 24.186'%3E%3Cpath fill='%23000' d='M19.746,15.653c-1.895-1.9-3.5.6-4.245,2.424a12.333,12.333,0,0,1-5.84-3.585C6.552,11.389,6.1,8.679,6.1,8.679c1.829-.749,4.325-2.347,2.435-4.246C7.876,3.774,5.4,1.3,4.657.564,3.507-.6,1.737-.133.439,3.55s.2,8.945,5.712,14.457c5.525,5.52,10.79,7.044,14.478,5.743s4.147-3.067,2.992-4.226c-.745-.741-3.215-3.212-3.875-3.871'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  footer .footer-wrapper .footer-inner nav ul li a:hover::after {
    width: 100%;
    left: 0;
  }
  footer .footer-wrapper span a:hover::after {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  /* ------------------------------------------------------*/
  br.pcbr,
br.tabbr {
    display: none;
  }

  body {
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
  }

  .title-box {
    margin-bottom: 30px;
  }
  .title-box .common-title {
    margin-bottom: 15px;
    font-size: 3.2rem;
  }

  footer {
    padding: 50px 30px;
  }
  footer .footer-wrapper .footer-inner {
    text-align: center;
  }
  footer .footer-wrapper .footer-inner > p {
    margin: 0 auto 45px;
    width: 90px;
  }
  footer .footer-wrapper .footer-inner nav {
    width: 100%;
  }
  footer .footer-wrapper .footer-inner nav ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .footer-wrapper span {
    text-align: center;
  }
  footer .footer-copyright {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
  }

  .pagetop-grid {
    right: 15px;
    bottom: 30px;
    width: 50px;
    height: 50px;
  }
  .pagetop-grid a img {
    height: 22px;
  }

  .trigger {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 80px;
    height: 60px;
  }
  .trigger .menu-trigger,
.trigger .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
  }
  .trigger .menu-trigger {
    position: relative;
    width: 40px;
    height: 10px;
  }
  .trigger .menu-trigger span {
    position: absolute;
    right: 0;
    height: 1px;
    background: #fff;
  }
  .trigger .menu-trigger span:first-child {
    top: 0;
    width: 100%;
  }
  .trigger .menu-trigger span:last-child {
    top: 10px;
    width: 100%;
  }
  .trigger .menu-trigger.fixed span {
    background: #222222;
  }
  .trigger .menu-trigger.active span {
    background: #fff;
  }
  .trigger .menu-trigger.active span:first-child {
    transform: translateY(6px) rotate(45deg);
  }
  .trigger .menu-trigger.active span:last-child {
    transform: translateY(6px) rotate(-45deg);
    top: 0px;
  }

  header {
    height: 60px;
  }
  header .header-logo a img {
    height: 100%;
  }
  header .tel-wrap {
    display: none;
  }

  .section-head-title .title {
    margin-bottom: 12px;
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .section-head-title span {
    font-size: 1.4rem;
  }

  .btn-wrap {
    flex-direction: column;
  }
  .btn-wrap .detail-btn:not(:last-child) {
    margin-bottom: 20px;
  }

  .detail-btn {
    max-width: 305px;
  }
  .detail-btn a {
    font-size: 1.6rem;
  }
  .detail-btn a::before {
    right: 20px;
  }

  .contact-common-section .contact-wrapper::after {
    width: 31px;
    height: 5px;
  }
}
@media screen and (min-width: 667px) {
  /* ------------------------------------------------------*/
  br.spbr {
    display: none;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  .contact-common-section .contact-wrapper {
    height: 200px;
  }

  footer .footer-wrapper .footer-inner > p {
    width: 70px;
  }
  footer.top-footer {
    margin-bottom: 45px;
  }

  br.spbr {
    display: block;
  }
}
/* layout
------------------------------------------------------*/
body {
  background: #F6F6F6;
}

.page-content {
  padding-top: 60px;
}

.news-section {
  padding: 100px 0 165px;
}
.news-section .title-box {
  margin-bottom: 85px;
}
.news-section .news-detail {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 60px 45px;
  background: #fff;
}
.news-section .news-detail dl {
  margin-bottom: 30px;
}
.news-section .news-detail dl dt {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.news-section .news-detail dl dd {
  font-size: 1.5rem;
  text-align: right;
}
.news-section .news-detail .news-content p {
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  /* ------------------------------------------------------*/
}
@media screen and (max-width: 959px) {
  /* ------------------------------------------------------*/
  .news-section .news-detail {
    padding: 30px 20px;
  }
}