@charset "UTF-8";
/*****************************************

基本設定とPCSP共通設定はこのファイルに入れる

*****************************************/
/*--------------------------------------
カラー設定
---------------------------------------*/
/*--------------------------------------
フォント設定
---------------------------------------*/
@font-face {
  font-family: "font_notosans_r";
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "font_notosans_bo";
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "font_notosans_bl";
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype");
}

@font-face {
  font-family: "font_notoserif_r";
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Regular.eot") format("embedded-opentype"), url("../fonts/NotoSerifCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "font_notoserif_bo";
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Bold.eot") format("embedded-opentype"), url("../fonts/NotoSerifCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "font_notoserif_bl";
  font-weight: 900;
  src: url("../fonts/NotoSerifCJKjp-Black.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Black.eot") format("embedded-opentype"), url("../fonts/NotoSerifCJKjp-Black.ttf") format("truetype");
}

/*--------------------------------------
画像設定
---------------------------------------*/
/*--------------------------------------
リセット系
---------------------------------------*/
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tbody,
tfoot,
thead,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  clear: both;
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

p,
li,
small,
span,
figcaption {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #333;
}

a {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  color: #419bd7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

/*form関連*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*--------------------------------------
よく使うやつ
---------------------------------------*/
.txt_center {
  text-align: center !important;
}

.block_center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.txt_left {
  text-align: left !important;
}

.txt_right {
  text-align: right !important;
}

.txt_red {
  color: #f33;
}

.txt_underline {
  text-decoration: underline;
}

.fleft {
  display: block;
  float: left;
}

.fright {
  display: block;
  float: right;
}

.mb0 {
  margin-bottom: 0 !important;
}

/****** フォントサイズ調整 ******/
html {
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}

@media print, screen and (min-width: 768px) {
  body {
    position: relative;
    z-index: 1;
    font-size: 1.6em;
    /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  }
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
  .hover_none:hover {
    opacity: 1;
  }
  /*****************************************

ヘッダー　PC

*****************************************/
  a[href^="tel:"] {
    pointer-events: none;
  }
  /*button reset*/
  button {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    vertical-align: middle;
    text-align: inherit;
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    background-color: #fff;
  }
  header .header__inner {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 17px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header__title {
    width: auto;
    margin-right: 20px;
  }
  header .header__title img {
    vertical-align: middle;
  }
  header #site__navwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .menu {
    margin-right: 20px;
  }
  header .menu ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  header .menu ul > li {
    float: left;
    position: relative;
  }
  header .menu ul > li:last-child a {
    background-color: #419bd7;
    color: #fff;
    margin-left: 20px;
  }
  header .menu ul > li a {
    padding: 0 20px;
    color: #419bd7;
    font-weight: bold;
    font-size: 1.6rem;
    display: block;
    line-height: 40px;
  }
}

@media screen and (min-width: 768px) and (min-width: 767px) and (max-width: 1079px) {
  header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    /* トグルスイッチのデザイン */
    /* 非チェック時の.menu-list */
    /* チェック時の.menu-list */
    /* css4  */
    /* any-link 未対応ブラウザ用 */
    /* リンクホバー時 */
  }
  header .header__inner {
    position: relative;
  }
  header .header__title img {
    vertical-align: top;
  }
  header .menu {
    margin-right: 0;
  }
  header .menu ul li {
    float: none;
  }
  header .menu ul li:last-child a {
    background-color: #419bd7;
    color: #fff;
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;
    width: calc(100% - 40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  header .menu ul li ul {
    position: inherit;
    display: block;
    top: auto;
    left: auto;
  }
  header .menu ul li ul li {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: none;
  }
  header .menu ul li ul li a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    top: 0;
    bottom: 0;
    right: auto;
    left: 22px;
    margin: auto;
    background-color: #fff;
  }
  header .toggle__btn {
    position: fixed;
    top: 26px;
    right: 26px;
    z-index: 10;
    width: 32px;
    height: 32px;
    display: block;
  }
  header .toggle__btn-line {
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #419bd7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .toggle__btn-line::before, header .toggle__btn-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #419bd7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .toggle__btn-line::before {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  header .toggle__btn-line::after {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  header .toggle__btn-line.open {
    background-color: transparent;
  }
  header .toggle__btn-line.open::before, header .toggle__btn-line.open::after {
    content: "";
    background-color: #419bd7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .toggle__btn-line.open::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .toggle__btn-line.open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header #site__navwrap {
    display: none;
    position: absolute;
    top: 85px;
    right: 0;
    width: 100%;
    max-width: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    overflow-y: scroll;
    height: calc(100vh - 85px);
  }
  header #site__navwrap::-webkit-scrollbar {
    width: 5px;
  }
  header #site__navwrap::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
  }
  header #site__navwrap::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }
  header #site__navigation #header__navigation {
    margin-top: 12px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  header #site__navigation #header__navigation > li {
    float: none;
  }
  header #site__navigation #header__navigation > li a {
    margin: 0 16px;
    color: #419bd7;
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    line-height: 42px;
  }
  header #site__navigation #header__navigation > li a::after {
    display: none;
  }
  header #site__navigation #header__navigation > li:last-child a {
    color: #fff;
    margin-top: 10px;
  }
  header #site__navigation #header__navigation > li ul li {
    width: 100%;
  }
  header #site__navigation #header__navigation > li ul li a {
    padding: 0 18px 0 40px;
    color: #fff;
    white-space: nowrap;
    display: block;
    position: relative;
  }
  header #site__navigation #header__navigation > li ul li a::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    top: 0;
    bottom: 0;
    right: auto;
    left: 22px;
    margin: auto;
    background-color: #fff;
  }
  header .toggle__switch {
    display: block;
    width: 12em;
    font-size: 1em;
    background: #419bd7;
    -webkit-box-shadow: 1px 0 3px 0 #000;
            box-shadow: 1px 0 3px 0 #000;
    text-align: center;
  }
  header #menu__toggle {
    display: none;
  }
  header #menu__toggle:not(:checked) ~ .menu-list {
    width: 0;
  }
  header #menu__toggle:checked ~ .menu-list {
    width: 12em;
  }
  header .menu-list {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: #f0f0f0;
    -webkit-box-shadow: 1px 1px 3px 0 #000;
            box-shadow: 1px 1px 3px 0 #000;
    overflow: hidden;
    /* menu表示時のアニメーション */
    -webkit-transition: 1s;
    transition: 1s;
  }
  header .menu-list > .list-item {
    list-style: none;
  }
  header .menu-list > .list-item a {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    /* 単一行で表示 */
    white-space: nowrap;
    /* リンク下線非表示 */
    text-decoration: none;
    outline: none;
  }
  header .menu-list > .list-item a:-webkit-any-link {
    color: #000;
  }
  header .menu-list > .list-item a:-moz-any-link {
    color: #000;
  }
  header .menu-list > .list-item a:link,
  header .menu-list > .list-item a:visited {
    color: #000;
  }
  header .menu-list > .list-item a:hover {
    background: #303030;
    color: #fff;
  }
}

@media print, screen and (min-width: 768px) {
  /*****************************************

フッター　PC

*****************************************/
  footer {
    background-color: #419bd7;
  }
  footer .footer {
    max-width: 1020px;
    margin: 0 auto;
    padding: 40px 30px;
    color: #fff;
  }
  footer .footer:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  footer .footer a {
    color: #fff;
  }
  footer .footer p {
    color: #fff;
  }
  footer .footer__address {
    float: left;
    font-size: 1.4rem;
  }
  footer .footer__logo {
    margin-bottom: 16px;
  }
  footer .footer__logo img {
    height: 45px;
  }
  footer .footer__nav {
    float: right;
  }
  footer .footer__nav ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  footer .footer__nav ul > li {
    width: 170px;
  }
  footer .footer__nav ul a {
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
    padding-left: 21px;
    font-size: 1.4rem;
  }
  footer .footer__nav ul a::before {
    position: absolute;
    content: "";
    display: block;
    width: 1.2rem;
    height: 1px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  footer .info {
    background-color: #fff;
    text-align: center;
    padding: 4px 0;
  }
  footer .info small {
    color: #419bd7;
    font-size: 12px;
  }
  /*****************************************

PCの共通設定はこのファイルに入れる

*****************************************/
  /*共通*/
  h1 {
    font-size: 3.8rem;
  }
  h2 {
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
  }
  h3 {
    font-size: 3rem;
  }
  header {
    background-color: #fff;
  }
  #page {
    position: relative;
  }
  .subpagecontents {
    min-height: calc(100vh - 611px);
  }
  .bg_blue {
    background-color: #e9f7ff;
  }
  .bg_yellow {
    background-color: #fffae9;
  }
  .underline_pink {
    border-bottom: solid 2px #f198a7;
  }
  .ribbon_pink {
    background-color: #b10000;
    position: relative;
    color: #fff;
  }
  .ribbon_pink:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #b10000 transparent transparent transparent;
    border-width: 40px 40px 0 40px;
  }
  .ribbon_pink p {
    font-family: font_notosans_bo, sans-serif;
    font-size: 3rem;
    text-align: center;
    padding: 20px 0;
  }
  .ribbon_blue {
    background-color: #419bd7;
    position: relative;
    color: #fff;
  }
  .ribbon_blue:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #419bd7 transparent transparent transparent;
    border-width: 40px 40px 0 40px;
  }
  .ribbon_blue p {
    font-family: font_notosans_bo, sans-serif;
    font-size: 3rem;
    text-align: center;
    padding: 20px 0;
  }
  .content_box {
    width: calc(100% - 160px);
    padding: 100px 80px 115px;
    background-color: #fff;
    border-radius: 160px;
  }
  .pt0 {
    padding-top: 0;
  }
  .mb0 {
    margin-bottom: 0;
  }
  .mtm {
    margin-top: -80px;
  }
  /*Google map*/
  #map {
    height: 0;
    overflow: hidden;
    padding-bottom: 315px;
    position: relative;
  }
  #map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  /*TOPへ戻るボタン*/
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 18px;
    bottom: 50px;
    background: #e46c80;
    opacity: 0.7;
    border-radius: 50%;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /*TOP*/
  #main {
    border-bottom: solid 3px #419bd7;
  }
  #main .main__img img {
    width: 100%;
  }
  .contents {
    padding-top: 95px;
  }
  .contents__inner {
    max-width: 1020px;
    padding: 0 30px;
  }
  .contents__inner-out {
    max-width: 1220px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .contents__box {
    position: relative;
    padding-top: 8vw;
  }
  .contents__box_title {
    margin-bottom: 30px;
  }
  .contents__txtbox {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 4vw 30px;
    line-height: 1.8125;
  }
  .contents__txtbox p {
    margin-bottom: 16px;
  }
  .contents__txtbox .mb0 {
    margin-bottom: 0;
  }
  #top {
    background-color: #fff;
  }
  #top h2 {
    text-align: center;
    font-size: 2.6rem;
  }
  #top .btn {
    text-align: center;
    position: absolute;
    bottom: 2vw;
    right: 10vw;
  }
  #top .btn a {
    display: inline-block;
    padding: 0 30px 0 10px;
    line-height: 57px;
    font-weight: bold;
    position: relative;
    width: 170px;
    background-color: #419bd7;
    color: #fff;
  }
  #top .btn .lineArrow {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 24px;
    display: inline-block;
    width: 30px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
    margin: auto;
  }
  #top #topContents01 {
    background-image: url(../img/top_contents01_img01.png);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: top right;
    margin-bottom: 8vw;
  }
  #top #topContents01 .contents__box_inner {
    padding: 9vw 8vw;
    width: calc(60% - 16vw);
    background-image: url(../img/top_contents01_img02.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #top #topContents02 {
    background-image: url(../img/top_contents02_img01.png);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: top left;
    margin-bottom: 8vw;
  }
  #top #topContents02 .contents__box_inner {
    padding: 9vw 8vw;
    width: calc(60% - 16vw);
    background-image: url(../img/top_contents02_img02.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
  }
  #top #topContents02 .btn {
    right: auto;
    left: 10vw;
  }
  #top #topCompanyInfo {
    margin-bottom: 50px;
  }
  #top #topCompanyInfo .contents__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
  }
  #top #topCompanyInfo h2 {
    color: #419bd7;
    margin-right: 60px;
  }
  #top #topCompanyInfo h3 {
    font-size: 1.6rem;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    color: #12588b;
    margin-right: 20px;
    width: 8rem;
  }
  #top #topCompanyInfo .btn {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  #top #topCompanyInfo ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #top #topCompanyInfo ul li p {
    position: relative;
    padding-left: 50px;
    margin-right: 70px;
  }
  #top #topCompanyInfo ul li p::before {
    position: absolute;
    display: block;
    content: "";
    width: 38px;
    height: 1px;
    background-color: #419bd7;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #top #topCompanyInfo ul li p .postCode {
    padding-right: 2rem;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 767px) and (max-width: 1079px) {
  #top #topCompanyInfo .contents__inner {
    display: block;
  }
  #top #topCompanyInfo h2 {
    text-align: left;
    margin-bottom: 16px;
  }
  #top #topCompanyInfo ul {
    margin-bottom: 40px;
  }
  #top #topCompanyInfo .btn {
    text-align: right;
  }
  #top #topCompanyInfo .btn a {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  /*****************************************

固定ページ　PC

*****************************************/
  .submain {
    padding-top: 85px;
    height: 170px;
    background-image: url(../img/sub_main_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 85%;
  }
  .submain h1 {
    color: #fff;
    text-align: center;
    background-color: rgba(65, 155, 215, 0.25);
    line-height: 170px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 2px;
    font-size: 2.8rem;
  }
  .breadcrumbs__inner {
    max-width: 1020px;
    padding: 12px 30px;
    margin: auto;
    color: #777777;
    font-size: 1.2rem;
  }
  .breadcrumbs__inner .home span {
    color: #419bd7;
  }
  .subpagecontents {
    max-width: 1020px;
    margin: 0 auto;
    padding: 30px 30px 100px;
    /*index*/
  }
  .subpagecontents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .subpagecontents__index .content__txt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 40px auto 60px;
  }
  .subpagecontents__index .content__lists {
    margin-bottom: 40px;
  }
  .subpagecontents__index .content__lists ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .subpagecontents__index .content__lists ul li {
    width: calc(100% / 3 - 14px);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .subpagecontents__index .content__lists ul li:nth-child(3n) {
    margin-right: 0;
  }
  .subpagecontents__index .content__lists ul li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
    border: solid 1px #419bd7;
    line-height: 68px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
  }
  .subpagecontents__index .content__lists ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-top: 8px solid transparent;
    border-left: 8px solid #b10000;
    border-bottom: 8px solid transparent;
  }
  .subpagecontents__index h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .subpagecontents__main {
    float: right;
    width: calc(100% - 290px);
    /* お問い合わせフォーム  */
  }
  .subpagecontents__main h2 {
    font-size: 2.6rem;
    border-left: solid 6px #419bd7;
    padding-left: 20px;
    padding: 8px 20px 6px;
    line-height: 1;
    margin-bottom: 34px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    color: #419bd7;
  }
  .subpagecontents__main h3 {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 18px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    color: #333;
    position: relative;
    padding-left: 3rem;
  }
  .subpagecontents__main h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #419bd7;
    left: 0;
  }
  .subpagecontents__main p {
    line-height: 1.8;
    margin-bottom: 28px;
    letter-spacing: 1.6px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .subpagecontents__main table {
    margin-bottom: 20px;
  }
  .subpagecontents__main table tbody tr th, .subpagecontents__main table tbody tr td {
    border-bottom: solid 2px #fff;
    padding: 14px 16px;
    letter-spacing: 1.6px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }
  .subpagecontents__main table tbody tr th {
    background-color: #419bd7;
    text-align: left;
    width: 30%;
    vertical-align: middle;
    color: #fff;
    border-right: solid 10px #fff;
  }
  .subpagecontents__main table tbody tr td {
    border-bottom: dotted 2px #419bd7;
  }
  .subpagecontents__main .wp-block-button__link {
    background-color: #419bd7;
    border-radius: 0;
    position: relative;
    margin-bottom: 28px;
  }
  .subpagecontents__main .wp-block-button__link::after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .subpagecontents__main .sitemap_h {
    padding: 10px 12px 8px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
  .subpagecontents__main ul {
    margin-bottom: 34px;
  }
  .subpagecontents__main ul li {
    padding: 4px 10px 4px 24px;
    position: relative;
  }
  .subpagecontents__main ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: solid 2px #419bd7;
    border-bottom: solid 2px #419bd7;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .subpagecontents__main ul li a {
    padding: 2px 0;
    color: #333333;
    display: block;
  }
  .subpagecontents__main ol {
    margin-bottom: 34px;
  }
  .subpagecontents__main ol li {
    padding: 3px 10px 1px 8px;
    list-style-type: decimal;
    margin-left: 1.8rem;
  }
  .subpagecontents__main .news__list {
    float: none;
    width: 100%;
  }
  .subpagecontents__main .news__list li {
    border-bottom: dotted 1px #CAD4DF;
    padding: 10px 8px 8px;
  }
  .subpagecontents__main .news__list li::before {
    display: none;
  }
  .subpagecontents__main .news__list li a {
    position: inherit;
    padding: 0;
  }
  .subpagecontents__main .news__list li a > * {
    vertical-align: top;
  }
  .subpagecontents__main .news__list li a p {
    line-height: 1.6;
    margin-bottom: 6px;
  }
  .subpagecontents__main .wpcf7_table01 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px 0px;
  }
  .subpagecontents__main .wpcf7_table01 tr:last-child td,
  .subpagecontents__main .wpcf7_table01 tr:last-child th {
    border-bottom: none;
  }
  .subpagecontents__main .wpcf7_table01 th, .subpagecontents__main .wpcf7_table01 td {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }
  .subpagecontents__main .wpcf7_table01 th {
    background-color: #fff;
    border-bottom: #409BD5 dotted 2px;
    padding: 20px 0;
    width: 26%;
    vertical-align: top;
    color: #333;
    border-right: none;
  }
  .subpagecontents__main .wpcf7_table01 th.required::after {
    content: "＊";
    color: red;
  }
  .subpagecontents__main .wpcf7_table01 td {
    border-bottom: #409BD5 dotted 2px;
    padding: 20px 0px;
    vertical-align: top;
  }
  .subpagecontents__main .wpcf7_table01 td.submitbutton input[type="submit"] {
    display: block;
    padding: 8px 16px 8px 8px;
    margin: auto;
    width: 120px;
    border: 1px solid #a0a0a0;
    background: white;
    color: #409BD5;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .subpagecontents__main .wpcf7_table01 td.submitbutton input[type="submit"]:hover {
    opacity: 0.7;
  }
  .subpagecontents__main .wpcf7_table01 input[type="text"],
  .subpagecontents__main .wpcf7_table01 input[type="email"],
  .subpagecontents__main .wpcf7_table01 input[type="tel"] {
    border: 1px solid #a0a0a0;
    width: 100%;
    max-width: 400px;
    line-height: 2em;
    padding: 4px 8px;
    display: block;
  }
  .subpagecontents__main .wpcf7_table01 textarea {
    border: 1px solid #a0a0a0;
    width: 100%;
    line-height: 1.6em;
    padding: 4px 8px;
    resize: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .subpagecontents__side {
    float: left;
    width: 240px;
  }
  .subpagecontents__side_title {
    color: #419bd7;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 6px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }
  .subpagecontents__side p {
    background-color: #419bd7;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    font-size: 18px;
    letter-spacing: 1.6px;
  }
  .subpagecontents__side ul {
    margin-bottom: 40px;
  }
  .subpagecontents__side ul li {
    border-bottom: dotted 2px #ced3d7;
  }
  .subpagecontents__side ul li:last-child {
    border-bottom: none;
  }
  .subpagecontents__side ul li a {
    display: block;
    color: #333333;
    position: relative;
    padding: 14px 12px 14px 24px;
  }
  .subpagecontents__side ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-left: 6px solid #ced3d7;
    border-bottom: 6px solid transparent;
  }
  .subpagecontents__side ul li a:hover {
    opacity: none;
  }
  .subpagecontents__side ul li a:hover::after {
    border-left: 6px solid #419bd7;
  }
  /*single*/
  .single h1 {
    font-size: 3.2rem;
    border-bottom: solid 4px #419bd7;
    margin-bottom: 40px;
    padding-bottom: 16px;
  }
  .single .ttl {
    font-size: 3.8rem;
    color: #fff;
    text-align: center;
    background-color: rgba(51, 90, 130, 0.7);
    line-height: 160px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }
}

@media screen and (min-width: 767px) and (max-width: 1079px) {
  body {
    position: relative;
    z-index: 2;
    font-size: 1.6em;
  }
  .pc {
    display: none !important;
  }
  /*****************************************

ヘッダー　PC

*****************************************/
  a[href^="tel:"] {
    pointer-events: none;
  }
  /*button reset*/
  button {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    vertical-align: middle;
    text-align: inherit;
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    background-color: #fff;
  }
  header .header__inner {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 17px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header__title {
    width: auto;
    margin-right: 20px;
  }
  header .header__title img {
    vertical-align: middle;
  }
  header #site__navwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .menu {
    margin-right: 20px;
  }
  header .menu ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  header .menu ul > li {
    float: left;
    position: relative;
  }
  header .menu ul > li:last-child a {
    background-color: #419bd7;
    color: #fff;
    margin-left: 20px;
  }
  header .menu ul > li a {
    padding: 0 20px;
    color: #419bd7;
    font-weight: bold;
    font-size: 1.6rem;
    display: block;
    line-height: 40px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1079px) and (min-width: 767px) and (max-width: 1079px) {
  header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    /* トグルスイッチのデザイン */
    /* 非チェック時の.menu-list */
    /* チェック時の.menu-list */
    /* css4  */
    /* any-link 未対応ブラウザ用 */
    /* リンクホバー時 */
  }
  header .header__inner {
    position: relative;
  }
  header .header__title img {
    vertical-align: top;
  }
  header .menu {
    margin-right: 0;
  }
  header .menu ul li {
    float: none;
  }
  header .menu ul li:last-child a {
    background-color: #419bd7;
    color: #fff;
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;
    width: calc(100% - 40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  header .menu ul li ul {
    position: inherit;
    display: block;
    top: auto;
    left: auto;
  }
  header .menu ul li ul li {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: none;
  }
  header .menu ul li ul li a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    top: 0;
    bottom: 0;
    right: auto;
    left: 22px;
    margin: auto;
    background-color: #fff;
  }
  header .toggle__btn {
    position: fixed;
    top: 26px;
    right: 26px;
    z-index: 10;
    width: 32px;
    height: 32px;
    display: block;
  }
  header .toggle__btn-line {
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #419bd7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .toggle__btn-line::before, header .toggle__btn-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #419bd7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .toggle__btn-line::before {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  header .toggle__btn-line::after {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  header .toggle__btn-line.open {
    background-color: transparent;
  }
  header .toggle__btn-line.open::before, header .toggle__btn-line.open::after {
    content: "";
    background-color: #419bd7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .toggle__btn-line.open::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .toggle__btn-line.open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header #site__navwrap {
    display: none;
    position: absolute;
    top: 85px;
    right: 0;
    width: 100%;
    max-width: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    overflow-y: scroll;
    height: calc(100vh - 85px);
  }
  header #site__navwrap::-webkit-scrollbar {
    width: 5px;
  }
  header #site__navwrap::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
  }
  header #site__navwrap::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }
  header #site__navigation #header__navigation {
    margin-top: 12px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  header #site__navigation #header__navigation > li {
    float: none;
  }
  header #site__navigation #header__navigation > li a {
    margin: 0 16px;
    color: #419bd7;
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    line-height: 42px;
  }
  header #site__navigation #header__navigation > li a::after {
    display: none;
  }
  header #site__navigation #header__navigation > li:last-child a {
    color: #fff;
    margin-top: 10px;
  }
  header #site__navigation #header__navigation > li ul li {
    width: 100%;
  }
  header #site__navigation #header__navigation > li ul li a {
    padding: 0 18px 0 40px;
    color: #fff;
    white-space: nowrap;
    display: block;
    position: relative;
  }
  header #site__navigation #header__navigation > li ul li a::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    top: 0;
    bottom: 0;
    right: auto;
    left: 22px;
    margin: auto;
    background-color: #fff;
  }
  header .toggle__switch {
    display: block;
    width: 12em;
    font-size: 1em;
    background: #419bd7;
    -webkit-box-shadow: 1px 0 3px 0 #000;
            box-shadow: 1px 0 3px 0 #000;
    text-align: center;
  }
  header #menu__toggle {
    display: none;
  }
  header #menu__toggle:not(:checked) ~ .menu-list {
    width: 0;
  }
  header #menu__toggle:checked ~ .menu-list {
    width: 12em;
  }
  header .menu-list {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: #f0f0f0;
    -webkit-box-shadow: 1px 1px 3px 0 #000;
            box-shadow: 1px 1px 3px 0 #000;
    overflow: hidden;
    /* menu表示時のアニメーション */
    -webkit-transition: 1s;
    transition: 1s;
  }
  header .menu-list > .list-item {
    list-style: none;
  }
  header .menu-list > .list-item a {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    /* 単一行で表示 */
    white-space: nowrap;
    /* リンク下線非表示 */
    text-decoration: none;
    outline: none;
  }
  header .menu-list > .list-item a:-webkit-any-link {
    color: #000;
  }
  header .menu-list > .list-item a:-moz-any-link {
    color: #000;
  }
  header .menu-list > .list-item a:link,
  header .menu-list > .list-item a:visited {
    color: #000;
  }
  header .menu-list > .list-item a:hover {
    background: #303030;
    color: #fff;
  }
}

@media screen and (min-width: 767px) and (max-width: 1079px) {
  /*****************************************

フッター　PC

*****************************************/
  footer {
    background-color: #419bd7;
  }
  footer .footer {
    max-width: 1020px;
    margin: 0 auto;
    padding: 40px 30px;
    color: #fff;
  }
  footer .footer:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  footer .footer a {
    color: #fff;
  }
  footer .footer p {
    color: #fff;
  }
  footer .footer__address {
    float: left;
    font-size: 1.4rem;
  }
  footer .footer__logo {
    margin-bottom: 16px;
  }
  footer .footer__logo img {
    height: 45px;
  }
  footer .footer__nav {
    float: right;
  }
  footer .footer__nav ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  footer .footer__nav ul > li {
    width: 170px;
  }
  footer .footer__nav ul a {
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
    padding-left: 21px;
    font-size: 1.4rem;
  }
  footer .footer__nav ul a::before {
    position: absolute;
    content: "";
    display: block;
    width: 1.2rem;
    height: 1px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  footer .info {
    background-color: #fff;
    text-align: center;
    padding: 4px 0;
  }
  footer .info small {
    color: #419bd7;
    font-size: 12px;
  }
  /*****************************************

PCの共通設定はこのファイルに入れる

*****************************************/
  /*共通*/
  h1 {
    font-size: 3.8rem;
  }
  h2 {
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
  }
  h3 {
    font-size: 3rem;
  }
  header {
    background-color: #fff;
  }
  #page {
    position: relative;
  }
  .subpagecontents {
    min-height: calc(100vh - 611px);
  }
  .bg_blue {
    background-color: #e9f7ff;
  }
  .bg_yellow {
    background-color: #fffae9;
  }
  .underline_pink {
    border-bottom: solid 2px #f198a7;
  }
  .ribbon_pink {
    background-color: #b10000;
    position: relative;
    color: #fff;
  }
  .ribbon_pink:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #b10000 transparent transparent transparent;
    border-width: 40px 40px 0 40px;
  }
  .ribbon_pink p {
    font-family: font_notosans_bo, sans-serif;
    font-size: 3rem;
    text-align: center;
    padding: 20px 0;
  }
  .ribbon_blue {
    background-color: #419bd7;
    position: relative;
    color: #fff;
  }
  .ribbon_blue:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #419bd7 transparent transparent transparent;
    border-width: 40px 40px 0 40px;
  }
  .ribbon_blue p {
    font-family: font_notosans_bo, sans-serif;
    font-size: 3rem;
    text-align: center;
    padding: 20px 0;
  }
  .content_box {
    width: calc(100% - 160px);
    padding: 100px 80px 115px;
    background-color: #fff;
    border-radius: 160px;
  }
  .pt0 {
    padding-top: 0;
  }
  .mb0 {
    margin-bottom: 0;
  }
  .mtm {
    margin-top: -80px;
  }
  /*Google map*/
  #map {
    height: 0;
    overflow: hidden;
    padding-bottom: 315px;
    position: relative;
  }
  #map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  /*TOPへ戻るボタン*/
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 18px;
    bottom: 50px;
    background: #e46c80;
    opacity: 0.7;
    border-radius: 50%;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /*TOP*/
  #main {
    border-bottom: solid 3px #419bd7;
  }
  #main .main__img img {
    width: 100%;
  }
  .contents {
    padding-top: 95px;
  }
  .contents__inner {
    max-width: 1020px;
    padding: 0 30px;
  }
  .contents__inner-out {
    max-width: 1220px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .contents__box {
    position: relative;
    padding-top: 8vw;
  }
  .contents__box_title {
    margin-bottom: 30px;
  }
  .contents__txtbox {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 4vw 30px;
    line-height: 1.8125;
  }
  .contents__txtbox p {
    margin-bottom: 16px;
  }
  .contents__txtbox .mb0 {
    margin-bottom: 0;
  }
  #top {
    background-color: #fff;
  }
  #top h2 {
    text-align: center;
    font-size: 2.6rem;
  }
  #top .btn {
    text-align: center;
    position: absolute;
    bottom: 2vw;
    right: 10vw;
  }
  #top .btn a {
    display: inline-block;
    padding: 0 30px 0 10px;
    line-height: 57px;
    font-weight: bold;
    position: relative;
    width: 170px;
    background-color: #419bd7;
    color: #fff;
  }
  #top .btn .lineArrow {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 24px;
    display: inline-block;
    width: 30px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
    margin: auto;
  }
  #top #topContents01 {
    background-image: url(../img/top_contents01_img01.png);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: top right;
    margin-bottom: 8vw;
  }
  #top #topContents01 .contents__box_inner {
    padding: 9vw 8vw;
    width: calc(60% - 16vw);
    background-image: url(../img/top_contents01_img02.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #top #topContents02 {
    background-image: url(../img/top_contents02_img01.png);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: top left;
    margin-bottom: 8vw;
  }
  #top #topContents02 .contents__box_inner {
    padding: 9vw 8vw;
    width: calc(60% - 16vw);
    background-image: url(../img/top_contents02_img02.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
  }
  #top #topContents02 .btn {
    right: auto;
    left: 10vw;
  }
  #top #topCompanyInfo {
    margin-bottom: 50px;
  }
  #top #topCompanyInfo .contents__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
  }
  #top #topCompanyInfo h2 {
    color: #419bd7;
    margin-right: 60px;
  }
  #top #topCompanyInfo h3 {
    font-size: 1.6rem;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    color: #12588b;
    margin-right: 20px;
    width: 8rem;
  }
  #top #topCompanyInfo .btn {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  #top #topCompanyInfo ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #top #topCompanyInfo ul li p {
    position: relative;
    padding-left: 50px;
    margin-right: 70px;
  }
  #top #topCompanyInfo ul li p::before {
    position: absolute;
    display: block;
    content: "";
    width: 38px;
    height: 1px;
    background-color: #419bd7;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #top #topCompanyInfo ul li p .postCode {
    padding-right: 2rem;
  }
}

@media screen and (min-width: 767px) and (max-width: 1079px) and (min-width: 767px) and (max-width: 1079px) {
  #top #topCompanyInfo .contents__inner {
    display: block;
  }
  #top #topCompanyInfo h2 {
    text-align: left;
    margin-bottom: 16px;
  }
  #top #topCompanyInfo ul {
    margin-bottom: 40px;
  }
  #top #topCompanyInfo .btn {
    text-align: right;
  }
  #top #topCompanyInfo .btn a {
    text-align: center;
  }
}

@media screen and (min-width: 767px) and (max-width: 1079px) {
  /*****************************************

固定ページ　PC

*****************************************/
  .submain {
    padding-top: 85px;
    height: 170px;
    background-image: url(../img/sub_main_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 85%;
  }
  .submain h1 {
    color: #fff;
    text-align: center;
    background-color: rgba(65, 155, 215, 0.25);
    line-height: 170px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 2px;
    font-size: 2.8rem;
  }
  .breadcrumbs__inner {
    max-width: 1020px;
    padding: 12px 30px;
    margin: auto;
    color: #777777;
    font-size: 1.2rem;
  }
  .breadcrumbs__inner .home span {
    color: #419bd7;
  }
  .subpagecontents {
    max-width: 1020px;
    margin: 0 auto;
    padding: 30px 30px 100px;
    /*index*/
  }
  .subpagecontents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .subpagecontents__index .content__txt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 40px auto 60px;
  }
  .subpagecontents__index .content__lists {
    margin-bottom: 40px;
  }
  .subpagecontents__index .content__lists ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .subpagecontents__index .content__lists ul li {
    width: calc(100% / 3 - 14px);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .subpagecontents__index .content__lists ul li:nth-child(3n) {
    margin-right: 0;
  }
  .subpagecontents__index .content__lists ul li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
    border: solid 1px #419bd7;
    line-height: 68px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
  }
  .subpagecontents__index .content__lists ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-top: 8px solid transparent;
    border-left: 8px solid #b10000;
    border-bottom: 8px solid transparent;
  }
  .subpagecontents__index h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .subpagecontents__main {
    float: right;
    width: calc(100% - 290px);
    /* お問い合わせフォーム  */
  }
  .subpagecontents__main h2 {
    font-size: 2.6rem;
    border-left: solid 6px #419bd7;
    padding-left: 20px;
    padding: 8px 20px 6px;
    line-height: 1;
    margin-bottom: 34px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    color: #419bd7;
  }
  .subpagecontents__main h3 {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 18px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    color: #333;
    position: relative;
    padding-left: 3rem;
  }
  .subpagecontents__main h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #419bd7;
    left: 0;
  }
  .subpagecontents__main p {
    line-height: 1.8;
    margin-bottom: 28px;
    letter-spacing: 1.6px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .subpagecontents__main table {
    margin-bottom: 20px;
  }
  .subpagecontents__main table tbody tr th, .subpagecontents__main table tbody tr td {
    border-bottom: solid 2px #fff;
    padding: 14px 16px;
    letter-spacing: 1.6px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }
  .subpagecontents__main table tbody tr th {
    background-color: #419bd7;
    text-align: left;
    width: 30%;
    vertical-align: middle;
    color: #fff;
    border-right: solid 10px #fff;
  }
  .subpagecontents__main table tbody tr td {
    border-bottom: dotted 2px #419bd7;
  }
  .subpagecontents__main .wp-block-button__link {
    background-color: #419bd7;
    border-radius: 0;
    position: relative;
    margin-bottom: 28px;
  }
  .subpagecontents__main .wp-block-button__link::after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .subpagecontents__main .sitemap_h {
    padding: 10px 12px 8px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
  .subpagecontents__main ul {
    margin-bottom: 34px;
  }
  .subpagecontents__main ul li {
    padding: 4px 10px 4px 24px;
    position: relative;
  }
  .subpagecontents__main ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: solid 2px #419bd7;
    border-bottom: solid 2px #419bd7;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .subpagecontents__main ul li a {
    padding: 2px 0;
    color: #333333;
    display: block;
  }
  .subpagecontents__main ol {
    margin-bottom: 34px;
  }
  .subpagecontents__main ol li {
    padding: 3px 10px 1px 8px;
    list-style-type: decimal;
    margin-left: 1.8rem;
  }
  .subpagecontents__main .news__list {
    float: none;
    width: 100%;
  }
  .subpagecontents__main .news__list li {
    border-bottom: dotted 1px #CAD4DF;
    padding: 10px 8px 8px;
  }
  .subpagecontents__main .news__list li::before {
    display: none;
  }
  .subpagecontents__main .news__list li a {
    position: inherit;
    padding: 0;
  }
  .subpagecontents__main .news__list li a > * {
    vertical-align: top;
  }
  .subpagecontents__main .news__list li a p {
    line-height: 1.6;
    margin-bottom: 6px;
  }
  .subpagecontents__main .wpcf7_table01 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px 0px;
  }
  .subpagecontents__main .wpcf7_table01 tr:last-child td,
  .subpagecontents__main .wpcf7_table01 tr:last-child th {
    border-bottom: none;
  }
  .subpagecontents__main .wpcf7_table01 th, .subpagecontents__main .wpcf7_table01 td {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }
  .subpagecontents__main .wpcf7_table01 th {
    background-color: #fff;
    border-bottom: #409BD5 dotted 2px;
    padding: 20px 0;
    width: 26%;
    vertical-align: top;
    color: #333;
    border-right: none;
  }
  .subpagecontents__main .wpcf7_table01 th.required::after {
    content: "＊";
    color: red;
  }
  .subpagecontents__main .wpcf7_table01 td {
    border-bottom: #409BD5 dotted 2px;
    padding: 20px 0px;
    vertical-align: top;
  }
  .subpagecontents__main .wpcf7_table01 td.submitbutton input[type="submit"] {
    display: block;
    padding: 8px 16px 8px 8px;
    margin: auto;
    width: 120px;
    border: 1px solid #a0a0a0;
    background: white;
    color: #409BD5;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .subpagecontents__main .wpcf7_table01 td.submitbutton input[type="submit"]:hover {
    opacity: 0.7;
  }
  .subpagecontents__main .wpcf7_table01 input[type="text"],
  .subpagecontents__main .wpcf7_table01 input[type="email"],
  .subpagecontents__main .wpcf7_table01 input[type="tel"] {
    border: 1px solid #a0a0a0;
    width: 100%;
    max-width: 400px;
    line-height: 2em;
    padding: 4px 8px;
    display: block;
  }
  .subpagecontents__main .wpcf7_table01 textarea {
    border: 1px solid #a0a0a0;
    width: 100%;
    line-height: 1.6em;
    padding: 4px 8px;
    resize: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .subpagecontents__side {
    float: left;
    width: 240px;
  }
  .subpagecontents__side_title {
    color: #419bd7;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 6px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }
  .subpagecontents__side p {
    background-color: #419bd7;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    font-size: 18px;
    letter-spacing: 1.6px;
  }
  .subpagecontents__side ul {
    margin-bottom: 40px;
  }
  .subpagecontents__side ul li {
    border-bottom: dotted 2px #ced3d7;
  }
  .subpagecontents__side ul li:last-child {
    border-bottom: none;
  }
  .subpagecontents__side ul li a {
    display: block;
    color: #333333;
    position: relative;
    padding: 14px 12px 14px 24px;
  }
  .subpagecontents__side ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-left: 6px solid #ced3d7;
    border-bottom: 6px solid transparent;
  }
  .subpagecontents__side ul li a:hover {
    opacity: none;
  }
  .subpagecontents__side ul li a:hover::after {
    border-left: 6px solid #419bd7;
  }
  /*single*/
  .single h1 {
    font-size: 3.2rem;
    border-bottom: solid 4px #419bd7;
    margin-bottom: 40px;
    padding-bottom: 16px;
  }
  .single .ttl {
    font-size: 3.8rem;
    color: #fff;
    text-align: center;
    background-color: rgba(51, 90, 130, 0.7);
    line-height: 160px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  body {
    position: relative;
    z-index: 3;
    font-size: 1.4em;
  }
  .pc {
    display: none !important;
  }
  /*****************************************

ヘッダー　SP

*****************************************/
  /*button reset*/
  button {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    vertical-align: middle;
    text-align: inherit;
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    background-color: #fff;
  }
  header h1 {
    font-size: inherit;
  }
  header .header__inner {
    padding: 14px 16px;
  }
  header .header__title {
    height: 42px;
  }
  header .header__title img {
    width: 240px;
    vertical-align: top;
  }
  header .menu ul > li {
    position: relative;
  }
  header .menu ul > li:last-child a {
    background-color: #419bd7;
    color: #fff;
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;
    width: calc(100% - 40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  header .menu ul > li a {
    padding: 0 20px;
    color: #419bd7;
    font-weight: bold;
    font-size: 1.6rem;
    display: block;
    line-height: 40px;
  }
  .toggle__btn {
    position: fixed;
    top: 18px;
    right: 16px;
    z-index: 10;
    width: 32px;
    height: 32px;
    display: block;
  }
  .toggle__btn-line {
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #419bd7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .toggle__btn-line::before, .toggle__btn-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #419bd7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .toggle__btn-line::before {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  .toggle__btn-line::after {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  .toggle__btn-line.open {
    background-color: transparent;
  }
  .toggle__btn-line.open::before, .toggle__btn-line.open::after {
    content: "";
    background-color: #419bd7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .toggle__btn-line.open::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .toggle__btn-line.open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #site__navwrap {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    max-width: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    overflow-y: scroll;
    height: calc(100vh - 70px);
  }
  #site__navwrap::-webkit-scrollbar {
    width: 5px;
  }
  #site__navwrap::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
  }
  #site__navwrap::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }
  #site__navigation #header__navigation {
    margin-top: 12px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  #site__navigation #header__navigation > li {
    float: none;
  }
  #site__navigation #header__navigation > li a {
    margin: 0 16px;
    color: #419bd7;
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    line-height: 42px;
  }
  #site__navigation #header__navigation > li a::after {
    display: none;
  }
  #site__navigation #header__navigation > li:last-child a {
    color: #fff;
    margin-top: 10px;
  }
  #site__navigation #header__navigation > li ul li {
    width: 100%;
  }
  #site__navigation #header__navigation > li ul li a {
    padding: 0 18px 0 40px;
    color: #fff;
    white-space: nowrap;
    display: block;
    position: relative;
  }
  #site__navigation #header__navigation > li ul li a::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    top: 0;
    bottom: 0;
    right: auto;
    left: 22px;
    margin: auto;
    background-color: #fff;
  }
  /* トグルスイッチのデザイン */
  .toggle__switch {
    display: block;
    width: 12em;
    font-size: 1em;
    background: #419bd7;
    -webkit-box-shadow: 1px 0 3px 0 #000;
            box-shadow: 1px 0 3px 0 #000;
    text-align: center;
  }
  #menu__toggle {
    display: none;
  }
  /* 非チェック時の.menu-list */
  #menu__toggle:not(:checked) ~ .menu-list {
    width: 0;
  }
  /* チェック時の.menu-list */
  #menu__toggle:checked ~ .menu-list {
    width: 12em;
  }
  .menu-list {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: #f0f0f0;
    -webkit-box-shadow: 1px 1px 3px 0 #000;
            box-shadow: 1px 1px 3px 0 #000;
    overflow: hidden;
    /* menu表示時のアニメーション */
    -webkit-transition: 1s;
    transition: 1s;
  }
  .menu-list > .list-item {
    list-style: none;
  }
  .menu-list > .list-item a {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    /* 単一行で表示 */
    white-space: nowrap;
    /* リンク下線非表示 */
    text-decoration: none;
    outline: none;
  }
  /* css4  */
  .menu-list > .list-item a:-webkit-any-link {
    color: #000;
  }
  .menu-list > .list-item a:-moz-any-link {
    color: #000;
  }
  /* any-link 未対応ブラウザ用 */
  .menu-list > .list-item a:link,
  .menu-list > .list-item a:visited {
    color: #000;
  }
  /* リンクホバー時 */
  .menu-list > .list-item a:hover {
    background: #303030;
    color: #fff;
  }
  /*****************************************

フッター　SP

*****************************************/
  footer {
    background-color: #419bd7;
  }
  footer .footer {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  footer .footer a {
    color: #fff;
  }
  footer .footer p {
    color: #fff;
  }
  footer .footer__address {
    font-size: 1.4rem;
    padding: 26px;
    max-width: 255px;
    margin: auto;
  }
  footer .footer__logo {
    margin-bottom: 16px;
    text-align: center;
  }
  footer .footer__logo img {
    height: 45px;
  }
  footer .footer__btn-tel {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  footer .footer__nav ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  footer .footer__nav ul > li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  footer .footer__nav ul > li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
  footer .footer__nav ul a {
    display: inline-block;
    padding: 16px;
    position: relative;
    padding-left: 44px;
    font-size: 1.2rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer__nav ul a::before {
    position: absolute;
    content: "";
    display: block;
    width: 1.2rem;
    height: 1px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto;
  }
  footer .info {
    background-color: #fff;
    text-align: center;
    padding: 4px 0;
  }
  footer .info small {
    color: #419bd7;
    font-size: 12px;
  }
  /*****************************************

PCの共通設定はこのファイルに入れる

*****************************************/
  /*共通*/
  h1 {
    font-size: 3.8rem;
  }
  h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  h3 {
    font-size: 3rem;
  }
  header {
    background-color: #fff;
  }
  #page {
    position: relative;
  }
  .subpagecontents {
    min-height: calc(100vh - 611px);
  }
  .bg_blue {
    background-color: #e9f7ff;
  }
  .bg_yellow {
    background-color: #fffae9;
  }
  .underline_pink {
    border-bottom: solid 2px #f198a7;
  }
  .ribbon_pink {
    background-color: #b10000;
    position: relative;
    color: #fff;
  }
  .ribbon_pink:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #b10000 transparent transparent transparent;
    border-width: 40px 40px 0 40px;
  }
  .ribbon_pink p {
    font-family: font_notosans_bo, sans-serif;
    font-size: 3rem;
    text-align: center;
    padding: 20px 0;
  }
  .ribbon_blue {
    background-color: #419bd7;
    position: relative;
    color: #fff;
  }
  .ribbon_blue:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #419bd7 transparent transparent transparent;
    border-width: 40px 40px 0 40px;
  }
  .ribbon_blue p {
    font-family: font_notosans_bo, sans-serif;
    font-size: 3rem;
    text-align: center;
    padding: 20px 0;
  }
  .content_box {
    width: calc(100% - 160px);
    padding: 100px 80px 115px;
    background-color: #fff;
    border-radius: 160px;
  }
  .pt0 {
    padding-top: 0;
  }
  .mb0 {
    margin-bottom: 0;
  }
  .mtm {
    margin-top: -80px;
  }
  /*Google map*/
  #map {
    height: 0;
    overflow: hidden;
    padding-bottom: 315px;
    position: relative;
  }
  #map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  /*TOPへ戻るボタン*/
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 18px;
    bottom: 50px;
    background: #e46c80;
    opacity: 0.7;
    border-radius: 50%;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /*TOP*/
  #main {
    border-bottom: solid 3px #419bd7;
  }
  #main .main__img img {
    width: 100%;
  }
  .contents {
    padding-top: 70px;
  }
  .contents__inner {
    max-width: 1020px;
    padding: 0 30px;
  }
  .contents__inner-out {
    max-width: 1220px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .contents__box {
    position: relative;
    padding-top: 50px;
  }
  .contents__box_title {
    margin-bottom: 20px;
  }
  .contents__box_title img {
    width: 90%;
    max-width: 300px;
  }
  .contents__txtbox {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 20px 25px;
    line-height: 1.8125;
    -webkit-box-shadow: 2px 2px 8px gray;
            box-shadow: 2px 2px 8px gray;
  }
  .contents__txtbox p {
    margin-bottom: 12px;
    text-align: left;
  }
  .contents__txtbox .mb0 {
    margin-bottom: 0;
  }
  #top {
    background-color: #fff;
  }
  #top h2 {
    text-align: center;
    font-size: 2rem;
  }
  #top .btn {
    text-align: center;
  }
  #top .btn a {
    display: inline-block;
    padding: 0 30px 0 10px;
    line-height: 57px;
    font-weight: bold;
    position: relative;
    width: 170px;
    background-color: #419bd7;
    color: #fff;
  }
  #top .btn .lineArrow {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 24px;
    display: inline-block;
    width: 30px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
    margin: auto;
  }
  #top #topContents01 {
    background-image: url(../img/top_contents01_img01.png);
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: top right;
    margin-bottom: 40px;
  }
  #top #topContents01 .contents__box_inner {
    padding: 20px;
    padding-top: 40px;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    background-image: url(../img/top_contents01_img02.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #top #topContents02 {
    background-image: url(../img/top_contents02_img01.png);
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: top left;
    margin-bottom: 60px;
  }
  #top #topContents02 .contents__box_inner {
    padding: 20px;
    padding-top: 40px;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    background-image: url(../img/top_contents02_img02.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #top #topCompanyInfo {
    margin-bottom: 50px;
  }
  #top #topCompanyInfo .contents__inner {
    margin: auto;
  }
  #top #topCompanyInfo h2 {
    color: #419bd7;
    text-align: left;
    margin-bottom: 16px;
  }
  #top #topCompanyInfo h3 {
    font-size: 1.6rem;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    color: #12588b;
    margin-bottom: 8px;
  }
  #top #topCompanyInfo .btn {
    position: relative;
  }
  #top #topCompanyInfo ul {
    margin-bottom: 40px;
  }
  #top #topCompanyInfo ul li {
    margin-bottom: 12px;
  }
  #top #topCompanyInfo ul li p {
    position: relative;
    padding-left: 30px;
  }
  #top #topCompanyInfo ul li p::before {
    position: absolute;
    display: block;
    content: "";
    width: 14px;
    height: 1px;
    background-color: #419bd7;
    top: 1rem;
    left: 0;
  }
  #top #topCompanyInfo ul li p .postCode {
    display: block;
  }
  /*****************************************

固定ページ　SP

*****************************************/
  .submain {
    padding-top: 70px;
    height: 100px;
    background-image: url(../img/sub_main_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 85%;
  }
  .submain h1 {
    color: #fff;
    text-align: center;
    background-color: rgba(65, 155, 215, 0.25);
    line-height: 100px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 2px;
    font-size: 2.8rem;
  }
  .breadcrumbs__inner {
    padding: 12px 20px;
    margin: auto;
    color: #777777;
    font-size: 1.2rem;
  }
  .breadcrumbs__inner .home span {
    color: #419bd7;
  }
  .subpagecontents {
    margin: 0 auto;
    padding: 10px 20px 60px;
    /*index*/
  }
  .subpagecontents__index .content__txt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 40px auto 60px;
  }
  .subpagecontents__index .content__lists {
    margin-bottom: 40px;
  }
  .subpagecontents__index .content__lists ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .subpagecontents__index .content__lists ul li {
    width: calc(100% / 3 - 14px);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .subpagecontents__index .content__lists ul li:nth-child(3n) {
    margin-right: 0;
  }
  .subpagecontents__index .content__lists ul li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
    border: solid 1px #419bd7;
    line-height: 68px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
  }
  .subpagecontents__index .content__lists ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-top: 8px solid transparent;
    border-left: 8px solid #b10000;
    border-bottom: 8px solid transparent;
  }
  .subpagecontents__index h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .subpagecontents__main {
    width: 100%;
    margin-bottom: 40px;
    /* お問い合わせフォーム  */
  }
  .subpagecontents__main h2 {
    font-size: 2.4rem;
    border-left: solid 6px #419bd7;
    padding-left: 20px;
    padding: 8px 20px 6px;
    line-height: 1;
    margin-bottom: 34px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    color: #419bd7;
  }
  .subpagecontents__main h3 {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 18px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    color: #333;
    position: relative;
    padding-left: 3rem;
  }
  .subpagecontents__main h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #419bd7;
    left: 0;
  }
  .subpagecontents__main p {
    line-height: 1.8;
    margin-bottom: 28px;
    letter-spacing: 1.6px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .subpagecontents__main table {
    margin-bottom: 20px;
  }
  .subpagecontents__main table tbody tr th, .subpagecontents__main table tbody tr td {
    border-bottom: solid 2px #fff;
    padding: 14px 16px;
    letter-spacing: 1.6px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }
  .subpagecontents__main table tbody tr th {
    background-color: #419bd7;
    text-align: left;
    width: 35%;
    vertical-align: middle;
    color: #fff;
    border-right: solid 10px #fff;
  }
  .subpagecontents__main table tbody tr td {
    border-bottom: dotted 2px #419bd7;
  }
  .subpagecontents__main .wp-block-button__link {
    background-color: #419bd7;
    border-radius: 0;
    position: relative;
    margin-bottom: 28px;
  }
  .subpagecontents__main .wp-block-button__link::after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .subpagecontents__main .sitemap_h {
    padding: 10px 12px 8px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
  .subpagecontents__main ul {
    margin-bottom: 34px;
  }
  .subpagecontents__main ul li {
    padding: 4px 10px 4px 24px;
    position: relative;
  }
  .subpagecontents__main ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: solid 2px #419bd7;
    border-bottom: solid 2px #419bd7;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .subpagecontents__main ul li a {
    padding: 2px 0;
    color: #333333;
    display: block;
  }
  .subpagecontents__main ol {
    margin-bottom: 34px;
  }
  .subpagecontents__main ol li {
    padding: 3px 10px 1px 8px;
    list-style-type: decimal;
    margin-left: 1.8rem;
  }
  .subpagecontents__main .news__list {
    float: none;
    width: 100%;
  }
  .subpagecontents__main .news__list li {
    border-bottom: dotted 1px #CAD4DF;
    padding: 10px 8px 8px;
  }
  .subpagecontents__main .news__list li::before {
    display: none;
  }
  .subpagecontents__main .news__list li a {
    position: inherit;
    padding: 0;
  }
  .subpagecontents__main .news__list li a > * {
    vertical-align: top;
  }
  .subpagecontents__main .news__list li a p {
    line-height: 1.6;
    margin-bottom: 6px;
  }
  .subpagecontents__main .wpcf7_table01 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px 0px;
  }
  .subpagecontents__main .wpcf7_table01 tr:last-child td,
  .subpagecontents__main .wpcf7_table01 tr:last-child th {
    border-bottom: none;
  }
  .subpagecontents__main .wpcf7_table01 th, .subpagecontents__main .wpcf7_table01 td {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }
  .subpagecontents__main .wpcf7_table01 th {
    background-color: #fff;
    padding: 20px 0;
    width: 100%;
    vertical-align: top;
    color: #333;
    border-right: none;
    font-size: 1.2rem;
    display: block;
  }
  .subpagecontents__main .wpcf7_table01 th.required::after {
    content: "＊";
    color: red;
  }
  .subpagecontents__main .wpcf7_table01 td {
    border-bottom: #409BD5 dotted 2px;
    padding: 0 0 20px;
    vertical-align: top;
    display: block;
  }
  .subpagecontents__main .wpcf7_table01 td.submitbutton {
    margin-top: 30px;
  }
  .subpagecontents__main .wpcf7_table01 td.submitbutton input[type="submit"] {
    display: block;
    padding: 8px 16px 8px 8px;
    margin: auto;
    width: 120px;
    border: 1px solid #a0a0a0;
    background: white;
    color: #409BD5;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .subpagecontents__main .wpcf7_table01 td.submitbutton input[type="submit"]:hover {
    opacity: 0.7;
  }
  .subpagecontents__main .wpcf7_table01 input[type="text"],
  .subpagecontents__main .wpcf7_table01 input[type="email"],
  .subpagecontents__main .wpcf7_table01 input[type="tel"] {
    border: 1px solid #a0a0a0;
    width: 100%;
    line-height: 2em;
    padding: 4px 8px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .subpagecontents__main .wpcf7_table01 textarea {
    border: 1px solid #a0a0a0;
    width: 100%;
    line-height: 1.6em;
    padding: 4px 8px;
    resize: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .subpagecontents__side {
    width: 100%;
  }
  .subpagecontents__side_title {
    color: #419bd7;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 6px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }
  .subpagecontents__side p {
    background-color: #419bd7;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    font-size: 18px;
    letter-spacing: 1.6px;
  }
  .subpagecontents__side ul {
    margin-bottom: 40px;
  }
  .subpagecontents__side ul li {
    border-bottom: dotted 2px #ced3d7;
  }
  .subpagecontents__side ul li:last-child {
    border-bottom: none;
  }
  .subpagecontents__side ul li a {
    display: block;
    color: #333333;
    position: relative;
    padding: 14px 12px 14px 24px;
  }
  .subpagecontents__side ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-left: 6px solid #ced3d7;
    border-bottom: 6px solid transparent;
  }
  .subpagecontents__side ul li a:hover {
    opacity: none;
  }
  .subpagecontents__side ul li a:hover::after {
    border-left: 6px solid #419bd7;
  }
  /*single*/
  .single h1 {
    font-size: 2.4rem;
    border-bottom: solid 4px #419bd7;
    margin-bottom: 40px;
    padding-bottom: 16px;
  }
  .single .ttl {
    font-size: 3rem;
    color: #fff;
    text-align: center;
    background-color: rgba(51, 90, 130, 0.7);
    line-height: 100px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }
}
/*# sourceMappingURL=style.css.map */