@charset "UTF-8";
/*
Theme Name:
Author:
Author URI: https://
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

body {
  min-height: 100vh;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #222;
  scroll-behavior: smooth;
}
html a {
  transition: 0.7s;
}
html a,
html .formbtn,
html button {
  cursor: pointer;
  display: block;
}
html li {
  list-style: none;
}
html img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 981px) {
  .sponly {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 980px) {
  .pconly {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  .sponly {
    display: none;
  }
}

.inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 32px;
}
@media screen and (max-width: 980px) {
  .inner {
    max-width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .inner {
    max-width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100%;
  }
}

.animate {
  opacity: 0;
  visibility: hidden;
  transition: all 1.3s;
}

.animate-bottom {
  transform: translateY(50px);
}

.animate.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.btn a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background-color: #a5b1de;
  box-shadow: 4px 4px #222;
  border-radius: 40px;
}
.btn a:hover {
  transform: translate3d(4px, 4px, 0);
  box-shadow: 0 0 #222;
}

.bold {
  font-weight: bold;
}

.mv.lower {
  background-color: #faf3eb;
  padding: 60px 16px;
}
@media screen and (max-width: 350px) {
  .mv.lower .ttl h2 {
    font-size: 43px;
  }
}

.lower .inner {
  padding-top: 80px;
}

.ttl.lower {
  margin-bottom: 0;
}

.mt8 {
  height: 80px;
}

.mt4 {
  height: 40px;
}

.mt2 {
  height: 24px;
}

header {
  display: inline-block;
  top: 0;
  width: 100%;
  z-index: 1;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1135px) {
  header {
    padding-right: 32px;
  }
}
@media screen and (max-width: 980px) {
  header {
    padding-left: 24px;
    padding-right: 24px;
    position: fixed;
    height: 80px;
    background-color: #faf3eb;
    align-items: center;
    display: flex;
  }
}
header .pcnav {
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 981px) {
  header .pcnav {
    display: flex;
  }
}
header .pcnav ul {
  display: inline-flex;
  font-size: 20px;
}
header .pcnav ul li {
  padding-left: 40px;
}
@media screen and (max-width: 1135px) {
  header .pcnav ul li {
    padding-left: 32px;
  }
}
header .pcnav ul a:hover {
  opacity: 0.5;
}
header .pcnav .btn {
  margin-left: 32px;
}

h1 {
  width: 50px;
}
@media screen and (min-width: 981px) {
  h1 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
h1 a:hover {
  opacity: 0.7;
}

footer {
  color: #fff;
  background-color: #111;
  font-size: 12px;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
}

.main__area {
  background-color: #faf3eb;
  background-blend-mode: lighten;
}
@media screen and (max-width: 480px) {
  .main__area {
    padding-top: 12.5%;
  }
}

.main__img img {
  -o-object-position: left;
     object-position: left;
  width: 100px;
}
@media screen and (max-width: 1135px) {
  .main__img img {
    height: 65vh;
  }
}
@media screen and (max-width: 550px) {
  .main__img img {
    height: 50vh;
  }
}
@media screen and (max-width: 380px) {
  .main__img img {
    height: 30vh;
  }
}

.main__textarea {
  font-size: 18px;
  text-align: center;
  align-items: center;
  display: grid;
}

.main__text01 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 9;
  line-height: 1.9;
  width: 100%;
}
@media screen and (max-width: 1135px) {
  .main__text01 {
    font-size: 5.1vw;
    letter-spacing: 0.2em;
    display: inline-block;
    text-align: left;
    padding-left: 1.3%;
  }
}

.main__text02 {
  font-size: 24px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  letter-spacing: 4;
  margin-top: 64px;
  padding-top: 88px;
  border-top: solid 2px #111;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .main__text02 {
    font-size: 4vw;
    letter-spacing: 0.1em;
    margin-top: 26px;
    padding-top: 32px;
  }
}

/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.flex {
  display: flex;
}
@media screen and (max-width: 980px) {
  .flex {
    display: block;
  }
}

.ttl {
  text-align: center;
  margin-bottom: 96px;
}
.ttl h2 {
  font-size: 36px;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .ttl h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .ttl h2 {
    margin-bottom: 5px;
  }
}
.ttl h2 span {
  color: #a5b1de;
}
.ttl p {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .ttl p {
    font-size: 16px;
  }
}

#message {
  position: relative;
}

.message__inner {
  padding-top: 160px;
  padding-bottom: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 981px) {
  .message__inner {
    max-width: 1240px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 980px) {
  .message__inner {
    max-width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .message__inner {
    max-width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .message__inner {
    max-width: 100%;
  }
}

.content__text {
  background-color: #fff;
  z-index: 2;
}
@media screen and (min-width: 981px) {
  .content__text {
    padding-right: 64px;
    padding-bottom: 64px;
    margin-bottom: 175px;
    width: 800px;
  }
}
@media screen and (max-width: 1230px) {
  .content__text {
    width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .content__text {
    width: 65%;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 980px) {
  .content__text {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .content__text {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0;
  }
}
.content__text p:not(:last-child) {
  margin-bottom: 32px;
}

.content__img {
  z-index: 0;
}
@media screen and (min-width: 981px) {
  .content__img {
    position: absolute;
    bottom: 160px;
    right: 0;
    max-width: 960px;
  }
}
@media screen and (max-width: 1550px) {
  .content__img {
    right: -15%;
  }
}
@media screen and (max-width: 1200px) {
  .content__img {
    right: -25%;
  }
}
@media screen and (max-width: 980px) {
  .content__img {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

#home__news {
  background-color: #faf3eb;
}
@media screen and (min-width: 981px) {
  #home__news {
    border-bottom: solid 1px #ccc;
  }
}
#home__news .btnArea {
  text-align: center;
}
#home__news .btnArea .btn {
  margin-top: 84px;
}
@media screen and (max-width: 980px) {
  #home__news .btnArea .btn {
    margin-top: 45px;
  }
}
#home__news .btnArea .btn a {
  padding: 20px 60px;
}

@media screen and (min-width: 981px) {
  .home__newsArea,
  .archive__newsArea {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 980px) {
  .home__newsArea,
  .archive__newsArea {
    width: 100%;
  }
}
.home__newsArea dl,
.archive__newsArea dl {
  text-align: left;
  width: 100%;
}
.home__newsArea dl a,
.archive__newsArea dl a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.7s;
  border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 981px) {
  .home__newsArea dl a,
  .archive__newsArea dl a {
    padding-bottom: 45px;
  }
}
.home__newsArea dl a:not(:first-child),
.archive__newsArea dl a:not(:first-child) {
  padding-top: 45px;
}
@media screen and (max-width: 980px) {
  .home__newsArea dl a:not(:first-child),
  .archive__newsArea dl a:not(:first-child) {
    padding-top: 25px;
  }
}
.home__newsArea dl dt,
.archive__newsArea dl dt {
  width: 260px;
  font-weight: normal;
  display: flex;
}
.home__newsArea dl dd,
.archive__newsArea dl dd {
  width: calc(100% - 260px);
}
@media screen and (min-width: 981px) {
  .home__newsArea dl dd,
  .archive__newsArea dl dd {
    padding-left: 24px;
  }
}
@media screen and (max-width: 980px) {
  .home__newsArea dl dd,
  .archive__newsArea dl dd {
    padding-top: 10px;
    padding-bottom: 24px;
  }
}
.home__newsArea dl dd:hover,
.archive__newsArea dl dd:hover {
  color: #7b89be;
}
@media screen and (max-width: 980px) {
  .home__newsArea dl dt,
  .home__newsArea dl dd,
  .archive__newsArea dl dt,
  .archive__newsArea dl dd {
    width: 100%;
  }
}

.news_date {
  font-family: "Ubuntu", sans-serif;
}

.category {
  font-size: 14px;
  border: solid 1px #111;
  width: 88px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4px;
  margin-left: 12px;
  margin-right: 12px;
}

#service {
  background-color: #fff;
}
@media screen and (min-width: 981px) {
  #service .flex {
    justify-content: space-around;
    width: 100%;
  }
}

.content__service {
  text-align: center;
}
@media screen and (min-width: 981px) {
  .content__service {
    width: 310px;
  }
}
@media screen and (min-width: 981px) {
  .content__service img {
    max-width: 220px;
  }
}
@media screen and (max-width: 980px) {
  .content__service img {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .content__service img {
    max-width: 160px;
  }
}

@media screen and (max-width: 980px) {
  .content__service:not(:last-child) {
    margin-bottom: 48px;
  }
}

.service__text01 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
}

.service__text02 {
  text-align: left;
  margin-top: 24px;
}

#company {
  background-image: url("<?php echo get_template_directory_uri(); ?>/assets/img/company-bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #company {
    background-size: auto;
  }
}

.company__profile {
  width: 100%;
}
.company__profile--text {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .company__profile--text {
    width: 100%;
  }
}
.company__profile--text dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .company__profile--text dl {
    display: flex;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .company__profile--text dl {
    display: block;
    width: 100%;
  }
}
.company__profile--text dl dt,
.company__profile--text dl dd {
  display: inline-block;
}
.company__profile--text dl dt {
  width: 17%;
  margin-bottom: 24px;
  color: #a5b1de;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .company__profile--text dl dt {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .company__profile--text dl dt {
    width: 100%;
  }
}
.company__profile--text dl dd:not(:last-child) {
  margin-bottom: 24px;
}
.company__profile--text dl dd {
  width: 83%;
}
@media screen and (max-width: 980px) {
  .company__profile--text dl dd {
    padding-left: 14px;
  }
}
@media screen and (max-width: 600px) {
  .company__profile--text dl dd {
    width: 100%;
  }
}
.company__profile--text .year {
  display: inline-block;
  width: 110px;
}
.company__profile--text .history {
  display: inline-flex;
  width: calc(100% - 110px);
}
.company__profile--map {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .company__profile--map {
    width: 100%;
    height: 60vw;
    margin-top: 40px;
  }
}
.company__profile--content iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 981px) {
  .company__profile--content iframe {
    height: 400px;
  }
}

.contact-form {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 830px;
}
@media screen and (max-width: 480px) {
  .contact-form {
    padding-right: 24px;
  }
}
.contact-form dl {
  margin-bottom: 96px;
}
@media screen and (max-width: 480px) {
  .contact-form dl {
    margin-bottom: 80px;
  }
}
.contact-form dt {
  margin-bottom: 8px;
  font-weight: bold;
}
.contact-form dd {
  padding-bottom: 24px;
}
.contact-form div:first-child {
  padding-top: 20px;
}
.contact-form .mb {
  padding-bottom: 20px;
}
.contact-form .your-campany,
.contact-form .your-name,
.contact-form .your-email,
.contact-form .your-tel,
.contact-form .textarea-471 {
  background-color: #f0f0f0;
  width: 800px;
  padding: 14px;
  border-radius: 4px;
  height: 48px;
}
@media screen and (max-width: 980px) {
  .contact-form .your-campany,
  .contact-form .your-name,
  .contact-form .your-email,
  .contact-form .your-tel,
  .contact-form .textarea-471 {
    width: 100%;
  }
}
.contact-form .textarea-471 {
  height: 280px;
}
.contact-form p {
  margin-top: 24px;
  text-align: center;
}

#contact .formbtn_area {
  text-align: center;
}
#contact .submit input {
  padding: 32px 96px;
  background-color: #a5b1de;
  box-shadow: 4px 4px #222;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
#contact .inner {
  padding: 160px 0;
}

.red {
  border-left: solid 4px #a5b1de;
}

.black {
  border-left: solid 4px #111;
}

.red,
.black {
  padding-left: 24px;
}

.required__color {
  color: #a5b1de;
  margin-left: 5px;
}

.privacypolicy__link a {
  display: inline-block;
  margin-bottom: 32px;
  text-decoration: underline;
  transition: 0.3s;
}
.privacypolicy__link a:hover {
  text-decoration: none;
}

.privacy__introduction {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .privacy__introduction {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 500px) {
  .privacy__introduction p {
    text-align: left;
  }
}
.privacy__introduction H3 {
  display: inline-block;
  font-size: 32px;
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 24px;
  font-weight: bold;
  border-bottom: solid 1px #bac0d6;
}
.privacy__introduction H3::before {
  content: "";
  background-color: #111;
  position: absolute;
  bottom: -1.7px;
  left: calc(50% - 24px);
  width: 48px;
  height: 2px;
}

.rule-list {
  line-height: 1.4;
}
.rule-list .inner {
  padding-top: 100px;
}
@media screen and (max-width: 980px) {
  .rule-list .inner {
    padding-top: 56px;
  }
}
.rule-list h4 {
  margin-bottom: 16px;
  text-align: left;
  font-size: 24px;
  padding-left: 1em;
  text-indent: -0.8em;
}

.rule-list__text {
  text-align: left;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media screen and (max-width: 980px) {
  .rule-list__text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.rule-list__text ul {
  padding-left: 2.5em;
  margin-top: 5px;
}
.rule-list__text ul li {
  list-style: disc;
}

.single p {
  line-height: 1.75;
}
.single .inner {
  max-width: 864px;
  padding: 80px 32px 160px 32px;
}
.single strong {
  font-weight: 900;
}
.single .dateArea {
  display: flex;
  font-family: "Ubuntu", sans-serif;
  align-items: baseline;
}
.single .dateArea .category {
  margin-left: 0;
  margin-right: 24px;
  margin-bottom: 32px;
}
.single .news_ttl {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 70px;
  letter-spacing: 0.03em;
}
.single .btn a {
  padding: 20px 60px;
}

.news-content {
  text-align: left;
}
.news-content a {
  text-decoration: underline;
  color: #7b89be;
  display: inline-block;
}
.news-content a:hover {
  text-decoration: none;
}
.news-content h3, .news-content h2, .news-content h1 {
  font-size: 29px;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 24px;
  font-weight: bold;
  border-bottom: solid 1px #aaa;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .news-content h3, .news-content h2, .news-content h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 350px) {
  .news-content h3, .news-content h2, .news-content h1 {
    font-size: 22px;
  }
}
.news-content h3::before, .news-content h2::before, .news-content h1::before {
  content: "";
  background-color: #111;
  position: absolute;
  bottom: -1px;
  width: 160px;
  height: 2px;
  left: 0;
}
@media screen and (max-width: 980px) {
  .news-content h3::before, .news-content h2::before, .news-content h1::before {
    width: 100px;
  }
}
.news-content h4 {
  padding-left: 16px;
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .news-content h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .news-content h4 {
    margin-bottom: 16px;
  }
}
.news-content h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 980px) {
  .news-content h5 {
    font-size: 18px;
  }
}
.news-content ul, .news-content ol {
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.25;
}
.news-content ul li, .news-content ol li {
  margin-bottom: 16px;
}
.news-content ul {
  padding-left: 1.25em;
}
.news-content ul li {
  list-style: disc;
}
.news-content ol {
  counter-reset: count;
}
.news-content ol li {
  position: relative;
  padding-left: 2em;
}
.news-content ol li::before {
  position: absolute;
  top: -2px;
  left: 0;
  counter-increment: count;
  content: counter(count);
  margin-right: 0.5em;
  background-color: #111;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}
.news-content .wp-block-table {
  text-align: center;
  white-space: nowrap;
  margin: auto;
}
.news-content .wp-block-table tbody tr {
  background-color: #eee;
}
.news-content .wp-block-table tbody tr td {
  padding: 16px 24px;
  border: solid 1px #fff;
}
@media screen and (max-width: 980px) {
  .news-content .wp-block-table tbody tr td {
    padding: 10px;
  }
}
.news-content .wp-block-table tbody tr:nth-child(even) {
  background-color: #eee;
}
.news-content .wp-block-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.news-content .wp-block-table tbody tr:first-child {
  background-color: #111;
  color: #fff;
  font-weight: 900;
}
.news-content .wp-block-table figcaption {
  color: #888;
  margin-top: 5px;
}
.news-content .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.news-content .wp-block-table.is-style-stripes table tbody tr {
  color: #222;
  font-weight: normal;
  text-align: left;
}
.news-content .wp-block-table.is-style-stripes table tbody tr td:first-child {
  font-weight: 900;
}
.news-content .wp-block-table.is-style-stripes table tbody tr:nth-child(even) {
  background-color: #fff;
}
.news-content .wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: #eee;
}
.news-content .wp-block-table {
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
}
.news-content .wp-block-table::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ */
}
.news-content .wp-block-table::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
}
.news-content .wp-block-table::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
}
.news-content img {
  height: auto;
}
.news-content p + p {
  margin-top: 1em;
}
.news-content .wp-block-media-text__content {
  padding: 0 1em;
}
@media screen and (max-width: 800px) {
  .news-content .wp-block-media-text__content {
    padding: 8px 0;
  }
}
@media screen and (max-width: 800px) {
  .news-content .wp-block-media-text {
    display: block;
  }
}
.news-content .wp-block-quote {
  background-color: #eee;
  padding: 70px 48px 48px 48px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .news-content .wp-block-quote {
    padding: 80px 24px 48px 24px;
  }
}
.news-content .wp-block-quote p + p {
  margin-top: 0;
}
.news-content .wp-block-quote cite {
  display: block;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  .news-content .wp-block-quote cite {
    margin-top: 18px;
  }
}
.news-content .wp-block-quote::before {
  content: "“";
  display: inline-block;
  font-family: "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 8rem;
  line-height: 1;
  color: #d0d0d0;
  position: absolute;
  top: 10px;
  left: 16px;
}
@media screen and (max-width: 980px) {
  .news-content .wp-block-quote::before {
    top: 7%;
  }
}
.news-content .wp-block-image figcaption {
  color: #888;
  text-align: center;
}

.link_btn-archive {
  margin-top: 100px;
  text-align: center;
}

.wp-block-file .wp-block-file__button {
  background-color: #7b89be;
}

.has-primary-color {
  color: #0056a5;
}

.has-secondary-color {
  color: #ea5300;
}

.has-strong-color {
  color: #e00b0b;
}

.has-white-color {
  color: #fff;
}

.has-black-color {
  color: #222;
}

.has-primary-background-color {
  background-color: #0056a5;
}

.has-secondary-background-color {
  background-color: #ea5300;
}

.has-strong-background-color {
  background-color: #e00b0b;
}

.has-white-background-color {
  background-color: #fff;
}

.has-black-background-color {
  background-color: #222;
}

.has-extrasmall-font-size {
  font-size: 12px !important;
}

.has-small-font-size {
  font-size: 14px !important;
}

.has-normal-font-size {
  font-size: 16px !important;
}

.has-medium-font-size {
  font-size: 24px !important;
}

.has-large-font-size {
  font-size: 32px !important;
}

.wp-site-blocks,
.wp-block-group {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.wp-block-group.alignfull {
  max-width: none;
  width: 100%;
}

.archive__category {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

/*– ページャーのスタイル指定 –*/
.pagination {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
}

.nav-links {
  display: flex;
  justify-content: center;
}
.nav-links a:hover {
  background-color: #7b89be;
  color: #fff;
}

.pagination .page-numbers, .pagination .current {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
}

.pagination .page-numbers {
  background-color: #fff;
  color: #222;
  border: solid 1px #222;
}

.pagination .current {
  background-color: #111;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #fff;
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
}

.prev.page-numbers, .next.page-numbers {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  width: 35px;
  height: 35px;
  background-color: #111;
}

.prev.page-numbers::before, .next.page-numbers::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.prev.page-numbers {
  margin-right: 2px;
}

.prev.page-numbers::before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 32%;
  right: 24%;
}

.next.page-numbers {
  margin-left: 2px;
}

.next.page-numbers::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 32%;
  left: 24%;
}

.page-ttl {
  margin-top: 32px;
}

#drawer .btn-gNav {
  position: fixed;
  top: 33px;
  right: 40px;
  width: 40px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms;
}
@media screen and (max-width: 980px) {
  #drawer .btn-gNav {
    right: 35px;
    top: 24px;
  }
}
@media screen and (max-width: 480px) {
  #drawer .btn-gNav {
    right: 24px;
    width: 32px;
  }
}

#drawer .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #111;
  transition: all 400ms;
}

#drawer .btn-gNav span:nth-child(1) {
  top: 0;
}

#drawer .btn-gNav span:nth-child(2) {
  top: 15px;
}

#drawer .btn-gNav.open span:nth-child(1) {
  background: #222;
  top: 6px;
  transform: rotate(-45deg);
}

#drawer .btn-gNav.open span:nth-child(2) {
  top: 6px;
  background: #222;
  transform: rotate(45deg);
}

#gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 20px;
  box-sizing: border-box;
  z-index: 2;
  padding-top: 50px;
  transition: 0.3s;
}

#gNav.open {
  right: 0px;
}

#gNav .gNav-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

#gNav .gNav-menu li {
  display: block;
}

#gNav .gNav-menu li a {
  font-weight: bold;
  text-decoration: none;
  padding: 20px 30px;
}/*# sourceMappingURL=style.css.map */