@charset "UTF-8";
/*
Theme Name: 
*/
/* ----------------------------- リセット */
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  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: baseline;
  background: transparent;
}

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;
}

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

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
  word-break: break-all;
  line-height: 180%;
}
#entrybody a {
  color: #22ABD8;
  text-decoration: underline;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 13px;
  font-size: 1.3rem;
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody p {
  line-height: 180%;
  margin-bottom: 1.2em;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 4.545% 5%;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 1em;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
}
#entrybody h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
  margin-top: 50px;
}
#entrybody h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  border-bottom: 4px solid #000000;
}
#entrybody h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
#entrybody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}
#entrybody h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}
#entrybody h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #000000;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

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

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 180%;
  color: #000;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1100px;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #dbdbdb;
}

:-ms-input-placeholder {
  color: #dbdbdb;
}

::-moz-placeholder {
  color: #dbdbdb;
}

::-placeholder {
  color: #dbdbdb;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

/*=======================================
ヘッダー
=========================================*/
.l-header {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.l-header:before, .l-header:after {
  content: none;
}
.l-header__logo {
  padding-left: 220px;
}
.l-header__logo p {
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #42464a;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
.l-header__logo .name {
  font-feature-settings: "palt";
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 45px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #00439a;
  line-height: 1;
}
.l-header__nav {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.l-header__nav ul li {
  float: left;
  margin-right: 30px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #333;
  background: transparent;
}
.l-header__nav ul li a span:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.l-header__nav ul li:nth-child(1) a span:before {
  content: "";
  width: 19px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url("img/top/icon01.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin-right: 5px;
}
.l-header__nav ul li:nth-child(2) a span:before {
  content: "";
  width: 22px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  background: url("img/top/icon02.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin-right: 5px;
}
.l-header__nav ul li:nth-child(3) a span:before {
  content: "";
  width: 15px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url("img/top/icon03.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin-right: 5px;
}
.l-header__nav .tel {
  width: 430px;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #97674a;
}
.l-header__nav .tel .num {
  font-family: Inter;
  font-weight: 500;
  font-size: 41px;
  text-align: center;
  color: #fff;
}
.l-header__nav .tel .num:before {
  content: "";
  width: 32px;
  height: 33px;
  display: inline-block;
  background: url("img/top/icon04.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.l-header__nav .tel .txt {
  display: block;
  border-top: 3px dotted #FFFFFF;
  padding-top: 5px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}

/*=======================================
ページタイトル
=========================================*/
.l-pagetitle {
  margin-bottom: 60px;
  background: #f8f7f1;
}
.l-pagetitle .c-wrap {
  height: 150px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.l-pagetitle h1 {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 35px;
  text-align: left;
  color: #00439a;
}
.l-pagetitle h1:before {
  content: "";
  width: 26px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url("img/top/icon01.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin-right: 10px;
}

/*=======================================
パンくず
=========================================*/
/*=======================================
コンテンツ
=========================================*/
/*=======================================
フッター
=========================================*/
.l-footer {
  background-color: #00439A;
  padding-top: 30px;
}
.l-footer__info .left {
  float: left;
}
.l-footer__info .left .logo a {
  display: block;
  text-decoration: none;
}
.l-footer__info .left .logo p {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
.l-footer__info .left .logo .name {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}
.l-footer__info .left .logo .name span {
  padding-left: 20px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
.l-footer__info .left ul {
  margin-top: 10px;
}
.l-footer__info .left ul li {
  float: left;
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
.l-footer__info .left ul li:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(img/top/arrow.svg) no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin-left: 10px;
}
.l-footer__info .left ul li:last-child {
  margin-right: 0;
}
.l-footer__info .left ul li a {
  color: #FFF;
}
.l-footer__info .right {
  float: right;
}
.l-footer__info .right .tel {
  max-width: 368px;
  width: 100%;
}
.l-footer__info .right .tel .number {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 41px;
  text-align: center;
  color: #fff;
}
.l-footer__info .right .tel .number span:before {
  content: "";
  width: 32px;
  height: 33px;
  display: inline-block;
  background: url("img/top/icon04.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.l-footer__info .right .tel .txt {
  display: block;
  border-top: 3px dotted #FFFFFF;
  padding-top: 10px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
.l-footer__copy {
  margin-top: 40px;
}
.l-footer__copy p {
  text-align: center;
  color: #FFF;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
}

/*=======================================
ページトップ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
    min-width: initial;
  }

  .l-header {
    display: block;
    position: fixed;
    background-color: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .l-header__logo {
    padding: 10px 15px;
  }
  .l-header__logo p {
    font-size: 10px;
  }
  .l-header__logo .name {
    font-size: 32px;
  }
  .l-header__logo a {
    float: left;
  }
  .l-header__logo .c-top-menu {
    float: right;
    padding-top: 6px;
  }
  .l-header__nav {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #FFF;
  }
  .l-header__nav ul li {
    float: none;
    margin-right: 0;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
  }
  .l-header__nav ul li:last-child {
    border-bottom: none;
  }
  .l-header__nav ul li a {
    padding: 10px;
    display: block;
    position: relative;
  }
  .l-header__nav ul li a span:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-left: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  .l-header__nav .tel {
    width: 100%;
    padding: 20px 10px;
  }
  .l-header__nav .tel .num {
    font-family: Inter;
    font-weight: 500;
    font-size: 32px;
  }
  .l-header__nav .tel .num:before {
    width: 22px;
    height: 23px;
  }
  .l-header__nav .tel .txt {
    font-size: 14px;
  }

  .btn-trigger {
    position: relative;
    width: 40px;
    height: 34px;
    cursor: pointer;
    z-index: 200;
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }

  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #444444;
    border-radius: 4px;
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }

  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }

  .btn-trigger span:nth-of-type(2) {
    top: 15px;
  }

  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  #btn03.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  #btn03.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }

  #btn03.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  #btn03.active span:nth-of-type(3) {
    opacity: 0;
  }

  .l-pagetitle {
    margin-bottom: 40px;
    margin-top: 67px;
  }
  .l-pagetitle .c-wrap {
    height: 80px;
  }
  .l-pagetitle h1 {
    font-size: 24px;
  }
  .l-pagetitle h1:before {
    width: 20px;
    height: 24px;
  }

  .l-footer {
    padding-top: 30px;
  }
  .l-footer__info .left {
    float: none;
  }
  .l-footer__info .left .logo a {
    display: block;
    text-decoration: none;
  }
  .l-footer__info .left .logo p {
    font-size: 14px;
    text-align: center;
  }
  .l-footer__info .left .logo .name {
    font-size: 20px;
    font-size: 32px;
    text-align: center;
  }
  .l-footer__info .left .logo .name span {
    padding-left: 0;
    padding-top: 10px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    display: block;
  }
  .l-footer__info .left ul {
    margin-top: 10px;
    text-align: center;
  }
  .l-footer__info .left ul li {
    display: inline-block;
    font-size: 14px;
    float: none;
  }
  .l-footer__info .right {
    float: none;
  }
  .l-footer__info .right .tel {
    max-width: auto;
    margin-top: 20px;
    width: 100%;
  }
  .l-footer__info .right .tel .number {
    font-size: 28px;
  }
  .l-footer__info .right .tel .number span:before {
    width: 22px;
    height: 23px;
  }
  .l-footer__info .right .tel .txt {
    font-size: 14px;
  }
  .l-footer__copy {
    margin-top: 20px;
  }
  .l-footer__copy p {
    font-size: 10px;
  }
}
