/* =================================
 Reset / Base
================================= */
/* 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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol,
ul {
  list-style: none; }

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q,
blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

input[type=button],
input[type=submit] {
  -webkit-appearance: none; }

/* base
---------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  overflow: auto; }
  @media screen and (max-width: 767px) {
    html {
      -webkit-overflow-scrolling: touch; } }

body {
  position: relative;
  z-index: 0;
  width: 100%;
  line-height: 2;
  background-color: #fff;
  color: #333;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.7rem;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-all; }
  @media screen and (min-width: 768px) {
    body {
      min-width: 1100px;
      letter-spacing: .05em; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 15px;
      font-size: 1.5rem;
      overflow-x: hidden; } }

img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto; }

picture {
  display: block; }

a,
a img,
button {
  -webkit-transition: 0.4s;
  transition: 0.4s; }

a:link {
  color: inherit;
  text-decoration: none; }

a:visited {
  color: inherit; }

a:active {
  color: inherit; }

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8; } }
h1, h2, h3, h4, h5, h6 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500; }

/* =================================
 common
================================= */
/* device
---------------------------------------------------------- */
.u-only_sp {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .u-only_sp {
      display: block !important; } }

.u-only_pc {
  display: block !important; }
  @media screen and (max-width: 767px) {
    .u-only_pc {
      display: none !important; } }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default; } }
.u-col_ble {
  color: #2981c7; }
.u-col_red {
  color: #ca4040; }

.u-tac {
  text-align: center; }

/* layout
---------------------------------------------------------- */
.l-cont_ll {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .l-cont_ll {
      max-width: 1800px;
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .l-cont_ll {
      width: calc(100% - 40px); } }
.l-cont_l {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .l-cont_l {
      max-width: 1280px;
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .l-cont_l {
      width: calc(100% - 40px); } }
.l-cont_m {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .l-cont_m {
      max-width: 1200px;
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .l-cont_m {
      width: calc(100% - 40px); } }
.l-cont_s {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .l-cont_s {
      max-width: 1120px;
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .l-cont_s {
      width: calc(100% - 40px); } }
.l-cont_inner + .l-cont_inner {
  margin-top: 90px; }
  @media screen and (max-width: 767px) {
    .l-cont_inner + .l-cont_inner {
      margin-top: 40px; } }

.l-bg_wht, .l-bg_gry {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .l-bg_wht, .l-bg_gry {
      padding: 50px 0; } }
.l-bg_gry {
  background-color: #f2f3f4; }

/* =================================
 header
================================= */
.l-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .l-header {
      height: 70px;
      padding: 0px; } }
  .l-header_cont {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .l-header_logo {
    width: 150px;
    aspect-ratio: 1 / 1;
    background-color: #fff; }
    @media screen and (max-width: 1100px) and (min-width: 768px) {
      .l-header_logo {
        width: 140px; } }
    @media screen and (max-width: 767px) {
      .l-header_logo {
        width: 70px; } }
    .l-header_logo a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
    .l-header_logo img {
      width: 70%; }
  .l-header_contact {
    display: flex;
    align-items: center; }
    .l-header_contact_tel {
      width: 280px;
      height: 90px;
      background-color: #174e90; }
      @media screen and (max-width: 767px) {
        .l-header_contact_tel {
          width: 70px;
          height: 70px; } }
      .l-header_contact_tel a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-family: "Shippori Mincho", serif;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .l-header_contact_tel a {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #3366aa; } }
        .l-header_contact_tel a img {
          width: 35px;
          margin: 0 13px 0 0; }
          @media screen and (max-width: 767px) {
            .l-header_contact_tel a img {
              width: 30px;
              margin: 0 auto; } }
      @media screen and (min-width: 768px) {
        .l-header_contact_tel_num {
          line-height: 1;
          color: #fff; } }
      @media screen and (min-width: 768px) {
        .l-header_contact_tel_num {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media screen and (max-width: 1100px) and (min-width: 768px) {
        .l-header_contact_tel_num {
          font-size: 28px;
          font-size: 2.8rem; } }
    .l-header_contact_line {
      width: 280px;
      height: 90px; }
      @media screen and (max-width: 1100px) and (min-width: 768px) {
        .l-header_contact_line {
          width: 240px; } }
      @media screen and (max-width: 767px) {
        .l-header_contact_line {
          width: 70px;
          height: 70px; } }
      .l-header_contact_line a {
        display: flex;
        font-family: "Shippori Mincho", serif;
        font-weight: 600;
        align-items: center;
        justify-content: center;
        height: 100%;
        color: #06c755;
        background-color: #fff; }
        @media screen and (max-width: 767px) {
          .l-header_contact_line a {
            display: flex;
            align-items: center;
            justify-content: center; } }
        .l-header_contact_line a img {
          width: 42px;
          margin: 0 20px 0 0; }
          @media screen and (max-width: 1100px) and (min-width: 768px) {
            .l-header_contact_line a img {
              width: 35px;
              margin: 0 10px 0 0; } }
          @media screen and (max-width: 767px) {
            .l-header_contact_line a img {
              width: 30px;
              margin: 0 auto; } }
      @media screen and (min-width: 768px) {
        .l-header_contact_line_txt {
          font-size: 26px;
          font-size: 2.6rem; } }
      @media screen and (max-width: 1100px) and (min-width: 768px) {
        .l-header_contact_line_txt {
          font-size: 20px;
          font-size: 2rem; } }

/* =================================
 seo
================================= */
.l-seo {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .l-seo {
      padding: 35px 0; } }
  .l-seo_head {
    margin-bottom: 40px;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .l-seo_head {
        margin-bottom: 20px;
        font-size: 18px;
        font-size: 1.8rem; } }
  .l-seo_box {
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #f9f9f9;
    padding: 50px;
    max-width: 990px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .l-seo_box {
        font-size: 11px;
        font-size: 1.1rem;
        padding: 20px; } }
    .l-seo_box [data-simplebar] {
      z-index: 0; }
  .l-seo_cont {
    height: 240px; }
    @media screen and (max-width: 767px) {
      .l-seo_cont {
        height: 140px; } }
    .l-seo_cont .simplebar-content {
      padding: 0 45px 0 0 !important; }
      @media screen and (max-width: 767px) {
        .l-seo_cont .simplebar-content {
          padding: 0 20px 0 0 !important; } }
    .l-seo_cont .simplebar-track {
      background: #e3e3e3; }
      .l-seo_cont .simplebar-track.simplebar-vertical {
        width: 2px; }
      .l-seo_cont .simplebar-track .simplebar-scrollbar::before {
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 2px;
        background: #2981c7; }
      .l-seo_cont .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
        opacity: 1; }
  .l-seo_item {
    line-height: 1.71;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .l-seo_item {
        margin-top: 15px; } }
    .l-seo_item:first-of-type {
      margin-top: 0; }
    .l-seo_item_cont {
      margin-top: 15px; }
      @media screen and (max-width: 767px) {
        .l-seo_item_cont {
          margin-top: 10px; } }
      .l-seo_item_cont:first-of-type {
        margin-top: 0; }
    .l-seo_item_ttl {
      position: relative;
      z-index: 0;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .l-seo_item_ttl {
          margin-bottom: 5px;
          font-size: 12px;
          font-size: 1.2rem; } }
  .l-seo_ttl {
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .l-seo_ttl {
        margin-bottom: 10px;
        font-size: 14px;
        font-size: 1.4rem; } }
  .l-seo .c-list_midpoint li {
    margin-top: 0 !important; }
    .l-seo .c-list_midpoint li:not(:last-child) {
      margin-bottom: .6em; }
  .l-seo .c-txt_asterisk {
    margin-top: 10px; }

/* =================================
 footer
================================= */
.l-footer_copyright {
  line-height: 1;
  padding: 23px 0 114px;
  background-color: #f8f8f8;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Shippori Mincho", serif; }
  @media screen and (max-width: 767px) {
    .l-footer_copyright {
      padding: 10px 0 75px;
      font-size: 10px;
      font-size: 1rem; } }
.l-footer_fixed {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff; }
  @media screen and (min-width: 1101px) {
    .l-footer_fixed {
      padding: 0 0 0 40px; } }
  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .l-footer_fixed {
      padding: 0 0 0 20px; } }
  @media screen and (max-width: 767px) {
    .l-footer_fixed {
      height: 60px;
      background-color: #ada68c; } }
  @media screen and (min-width: 768px) {
    .l-footer_fixed_cont {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  @media screen and (min-width: 1101px) {
    .l-footer_fixed_logo {
      width: 80px; } }
  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .l-footer_fixed_logo {
      width: 80px; } }
  .l-footer_fixed_inner {
    display: flex;
    align-items: center; }
    @media screen and (min-width: 1101px) {
      .l-footer_fixed_inner {
        width: 660px; } }
    @media screen and (max-width: 1100px) and (min-width: 768px) {
      .l-footer_fixed_inner {
        width: 660px; } }
  .l-footer_fixed_block {
    display: flex;
    align-items: center;
    width: calc(100% - 90px); }
    @media screen and (max-width: 767px) {
      .l-footer_fixed_block {
        width: calc(100% - 60px); } }
  .l-footer_fixed_tel, .l-footer_fixed_line {
    width: 50%; }
    .l-footer_fixed_tel a, .l-footer_fixed_line a {
      font-family: "Shippori Mincho", serif;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 90px; }
      @media screen and (max-width: 767px) {
        .l-footer_fixed_tel a, .l-footer_fixed_line a {
          height: 60px; } }
  .l-footer_fixed_tel a {
    background-color: #174e90;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .l-footer_fixed_tel a {
        padding-top: 5px; } }
    .l-footer_fixed_tel a img {
      width: 36px;
      margin: 0 13px 0 0; }
      @media screen and (max-width: 1100px) and (min-width: 768px) {
        .l-footer_fixed_tel a img {
          width: 26px;
          margin: 0 8px 0 0; } }
      @media screen and (max-width: 767px) {
        .l-footer_fixed_tel a img {
          width: 18px;
          margin: 0 5px 0 0; } }
  .l-footer_fixed_tel_ttl {
    line-height: 1; }
    @media screen and (max-width: 1100px) and (min-width: 768px) {
      .l-footer_fixed_tel_ttl {
        font-size: 14px;
        font-size: 1.4rem; } }
  .l-footer_fixed_tel_num {
    line-height: 1;
    margin-top: 4px;
    font-size: 32px;
    font-size: 3.2rem; }
    @media screen and (max-width: 1100px) and (min-width: 768px) {
      .l-footer_fixed_tel_num {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media screen and (max-width: 767px) {
      .l-footer_fixed_tel_num {
        margin-top: 2px;
        font-size: 20px;
        font-size: 2rem; } }
  .l-footer_fixed_line a {
    background-color: #fff;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .l-footer_fixed_line a {
        padding-top: 5px; } }
    .l-footer_fixed_line a img {
      width: 38px;
      margin: 19px; }
      @media screen and (max-width: 1100px) and (min-width: 768px) {
        .l-footer_fixed_line a img {
          width: 36px;
          margin: 5px 10px 0 0; } }
      @media screen and (max-width: 767px) {
        .l-footer_fixed_line a img {
          width: 24px;
          margin: 12px; } }
  .l-footer_fixed_line_sub, .l-footer_fixed_line_main {
    line-height: 1.2;
    color: #06c755; }
  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .l-footer_fixed_line_sub {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) {
    .l-footer_fixed_line_sub {
      font-size: 10px;
      font-size: 1rem; } }
  .l-footer_fixed_line_main {
    margin-top: 3px;
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 19px; }
    @media screen and (max-width: 1100px) and (min-width: 768px) {
      .l-footer_fixed_line_main {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .l-footer_fixed_line_main {
        font-size: 13px;
        font-size: 1.3rem;
        margin-right: 12px; } }
  .l-footer_fixed_pagetop {
    position: relative;
    z-index: 0;
    width: 90px;
    height: 90px;
    background-color: #333;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .l-footer_fixed_pagetop {
        width: 60px;
        height: 60px; } }
    .l-footer_fixed_pagetop_img {
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 50%;
      width: 25px;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 767px) {
        .l-footer_fixed_pagetop_img {
          width: 15px; } }

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