@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Typography
# Base
	## Elements
	## Layout
# Content
# Helper
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

hr {
  box-sizing: content-box; /* Add the correct box sizing in Firefox. */
  height: 0; /* Add the correct box sizing in Firefox. */
  overflow: visible; /* Show the overflow in Edge and IE. */
}

img {
  border-style: none;
}

a {
  background-color: transparent;
}

/* Forms
	 ========================================================================== */

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  border-radius: 0;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; /* Remove the style in Safari. */
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
}

textarea {
  resize: vertical;
  overflow: auto;
}

::-moz-selection,
::selection {
  background: #fff;
  text-shadow: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-style: normal;
  font-family: "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  color: #211715;
}

.font-min {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.font-en {
  font-family: 'Ropa Sans', "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

small {
  font-size: 80%;
}

big {
  font-size: 120%;
}

b, strong {
  font-weight: bolder;
}

em, i {
  font-style: normal;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

blockquote {
  padding: 10px;
  background: lightgrey;
}

cite, dfn {
  font-style: italic;
}

abbr, acronym {
  background: lightgrey;
}

mark {
  background-color: lightpink;
  text-decoration: none;
}

ins {
  background-color: lightyellow;
  text-decoration: none;
}

del {
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

body {
  background: #cbcbcb;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

a {
  color: inherit;
}

a,
a:hover,
a:active {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

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

  .disp-sp {
    display: block;
  }
}

img,
svg {
  width: 100%;
  height: auto;
}

.autoImg {
  width: auto;
  max-width: 100%;
}

.js-tel {
  cursor: default;
}


/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
#lyt-wrapper {
  width: 100%;
  overflow: hidden;
}

.lyt-inner {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*--------------------------------------------------------------
# Contents
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## gHeader
--------------------------------------------------------------*/
#gHeader {
  width: 100%;
  height: 75px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.gh_inner {
  width: 100%;
  height: 100%;
  max-width: 1125px;
  margin: 0 auto;
  position: relative;
}

.gh_logo {
  width: 175px;
  position: absolute;
  top: 5px;
  left: 5px;
}

@media screen and (min-width: 560px) {
  #gHeader {
    height: 100px;
  }

  .gh_logo {
    width: 260px;
    top: 4px;
  }
}

/*--------------------------------------------------------------
## Navigation - Drawer
--------------------------------------------------------------*/
/* --------------------
drawerSwitch
-------------------- */
.drawerSwitch {
  display: block;
  width: 26px;
  height: 26px;
  position: fixed;
  top: 27px;
  right: 25px;
  z-index: 200;
  cursor: pointer;
}

.drawerSwitch * {
  transition: all 300ms;
}

.drawerSwitch_border {
  display: block;
  width: 26px;
  height: 26px;
  margin: auto auto;
  position: relative;
}

.drawerSwitch_border span {
  display: block;
  width: 26px;
  height: 4px;
  background: #000000;
  position: absolute;
  left: 0;
}

.drawerSwitch_border span:nth-child(1) {
  top: 0;
}

.drawerSwitch_border span:nth-child(2) {
  top: 11px;
}

.drawerSwitch_border span:nth-child(3) {
  bottom: 0;
}

/* active */

.drawerSwitch[aria-expanded="true"] .drawerSwitch_border span:nth-child(1) {
  transform: translateY(11px) rotate(-45deg);
}

.drawerSwitch[aria-expanded="true"] .drawerSwitch_border span:nth-child(2) {
  opacity: 0;
}

.drawerSwitch[aria-expanded="true"] .drawerSwitch_border span:nth-child(3) {
  transform: translateY(-11px) rotate(45deg);
}

@media screen and (min-width: 560px) {
  .drawerSwitch {
    width: 38px;
    height: 38px;
    top: 32px;
    right: 35px;
  }

  .drawerSwitch_border {
    width: 38px;
    height: 32px;
  }

  .drawerSwitch_border span {
    width: 38px;
    height: 6px;
  }

  .drawerSwitch_border span:nth-child(2) {
    top: 13px;
  }

  .drawerSwitch-close {
    width: 38px;
    height: 32px;
    top: 58px;
    left: 35px;
  }

  .drawerSwitch[aria-expanded="true"] .drawerSwitch_border span:nth-child(1) {
    transform: translateY(13px) rotate(-45deg);
  }

  .drawerSwitch[aria-expanded="true"] .drawerSwitch_border span:nth-child(3) {
    transform: translateY(-13px) rotate(45deg);
  }
}

/* --------------------
drawer
-------------------- */
#drawer {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 49;
  opacity: 0;
}

#drawer[aria-expanded] {
  transition: all 400ms;
}

#drawer[aria-expanded="false"] {
  opacity: 0;
  transform: scale(.9);
  visibility: hidden;
}

#drawer[aria-expanded="true"] {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

/* --------------------
Nav
-------------------- */
.gNav {
  color: #000000;
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.gNav_container {
  padding: 75px 0 0 0;
}

.gNav_list {
  border-bottom: 1px solid #000;
}

.gNav_list > li {
  border-top: 1px solid #000;
}

.gNav_item {
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
}

.gNav_text01 {
  display: block;
}

.gNav_text01 img {
  height: 15px;
  width: auto;
}

.gNav_text02 {
  color: #1a1a1a;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  display: block;
  margin: 10px 0 0 0;
}

.gNav_container-btn {
  padding: 20px 0;
}

@media screen and (min-width: 560px) {
  .gNav_container {
    padding: 100px 0 0 0;
  }

  .gNav_item {
    height: 120px;
  }

  .gNav_text01 img {
    height: 22px;
  }

  .gNav_text02 {
    font-size: 1.6rem;
    margin: 15px 0 0 0;
  }

  .gNav_container-btn {
    padding: 45px 0;
  }
}

/* --------------------
Pagetop
-------------------- */
.pagetop {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1a1a1a url("/common/img/pagetop.png") no-repeat center center / contain;
  position: fixed;
  top: auto;
  bottom: 50px;
  right: 40px;
  z-index: 2;
  cursor: pointer;
  transition: opacity 500ms;
}

.pagetop.is-pageBottom {
  position: absolute;
  top: -14px;
  right: 40px;
}

.device-pc .pagetop:hover {
  opacity: .6;
}

@media screen and (min-width: 560px) {
  .pagetop {
    width: 38px;
    height: 38px;
  }

  .pagetop.is-pageBottom {
    top: -19px;
  }
}

/* --------------------
contact
-------------------- */
.area-contact {
  padding: 30px 0;
}

@media screen and (min-width: 560px) {
  .area-contact {
    padding: 45px 0;
  }
}

/*--------------------------------------------------------------
## gFooter
--------------------------------------------------------------*/
#gFooter {
  width: 100%;
  background: url("/common/img/bg_footer.jpg") no-repeat center center / cover;
  position: relative;
}

.gf_inner {
  max-width: 1125px;
  margin: 0 auto;
  position: relative;
}

.gf_logo {
  display: block;
  width: 160px;
  position: absolute;
  bottom: 25px;
  right: 30px;
}

@media screen and (min-width: 560px) {
  .gf_logo {
    width: 240px;
    bottom: 35px;
    right: 40px;
  }
}

.fNav_list {
  margin: 0 0 0 30px;
  padding: 30px 0;
}

.fNav_list > li + li {
  margin: 8px 0 0 0;
}

.fNav_item {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 560px) {
  .fNav_list {
    margin: 0 0 0 40px;
    padding: 35px 0;
  }

  .fNav_list > li + li {
    margin: 12px 0 0 0;
  }

  .fNav_item {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

/*--------------------------------------------------------------
## gMain
--------------------------------------------------------------*/
#gMain {
  margin-top: 75px;
}

@media screen and (min-width: 560px) {
  #gMain {
    margin-top: 100px;
  }
}

/*--------------------------------------------------------------
## Modules
--------------------------------------------------------------*/
.mdl-btn-contact {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(555/750 * 100%);
  max-width: 960px;
  height: 75px;
  background: url("/common/img/ptn01.jpg") repeat center center / 11px 11px;
  margin: 0 auto;
}

.mdl-btn-contact > span {
  padding: 0 0 0 30px;
  position: relative;
}

.mdl-btn-contact > span:before {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background: url("/common/img/icon_contact.png") no-repeat center center / contain;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translate(0, -55%);
}

.mdl-headline01 {
  text-align: center;
  margin: 0 0 20px 0;
}

.mdl-headline01_text01 {
  display: block;
}

.mdl-headline01_text01 img {
  height: 15px;
  width: auto;
}

.mdl-headline01_text02 {
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.1em;
  display: inline-block;
  background: #25634a;
  padding: 2px 10px;
  margin: 12px 0 0 0;
}

@media screen and (min-width: 560px) {
  .mdl-headline01 {
    margin: 0 0 35px 0;
  }

  .mdl-headline01_text01 img {
    height: 22px;
  }

  .mdl-headline01_text02 {
    font-size: 1.5rem;
    padding: 3px 10px;
    margin: 16px 0 0 0;
  }
}

.mdl-sectionHead {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 165px;
  background: #333;
  position: relative;
  overflow: hidden;
}

.mdl-sectionHead:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background: #25634a;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.mdl-sectionHead:after {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background: #25634a;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%) rotate(45deg);
}

.mdl-sectionHead_inner {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a.mdl-sectionHead .mdl-sectionHead_inner:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1a1a1a url("/common/img/arrow01.png") no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.mdl-sectionHead_title {
  text-align: center;
}

.mdl-sectionHead_text01 {
  display: block;
}

.mdl-sectionHead_text01 img {
  height: 15px;
  width: auto;
}

.mdl-sectionHead_text02 {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  display: block;
  margin: 12px 0 0 0;
}

@media screen and (min-width: 560px) {
  .mdl-sectionHead {
    height: 250px;
  }

  .mdl-sectionHead:before {
    width: 66px;
    height: 66px;
  }

  .mdl-sectionHead:after {
    width: 66px;
    height: 66px;
  }

  a.mdl-sectionHead .mdl-sectionHead_inner:after {
    width: 37px;
    height: 37px;
    right: 30px;
  }

  .mdl-sectionHead_text01 img {
    height: 22px;
  }

  .mdl-sectionHead_text02 {
    font-size: 1.65rem;
    margin: 16px 0 0 0;
  }
}

.mdl-section {
  padding: 0 3%;
  margin: 3% auto;
  max-width: 1125px;
}

@media screen and (min-width: 560px) {
  .mdl-section {
  }
}

.mdl-section_main {
  background: #fff;
  padding: 5%;
}

@media screen and (min-width: 560px) {
  .mdl-section_main {
    padding: 30px;
  }
}

.mdl-text {
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: justify;
}

@media screen and (min-width: 560px) {
  .mdl-text {
    font-size: 1.6rem;
  }
}

.mdl-text a {
  text-decoration: underline;
}

.mdl-text a:hover {
  opacity: .6;
}

.device-pc .hover-opacity {
  transition: all 200ms;
}

.device-pc .hover-opacity:hover {
  opacity: .6;
}

/*--------------------------------------------------------------
## mv
--------------------------------------------------------------*/
.mv  {
  width: 100%;
  height: calc(1648/1125 * 100vw);
  background: url("/common/img/mv_bg.jpg") no-repeat center center / cover;
  position: relative;
}

.mvBox {
  width: calc(736/1125 * 100vw);
  height: calc(736/1125 * 100vw);
  border: 1px solid #fff;
  background: rgba(12, 101, 155, .64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mvBox_copy {
  width: calc(365/1125 * 100vw);
  position: absolute;
  /*
  top: calc(122/1125 * 100vw);
  */
  top: calc(172/1125 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
}

.mvBox_btn {
  color: #fff;
  font-size: calc(35/1125 * 100vw);
  letter-spacing: 0.06em;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(300/1125 * 100vw);
  height: calc(70/1125 * 100vw);
  border: 1px solid #fff;
  position: absolute;
  bottom: calc(120/1125 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
}

.device-pc .mvBox_btn:hover {
  color: rgba(12, 101, 155, 1);
  background: #fff;
}

@media screen and (min-width: 560px) {
  .mv  {
    height: 820px;
  }

  .mvBox {
    width: 364px;
    height: 364px;
  }

  .mvBox_copy {
    width: 182px;
    /*
    top: 60px;
    */
    top: 78px;
  }

  .mvBox_btn {
    font-size: 15px;
    width: 118px;
    height: 30px;
    bottom: 60px;
  }
}

/*--------------------------------------------------------------
## .section-newsIndex
--------------------------------------------------------------*/
.section-newsIndex {
  padding: 8% 0 5% 0;
  background: #fff;
}

.section-newsIndex .section_block01 {
  max-width: 1125px;
  margin: 0 auto;
  padding: 0 5%;
}

@media screen and (min-width: 560px) {
  .section-newsIndex {
    padding: 50px 0 3% 0;
    background: #fff;
  }
}

/*--------------------------------------------------------------
## newsIndex
--------------------------------------------------------------*/
.newsIndex {
  border-top: 1px solid #aaaaab;
}

.newsIndex > li {
  border-bottom: 1px solid #aaaaab;
}

.newsIndex_item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 13px 10px 12px 10px;
  position: relative;
}

.newsIndex_item.tag-new {
  padding-left: 45px;
}

.newsIndex_item.tag-new:before {
  content: 'NEW';
  font-weight: bold;
  color: #fff;
  font-size: 1.0rem;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 18px;
  background: #d51f2d;
  position: absolute;
  top: 13px;
  left: 0;
}

.newsIndex_date {
  width: 80px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.newsIndex_title {
  width: calc(100% - 80px);
  font-size: 1.35rem;
  line-height: 1.6;
}

@media screen and (min-width: 560px) {
  .newsIndex_item {
    padding: 21px 10px 20px 10px;
  }

  .newsIndex_item.tag-new {
    padding-left: 60px;
  }

  .newsIndex_item.tag-new:before {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    width: 48px;
    height: 22px;
    top: 22px;
    left: 0;
  }

  .newsIndex_date {
    font-size: 1.6rem;
    width: 110px;
  }

  .newsIndex_date {
  }

  .newsIndex_title {
    font-size: 1.6rem;
    width: calc(100% - 110px);
  }
}

/*--------------------------------------------------------------
## .section-philosophy
--------------------------------------------------------------*/
.section-philosophy .section_head {
  background: url("/common/img/bg_head03.jpg") no-repeat center center / cover;
}

/*--------------------------------------------------------------
## .section-business
--------------------------------------------------------------*/
.section-business .section_head {
  background: url("/common/img/bg_head04.jpg") no-repeat center center / cover;
}

.section-business .section_block01 {
  border-top: 1px dotted #666666;
  margin: 5% 0 0 0;
  padding: 3% 0 0 0;
}

@media screen and (min-width: 560px) {
  .section-business .section_block01 {
    margin: 5% 0 0 0;
    padding: 5% 0 0 0;
  }
}

.businessItem_wrap {
  display: block;
}

.businessBox_head {
  color: #25634a;
  font-size: 1.9rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 18px 0;
}

.businessBox {
  display: block;
  max-width: 960px;
  padding: 0 0 3% 0;
  margin: 0 auto;
}

.businessBox_column-text {
  width: 100%;
  padding: 0 4% 0 4%;
}

.businessBox_column-img {
  width: 100%;
  margin: 0 auto 16px auto;
}

.businessBox_img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  border-left: 4px solid #25634a;
  border-right: 4px solid #25634a;
}

@media screen and (min-width: 560px) {
  .businessItem_wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .businessItem_wrap > * {
    width: 50%;
  }

  .businessBox {
    display: block;
    padding: 0 7% 30px 7%;
  }

  .businessBox_head {
    font-size: 2.3rem;
    margin: 0 0 15px 0;
  }

  .businessBox_column-text {
    width: 100%;
    padding: 0 0 0 0;
    margin: 15px 0 0 0;
  }

  .businessBox_column-img {
    width: 100%;
    margin: 0 auto;
  }


  .businessBox_img {
    width: 100%;
    max-width: 100%;
    min-width: 180px;
    margin: 0 auto;
    border-right: 4px solid #25634a;
    border-left: 4px solid #25634a;
  }
}

  /*--------------------------------------------------------------
  ## .section-company
  --------------------------------------------------------------*/
.section-company .section_head {
  background: url("/common/img/bg_head05.jpg") no-repeat center center / cover;
}

.company_list01 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.company_list01 > dt {
  width: 90px;
  margin: 0 0 1em 0;
}

.company_list01 > dd {
  width: calc(100% - 90px);
  margin: 0 0 1em 0;
}

@media screen and (min-width: 560px) {
  .company_list01 > dt {
    width: 130px;
  }

  .company_list01 > dd {
    width: calc(100% - 130px);
  }
}

/*--------------------------------------------------------------
## .section-company
--------------------------------------------------------------*/
.section-property {
  margin-bottom: 0;
}

.section-property .section_head {
  background: url("/common/img/bg_head06.jpg") no-repeat center center / cover;
}

.text-fb {
  color: #005fae;
  text-align: left;
  padding: 0 0 0 20px;
  position: relative;
}

.text-fb:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url("/common/img/icon_fb.jpg") no-repeat center center / contain;
  position: absolute;
  top: -5px;
  left: -12px;
}

/*--------------------------------------------------------------
## .section-post
--------------------------------------------------------------*/
.section-post {
  margin-bottom: 0;
  padding-top: 3%;
}

.section-post .section_inner {
  background: #fff;
  padding: 10% 5% 5% 5%;
}

@media screen and (min-width: 560px) {
  .section-post .section_inner {
    padding: 60px 5% 30px 5%;
  }
}

.entryContent {
  padding: 20px 0 20px 0;
}

.entry_header {}

.entry_date {
  font-size: 1.2rem;
}

.entry_title {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.7;
  margin: 15px 0 25px 0;
}

.entry_content {
  font-size: 1.3rem;
  line-height: 1.7;
}

.entry_content p {
  margin: 0 0 1em 0;
}

.entry_content img {
  width: auto;
  max-width: 100%;
}

@media screen and (min-width: 560px) {
  .entry_content  {
    font-size: 1.6rem;
  }
}

.post-navigation {
  border-top: 1px solid #aaaaab;
  padding: 25px 0 30px 0;
}

.posts-navigation {
  padding: 25px 0 5px 0;
}

.nav-links {
  width: 100%;
  height: 15px;
  position: relative;
}

.nav-previous {
  position: absolute;
  top: 0;
  left: 0;
}

.nav-next {
  position: absolute;
  top: 0;
  right: 0;
}

.nav-links a {
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  padding: 0 18px;
  position: relative;
}

.nav-links .nav-next a:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #211715;
  border-right: 1px solid #211715;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
}

.nav-links .nav-previous a:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #211715;
  border-left: 1px solid #211715;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(-45deg);
}

/* archive */
.archiveContent {
  padding: 0 0 20px 0;
}

/* 404 */
.section-404 {
  margin-bottom: 0;
}

.section-404 .section_inner {
  background: #fff;
  padding: 35% 5% 35% 5%;
}

.content-404 {
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.05em;
  display: block;
}

@media screen and (min-width: 560px) {
  .section-404 .section_inner {
    padding: 200px 5% 200px 5%;
  }
}

/*  */
.screen-reader-text {
  display: none;
}

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

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

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

/*--------------------------------------------------------------
## .mv02
--------------------------------------------------------------*/
.mv02 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 165px;
  background: url("/common/img/mv_bg.jpg") no-repeat center center / cover;
  position: relative;
  overflow: hidden;
}

.mv02_title {
  text-align: center;
}

.mv02_text01 {
  display: block;
}

.mv02_text01 img {
  height: 15px;
  width: auto;
}

.mv02_text02 {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  display: block;
  margin: 12px 0 0 0;
}

@media screen and (min-width: 560px) {
  .mv02 {
    height: 250px;
  }

  .mv02_text01 img {
    height: 22px;
  }

  .mv02_text02 {
    font-size: 1.65rem;
    margin: 16px 0 0 0;
  }
}


/*--------------------------------------------------------------
# Helper
--------------------------------------------------------------*/
.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}
