@charset "UTF-8";
* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

ul, ol {
  padding: 0; }

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  font-family: Lucida Grande,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.6; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  color: #132F65; }
  a:focus {
    outline: 0; }
  a:not {
    text-decoration-skip-ink: auto; }

.l-contents a:hover {
  text-decoration: underline; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: none; }

article > * + * {
  margin-top: 1em; }

input, button, textarea, select {
  font: inherit;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
html, body {
  font-size: 10px; }

.l-container {
  font-size: 1.6rem;
  color: #333;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  position: relative;
  padding: 78px 0 62px;
  line-height: 1.75;
  overflow-x: hidden;
  width: 100%; }
  .l-container__inner {
    max-width: 1100px;
    margin: 0 auto; }
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #FFF;
  padding: 15px 20px;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .l-header__logo img {
    width: 173.4px;
    display: block;
    margin-bottom: 5px; }
  .l-header__logo span {
    display: block;
    color: #15609E;
    font-size: 1.2rem; }
  .l-header__menu {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative; }
    .l-header__menu::before, .l-header__menu::after {
      content: ""; }
    .l-header__menu::before, .l-header__menu::after, .l-header__menu span {
      display: block;
      width: 100%;
      height: 2px;
      background: #333;
      border-radius: 2px;
      transition: .5s; }
    .l-header__menu.open span {
      opacity: 0; }
    .l-header__menu.open::before, .l-header__menu.open::after {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -1px; }
    .l-header__menu.open::before {
      transform: rotate(-45deg); }
    .l-header__menu.open::after {
      transform: rotate(45deg); }
  .l-header__gnav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: calc(100vh - 78px);
    margin-top: 1px;
    display: none;
    font-size: 1.4rem;
    /*&-en{
    	font-size: 2.2rem;
    	letter-spacing: (0.55 / 22) + em;
    	display: block;
    	line-height: 1.1;
    }*/ }
    .l-header__gnav.open {
      display: block; }
    .l-header__gnav ul {
      background: #FFF;
      position: relative;
      z-index: 2; }
      .l-header__gnav ul.flex {
        display: -webkit-box;
        display: flex;
        position: relative;
        flex-wrap: wrap; }
        .l-header__gnav ul.flex::after {
          content: '';
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0px;
          left: 0;
          border-bottom: 1px solid #9B9B9B; }
        .l-header__gnav ul.flex > li {
          border-bottom: 1px solid #9B9B9B;
          width: 50%; }
      .l-header__gnav ul a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        color: #333; }
        .l-header__gnav ul a::after {
          content: "";
          width: 0.6em;
          height: 0.6em;
          transform: rotate(-45deg); }
    .l-header__gnav-tit {
      background: #132F65;
      color: #fff;
      padding: 5px 15px; }
      .l-header__gnav-tit span::before {
        content: "";
        display: inline-block;
        width: 1.0em;
        height: 1.15em;
        margin-right: 5px;
        vertical-align: middle; }
      .l-header__gnav-tit .search::before {
        background: url("../image/ico_search_01.svg") no-repeat center/contain; }
      .l-header__gnav-tit .map::before {
        background: url("../image/ico_map_01.svg") no-repeat center/contain; }
    .l-header__gnav-titsub {
      color: #132F65;
      padding: 10px 15px 0; }
    .l-header__gnav-jp {
      font-size: 1.4rem; }
    .l-header__gnav-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.9);
      z-index: 1; }
    .l-header__gnav-sns {
      position: relative;
      z-index: 2;
      text-align: center;
      margin: 20px 0 0; }
      .l-header__gnav-sns a {
        padding: 0 5px; }
    .l-header__gnav-inq {
      position: relative;
      z-index: 2;
      text-align: center;
      margin: 0px 0 0; }
    .l-header__gnav .c-tel {
      margin-top: 10px; }
    .l-header__gnav .c-telcap {
      margin-bottom: 10px; }
.l-contents {
  position: relative;
  z-index: 1; }
.l-footer__top {
  background: #E9E9E9;
  padding: 40px 20px;
  text-align: center; }
  .l-footer__top-logo {
    width: 160.5px;
    display: block;
    margin: 0 auto 10px; }
.l-footer__address {
  margin-top: 15px; }
  .l-footer__address strong {
    display: block;
    line-height: 1.4;
    margin-bottom: 8px; }
.l-footer__btm {
  padding: 20px;
  background: #FFF;
  text-align: center; }
  .l-footer__btm-logo {
    width: 140px; }
.l-footer__copyright {
  display: block;
  font-size: 1rem;
  margin-top: 5px; }
@media print, screen and (min-width: 641px) {
  .l-header {
    padding: 0px 0 0; }
    .l-header, .l-header * {
      transition: .5s; }
    .l-header__logo {
      margin-left: 30px; }
      .l-header__logo strong {
        font-size: 1.1rem;
        font-weight: normal;
        display: block;
        margin-bottom: 8px; }
      .l-header__logo img {
        width: 240px;
        display: inline-block; }
    .l-header__btns {
      display: -webkit-box;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .l-header__tel {
      width: 300px;
      text-align: center; }
    .l-header__sns {
      width: 120px; }
      .l-header__sns a {
        padding: 0 3px; }
    .l-header__contact {
      position: relative;
      bottom: auto;
      left: auto;
      opacity: 1;
      pointer-events: inherit;
      background: #A48C2D;
      color: #fff;
      text-align: center;
      padding: 25px 20px;
      box-sizing: border-box;
      font-size: 1.2rem; }
      .l-header__contact.show {
        opacity: 1;
        pointer-events: inherit; }
      .l-header__contact::before {
        content: "";
        display: block;
        width: 35px;
        height: 22px;
        background: url("../image/ico_mail_01.svg") no-repeat center/contain;
        margin-bottom: 5px;
        width: 100%; }
    .l-header__gnav {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      height: auto;
      display: block;
      margin-top: 0px;
      background: #132F65;
      text-align: center;
      box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.2); }
      .l-header__gnav ul {
        background: none; }
        .l-header__gnav ul.flex:last-child::after {
          display: none; }
      .l-header__gnav-tit {
        transition: .5s; }
        .l-header__gnav-tit:hover {
          opacity: 0.5; }
      .l-header__gnav ul.l-container__inner {
        padding: 0;
        display: flex;
        max-width: 960px; }
        .l-header__gnav ul.l-container__inner > li {
          border-bottom: none;
          width: 50%;
          font-size: 1.8rem;
          padding: 20px 0;
          cursor: pointer;
          position: relative;
          overflow: hidden; }
          .l-header__gnav ul.l-container__inner > li .child > ul {
            display: block;
            background: #132F65; }
            .l-header__gnav ul.l-container__inner > li .child > ul li {
              width: 100%; }
              .l-header__gnav ul.l-container__inner > li .child > ul li ul {
                background: #081a3c; }
          .l-header__gnav ul.l-container__inner > li .child {
            padding-top: 15px;
            border: none;
            position: absolute;
            left: 50%;
            margin-left: -165px;
            top: calc(100% - 20px);
            width: 330px;
            transition: .4s;
            opacity: 0;
            overflow: hidden; }
            .l-header__gnav ul.l-container__inner > li .child::before {
              content: "";
              position: absolute;
              left: 50%;
              top: -12px;
              margin-left: -15px;
              border: 15px solid transparent;
              border-bottom: 20px solid #132F65; }
          .l-header__gnav ul.l-container__inner > li:hover {
            overflow: visible; }
            .l-header__gnav ul.l-container__inner > li:hover .child {
              top: calc(100%);
              opacity: 1; }
        .l-header__gnav ul.l-container__inner ul:last-child li:last-child {
          border-bottom: none; }
        .l-header__gnav ul.l-container__inner a {
          color: #fff; }
          .l-header__gnav ul.l-container__inner a::after {
            border-color: #9B9B9B; }
      .l-header__gnav-titsub {
        padding: 0;
        color: #fff;
        cursor: default;
        text-align: left; }
        .l-header__gnav-titsub b {
          display: block;
          padding: 10px 15px;
          border-top: 1px solid #DDD;
          border-bottom: 1px solid #DDD;
          position: relative; }
          .l-header__gnav-titsub b::after {
            content: "";
            position: absolute;
            width: 0.6em;
            height: 0.6em;
            transform: rotate(45deg);
            right: 13px;
            top: 16px;
            border-right: 1px solid #FFF;
            border-bottom: 1px solid #FFF; }
        .l-header__gnav-titsub:first-child b {
          border-top: none; }
      .l-header__gnav-tit {
        border-right: 1px solid #DDD;
        background: none; }
        .l-header__gnav-tit span::before {
          width: 2em;
          height: 1.85em;
          margin-right: 10px; }
        .l-header__gnav-tit .search::before {
          background: url("../image/ico_search_01.svg") no-repeat center/contain; }
        .l-header__gnav-tit .map::before {
          background: url("../image/ico_map_01.svg") no-repeat center/contain; }
      .l-header__gnav li:first-child div {
        border-left: 1px solid #DDD; }
      .l-header__gnav-jp {
        display: block; }
      .l-header__gnav-bg {
        display: none; }
    .l-header.shrink {
      padding-top: 0px; }
  .shrink .l-header__logo strong {
    font-size: 1rem;
    margin-bottom: 6px; }
  .shrink .l-header__logo img {
    width: 216.75px;
    margin-right: 18px; }
  .shrink .l-header__contact {
    padding: 12px 20px; }
  .shrink .l-header__gnav {
    margin-top: 0px; }
    .shrink .l-header__gnav ul.l-container__inner > li {
      padding-top: 10px;
      padding-bottom: 10px; }
  .l-footer__top {
    padding: 50px 0px; }
    .l-footer__top-logo {
      width: 200px; }
  .l-footer__tel {
    margin-top: 25px; }
    .l-footer__tel .c-tel {
      font-size: 3.8rem;
      pointer-events: none; }
  .l-footer__address {
    margin-top: 25px;
    text-align: center; }
  .l-footer__btm {
    padding: 25px; }
    .l-footer__btm-logo {
      width: 187px; }
  .l-footer__copyright {
    margin-top: 10px; } }

.c-tit__sec {
  text-align: left;
  margin-bottom: 20px;
  border-left: 5px #132F65 solid;
  padding-left: 15px; }
  .c-tit__sec h2 {
    font-size: 2rem;
    font-weight: 500; }
.c-attention {
  text-indent: -1.0em;
  margin-left: 1.0em; }
  .c-attention li {
    margin-bottom: 0.625em; }
    .c-attention li:last- child {
      margin-bottom: 0; }
.c-btn__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  padding: 0.5818181818em;
  line-height: 1.1;
  background: #A48C2D;
  color: #fff;
  max-width: 260px;
  margin: 0 auto; }
  .c-btn__contact::before {
    content: "";
    display: block;
    width: 1.35em;
    height: 0.85em;
    background: url("../image/ico_mail_01.svg") no-repeat center/contain;
    margin-right: 0.75em; }
.c-btn__back {
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  padding: 1.1272727273em;
  line-height: 1.1;
  background: #999;
  color: #fff;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
  display: block;
  text-decoration: none; }
  .c-btn__back:hover {
    text-decoration: none !important; }
  .c-btn__back span {
    position: relative;
    padding-left: 30px; }
    .c-btn__back span::before, .c-btn__back span::after {
      content: '';
      position: absolute;
      top: 50%; }
    .c-btn__back span::before {
      left: 0px;
      box-sizing: border-box;
      width: 6px;
      height: 6px;
      border: 8px solid transparent;
      border-right: 8px solid #fff;
      margin-top: -8px; }
    .c-btn__back span::after {
      left: 13px;
      width: 8px;
      height: 6px;
      border-left: 10px solid #fff;
      margin-top: -3px; }
.c-tel {
  display: inline-block;
  color: #111;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1; }
  .c-tel::before {
    content: "";
    display: inline-block;
    width: 0.7090909091em;
    height: 0.7090909091em;
    margin-right: 0.3090909091em;
    background: url("../image/ico_tel_02.svg") no-repeat center/contain; }
  .c-tel.gold::before {
    background: url("../image/ico_tel_01.svg") no-repeat center/contain; }
.c-telcap {
  font-size: 1.3rem; }
@media print, screen and (min-width: 641px) {
  .c-tit__sec {
    margin-bottom: 25px; }
    .c-tit__sec h2 {
      font-size: 2.6rem;
      letter-spacing: 1px; }
  .c-tel {
    pointer-events: none; } }

.u-w-m {
  font-weight: 500; }
.u-w-sb {
  font-weight: 600; }
.u-w-bl {
  font-weight: 900; }
.u-en {
  font-family: Arial, Helvetica, Robot, "sans-serif"; }
  .u-en-t {
    font-family: "Times New Roman", Times, 'Noto Serif JP', "serif";
    font-weight: normal; }
.u-hover-op {
  transition: .5s; }
  .u-hover-op:hover {
    opacity: 0.5; }
.u-ib {
  display: inline-block; }
.u-it {
  font-style: italic; }

@media print, screen and (max-width: 640px) {
  .u-hidden-sp {
    display: none !important; } }
@media print, screen and (min-width: 641px) {
  .u-hidden-pc {
    display: none !important; } }
.l-header__gnav a::after {
  border-right: 1px solid #132F65;
  border-bottom: 1px solid #132F65; }
.l-header__gnav-en {
  color: #333; }
.l-header__gnav-jp {
  color: #132F65; }
.l-contents {
  color: #333; }

.p-hero__main {
  position: relative;
  background: url("../image/img_hero_01_pc.jpg") no-repeat center/cover;
  width: 100%;
  min-height: 320px; }
  .p-hero__main-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    color: #fff;
    width: 100%; }
    .p-hero__main-txt h1 {
      font-size: 2.3rem; }
      .p-hero__main-txt h1 b {
        position: relative;
        display: block; }
      .p-hero__main-txt h1 span {
        display: block; }
      .p-hero__main-txt h1 a.arrow {
        width: 16px;
        height: 16px;
        display: inline-block;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
.p-information {
  padding: 20px 10px;
  position: relative;
  background: #132F65; }
  .p-information__tit {
    text-align: center;
    padding-bottom: 20px; }
    .p-information__tit b {
      font-size: 4rem;
      line-height: 1.4;
      color: #fff; }
    .p-information__tit h2 {
      color: #E8BC0F;
      font-size: 1.2rem; }
  .p-information__box {
    margin: 0 auto 20px;
    background: white; }
    .p-information__box dl {
      padding: 20px 15px 10px; }
    .p-information__box dt {
      color: #A48C2D;
      padding-bottom: 10px; }
    .p-information__box dd {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px #ccc dotted; }
      .p-information__box dd a {
        text-decoration: underline; }
        .p-information__box dd a:hover {
          text-decoration: none; }
  .p-information__copy {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.4;
    color: #fff; }
    .p-information__copy b {
      color: #E8BC0F;
      font-size: 2.8rem;
      display: block;
      padding: 0 5px; }
.p-theme__list {
  padding: 40px 15px; }
.p-theme__btn-area {
  margin-top: 25px; }
.p-theme__link {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative; }
  .p-theme__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ccc; }
  .p-theme__link:last-child {
    margin-bottom: 0; }
  .p-theme__link figure, .p-theme__link img {
    display: block; }
.p-theme__cats {
  margin-top: 10px; }
.p-theme__cat {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 2px 4px;
  font-size: 1.1rem; }
  .p-theme__cat.tochi {
    background: #132F65;
    color: #fff; }
  .p-theme__cat.tyuko {
    background: #B4784F;
    color: #fff; }
  .p-theme__cat.bunjo {
    background: #EDB046;
    color: #fff; }
  .p-theme__cat.jigyo {
    background: #fff;
    border: 1px #132F65 solid;
    color: #132F65; }
  .p-theme__cat.tyukai {
    background: #fff;
    border: 1px #1E6EBE solid;
    color: #1E6EBE; }
  .p-theme__cat.urinushi {
    background: #fff;
    border: 1px #ED6D46 solid;
    color: #ED6D46; }
.p-theme__tit {
  margin-top: 10px;
  padding-bottom: 5px; }
  .p-theme__tit a {
    font-weight: 500;
    font-size: 1.8rem; }
.p-theme__address {
  display: block;
  margin-top: 10px; }
  .p-theme__address::before {
    content: "";
    display: inline-block;
    background: url("../image/ico_map_02.svg") no-repeat center/contain;
    width: 1.0em;
    height: 1.15em;
    margin-right: 5px;
    vertical-align: middle; }
  .p-theme__address a {
    text-decoration: underline; }
    .p-theme__address a:hover {
      text-decoration: none; }
.p-theme__txt {
  display: block;
  margin-top: 10px; }
.p-theme__info {
  background: #132F65;
  padding: 15px 15px 15px;
  margin-top: 10px; }
  .p-theme__info dl {
    color: #fff; }
    .p-theme__info dl dt {
      width: 4em;
      position: absolute;
      padding: 0 5px 5px; }
    .p-theme__info dl dd {
      border-bottom: 1px #fff dotted;
      margin-bottom: 5px;
      padding-left: 4.5em; }
.p-map {
  background: #E9E9E9;
  padding: 40px 15px; }
  .p-map__area #gmap {
    height: 400px;
    width: 100%; }
.p-blog {
  padding: 40px 15px 0; }
  .p-blog__list ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .p-blog__list ul li {
      width: 50%;
      padding: 0 10px 20px; }
      .p-blog__list ul li .eyec {
        width: 100%;
        height: 160px;
        display: block;
        background: no-repeat center / cover;
        margin-bottom: 10px; }
      .p-blog__list ul li .date {
        color: #BBA034;
        font-size: 1.4rem; }
      .p-blog__list ul li a {
        color: #333;
        text-decoration: none;
        font-size: 1.4rem; }
.p-bnr {
  padding: 20px 15px; }
  .p-bnr ul {
    max-width: 890px;
    margin: 0 auto; }
  .p-bnr li:first-child {
    margin-bottom: 30px; }
  .p-bnr__tit {
    text-align: center; }
    .p-bnr__tit p {
      position: relative;
      padding: 0 20px;
      margin-bottom: 10px; }
      .p-bnr__tit p::after, .p-bnr__tit p::before {
        position: absolute;
        content: '';
        top: 50%;
        width: 5px;
        height: 10x;
        border: 5px solid transparent;
        border-top: 10px solid #132F65;
        margin-top: -4px; }
      .p-bnr__tit p::after {
        left: 0; }
      .p-bnr__tit p::before {
        right: 0; }
  .p-bnr__sns {
    text-align: center;
    margin: 20px 0 0; }
    .p-bnr__sns a {
      padding: 0 5px; }
.p-pageti__main {
  position: relative;
  background: #959595;
  width: 100%;
  min-height: 320px; }
  .p-pageti__main.bgarea {
    background: url("../image/img_pageti_04.jpg") no-repeat center/cover; }
    .p-pageti__main.bgarea .p-pageti__main-txt > div h1 {
      border-bottom: none;
      padding-bottom: 0 !important; }
    .p-pageti__main.bgarea .p-pageti__main-txt > div p {
      border-bottom: none; }
  .p-pageti__main.bgbunjo {
    background: url("../image/img_pageti_01.jpg") no-repeat center/cover; }
  .p-pageti__main.bgtakuchi {
    background: url("../image/img_pageti_02.jpg") no-repeat center/cover; }
  .p-pageti__main.bgjigyo {
    background: url("../image/img_pageti_03.jpg") no-repeat center/cover; }
  .p-pageti__main-txt {
    width: calc(100% - 20px);
    max-width: 430px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    color: #fff;
    background: rgba(19, 47, 101, 0.75);
    padding: 10px; }
    .p-pageti__main-txt > div {
      border: 1px #fff solid;
      padding: 20px 10px; }
      .p-pageti__main-txt > div h1 {
        display: inline-block;
        font-size: 2.6rem;
        border-bottom: 1px #fff solid;
        padding-bottom: 10px; }
      .p-pageti__main-txt > div p {
        text-align: center;
        font-weight: normal;
        border-top: 1px #fff solid;
        padding-top: 10px;
        margin-top: -1px; }

.u-min {
  font-family: 'Noto Serif JP', serif; }
  .u-min b, .u-minb {
    font-weight: 600; }
.u-got {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal; }
.u-en-i {
  font-family: 'Spectral', "Times New Roman", Times, "serif";
  font-weight: normal;
  font-style: italic; }
.u-en-s {
  font-family: 'Spectral', "Times New Roman", Times, "serif"; }
.u-en-b {
  font-family: 'Spectral', "Times New Roman", Times, "serif";
  font-weight: bold; }

@media print, screen and (min-width: 641px) {
  .l-container {
    padding: 180px 0 0; }

  .p-hero__main {
    min-height: 580px; }
    .p-hero__main-txt h1 {
      font-size: 3.8rem; }
      .p-hero__main-txt h1 a.arrow {
        width: 24px;
        height: 24px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff; }
  .p-information {
    padding: 70px 40px; }
    .p-information__tit {
      padding-bottom: 40px; }
      .p-information__tit b {
        font-size: 5.4rem; }
      .p-information__tit h2 {
        font-size: 1.6rem; }
    .p-information__box {
      padding: 30px 70px 40px;
      text-align: center; }
      .p-information__box dl {
        padding: 0;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        border-top: 1px #ccc dotted; }
      .p-information__box dt {
        width: 9em;
        text-align: center;
        border-bottom: 1px #ccc dotted;
        padding: 15px 0;
        margin: 0; }
      .p-information__box dd {
        text-align: left;
        width: calc(100% - 9em);
        text-align: left;
        padding: 15px 0;
        margin: 0; }
    .p-information__copy {
      margin-top: 40px;
      font-size: 2.8rem;
      letter-spacing: 2px; }
      .p-information__copy b {
        font-size: 4.2rem;
        display: inline-block;
        padding: 0 12px; }
  .p-theme__list {
    padding: 80px 0 50px; }
    .p-theme__list-area {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px;
      padding-top: 15px; }
  .p-theme__btn-area {
    margin-top: 50px; }
  .p-theme__link {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
    border: 1px #ddd solid;
    padding: 20px;
    box-sizing: border-box; }
    .p-theme__link:last-child {
      margin-bottom: 30px; }
    .p-theme__link::after {
      display: none; }
  .p-theme__cat {
    font-size: 1.3rem; }
  .p-theme__tit {
    padding-bottom: 10px;
    border-bottom: 1px #ddd solid; }
  .p-theme__txt {
    margin-top: 15px; }
  .p-theme__info {
    padding: 20px 20px 15px; }
    .p-theme__info dl dt {
      width: 6em;
      padding: 0 10px 10px; }
    .p-theme__info dl dd {
      margin-bottom: 10px;
      padding-left: 6.5em; }
  .p-map {
    background: #E9E9E9;
    padding: 60px 0 80px; }
    .p-map__area #gmap {
      height: 640px; }
  .p-blog {
    padding: 60px 0 40px; }
    .p-blog__list ul {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px;
      border-bottom: 1px #ddd solid;
      padding-bottom: 30px; }
      .p-blog__list ul li {
        width: 25%;
        padding: 0 15px 20px; }
        .p-blog__list ul li .eyec {
          height: 190px; }
  .p-bnr {
    padding-bottom: 40px; }
    .p-bnr__tit p {
      font-size: 2.1rem; }
  .p-pageti__main-txt {
    min-width: 360px;
    max-width: none;
    width: auto;
    left: 0;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0); }
    .p-pageti__main-txt > div {
      padding: 40px 20px; }
      .p-pageti__main-txt > div h1 {
        font-size: 3.0rem;
        padding: 0 10px 15px; }
      .p-pageti__main-txt > div p {
        padding: 15px 10px 0; }
        .p-pageti__main-txt > div p span {
          display: block;
          text-align: center; }
  .p-pageti__main .l-container__inner {
    position: relative;
    min-height: 320px; }

  .c {
    /*&-tit{
    	&__sec{
    		padding: 0 114px;
    		&-en{
    			font-size: 7.5rem;
    			padding: 0 20px 15px;
    			&::before, &::after{
    				width: 114px;
    				height: 43px;
    				bottom: 0 - 43 * 0.5px;
    			}
    			&::before{
    				left: 0 - 114px;
    			}
    			&::after{
    				right: 0 - 114px;
    			}
    		}
    	}
    	&__en{
    		display: block;
    		&-copy{
    			border: none;
    			margin: 0;
    			padding: 0;
    		}
    	}
    	&__para{
    		font-size: 4rem;
    		margin-bottom: 40px;
    		&-s{
    			font-size: 2.8rem;
    			margin-bottom: 40px;
    			span{
    				padding: 0 20px;
    			}
    		}
    	}
    }*/ } }
@media print, screen and (min-width: 641px) {
  .l-header__chiba ul li {
    width: 50% !important; } }
