@charset "UTF-8";
/* base color 
--------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  }
}
* {
  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;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block;
}

p, h1, h2, h3, h4, h5, h6, h7, 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;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1.4em;
  line-height: 1;
  color: #000;
  text-align: left;
  text-rendering: optimizeLegibility;
}

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

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

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

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: #000;
  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: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  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 --*/
/*-- hover --*/
/*-- background --*/
/*-- position --*/
/*-- aspect --*/
/*-- text --*/
/*-- point --*/
/*-- form --*/
/*-- animation --*/
/* layout
-------------------------------------------------------*/
br.minbr, .trigger {
  display: none;
}

/* ローディング */
#loading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 1000;
}

.orbit-spinner, .orbit-spinner * {
  box-sizing: border-box;
}

.orbit-spinner {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  perspective: 800px;
}

.orbit-spinner .orbit {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.orbit-spinner .orbit:nth-child(1) {
  left: 0%;
  top: 0%;
  animation: orbit-spinner-orbit-one-animation 1200ms linear infinite;
  border-bottom: 3px solid #e82e05;
}

.orbit-spinner .orbit:nth-child(2) {
  right: 0%;
  top: 0%;
  animation: orbit-spinner-orbit-two-animation 1200ms linear infinite;
  border-right: 3px solid #e82e05;
}

.orbit-spinner .orbit:nth-child(3) {
  right: 0%;
  bottom: 0%;
  animation: orbit-spinner-orbit-three-animation 1200ms linear infinite;
  border-top: 3px solid #e82e05;
}

@keyframes orbit-spinner-orbit-one-animation {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes orbit-spinner-orbit-two-animation {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes orbit-spinner-orbit-three-animation {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
/* コンテンツインナー */
div.contents-inner {
  width: 1000px;
  margin: 0 auto;
}

/* ヘッダー */
header {
  position: relative;
  width: 100%;
}
header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  padding-left: 30px;
  background: #0f0e14;
}
header .header-inner .header-logo {
  position: relative;
  z-index: 100;
}
header .header-inner .header-logo a {
  position: relative;
  padding-left: 75px;
  transition: 0.3s;
}
header .header-inner .header-logo a::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  width: 63px;
  height: 47px;
  background: url("../common/images/logo_symbol.png") no-repeat top center/contain;
}
header .header-inner .header-logo a:hover {
  opacity: 0.8;
}
header .header-inner .global-nav ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  transition: 0.3s;
}
header .header-inner .global-nav ul li a:hover {
  opacity: 0.8;
}

/* 斜めライン */
section.diagonal-top::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -160px;
  border-top: 80px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #ea5432;
  border-bottom: 80px solid #fff;
  z-index: 1;
}
section.diagonal-top.rev::before {
  border-left: 50vw solid #ea5432;
  border-right: 50vw solid transparent;
}
section.diagonal-under::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -160px;
  border-top: 80px solid #fff;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #ea5432;
  border-bottom: 80px solid transparent;
  z-index: 1;
}

/* タイトル */
.section-title {
  text-align: center;
}
.section-title h2 {
  margin-bottom: 5px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.section-title span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
}

/* 下層ページビュー */
.page-title-contents {
  position: relative;
  width: 100%;
  height: 200px;
}
.page-title-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url("../common/images/under_visual.jpg") no-repeat top center/cover;
  z-index: -1;
}
.page-title-contents .page-title {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.page-title-contents .page-title h1 {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  text-align: center;
}
.page-title-contents .page-title span {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.45;
}

/* ボタン */
.main-btn {
  display: block;
  position: relative;
  width: 420px;
  margin: 0 auto;
  background: -webkit-linear-gradient(left, #ea5432, #e72b00);
  background: -o-linear-gradient(left, #ea5432, #e72b00);
  background: linear-gradient(to right, #ea5432, #e72b00);
}
.main-btn a, .main-btn input {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: transparent;
  box-shadow: 0 0 13px 1.6px rgba(112, 112, 112, 0.55);
  border: solid 2px transparent;
  color: #fff;
  font-size: 2rem;
  line-height: 1.35;
  cursor: pointer;
  transition: 0.5s;
  z-index: 1;
}
.main-btn .input-wrap {
  display: inline-block;
  width: 100%;
}
.main-btn a, .main-btn .input-wrap {
  position: relative;
}
.main-btn a::after, .main-btn .input-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: 0.5s;
  z-index: 1;
}
.main-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.main-btn a:hover {
  color: #ea5432;
  border-color: #ea5432;
}
.main-btn a:hover::before {
  opacity: 1;
}
.main-btn a:hover::after {
  border-color: #ea5432;
}
.main-btn.rev {
  background: #fff;
}
.main-btn.rev a {
  border: none;
  box-shadow: none;
  color: #ea5432;
  font-weight: 500;
}
.main-btn.rev a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #ea5432, #e72b00);
  background: -o-linear-gradient(left, #ea5432, #e72b00);
  background: linear-gradient(to right, #ea5432, #e72b00);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.main-btn.rev a::after {
  border-color: #ea5432;
}
.main-btn.rev a:hover {
  color: #fff;
}
.main-btn.rev a:hover::before {
  opacity: 1;
}
.main-btn.rev a:hover::after {
  border-color: #fff;
}

/* ニュース */
.news-contents ul.news-list {
  margin-bottom: 55px;
}
.news-contents ul.news-list li {
  width: 100%;
  padding: 45px 0;
  border-top: dotted #ea5432 1px;
}
.news-contents ul.news-list li:last-child {
  border-bottom: dotted #ea5432 1px;
}
.news-contents ul.news-list dl dt time {
  display: inline-block;
  padding: 8px 20px;
  border: solid #ea5432 1px;
  color: #ea5432;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.news-contents ul.news-list dl dd a {
  font-size: 1.8rem;
  line-height: 1.67;
  transition: 0.3s;
}
.news-contents ul.news-list dl dd a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

/* ページトップ (位置はjsで指定)*/
.pagetop {
  right: 6vw;
  z-index: 10;
}
.pagetop a {
  transition: 0.3s;
}
.pagetop a:hover {
  opacity: 0.8;
}

/* お問い合わせ */
.contact-contents {
  position: relative;
  width: 100%;
  padding: 185px 0 120px;
}
.contact-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url("../common/images/contact_bg.jpg") no-repeat top center/cover;
  z-index: -1;
}
.contact-contents .section-title {
  margin-bottom: 95px;
  color: #fff;
}
.contact-contents .contact-area dl dt {
  margin-bottom: 15px;
}
.contact-contents .contact-area dl dt a {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
}
.contact-contents .contact-area dl dd {
  padding: 5px 0;
  border: solid #fff 1px;
  border-radius: 14.5px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
.contact-contents .contact-area .main-btn {
  position: relative;
  margin-right: 0;
}
.contact-contents .contact-area .main-btn::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 30px;
  width: 30px;
  height: 23px;
  background: url("../common/images/icon_mail_orange.svg") no-repeat top center/contain;
  transition: 0.5s;
  z-index: 1;
}
.contact-contents .contact-area .main-btn::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 30px;
  width: 30px;
  height: 23px;
  background: url("../common/images/icon_mail_white.svg") no-repeat top center/contain;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}
.contact-contents .contact-area .main-btn:hover::before {
  opacity: 0;
}
.contact-contents .contact-area .main-btn:hover::after {
  opacity: 1;
}

/* フッター */
footer {
  position: relative;
  width: 100%;
  background: #f3f3f3;
}
footer .footer-inner {
  padding: 90px 0 120px;
}
footer .footer-inner dl dt {
  margin-bottom: 20px;
}
footer .footer-inner dl dd {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.85;
}
footer .footer-inner .footer-nav ul a {
  font-size: 1.8rem;
  font-weight: 700;
  transition: 0.3s;
}
footer .footer-inner .footer-nav ul a:hover {
  opacity: 0.8;
}
footer .copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}

@media screen and (min-width: 1024px) {
  /* ------------------------------------------------------*/
  /* ヘッダー */
  header .header-inner .global-nav {
    height: 100%;
  }
  header .header-inner .global-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
  }
  header .header-inner .global-nav ul li {
    position: relative;
  }
  header .header-inner .global-nav ul li:not(:nth-last-child(-n+2))::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    background: #fff;
  }
  header .header-inner .global-nav ul li:not(.nav-contact) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 40px;
    text-align: center;
  }
  header .header-inner .global-nav ul li.nav-contact {
    width: 220px;
    margin-left: 10px;
  }
  header .header-inner .global-nav ul li.nav-contact a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    background: -webkit-linear-gradient(left, #ea5432, #ff2f00);
    background: -o-linear-gradient(left, #ea5432, #ff2f00);
    background: linear-gradient(to right, #ea5432, #ff2f00);
  }
  header .header-inner .global-nav ul li.nav-contact a::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    width: 30px;
    height: 23px;
    margin-right: 20px;
    background: url("../common/images/icon_mail_white.svg") no-repeat top center/contain;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1315px) {
  /* ヘッダー */
  /* ------------------------------------------------------*/
  header .header-inner .header-logo a {
    padding-left: 65px;
  }
  header .header-inner .header-logo a::before {
    width: 53px;
    height: 39px;
  }
  header .header-inner .header-logo img {
    height: 25px;
  }
  header .header-inner .global-nav ul li a {
    font-size: 1.5rem;
  }
  header .header-inner .global-nav ul li:not(.nav-contact) {
    padding: 0 20px;
  }
  header .header-inner .global-nav ul li.nav-contact {
    width: 180px;
  }
  header .header-inner .global-nav ul li.nav-contact a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  /* ------------------------------------------------------*/
  html #wpadminbar {
    position: fixed !important;
  }

  /* トグルメニュー */
  .trigger {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 20px;
    cursor: pointer;
    z-index: 999;
  }
  .trigger span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: 0.5s;
  }
  .trigger span:nth-child(1) {
    top: 0px;
  }
  .trigger span:nth-child(2) {
    top: 8px;
  }
  .trigger span:nth-child(3) {
    top: 17px;
  }

  .open {
    overflow: hidden;
    height: 100vh;
  }
  .open .trigger span:nth-child(1) {
    -webkit-transform: translate(0, 9px) rotate(45deg);
    transform: translate(0, 9px) rotate(45deg);
  }
  .open .trigger span:nth-child(2) {
    opacity: 0;
  }
  .open .trigger span:nth-child(3) {
    -webkit-transform: translate(0, -9px) rotate(-45deg);
    transform: translate(0, -9px) rotate(-45deg);
  }
  .open header .header-inner {
    background: #120809;
  }
  .open header .header-inner .global-nav {
    opacity: 1;
    visibility: visible;
  }

  /* ヘッダー */
  header .header-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    background: transparent;
    transition: 0.5s;
  }
  header .header-inner .header-logo img {
    height: 22px;
  }
  header .header-inner .header-logo a {
    padding-left: 50px;
  }
  header .header-inner .header-logo a::before {
    width: 41px;
    height: 31px;
  }
  header .header-inner .global-nav {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #120809;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 100;
  }
  header .header-inner .global-nav ul {
    padding: 9vh 0 20vh;
  }
  header .header-inner .global-nav ul li {
    text-align: center;
  }
  header .header-inner .global-nav ul li:not(:last-child) {
    margin-bottom: 50px;
  }
  header .header-inner .global-nav ul li a {
    font-size: 2.3rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1000px) {
  /* ------------------------------------------------------*/
  br.tabbr,
br.spbr,
br.stbr,
.st-text {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  /* ボタン */
  .main-btn a, .main-btn input {
    height: 80px;
  }

  /* ニュース */
  .news-contents dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
  }
  .news-contents dl dt {
    width: 205px;
  }
  .news-contents dl dd {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
  }

  /* お問い合わせ */
  .contact-contents .contact-area {
    padding: 0 40px 0 80px;
  }
  .contact-contents .contact-area dl dt a {
    position: relative;
  }
  .contact-contents .contact-area dl dt a::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 6px;
    width: 38px;
    height: 39px;
    margin-right: 10px;
    background: url("../common/images/icon_tel.svg") no-repeat top center;
  }

  /* フッター */
  footer .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
  }
  footer .footer-inner dl {
    width: 50%;
    padding-left: 75px;
  }
  footer .footer-inner .footer-nav {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
    padding-top: 15px;
  }
  footer .footer-inner .footer-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-nav ul:not(:last-child) {
    margin-bottom: 40px;
  }
  footer .footer-inner .footer-nav ul li:not(:last-child) {
    margin-right: 55px;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  div.pageWrap {
    width: 100%;
  }

  div.container {
    width: 100%;
  }

  /* コンテンツインナー */
  div.contents-inner {
    max-width: 650px;
    width: 100%;
  }

  /* 斜めライン */
  section.diagonal-top::before {
    top: -80px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid #fff;
  }
  section.diagonal-under::after {
    bottom: -80px;
    border-top: 40px solid #fff;
    border-bottom: 40px solid transparent;
  }

  /* 下層ページビュー */
  .page-title-contents {
    height: 230px;
  }
  .page-title-contents .page-title {
    padding-top: 30px;
    text-align: center;
  }
  .page-title-contents .page-title h1 {
    margin-bottom: 8px;
    font-size: 3.3rem;
    line-height: 1.35;
  }
  .page-title-contents .page-title span {
    font-size: 1.8rem;
    line-height: 1.28;
    white-space: nowrap;
  }

  /* タイトル */
  .section-title h2 {
    margin-bottom: 8px;
    font-size: 3.3rem;
    line-height: 1.35;
  }
  .section-title span {
    font-size: 1.8rem;
    line-height: 1.28;
  }

  /* ボタン */
  .main-btn {
    width: 100%;
  }
  .main-btn a, .main-btn input {
    padding: 20px 0;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .main-btn a::after, .main-btn input::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  /* ニュース */
  .news-contents ul.news-list {
    margin-bottom: 35px;
  }
  .news-contents ul.news-list li {
    padding: 20px 0;
  }
  .news-contents ul.news-list dl dt {
    margin-bottom: 10px;
  }
  .news-contents ul.news-list dl dt time {
    font-size: 1rem;
  }
  .news-contents ul.news-list dl dd a {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .news-contents .main-btn {
    width: calc(100% - 10px);
  }

  /* お問い合わせ */
  .contact-contents {
    padding: 125px 20px 60px;
  }
  .contact-contents .section-title {
    margin-bottom: 45px;
  }
  .contact-contents .contact-area dl dt {
    margin-bottom: 15px;
    text-align: center;
  }
  .contact-contents .contact-area dl dt a {
    font-size: 4.3rem;
  }
  .contact-contents .contact-area dl dd {
    padding: 6px 0;
    font-size: 1.5rem;
  }
  .contact-contents .contact-area .main-btn::before, .contact-contents .contact-area .main-btn::after {
    left: 15px;
    width: 22px;
    height: 16px;
  }

  /* フッター */
  footer .footer-inner {
    padding: 45px 40px 75px;
  }
  footer .footer-inner dl {
    margin-bottom: 65px;
  }
  footer .footer-inner dl dt {
    margin-bottom: 15px;
  }
  footer .footer-inner dl dt img {
    height: 33px;
  }
  footer .footer-inner dl dd {
    font-size: 1.4rem;
  }
  footer .footer-inner .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-nav ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  footer .copyright {
    height: 65px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 667px) and (max-width: 813px) {
  /* ------------------------------------------------------*/
  br.pcbr,
br.spbr {
    display: none;
  }

  /* お問い合わせ */
  .contact-contents .contact-area .main-btn {
    width: 300px;
  }

  /* フッター */
  footer .footer-inner .footer-nav ul:not(:last-child) {
    margin-right: 200px;
  }
}
@media screen and (min-width: 667px) {
  /* ------------------------------------------------------*/
  /* お問い合わせ */
  .contact-contents .contact-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  br.pcbr,
br.tabbr,
br.ptbr,
.pt-text {
    display: none;
  }

  /* コンテンツインナー */
  div.contents-inner {
    width: 100%;
  }

  /* お問い合わせ */
  .contact-contents .contact-area dl {
    margin-bottom: 50px;
  }

  /* フッター */
  footer .footer-inner .footer-nav {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 320px) {
  /* ------------------------------------------------------*/
  br.minbr {
    display: block;
  }

  /* タイトル */
  .section-title h2 {
    font-size: 3.1rem;
  }
  .section-title span {
    font-size: 1.6rem;
  }

  /* 下層ページビュー */
  .page-title-contents .page-title h1 {
    font-size: 3rem;
  }
  .page-title-contents .page-title span {
    font-size: 1.6rem;
  }

  /* お問い合わせ */
  .contact-contents .contact-area dl dt a {
    font-size: 4rem;
  }

  /* フッター */
  footer .copyright {
    line-height: 1.6;
    text-align: center;
  }
}
/* layout
------------------------------------------------------*/
.access-contents {
  position: relative;
  width: 100%;
  padding: 85px 0 130px;
}
.access-contents .contents-inner {
  padding: 25px 0 60px;
  border-top: solid 1px #c4c4c4;
  border-bottom: solid 1px #c4c4c4;
}
.access-contents dl:first-of-type {
  margin-bottom: 35px;
}
.access-contents dl dt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
}
.access-contents dl dd {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
}
.access-contents dl dd ul li:not(:last-child) {
  margin-bottom: 30px;
}
.access-contents dl dd ul li span {
  font-weight: 500;
}
.access-contents .gmap {
  position: relative;
  height: 0;
  margin-bottom: 50px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.access-contents .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1000px) {
  /* ------------------------------------------------------*/
  .access-contents dl dt {
    width: 360px;
    padding-left: 100px;
  }
  .access-contents dl dd {
    font-size: 1.6rem;
    font-weight: 300;
  }
  .access-contents dl dd ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .access-contents dl dd ul li span {
    font-weight: 500;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  .access-contents {
    padding: 40px 15px 50px;
  }
  .access-contents .contents-inner {
    padding: 15px 0 25px;
  }
  .access-contents dl:first-of-type {
    margin-bottom: 20px;
  }
  .access-contents dl dt {
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .access-contents dl dd {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .access-contents dl dd ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .access-contents dl dd ul li span {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .access-contents .gmap {
    margin-bottom: 20px;
    padding-bottom: 70%;
  }
}
@media screen and (min-width: 667px) {
  /* ------------------------------------------------------*/
  .access-contents dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .access-contents dl dt {
    width: 220px;
    padding-left: 30px;
  }
}

/*# sourceMappingURL=access.css.map */
