@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Custom Style
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: #333;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "游ゴシック Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 959px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

input,
select,
optgroup,
textarea {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .h {
  clear: both;
  margin: 0 0 33px;
  font-weight: 500;
  line-height: 1.57;
}

h2, .h2 {
  font-size: 1.857em;
}

h3, .h3 {
  font-size: 1.571em;
}

h4, .h4 {
  font-size: 1.286em;
}

h5, .h5 {
  font-size: 1.143em;
}

h6, .h6 {
  font-size: 1em;
}

@media screen and (max-width: 599px) {
  h1, h2, h3, h4, h5, h6, .h {
    margin-bottom: 22px;
  }
}

p {
  margin: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375px;
  font-size: 0.09375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375px;
  font-size: 0.09375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 115%;
}

small {
  font-size: 86%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

.disc li, .decimal li, .kome li {
  margin-bottom: 7px;
  line-height: 1.4;
}

.disc li, .kome li {
  padding-left: 1em;
  position: relative;
}

.disc li::before, .kome li::before {
  position: absolute;
  top: 0;
  left: 0;
}

.disc li::before {
  content: "・";
}

.kome li::before {
  content: "※";
}

.decimal {
  list-style: decimal;
  margin-left: 1.1em;
}

dl, dt, dd {
  margin: 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: top;
}

iframe {
  max-width: 100%;
  vertical-align: top;
}

figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #000;
  color: #fff;
  padding: 12px 1.6em;
  outline: none;
  -webkit-transition: .5s;
  transition: .5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: .7;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  background: #fff;
  border: solid 1px #ddd;
  color: #222;
  padding: 12px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bbb;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
  color: #bbb;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bbb;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #000;
}

select {
  border: solid 1px #ddd;
  padding: 9px;
}

textarea {
  width: 100%;
  resize: vertical;
  vertical-align: top;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

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

a:hover {
  opacity: .7;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875px;
  font-size: 0.0875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.page-content:before,
.page-content:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
#header:before,
#header:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clearfix:after,
.page-content:after,
.entry-content:after,
.comment-content:after,
#header:after,
#footer:after {
  clear: both;
}

.clear {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.widget_pages {
  margin: 3em 0 0;
}

.widgettitle {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.cat-item {
  line-height: 1.3;
  margin: 22px 0;
}

.cat-item a {
  position: relative;
  padding-left: 7px;
}

.cat-item a::before {
  content: "";
  position: absolute;
  top: .8em;
  left: 0;
  display: block;
  border-bottom: solid 1px;
  width: 4px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100%;
}

.wp-caption:first-child {
  margin-top: 0;
}

.wp-caption:last-child, .wp-caption:last-child .wp-caption-text {
  margin-bottom: 0;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0 3.3075em;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/
/* common style */
.for_sp {
  display: none !important;
}

.for_tab {
  display: none !important;
}

.font-en {
  font-family: 'Fjalla One', sans-serif;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.fontSize-s {
  font-size: 0.857em;
}

.fontSize-m {
  font-size: 1em;
  line-height: 1.93;
}

.fontSize-l {
  font-size: 1.143em;
  line-height: 2.13;
}

.mtp0 {
  margin-top: 0 !important;
}

.mtp5 {
  margin-top: 5px !important;
}

.mtp10 {
  margin-top: 10px !important;
}

.mtp15 {
  margin-top: 15px !important;
}

.mtp20 {
  margin-top: 20px !important;
}

.mtp25 {
  margin-top: 25px !important;
}

.mtp30 {
  margin-top: 30px !important;
}

.mtp40 {
  margin-top: 40px !important;
}

.mtp50 {
  margin-top: 50px !important;
}

.mtp60 {
  margin-top: 60px !important;
}

.mbt0 {
  margin-bottom: 0 !important;
}

.mbt5 {
  margin-bottom: 5px !important;
}

.mbt10 {
  margin-bottom: 10px !important;
}

.mbt15 {
  margin-bottom: 15px !important;
}

.mbt20 {
  margin-bottom: 20px !important;
}

.mbt25 {
  margin-bottom: 25px !important;
}

.mbt30 {
  margin-bottom: 30px !important;
}

.mbt40 {
  margin-bottom: 40px !important;
}

.mbt50 {
  margin-bottom: 50px !important;
}

.mbt60 {
  margin-bottom: 60px !important;
}

.mbt-l {
  margin-bottom: 100px;
}

.mbt-m {
  margin-bottom: 75px;
}

.mbt-s {
  margin-bottom: 50px;
}

.w100 {
  width: 100%;
}

.fleft {
  float: left;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fright {
  float: right;
}

.tleft {
  text-align: left;
}

.tcenter, .pc-tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.iblock {
  display: inline-block;
}

.noblock {
  display: none !important;
}

.relative {
  position: relative;
}

.m-inner {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 89.33%;
}

.m-lead {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.m-para p + p {
  margin-top: 2em;
}

.m-lb01 {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

.m-lb02 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}

.m-lb02__main {
  display: block;
}

.m-lb02__sub {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #adadad;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-top: 12px;
}

.m-lb02__sub::before, .m-lb02__sub::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border-bottom: solid 1px;
  width: 6px;
}

.m-lb02__sub::before {
  left: -22px;
}

.m-lb02__sub::after {
  right: -22px;
}

.m-catch {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.57;
  margin-bottom: 33px;
}

.m-cap {
  text-align: center;
  margin-top: 5px;
}

/* arrow */
.m-link01 {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
}

.m-link01::before {
  content: ">";
  position: absolute;
  left: 0;
}

.m-link-mail {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  max-width: 100%;
  width: 350px;
  height: 80px;
  line-height: 80px;
}

.m-link-mail__icon {
  vertical-align: middle;
  margin: 0 7px 3px 0;
}

.circle-img img {
  border-radius: 50%;
  width: 100%;
}

.dl-square > dt {
  position: relative;
  padding-left: 1em;
}

.dl-square > dt::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.table-01 {
  margin: -20px 0;
}

.table-01 > dl {
  display: table;
  border-top: dotted 2px #ccc;
  width: 100%;
}

.table-01 > dl:first-child {
  border-top: none;
}

.table-01 > dl > dt,
.table-01 > dl > dd {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 0 20px;
}

.table-01 > dl > dt {
  width: 118px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.is-wrap,
.flex-lr.is-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex.is-reverse,
.flex-lr.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.is-vcenter,
.flex-lr.is-vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* pagenation */
.pagenation {
  font-size: 18px;
  margin-top: 20px;
}

.pagenation li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 18px 0 0;
}

.pagenation span, .pagenation a:hover {
  color: #ffe100;
  border-bottom: solid 1px;
}

.pagenation .prev, .pagenation .next {
  font-size: 1.333em;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .for_tab {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
  .for_sp {
    display: block !important;
  }
  .pc-tcenter {
    text-align: left;
  }
  .mbt-l {
    margin-bottom: 70px;
  }
  .mbt-m {
    margin-bottom: 50px;
  }
  .mbt-s {
    margin-bottom: 33px;
  }
  .m-lb01 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .m-lb02 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .m-catch {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 28px;
  }
  .table-01 {
    margin: -15px 0;
  }
  .table-01 > dl > dt,
  .table-01 > dl > dd {
    padding: 19px 0 15px;
  }
  .table-01 > dl > dt {
    width: 80px;
  }
  .flex-lr {
    display: block;
  }
  .flex-lr > * {
    width: 100% !important;
  }
  .flex-lr > * + * {
    margin-top: 25px;
  }
  .flex-lr .img-box {
    text-align: center;
  }
  /* pagenation */
  .pagenation {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* header */
.mw_wp_form, .anc-sec {
  padding-top: 120px;
  margin-top: -120px;
}

#wrapper {
  overflow: hidden;
}

#header {
  padding-top: 120px;
}

.header-line {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 120px;
}

.header-line-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1300px;
  width: 96%;
  height: 100%;
  margin: 0 auto;
}

.site-logo {
  margin: 0;
}

#toggle-button {
  position: relative;
  display: block;
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  width: 68px;
  height: 100%;
  padding: 0;
  cursor: pointer;
}

#toggle-button span {
  position: absolute;
  left: 21px;
  top: 50%;
  display: block;
  background: #000;
  width: 26px;
  height: 1px;
  font-size: 0;
}

#toggle-button span:before, #toggle-button span:after {
  content: "";
  position: absolute;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

#toggle-button span:before {
  top: 8px;
}

#toggle-button span:after {
  top: -8px;
}

#toggle-menu {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background: #ffe100;
  text-align: center;
  width: 100%;
  height: 100%;
}

.toggle-menu-inner {
  width: 100%;
  height: 100%;
  padding: 100px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.gnv {
  background: #000;
  color: #ffe100;
  font-size: 20px;
}

.gnv li {
  border-bottom: solid 1px;
  text-align: left;
}

.gnv a {
  display: block;
  background: url("../img/common/gnv_icon_arw.png") 94% 50% no-repeat;
  background-size: 18px;
  padding: 0.88em 1em;
}

.toggle-logo {
  margin-bottom: 6px;
}

.toggle-lb {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
}

.toggle-cv {
  font-size: 20px;
  line-height: 1;
  padding: 45px 0;
}

.toggle-cv__lb {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 10px;
}

.toggle-cv__tel {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.toggle-cv__tel .tel-num {
  font-size: 1.583em;
}

.toggle-cv__time {
  font-size: 0.9em;
}

.gnvOpen #toggle-button {
  z-index: 101;
}

.gnvOpen #toggle-button span {
  background: transparent;
}

.gnvOpen #toggle-button span:before, .gnvOpen #toggle-button span:after {
  top: 0;
}

.gnvOpen #toggle-button span:before {
  -webkit-transform: rotate(-45deg) translateY(0px);
  -ms-transform: rotate(-45deg) translateY(0px);
      transform: rotate(-45deg) translateY(0px);
}

.gnvOpen #toggle-button span:after {
  -webkit-transform: rotate(45deg) translateY(0px);
  -ms-transform: rotate(45deg) translateY(0px);
      transform: rotate(45deg) translateY(0px);
}

/* kv */
.kv {
  position: relative;
  border: solid 17px #ffe100;
  max-width: 1300px;
  margin: 0 auto;
}

.kv__img {
  position: relative;
}

.kv__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
}

.kv__img img {
  width: 100%;
}

.kv__over {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

/* page header */
.page-title {
  color: #ffe100;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 4%;
  margin: 0;
}

.page-title__ja, .page-title__en {
  display: block;
}

.page-title__ja {
  position: relative;
}

.page-title__ja::after {
  content: "";
  display: block;
  border-bottom: solid 1px;
  width: 240px;
  margin: 12px auto 0;
}

.page-title__en {
  font-size: 0.467em;
  margin-top: 10px;
}

/* breadcrumb */
#bread {
  padding: 10px 0;
}

#bread li {
  display: inline-block;
  font-size: 0.857em;
}

#bread li:before {
  content: ">";
  margin: 0 .4em;
}

#bread li:first-child:before {
  display: none;
}

#bread a {
  position: relative;
  padding-bottom: 5px;
}

#bread a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: solid 1px #878787;
  width: 100%;
  -webkit-transition: width .5s;
  transition: width .5s;
}

#bread a:hover {
  opacity: 1;
}

#bread a:hover::after {
  width: 0;
}

/* page content */
.page-content {
  padding: 80px 0 130px;
}

@media screen and (min-width: 960px) {
  .for_toggle {
    display: none !important;
  }
  .gnv {
    background: transparent;
    color: #333;
    font-size: 14px;
    padding-right: 80px;
  }
  .gnv li {
    display: inline-block;
    border-bottom: none;
    margin: 0 20px;
  }
  .gnv a {
    background: none;
    padding: 0;
  }
  #toggle-menu {
    position: static;
    display: block !important;
    background: transparent;
    width: auto;
    height: auto;
  }
  .toggle-menu-inner {
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .mw_wp_form, .anc-sec {
    padding-top: 60px;
    margin-top: -60px;
  }
  #header {
    padding-top: 60px;
  }
  .header-line {
    height: 60px;
    padding: 0;
  }
  .header-line .site-logo img {
    width: 200px;
  }
  .header-line-inner {
    width: 100%;
    padding-left: 20px;
  }
  .page-title {
    font-size: 24px;
    font-size: 6.4vw;
    padding: 0;
  }
  .page-title__ja::after {
    margin-top: 8px;
  }
  .page-title__en {
    margin-top: 7px;
  }
  #bread {
    margin-bottom: -15px;
  }
  #bread li {
    margin-bottom: 15px;
  }
  .page-content {
    padding: 35px 0 65px;
  }
}

@media screen and (max-width: 359px) {
  .toggle-cv {
    font-size: 18px;
  }
}

/* Customize Admin */
@media screen and (min-width: 783px) {
  .admin-bar .header-line {
    top: 32px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .header-line {
    top: 46px;
  }
}

.cv {
  background: #ffe100;
}

.cv__txt {
  font-size: 22px;
  padding: 4.7% 0 4.7% 41%;
}

.cv__img {
  position: absolute;
  left: 3%;
  bottom: 0;
  max-width: 35.72%;
}

.cv__lb {
  font-size: 1.364em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}

.cv__tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.cv__tel {
  font-size: 1.364em;
  line-height: 1;
  white-space: nowrap;
  margin-right: 10px;
}

.cv__tel .tel-num {
  font-size: 1.4em;
}

.cv__time {
  font-size: 0.909em;
  line-height: 1;
  margin: 10px 0;
}

.cv__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.cv__mail__mail {
  margin-right: 2.5%;
}

#footer {
  padding: 70px 0;
}

#footer .flex-lr {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1279px) {
  .cv__txt {
    font-size: 1.63vw;
    padding-left: 45%;
  }
  .cv__mail {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .cv {
    text-align: center;
  }
  .cv > .m-inner {
    width: 100%;
  }
  .cv__txt {
    font-size: 22px;
    padding: 45px 0 10px !important;
  }
  .cv__img {
    position: static;
    text-align: right;
    max-width: 77.6%;
    margin-left: auto;
  }
  .cv__lb {
    font-size: 1.091em;
    margin-bottom: 20px;
  }
  .cv__tel-wrap {
    display: block;
    margin-bottom: 15px;
  }
  .cv__tel {
    margin: 0 0 10px;
  }
  .cv__time {
    margin: 0 0 20px;
  }
  .cv__mail {
    display: block;
    margin-bottom: 5px;
  }
  .cv__mail__mail {
    text-align: center;
    max-width: 92%;
    margin: 0 auto 5px;
  }
  #footer {
    text-align: center;
    padding: 50px 0 20px;
  }
}

@media screen and (max-width: 359px) {
  .cv__txt {
    font-size: 20px;
  }
}
