@charset "UTF-8";
/*  common
================================================ */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent; }

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

html {
  font-size: 62.5%; }

body {
  font-family: sans-serif;
  line-height: 1; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none; }

img {
  vertical-align: bottom; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th, td {
  text-align: left;
  vertical-align: top; }

input, select, textarea {
  font-family: inherit; }

input[type="submit"] {
  cursor: pointer; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*  02_base
================================================ */
html {
  overflow: auto; }

body {
  min-width: 320px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  background: #f8f8f4;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .06em;
  overflow: hidden; }
  @media all and (min-width: 600px) {
    body {
      min-width: 1040px;
      font-size: 1.5rem; } }
  body.sg {
    height: auto; }

a {
  color: inherit;
  text-decoration: underline; }
  @media all and (min-width: 600px) {
    a:hover {
      text-decoration: none; } }

img {
  max-width: 100%;
  height: auto; }

strong,
strong span {
  font-weight: 600; }

.l-wrapper {
  position: relative; }

.l-container {
  padding: 0; }
  @media all and (min-width: 600px) {
    .l-container {
      padding: 0; }
      .l-container.col2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 1000px;
        margin: 0 auto; }
        .l-container.col2 .l-contents {
          order: 2;
          width: calc(100% - 250px - 20px); }
        .l-container.col2 .l-sidebar {
          width: 250px; } }

.l-contents {
  padding-bottom: 50px;
  background: #70e2fe; }
  @media all and (max-width: 599px) {
    .l-contents {
      padding-bottom: 25px; } }

#home .l-contents {
  background: #f8f8f4; }

.l-inner-box {
  background: #fff; }
  @media all and (min-width: 600px) {
    .l-inner-box {
      padding: 45px 50px; } }
  @media all and (max-width: 599px) {
    .l-inner-box {
      padding: 25px 10px; } }

* + .set01,
.set01 + .set01,
.wp-block-group {
  margin-top: 3em; }

.set01 .c-btn01 {
  margin-top: 1em; }

.leadBlock {
  position: relative;
  padding-bottom: 3em;
  background: #70e2fe; }
  .leadBlock::before, .leadBlock::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    background: #70e2fe;
    width: 50px; }
  .leadBlock::before {
    left: -50px; }
  .leadBlock::after {
    right: -50px; }
  @media all and (max-width: 599px) {
    .leadBlock::before {
      left: -25px;
      width: 25px; }
    .leadBlock::after {
      right: -25px;
      width: 25px; } }

.leadBox {
  padding: 0 50px 50px; }
  .leadBox p {
    font-size: 1.2em;
    font-weight: 700; }
  @media all and (max-width: 599px) {
    .leadBox {
      padding: 0 10px 25px; } }

.l-inner-box ul {
  margin: 1em 20px 1em;
  list-style-type: disc; }
.l-inner-box * + p {
  margin-top: 1.5em; }

.l-inner-box .wp-block-columns {
  margin-top: 0;
  margin-bottom: 0; }

.l-inner-box .wp-block-columns + .wp-block-columns {
  margin-top: 1.5em; }

@media all and (max-width: 599px) {
  .wp-block-column + .wp-block-column {
    margin-top: 2em; } }
/*  utility
================================================ */
/* pc <--> sp
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: 'sp'; }
  @media all and (min-width: 600px) {
    .u-media-query {
      font-family: 'pc'; } }

@media all and (max-width: 599px) {
  .u-view-pc {
    display: none !important; } }

@media all and (min-width: 600px) {
  .u-view-sp {
    display: none !important; } }

/* link
-------------------------------------- */
.u-alpha {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease; }
  @media all and (min-width: 600px) {
    .u-alpha {
      transition: all 0.3s ease; }
      .u-alpha:hover {
        opacity: .7; } }

/* layout
-------------------------------------- */
.u-cf::after {
  content: "";
  display: block;
  clear: both; }

.u-inner {
  box-sizing: border-box; }
  @media all and (max-width: 599px) {
    .u-inner {
      padding-left: 15px;
      padding-right: 15px; } }
  @media all and (min-width: 600px) {
    .u-inner {
      width: 100%;
      max-width: 1100px;
      margin: auto; } }

@media all and (max-width: 599px) {
  .u-inner02 {
    padding-left: 15px;
    padding-right: 15px; } }
@media all and (min-width: 600px) {
  .u-inner02 {
    padding-left: 55px;
    padding-right: 55px; } }

/* Wordpress
-------------------------------------- */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

img.aligncenter {
  display: block;
  margin: auto; }

p + figure img.aligncenter,
figure + * {
  margin-top: 2em; }

img.alignright {
  margin: auto 0 1em 1em; }

img.alignleft {
  margin: auto 1em 1em 0; }

.page-template-default .l-contents p + div,
.page-template-default .l-contents p + p {
  margin-top: 1.5em; }

.page-template-default .l-contents .wp-block-embed__wrapper {
  margin: 1.5em auto;
  max-width: 800px;
  width: 100%; }

.page-template-default .l-contents .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 500px; }
  @media all and (max-width: 599px) {
    .page-template-default .l-contents .wp-block-embed__wrapper iframe {
      height: 50vw; } }

.l-inner-box > section + section {
  margin-top: 50px; }

/*  common
@import "03_layout/_mainimg.scss";
@import "03_layout/_sidebar.scss";
================================================ */
/* .l-footer
================================================ */
.l-footer {
  color: #fff;
  background: #0f68c6; }
  .l-footer a {
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease; }
    .l-footer a:hover {
      border-bottom: 1px solid #fff; }
  .l-footer__sitemap {
    text-align: left; }
    .l-footer__sitemap-box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: baseline;
      margin: 0 30px;
      padding: 45px 30px 30px; }
    .l-footer__sitemap-list {
      font-size: 1.4rem; }
      .l-footer__sitemap-list > li {
        margin-bottom: 30px; }
      .l-footer__sitemap-list-child {
        padding: 8px 0 0 14px;
        font-size: 1.3rem; }
        .l-footer__sitemap-list-child li {
          margin-bottom: 10px; }
  @media all and (min-width: 600px) {
    .l-footer .l-footer__sitemap-list:nth-child(1) {
      width: 15%; }
    .l-footer .l-footer__sitemap-list:nth-child(2) {
      width: 33%; }
    .l-footer .l-footer__sitemap-list:nth-child(3) {
      width: 32%; }
    .l-footer .l-footer__sitemap-list:nth-child(4) {
      width: 20%; } }
  @media all and (max-width: 599px) {
    .l-footer .l-footer__sitemap-box {
      padding: 20px 0px 20px;
      margin: 0; }
    .l-footer .l-footer__sitemap-list {
      width: 50%; }
      .l-footer .l-footer__sitemap-list > li {
        margin-bottom: 15px;
        font-size: 1.2rem; }
      .l-footer .l-footer__sitemap-list-child {
        padding: 4px 0 0 7px; }
        .l-footer .l-footer__sitemap-list-child li {
          margin-bottom: 5px;
          font-size: 1.1rem; } }
  .l-footer .ft-area {
    background: #fff; }
    .l-footer .ft-area__inner {
      display: table;
      width: 100%; }
      .l-footer .ft-area__inner > p {
        padding: 15px 50px;
        display: table-cell;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1; }
    .l-footer .ft-area .ft-catch {
      color: #0f68c6; }
      .l-footer .ft-area .ft-catch span {
        display: inline-block;
        margin-top: 0.8em;
        color: #666;
        font-size: 1.3rem; }
    .l-footer .ft-area .ft-cr {
      text-align: right;
      color: #666; }
  @media all and (max-width: 599px) {
    .l-footer .ft-area__inner {
      padding: 10px; }
      .l-footer .ft-area__inner > p {
        padding: 0;
        display: block;
        font-size: 1.3rem;
        line-height: 1.2;
        text-align: center; }
      .l-footer .ft-area__inner .ft-catch span {
        font-size: 1rem; }
      .l-footer .ft-area__inner .ft-cr {
        margin: 10px 0 0;
        font-size: 1rem;
        text-align: center; } }

/* .l-header
================================================ */
.l-header {
  position: relative;
  min-width: 320px;
  background: #70e2fe url(../img/common/bg01.png) 0 0 no-repeat; }
  @media all and (min-width: 600px) {
    .l-header {
      width: 100%;
      min-width: 1000px; } }
  @media all and (max-width: 599px) {
    .l-header {
      background-size: 60vw; } }

/* .l-header .hd-info
-------------------------------------- */
.l-header .hd-info {
  position: relative;
  box-sizing: border-box; }
  .l-header .hd-info__inner {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box; }
  .l-header .hd-info__logo {
    font-weight: 700;
    line-height: 1.4;
    color: #666; }
  .l-header .hd-info__btn-tel a {
    position: relative;
    display: block;
    padding: 9px 0 9px 50px;
    color: #0f68c6;
    font-size: 3rem;
    font-family: 'Century Gothic', Arial;
    font-weight: 300;
    line-height: 1;
    lettre-spacing: 0;
    white-space: nowrap;
    text-decoration: none;
    background: url(../img/common/ico_tel.png) 10px center no-repeat;
    box-sizing: border-box;
    @inculde trans; }
  .l-header .hd-info__btn-contact {
    display: block;
    width: 187px;
    height: 42px;
    box-sizing: border-box;
    @inculde trans; }
    .l-header .hd-info__btn-contact a {
      position: relative;
      padding-left: 55px;
      height: 42px;
      display: flex;
      align-items: center;
      color: #666;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1;
      text-decoration: none;
      background: #fdfb6f url(../img/common/ico_mail.png) 10px center no-repeat;
      box-sizing: border-box;
      @inculde trans; }
      .l-header .hd-info__btn-contact a:hover {
        background-color: #dedede; }
  @media all and (max-width: 599px) {
    .l-header .hd-info {
      padding-top: 35px; }
      .l-header .hd-info__logo a {
        font-size: 4.5vw;
        text-align: center; }
      .l-header .hd-info__btn-tel {
        margin: 10px auto;
        display: table;
        width: 250px; }
        .l-header .hd-info__btn-tel a {
          padding-right: 10px;
          font-size: 2.4rem;
          background-color: #70e2fe; }
      .l-header .hd-info__btn-contact {
        margin: 10px auto;
        width: 250px; } }
  @media all and (min-width: 600px) {
    .l-header .hd-info {
      height: 120px;
      padding: 0; }
      .l-header .hd-info__inner {
        width: 100%;
        padding: 0; }
      .l-header .hd-info__logo {
        margin: 60px 0 5px 155px;
        font-size: 30px;
        line-height: 1; }
      .l-header .hd-info__box {
        max-width: none;
        display: table;
        width: 100%; }
        .l-header .hd-info__box > div {
          display: table-cell;
          vertical-align: top; }
        .l-header .hd-info__box-name {
          width: calc(100% - 260px);
          box-sizing: border-box; }
      .l-header .hd-info__btn-tel {
        float: right;
        padding: 6px 0 3px; }
      .l-header .hd-info__btn-contact {
        clear: both;
        float: right; }
        .l-header .hd-info__btn-contact a {
          width: 187px; } }

/* .l-header .nav-btn
-------------------------------------- */
.l-header .nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  z-index: 9999999999;
  background: #0f68c6;
  cursor: pointer; }
  .l-header .nav-btn__line {
    position: absolute;
    left: 17px;
    width: 21px;
    height: 2px;
    content: '';
    background: #fff;
    transition: all 0.3s ease; }
    .l-header .nav-btn__line:nth-child(1) {
      top: 21px; }
    .l-header .nav-btn__line:nth-child(2) {
      top: 27px; }
    .l-header .nav-btn__line:nth-child(3) {
      top: 33px; }
  .l-header .nav-btn.is-open .nav-btn__line:nth-child(1) {
    top: 27px;
    transform: rotate(-45deg); }
  .l-header .nav-btn.is-open .nav-btn__line:nth-child(2) {
    opacity: 0; }
  .l-header .nav-btn.is-open .nav-btn__line:nth-child(3) {
    top: 27px;
    transform: rotate(45deg); }
  .l-header .nav-btn__chara {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center; }

/* .l-nav
================================================ */
.l-nav {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 999999999999;
  width: 100%;
  max-height: calc(100vh - 55px);
  min-width: 320px;
  border-top: 1px solid #ebebeb;
  box-sizing: border-box;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease; }
  @media all and (max-width: 599px) {
    .l-nav {
      max-height: auto;
      overflow: auto;
      transform: translateX(120%);
      background: #fff; }
      .l-nav::-webkit-scrollbar {
        display: none; }
      .l-nav.is-open {
        transform: translateX(0); }
      .l-nav .nav-list {
        background: #fff; }
        .l-nav .nav-list__toggle-trigger {
          display: block;
          position: relative;
          padding: 11px 15px;
          font-size: 1.3rem;
          text-align: left; }
          .l-nav .nav-list__toggle-trigger.is-active::before {
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          .l-nav .nav-list__toggle-trigger::before {
            content: '';
            width: 6px;
            height: 6px;
            border: 0px;
            border-top: solid 2px #0f68c6;
            border-right: solid 2px #0f68c6;
            -ms-transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -3px;
            transition: all 0.3s ease; }
      .l-nav .nav-list li {
        border-bottom: 1px solid #ebebeb; }
      .l-nav .nav-list a {
        display: block;
        padding: 11px 15px;
        font-size: 1.3rem;
        text-align: left;
        text-decoration: none; }
      .l-nav .nav-list.is-active::before {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
  .l-nav .nav-list a {
    display: block;
    padding: 11px 15px;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    color: #666; }
    .l-nav .nav-list a span {
      font-weight: 600; }
  .l-nav__close {
    color: #fff;
    background: #0f68c6;
    padding: 8px 0 9px;
    text-align: center; }
    .l-nav__close-txt {
      position: relative;
      padding-left: 14px;
      font-size: 1.2rem; }
      .l-nav__close-txt::before, .l-nav__close-txt::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 8px;
        height: 1px;
        background: #fff; }
      .l-nav__close-txt::before {
        transform: rotate(45deg); }
      .l-nav__close-txt::after {
        transform: rotate(-45deg); }
  @media all and (min-width: 600px) {
    .l-nav {
      position: static;
      border: none;
      padding: 0; }
      .l-nav .nav-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 1100px;
        min-width: auto;
        margin: 0 auto;
        background: #fff; }
        .l-nav .nav-list li {
          border-bottom: none; }
        .l-nav .nav-list a {
          transition: all 0.3s ease;
          display: block;
          padding: 23px 5px;
          height: 60px;
          font-size: 1.4rem;
          line-height: 1;
          color: #333;
          border-bottom: 6px solid transparent;
          box-sizing: border-box; }
          .l-nav .nav-list a .small {
            display: block;
            font-size: 1.2rem; }
          .l-nav .nav-list a:hover {
            border-color: #0f68c6; }
        .l-nav .nav-list li.item01 a {
          background: #0f68c6;
          padding: 18px 0;
          width: 66px;
          text-align: center; }
          .l-nav .nav-list li.item01 a:hover {
            background: #06a4d6;
            border-color: transparent; }
        .l-nav .nav-list li:first-child {
          padding-right: 23px; }
        .l-nav .nav-list li:last-child {
          padding-right: 23px; }
      .l-nav .nav-list__item {
        position: relative;
        transition: all 0.3s ease; }
      .l-nav .nav-list__item:hover .child {
        display: block;
        position: absolute;
        padding: 5px 0;
        top: 58px;
        left: 0;
        background: #f6c9e6; } }

@media all and (min-width: 600px) {
  .class-01 .nav-list__item:nth-child(2) a,
  .class-02 .nav-list__item:nth-child(3) a,
  .class-03 .nav-list__item:nth-child(4) a,
  .covid-19 .nav-list__item:nth-child(5) a,
  #about .nav-list__item:nth-child(5) a,
  #price .nav-list__item:nth-child(6) a,
  #blog .nav-list__item:nth-child(7) a,
  #case .nav-list__item:nth-child(8) a,
  #voice .nav-list__item:nth-child(9) a {
    border-color: #0f68c6 !important; } }
/* .nav-overlay
================================================ */
.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  background: rgba(2, 97, 197, 0.25);
  z-index: 10; }
  @media all and (min-width: 600px) {
    .nav-overlay {
      display: none !important; } }

/* .breadcrumbs
================================================ */
.breadcrumbs {
  margin-bottom: 1em; }
  .breadcrumbs li {
    display: inline-block;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    line-height: 1; }
    .breadcrumbs li + li {
      padding-left: 20px;
      position: relative; }
      .breadcrumbs li + li::before {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        top: calc(50% - 3px);
        left: 3px;
        border: 0px;
        border-top: solid 1px #333;
        border-right: solid 1px #333;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

/*  component
@import "04_component/_button.scss";
@import "04_component/_list.scss";
================================================ */
/*
c-head01
*/
.page-template .l-contents h1,
.page-template-page-case .l-contents h1,
.archive .l-contents h1,
.page-template-page-blog .l-contents h1,
.page-template-page-voice .l-contents h1,
.single .l-contents h1,
.page-template-default .l-contents h1 {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 50px;
  text-align: left;
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  background: #0f68c6; }
  @media all and (max-width: 599px) {
    .page-template .l-contents h1,
    .page-template-page-case .l-contents h1,
    .archive .l-contents h1,
    .page-template-page-blog .l-contents h1,
    .page-template-page-voice .l-contents h1,
    .single .l-contents h1,
    .page-template-default .l-contents h1 {
      font-size: 1.8rem;
      line-height: 1.2; } }
  .page-template .l-contents h1::before,
  .page-template-page-case .l-contents h1::before,
  .archive .l-contents h1::before,
  .page-template-page-blog .l-contents h1::before,
  .page-template-page-voice .l-contents h1::before,
  .single .l-contents h1::before,
  .page-template-default .l-contents h1::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #70e2fe; }
  .page-template .l-contents h1::after,
  .page-template-page-case .l-contents h1::after,
  .archive .l-contents h1::after,
  .page-template-page-blog .l-contents h1::after,
  .page-template-page-voice .l-contents h1::after,
  .single .l-contents h1::after,
  .page-template-default .l-contents h1::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border: 9px solid transparent;
    border-right: 9px solid #fff;
    border-bottom: 9px solid #fff; }

/*
c-head02
<h2 class="c-head02"><span class="c-head02-en">Service</span><span class="c-head02-jp">サービス</span></h2>
*/
.c-head02 {
  position: relative;
  margin-bottom: 40px;
  padding: 0.9rem 0 0.9rem 65px;
  border: 2px solid #0f68c6;
  border-width: 2px 0;
  background: url(../img/common/ico_flag.png) 10px center no-repeat; }
  .c-head02 span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle; }
  .c-head02-en {
    font-family: Arial;
    font-size: 2.8rem;
    font-weight: 700;
    color: #0f68c6; }
  .c-head02-jp {
    margin-left: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #666; }
  @media all and (max-width: 599px) {
    .c-head02 {
      margin-bottom: 1em; }
      .c-head02-en {
        font-size: 2.2rem; }
      .c-head02-jp {
        font-size: 1.3rem; } }

.single .l-contents h2,
.page-template-default .l-contents h2 {
  margin-bottom: 25px;
  padding: 0.4em;
  font-size: 2.1rem;
  line-height: 1.4;
  text-align: center;
  color: #666;
  background: #fdfcb6;
  border-top: 2px solid #1ea4d9;
  border-bottom: 2px solid #1ea4d9; }
  @media all and (max-width: 599px) {
    .single .l-contents h2,
    .page-template-default .l-contents h2 {
      font-size: 1.8rem; } }

* + h2 {
  margin-top: 3em; }

/*
c-head03
*/
.single .l-contents h3,
.page-template-default .l-contents h3,
.c-head03 {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-bottom: 3px solid #bbbbbb; }
  .single .l-contents h3::before,
  .page-template-default .l-contents h3::before,
  .c-head03::before {
    position: absolute;
    display: block;
    content: "";
    top: 12px;
    left: 15px;
    width: 9px;
    height: 9px;
    background: #666; }
  @media all and (max-width: 599px) {
    .single .l-contents h3,
    .page-template-default .l-contents h3,
    .c-head03 {
      padding-left: 20px;
      font-size: 1.8rem;
      border-width: 2px; }
      .single .l-contents h3::before,
      .page-template-default .l-contents h3::before,
      .c-head03::before {
        top: 12px;
        left: 5px;
        width: 6px;
        height: 6px; } }

/*
c-table01
*/
.c-table01 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  border-collapse: collapse; }
  .c-table01 th, .c-table01 td {
    border: 1px solid #333;
    vertical-align: middle; }
  .c-table01 th {
    padding: 15px 20px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.2; }
    .c-table01 th .txt-small {
      font-size: 1.4rem; }
    @media all and (max-width: 599px) {
      .c-table01 th {
        font-size: 1.6rem; }
        .c-table01 th .txt-small {
          font-size: 1.2rem; } }
  .c-table01 td {
    padding: 10px 20px; }

.c-table02 {
  position: relative;
  top: -10px;
  left: -10px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  border-collapse: separate;
  border-spacing: 10px; }
  .c-table02 th, .c-table02 td {
    padding: 10px 20px;
    vertical-align: middle; }
    @media all and (max-width: 599px) {
      .c-table02 th, .c-table02 td {
        padding: 5px 10px; } }
  .c-table02 td {
    border: 1px solid #ccc;
    white-space: nowrap; }
  .c-table02 th {
    text-align: center;
    background: #eee;
    line-height: 1.2;
    white-space: nowrap; }

/*
c-flex01
*/
.c-flex01 {
  display: flex; }
  @media all and (max-width: 599px) {
    .c-flex01 {
      flex-wrap: wrap;
      align-items: start; }
      .c-flex01-box {
        width: 100%; } }

/*
Form

c-form01

.c-form01 - base style

Markup:
<div></div>

Styleguide 3.0.0
*/
@media all and (max-width: 599px) {
  .c-form01 th,
  .c-form01 td {
    display: block; } }
.c-form01 table {
  margin: auto;
  width: auto; }
.c-form01 th, .c-form01 td {
  vertical-align: top;
  box-sizing: border-box; }
.c-form01 th {
  padding: 15px 15px 10px 0; }
.c-form01 td {
  padding: 0 15px 20px; }
.c-form01 textarea,
.c-form01 input[type="date"],
.c-form01 input[type="text"] {
  width: 100%;
  font-size: 1.4rem;
  padding: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box; }
.c-form01 .required,
.c-form01 .unrequired {
  position: relative;
  margin: 0 0 0 10px;
  top: -3px;
  display: inline-block;
  padding: 4px 10px;
  font-size: 1rem;
  line-height: 1; }
.c-form01 .required {
  color: #fff;
  background: #f00; }
.c-form01 .unrequired {
  background: #e9e7e7; }
.c-form01 .c-form01__area-btn {
  margin: 30px auto 35px;
  display: table; }
  .c-form01 .c-form01__area-btn .submitBtn {
    cursor: pointer;
    width: 100%;
    padding: 22px 3.5em 22px 4em;
    font-size: 1.4rem;
    letter-spacing: 0.5em;
    color: #fff;
    background: #0f68c6;
    border: 0px;
    transition: all 0.3s ease; }
    .c-form01 .c-form01__area-btn .submitBtn span {
      position: relative;
      display: block; }
    .c-form01 .c-form01__area-btn .submitBtn::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background: #70e2fe;
      transition: all 0.3s ease; }
    .c-form01 .c-form01__area-btn .submitBtn:hover::before {
      width: 100%;
      content: ""; }
@media all and (min-width: 600px) {
  .c-form01 th {
    padding: 30px 30px 0 0;
    width: 220px; }
  .c-form01 td {
    padding: 25px 0 25px 0;
    width: 600px; }
  .c-form01 .required,
  .c-form01 .unrequired {
    float: right;
    top: 4px;
    font-size: 1.1rem; }
  .c-form01 textarea,
  .c-form01 input[type="text"] {
    padding: 9px;
    font-size: 1.5rem; }
  .c-form01 .c-form01-input.is-date {
    display: block;
    width: 350px; }
    .c-form01 .c-form01-input.is-date::after {
      top: 15px;
      right: 15px;
      border: 6px solid transparent;
      border-top: 8px solid #231815; }
  .c-form01 .c-form01__area-btn {
    margin: 57px auto 35px; }
    .c-form01 .c-form01__area-btn .submitBtn {
      position: relative;
      width: 380px;
      height: 80px;
      font-size: 1.8rem;
      box-sizing: border-box; } }

/* WP  */
.mwform-checkbox-field label,
.mwform-radio-field label {
  display: flex;
  align-items: center; }

/* 確認画面 */
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .mes {
  display: none; }
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .c-form01::before {
  display: table;
  margin: 0 auto 2em;
  content: "入力内容の確認";
  font-size: 2rem;
  border-bottom: 1px solid #333;
  letter-spacing: 0.5em;
  padding-left: 0.5em; }
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .c-form01 th,
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .c-form01 td {
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px; }

::placeholder {
  color: #ddd; }

/*
pagenation

.pagenation - base style

Markup:
<div class="pagenation">
<a class="prev page-numbers" href="https://marianet-kt.com/wp/column/">&laquo; 前へ</a>
<span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="https://marianet-kt.com/wp/column/page/2/">2</a>
<a class="next page-numbers" href="https://marianet-kt.com/wp/column/page/2/">次へ &raquo;</a>
</div><!-- /pagenation -->


<div class='wp-pagenavi' role='navigation'>
<span class='pages'>1 / 2</span>
<a class="previouspostslink" rel="prev" href="https://marianet-kt.com/wp/cat1/">&laquo;</a>
<span aria-current='page' class='current'>1</span>
<a class="page larger" title="Page 2" href="https://marianet-kt.com/wp/cat1/page/2/">2</a>
<a class="nextpostslink" rel="next" href="https://marianet-kt.com/wp/cat1/page/2/">&raquo;</a>
</div>


*/
.wp-pagenavi,
.pagenation {
  clear: both;
  display: table;
  border-collapse: separate;
  border-spacing: 5px;
  margin: auto; }
  .wp-pagenavi a, .wp-pagenavi span,
  .pagenation a,
  .pagenation span {
    display: table-cell;
    padding: 5px 10px;
    font-size: 1.3rem;
    text-decoration: none; }
  .wp-pagenavi a,
  .pagenation a {
    color: #333;
    background: #fff;
    border: 1px solid #70e2fe;
    transition: all 0.3s ease; }
    .wp-pagenavi a:hover,
    .pagenation a:hover {
      color: #333;
      background: #efefef;
      border: 1px solid #333; }
  .wp-pagenavi span,
  .pagenation span {
    color: #70e2fe;
    background: #0f68c6;
    border: 1px solid #0f68c6; }
  @media all and (max-width: 599px) {
    .wp-pagenavi a, .wp-pagenavi span,
    .pagenation a,
    .pagenation span {
      padding: 5px 8px;
      font-size: 1rem; } }

/*
pagenation
<div class="pagenation02 u-cf">
<?php if( get_previous_post_link() ) : ?>
		<div class="nav-previous"><?php previous_post_link('%link', '&laquo; %title'); ?></div>
<?php endif; ?>
<?php if( get_next_post_link() ) : ?>
		<div class="nav-next"><?php next_post_link('%link', '%title &raquo;'); ?></div>
<?php endif; ?>
		<div class="nav-previous"><a href="<?php echo home_url('/column/'); ?>">不動産コラム一覧</a></div>
	</div>
</div>
*/
.pagenation02 {
  clear: both;
  margin: 55px 55px 0; }
  .pagenation02 a {
    display: block;
    padding: 5px 10px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;
    background: #0f68c6;
    border: 1px solid #0f68c6;
    transition: all 0.3s ease; }
    .pagenation02 a:hover {
      color: #333;
      background: #fff; }
  .pagenation02 span {
    width: 64px;
    height: 35px;
    display: block; }
  .pagenation02 .nav-previous {
    float: left; }
  .pagenation02 .nav-next {
    float: right; }
  .pagenation02 .nav-top {
    display: table;
    margin: auto; }
  @media all and (max-width: 599px) {
    .pagenation02 {
      margin: 40px 15px 0;
      width: calc(100% - 30px); }
      .pagenation02 a {
        padding: 5px 8px;
        font-size: 1rem; }
      .pagenation02 span {
        width: 52px; } }

/*
List
c-list01
.c-list01 - base style
Markup:
<ul class="c-list01">
	<li>所属/資格が入ります。</li>
</ul>
Styleguide 3.0.0
*/
.c-list01 li {
  position: relative; }
.c-list01 > li {
  padding-left: 1em;
  margin-bottom: 0.5em; }
  .c-list01 > li::before {
    position: absolute;
    display: block;
    content: "";
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #666; }
.c-list01 ul li {
  padding-left: 1em;
  margin-bottom: 0.5em; }
  .c-list01 ul li::before {
    position: absolute;
    display: block;
    content: "";
    top: 11px;
    left: 0;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #666; }

ol li {
  margin-left: 20px;
  list-style-type: decimal; }

/*
Button

.c-btn01 - base style

Markup:
<p class="c-btn01"><a  href="#">こちら</a></p>

Styleguide 2.0.0
*/
.c-btn01 a {
  position: relative;
  float: right;
  display: table;
  padding: 6px 15px 6px 25px;
  text-decoration: none;
  color: #fff;
  background-color: #0f68c6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.3s ease; }
  .c-btn01 a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -3px; }
  .c-btn01 a:hover {
    background-color: #70e2fe; }
.c-btn01::after {
  display: block;
  clear: both;
  content: ''; }

/*  helper
================================================ */
.js-switch-tab {
  cursor: pointer; }

.js-switch-content {
  display: none; }
  .js-switch-content.is-active {
    display: block; }

.js-toggle-trigger {
  cursor: pointer; }

.js-toggle-content {
  display: none; }

/*  page
@import "06_page/_azimuth.scss";
@import "06_page/_qa.scss";
@import "06_page/_column.scss";
================================================ */
/*  home-mv
================================================ */
.home-mv {
  padding-top: 30px;
  position: relative;
  background: #70e2fe; }
  .home-mv .u-inner {
    max-width: 1100px; }
    @media all and (max-width: 599px) {
      .home-mv .u-inner {
        padding: 10px 0 0 0; } }
  .home-mv img {
    position: relative;
    display: block; }
  .home-mv__item {
    position: relative; }
    .home-mv__item .mv-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      z-index: 9999999999999; }
  .home-mv .mv01 .mv-head01,
  .home-mv .mv01 .mv-head02, .home-mv .mv02 .mv-head01,
  .home-mv .mv02 .mv-head02 {
    color: #666;
    text-shadow: 3px 3px 0px #fff, -3px -3px 0px #fff, -3px 3px 0px #fff,  3px -3px 0px #fff, 3px 0px 0px #fff, -3px -0px 0px #fff, 0px 3px 0px #fff,  0px -3px 0px #fff; }
  .home-mv .mv01 .mv-head03 {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #666;
    text-shadow: 3px 3px 0px #f1d9c3, -3px -3px 0px #f1d9c3, -3px 3px 0px #f1d9c3,  3px -3px 0px #f1d9c3, 3px 0px 0px #f1d9c3, -3px -0px 0px #f1d9c3, 0px 3px 0px #f1d9c3,  0px -3px 0px #f1d9c3;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: right; }
  .home-mv .mv-head01 {
    font-family: "Arial";
    font-weight: 400;
    line-height: 1; }
  .home-mv .mv01 .mv-head01 {
    letter-spacing: -0.03em; }
  .home-mv .mv02 .mv-head01 {
    letter-spacing: 0; }
  .home-mv .mv03 .mv-head01 {
    letter-spacing: 0.04em; }
  .home-mv .mv03 {
    color: #fff;
    text-align: right; }
  .home-mv .mv03 .mv-inner02 {
    width: 100%;
    padding-top: 15px;
    padding-right: 20px;
    box-sizing: border-box; }
  .home-mv .bx-pager {
    display: flex;
    align: center;
    justify-content: center; }
  .home-mv .bx-pager-item {
    padding: 18px 8px 24px; }
  .home-mv .bx-pager-link {
    display: block;
    font-size: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .home-mv .bx-pager-link.active {
      background: #fdfb6f; }
  @media all and (min-width: 600px) {
    .home-mv .mv-head01 {
      padding-bottom: 10px;
      padding-left: 70px;
      font-size: 6rem; }
      .home-mv .mv-head01 .jp {
        font-size: 5.2rem; }
    .home-mv .mv03 .mv-head01 {
      padding-top: 40px;
      padding-bottom: 0px;
      font-size: 9rem;
      line-height: 0.9; }
    .home-mv .mv-head02 {
      padding-left: 70px;
      font-size: 2.1rem;
      line-height: 1.1; }
    .home-mv .mv02 {
      padding-bottom: 10px; } }
  @media all and (max-width: 599px) {
    .home-mv .mv01 .mv-head01,
    .home-mv .mv01 .mv-head02, .home-mv .mv02 .mv-head01,
    .home-mv .mv02 .mv-head02 {
      text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff,  2px -2px 0px #fff, 2px 0px 0px #fff, -2px -0px 0px #fff, 0px 2px 0px #fff,  0px -2px 0px #fff; }
    .home-mv .mv01 .mv-head01 {
      padding-bottom: 5px; }
    .home-mv .mv01 .mv-head03 {
      font-size: 1rem;
      text-shadow: 1px 1px 0px #f1d9c3, -1px -1px 0px #f1d9c3, -1px 1px 0px #f1d9c3,  1px -1px 0px #f1d9c3, 1px 0px 0px #f1d9c3, -1px -0px 0px #f1d9c3, 0px 1px 0px #f1d9c3,  0px -1px 0px #f1d9c3; }
    .home-mv .mv-head01 {
      padding-bottom: 10px;
      padding-left: 3vw;
      font-size: 5.5vw;
      line-height: 1.2; }
      .home-mv .mv-head01 .jp {
        font-size: 5vw; }
    .home-mv .mv03 .mv-head01 {
      padding-top: 40px;
      padding-bottom: 0px;
      line-height: 0.9; }
    .home-mv .mv-head02 {
      padding-left: 3vw;
      font-size: 3.5vw;
      line-height: 1.1; }
    .home-mv .mv01 .mv-head02 {
      padding-right: 35vw;
      font-size: 3vw;
      line-height: 1.3; }
    .home-mv .mv03 .mv-head01 {
      padding-top: 0;
      padding-bottom: 5px;
      font-size: 7vw; }
    .home-mv .bx-pager-item {
      padding: 10px 8px; }
    .home-mv .mv03 .mv-inner02 {
      padding-top: 9vw;
      padding-right: 10px; } }

/*  home-click
================================================ */
.home-click {
  position: relative;
  padding: 15px;
  text-align: center;
  background: #fff; }

/*  home-service
================================================ */
.home-service {
  position: relative;
  padding: 50px 0 10px;
  background: #f8f8f4; }
  @media all and (min-width: 600px) {
    .home-service__list {
      display: flex;
      align-items: flex-end;
      justify-content: center; }
      .home-service__list li {
        margin: 0 14px 0 15px; }
      .home-service__list a {
        transition: all 0.3s ease; }
      .home-service__list a:hover {
        opacity: 0.5; } }
  @media all and (max-width: 599px) {
    .home-service__list {
      text-align: center; }
      .home-service__list li + li {
        margin-top: 20px; } }

/*  home-blog
================================================ */
.home-blog {
  position: relative;
  padding: 50px 0 10px;
  background: #f8f8f4; }
  @media all and (min-width: 600px) {
    .home-blog {
      padding: 50px 0 35px; } }
  .home-blog__list {
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 0;
    max-width: 1000px; }
    .home-blog__list a {
      display: block;
      text-decoration: none;
      color: #333;
      transition: all 0.3s ease; }
      .home-blog__list a .home-blog__txt {
        position: relative;
        line-height: 1.4; }
      .home-blog__list a img {
        transition: all 0.3s ease; }
      .home-blog__list a:hover img {
        opacity: 0.5; }
    @media all and (min-width: 600px) {
      .home-blog__list > li {
        width: 313px;
        margin-right: 29px;
        margin-bottom: 30px; }
        .home-blog__list > li:nth-child(3n) {
          margin-right: 0; } }
    @media all and (max-width: 599px) {
      .home-blog__list {
        max-width: 313px;
        margin: 30px auto; }
        .home-blog__list > li {
          margin-bottom: 30px; } }

.home-blog__cat {
  margin: 14px 0 10px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap; }
  .home-blog__cat li {
    margin: 3px 10px 3px 0;
    padding: 3px 5px 5px;
    font-size: 1.3rem;
    background: #eee; }

.home-blog__subject {
  font-size: 1.8rem;
  font-weight: 700; }

.home-blog__text {
  margin-top: 5px;
  font-size: 1.4rem; }

@media all and (max-width: 599px) {
  .home-blog__cat {
    margin: 4px 0 5px; }
    .home-blog__cat li {
      font-size: 1.1rem; }

  .home-blog__subject {
    font-size: 1.5rem; }

  .home-blog__text {
    font-size: 1.2rem; } }
/*  comic
================================================ */
.comic {
  margin: 2em 0 3em !important;
  padding: 0; }
  .comic li {
    list-style: none;
    margin: 0 0 10px;
    padding: 0; }
  @media all and (min-width: 600px) {
    .comic {
      display: flex;
      flex-wrap: wrap; }
      .comic li {
        width: 33%;
        margin-right: 0.5%;
        margin-bottom: 5px; }
      .comic li:nth-child(3n) {
        margin-right: 0; } }

/*  .page-template-page-voice
================================================ */
.voice .voice-youtube,
.voice .voice-txt,
.voice .voice-img {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .voice .voice-youtube li,
  .voice .voice-txt li,
  .voice .voice-img li {
    list-style-type: none;
    padding: 0;
    margin: 0 0 2em;
    box-sizing: border-box; }
.voice .voice-youtube {
  position: relative;
  margin: 0;
  box-sizing: border-box;
  padding: 20px;
  background: #fdfb6f;
  overflow: hidden; }
  .voice .voice-youtube::after {
    position: absolute;
    display: block;
    content: "";
    left: -30px;
    right: -30px;
    bottom: -10px;
    height: 30px;
    background: #fff;
    transform: rotate(1deg); }
.voice .voice-txt {
  margin-top: 1em; }
  .voice .voice-txt li {
    position: relative;
    padding: 1.5em;
    border: 1px solid #666; }
    .voice .voice-txt li::after {
      position: absolute;
      display: block;
      content: "";
      right: -1px;
      bottom: -1px;
      border: 15px solid transparent;
      border-right: 10px solid #fff;
      border-bottom: 10px solid #fff;
      border-top: 10px solid #666;
      border-left: 10px solid #666; }
  .voice .voice-txt .voice-name {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc; }
.voice iframe {
  width: 100%; }
.voice .voice-img {
  position: relative;
  margin: 0;
  box-sizing: border-box;
  padding: 20px;
  background: #fdfb6f;
  background: #0f68c6;
  overflow: hidden; }
  .voice .voice-img::after {
    position: absolute;
    display: block;
    content: "";
    left: -30px;
    right: -30px;
    top: -10px;
    height: 30px;
    background: #fff;
    transform: rotate(-1deg); }
@media all and (max-width: 599px) {
  .voice .voice-youtube {
    justify-content: center; }
    .voice .voice-youtube iframe {
      width: 100%;
      height: 50vw; }
    .voice .voice-youtube::after {
      left: -30px;
      right: -30px;
      bottom: -20px;
      height: 30px;
      transform: rotate(2deg); }
  .voice .voice-txt {
    padding: 0 15px; }
  .voice .voice-img li {
    padding-top: 2em;
    margin-bottom: 0; } }
@media all and (min-width: 600px) {
  .voice .voice-youtube li,
  .voice .voice-img li {
    width: 32%; }
    .voice .voice-youtube li:nth-child(3n - 1),
    .voice .voice-img li:nth-child(3n - 1) {
      margin-left: 2%;
      margin-right: 2%; }
  .voice .voice-youtube iframe,
  .voice .voice-img iframe {
    width: 100%;
    height: 180px; }
  .voice .voice-img li {
    padding-top: 2em;
    margin-bottom: 0; }
  .voice .voice-txt li {
    width: 30%; }
    .voice .voice-txt li:nth-child(3n - 1) {
      margin-left: 5%;
      margin-right: 5%; } }

/*	contact-form
================================================ */
.contact-form__error input[type="text"],
.contact-form__error input[type="email"],
.contact-form__error textarea,
.contact-form__error select {
  background: #fff4f4; }
@media all and (max-width: 599px) {
  .contact-form {
    padding-top: 50px;
    padding-bottom: 70px; } }
@media all and (min-width: 600px) {
  .contact-form {
    padding-top: 50px;
    padding-bottom: 120px; }
    .contact-form__inner {
      margin: auto;
      width: 1000px; } }

/*	contact-thanks
================================================ */
.contact-thanks__inner {
  text-align: center;
  background: #fff; }
.contact-thanks__txt01 {
  margin: 20px 15px;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.2em; }
  .contact-thanks__txt01::before, .contact-thanks__txt01::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    width: 20px;
    height: 1px;
    background: #666; }
  .contact-thanks__txt01::before {
    left: calc(50% - 110px);
    transform: rotate(65deg); }
  .contact-thanks__txt01::after {
    left: calc(50% + 85px);
    transform: rotate(-65deg); }
@media all and (max-width: 599px) {
  .contact-thanks {
    padding-top: 60px;
    padding-bottom: 100px; }
    .contact-thanks__img {
      margin: auto;
      width: 87px; }
    .contact-thanks__txt02 {
      margin: 0 6px;
      font-size: 1.2rem;
      font-weight: 600; }
    .contact-thanks__btn01 {
      margin-top: 40px;
      width: 232px;
      height: 50px; }
      .contact-thanks__btn01 .c-btn01__link {
        font-size: 1.3rem; } }
@media all and (min-width: 600px) {
  .contact-thanks {
    padding-bottom: 190px; }
    .contact-thanks__inner {
      margin: auto;
      width: 1000px; }
    .contact-thanks__txt01 {
      margin: 15px;
      font-size: 2.8rem; }
      .contact-thanks__txt01::before, .contact-thanks__txt01::after {
        width: 25px; }
      .contact-thanks__txt01::before {
        left: calc(50% - 140px); }
      .contact-thanks__txt01::after {
        left: calc(50% + 115px); }
    .contact-thanks__txt02 {
      margin: 40px auto 100px;
      width: 650px;
      font-weight: 600; }
    .contact-thanks__img {
      margin: auto;
      width: 109px; }
    .contact-thanks__btn01 {
      width: 264px; } }

/*  blogList
================================================ */
.blogList {
  position: relative;
  padding: 50px 0 10px;
  background: #f8f8f4; }
  @media all and (min-width: 600px) {
    .blogList {
      padding: 50px 0 35px; } }
  .blogList__list {
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 0;
    max-width: 1000px; }
    .blogList__list li {
      list-style-type: none !important; }
    .blogList__list a {
      display: block;
      text-decoration: none;
      color: #333;
      transition: all 0.3s ease; }
      .blogList__list a .blogList__txt {
        position: relative;
        line-height: 1.4; }
      .blogList__list a img {
        transition: all 0.3s ease; }
      .blogList__list a:hover img {
        opacity: 0.5; }
    @media all and (min-width: 600px) {
      .blogList__list > li {
        width: 29%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 30px; } }
    @media all and (max-width: 599px) {
      .blogList__list {
        max-width: 313px;
        margin: 30px auto; }
        .blogList__list > li {
          margin-bottom: 30px; }
        .blogList__list a .blogList__cat {
          margin: 4px 0 5px;
          font-size: 1.2rem; }
          .blogList__list a .blogList__cat li {
            margin-top: 3px; }
        .blogList__list a .blogList__subject {
          font-size: 1.5rem; }
        .blogList__list a .blogList__text {
          font-size: 1.2rem; } }

.cat-data,
.blogList__cat {
  padding: 0;
  margin: 14px 0 10px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap; }
  .cat-data li,
  .blogList__cat li {
    margin: 3px 10px 3px 0;
    padding: 3px 5px 5px;
    font-size: 1.3rem;
    background: #eee;
    list-style-type: none; }

.blogList__subject {
  font-size: 1.8rem;
  font-weight: 700; }

.blogList__text {
  margin-top: 5px;
  font-size: 1.4rem; }

@media all and (max-width: 599px) {
  .cat-data,
  .blogList__cat {
    margin: 4px 0 5px; }
    .cat-data li,
    .blogList__cat li {
      font-size: 1.1rem; }

  .blogList__subject {
    font-size: 1.5rem; }

  .blogList__text {
    font-size: 1.2rem; } }
.cat-data a {
  text-decoration: none;
  transition: all 0.3s ease; }
  .cat-data a:hover {
    background: #999; }

@media all and (min-width: 600px) {
  .article-info {
    display: flex;
    align-items: center;
    justify-content: flex-end; } }
.single-post .l-contents .article-content h1::before {
  background: #fff; }

.article-content p {
  margin-bottom: 2em; }

/*  .page-template-page-case
================================================ */
#case .l-inner-box {
  padding: 20px; }
  @media all and (max-width: 599px) {
    #case .l-inner-box {
      padding: 10px; } }

.case-youtube {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .case-youtube li {
    list-style-type: none;
    padding: 10px;
    margin: 0 0 2em;
    background: #fdfb6f;
    background: #eee;
    box-sizing: border-box; }
  .case-youtube iframe {
    width: 100%; }
  .case-youtube h3 {
    margin-top: 0.4em;
    padding: 0.5em;
    line-height: 1.4; }
  @media all and (max-width: 599px) {
    .case-youtube {
      justify-content: center; }
      .case-youtube iframe {
        width: 100%;
        height: 50vw; } }
  @media all and (min-width: 600px) {
    .case-youtube li {
      width: 32%; }
      .case-youtube li:nth-child(3n - 1) {
        margin-left: 2%;
        margin-right: 2%; }
    .case-youtube iframe {
      width: 100%;
      height: 170px; } }
