@charset "UTF-8";



/*----------------------------------------
RESET
----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
a img {
  border: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
*:focus {
  outline: none;
}
.clearfix:before,.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}



/*----------------------------------------
共通設定
----------------------------------------*/
#wrapper {
  width: 100%;
  min-height: 100%;
  background-color: #F9F9F9;
}
@media screen and (max-width: 899px) {
  #wrapper {
    padding: 0 0 60px;
  }
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, th, td {
  font-size: 100%;
  line-height: normal;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: underline;
}
.hvr {
  opacity: 1;
}
.hvr:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .br_sp, .img_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br_pc, .img_pc {
    display: none;
  }
}



/*----------------------------------------
Webフォント
----------------------------------------*/
@font-face {
  font-family: "ADAMCGPRO";
  src: url("../font/ADAMCGPRO.ttf.woff") format("woff"), url("../font/ADAMCGPRO.ttf.svg#ADAMCGPRO") format("svg"), url("../font/ADAMCGPRO.ttf.eot"), url("../font/ADAMCGPRO.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
.font_adamcgpro {
  font-family: "ADAMCGPRO";
}



/*----------------------------------------
ヘッダー
----------------------------------------*/
header img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  header {
    width: 100%;
    position: relative;
  }
  header #hdr_logo {
    width: 133px;
    margin: 0 0 0 40px;
    padding: 30px 0 0;
    line-height: 0;
  }
  #hmbgr_btn_wrap, #hmbgr_menu_slide_bg {
    display: none;
  }
  #hdr_nav {
    display: block !important;
    height: 68px;
    background-color: #f2f2f2;
    padding: 0 0 0 38px;
    border-radius: 0 0 0 20px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #hdr_nav_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #hdr_nav_insta_tel {
    margin: 0 80px 0 0;
    display: flex;
    align-items: center;
  }
  #hdr_nav_insta_tel div {
    width: 20px;
    margin: 0 20px 0 0;
    line-height: 0;
  }
  #hdr_nav_insta_tel p {
    font-weight: 500;
    font-size: 85%;
    line-height: 1;
  }
  #hdr_glonav {
    display: flex;
    align-items: center;
  }
  #hdr_glonav li {
    margin: 0 40px 0 0;
  }
  #hdr_glonav li a {
    font-weight: 500;
    color: #000000;
    font-size: 85%;
    line-height: 1;
  }
  #hdr_glonav li a:hover {
    color: #006FB4;
    text-decoration: none;
    font-weight: 600;
  }
  #hdr_glonav li:last-child {
    margin: 0 30px 0 0;
  }
  #hdr_cnt {
    padding: 20px 0 50px;
    display: flex;
    align-items: center;
  }
  #hdr_cnt_txt {
    flex-shrink: 0;
    width: 490px;
    padding: 0 0 0 40px;
    color: #808080;
    font-size: 65%;
    line-height: 1;
    letter-spacing: 2px;
  }
  #hdr_slider_wrap {
    width: 100%;
    height: 86px;
    overflow-x: hidden;
  }
  #hdr_slider_wrap .hdr_slide {
    width: 76px !important;
    aspect-ratio: 1/1;
    margin: 0 20px 0 0;
  }
  #hdr_slider_wrap .hdr_slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 0;
  }
  #hdr_slider_wrap .hdr_slide a div {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  #hdr_slider_wrap .hdr_slide a span {
    width: 53px;
    height: 20px;
    background-color: #F15A24;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    font-family: "ADAMCGPRO";
    font-size: 70%;
    line-height: 1;
    padding: 6px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    z-index: 2;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1320px) {
  #hdr_nav_insta_tel {
    margin: 0 50px 0 0;
  }
  #hdr_glonav li {
    margin: 0 35px 0 0;
  }
}
@media screen and (max-width: 1319px) and (min-width: 1200px) {
  #hdr_nav_insta_tel {
    margin: 0 40px 0 0;
  }
  #hdr_glonav li {
    margin: 0 25px 0 0;
  }
}
@media screen and (max-width: 1199px) {
  header {
    width: 100%;
    position: relative;
    z-index: 99;
  }
  header #hdr_logo {
    width: 100px;
    margin: 0 0 0 3%;
    padding: 15px 0 0;
    line-height: 0;
  }
  #hmbgr_btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 61px;
    height: 58px;
    background-color: #F2F2F2;
    border-radius: 0 0 0 20px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 120;
  }
  #hmbgr_btn {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    cursor: pointer;
  }
  #hmbgr_btn_inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    margin: -1px 0 0 -14px;
    background: #006FB4;
    transition: 0.2s;
  }
  #hmbgr_btn_inner:before, #hmbgr_btn_inner:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 2px;
    background: #006FB4;
    transition: 0.3s;
  }
  #hmbgr_btn_inner:before {
    margin-top: -10px;
  }
  #hmbgr_btn_inner:after {
    margin-top: 8px;
  }
  #hmbgr_btn .close {
    background: transparent;
  }
  #hmbgr_btn .close:before, #hmbgr_btn .close:after {
    margin-top: 0;
  }
  #hmbgr_btn .close:before {
    transform: rotate(-45deg);
  }
  #hmbgr_btn .close:after {
    transform: rotate(-135deg);
  }
  #hmbgr_menu_slide_bg {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
  }
  #hdr_nav {
    display: none;
    width: 80%;
    max-width: 500px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 115;
    overflow: hidden;
    background-color: #F9F9F9;
  }
  #hdr_nav_inner {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    padding: 60px 20px 100px;
  }
  #hdr_nav_insta_tel {
    order: 2;
    display: flex;
    align-items: center;
  }
  #hdr_nav_insta_tel div {
    width: 25px;
    margin: 0 35px 0 0;
    line-height: 0;
  }
  #hdr_nav_insta_tel p {
    font-weight: 500;
    font-size: 105%;
    line-height: 1;
  }
  #hdr_nav_insta_tel p a {
    color: #000000;
  }
  #hdr_glonav {
    margin: 0 0 25px;
    order: 1;
  }
  #hdr_glonav li {
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px #ccc dashed;
  }
  #hdr_glonav li a {
    display: block;
    font-weight: 500;
    color: #000000;
    font-size: 95%;
    line-height: 1;
    padding: 15px 0 15px;
  }
  #hdr_glonav li a:hover {
    color: #006FB4;
    text-decoration: none;
    font-weight: 600;
  }
  #hdr_cnt {
    padding: 20px 0;
  }
  #hdr_cnt_txt {
    width: 92%;
    margin: 0 auto 20px;
    color: #808080;
    font-size: 60%;
    line-height: 1;
  }
  #hdr_slider_wrap {
    width: 96%;
    height: 74px;
    margin: 0 0 0 4%;
    overflow-x: hidden;
  }
  #hdr_slider_wrap .hdr_slide {
    width: 65px !important;
    aspect-ratio: 1/1;
    margin: 0 15px 0 0;
  }
  #hdr_slider_wrap .hdr_slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 0;
  }
  #hdr_slider_wrap .hdr_slide a div {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  #hdr_slider_wrap .hdr_slide a span {
    width: 45px;
    height: 18px;
    background-color: #F15A24;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    font-family: "ADAMCGPRO";
    font-size: 70%;
    line-height: 1;
    padding: 5px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    margin: 0 auto;
    z-index: 2;
  }
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  header #hdr_logo {
    margin: 0 0 0 2%;
  }
  #hdr_cnt_txt {
    width: 96%;
  }
  #hdr_slider_wrap {
    width: 98%;
    margin: 0 0 0 2%;
  }
}
.hdr_slider_inner {
  width: 100%;
}
.slick-list {
  overflow: visible;
}



/*----------------------------------------
サイドリンクバナー
----------------------------------------*/
@media screen and (min-width: 900px) {
  #side_link {
    width: 224px;
    height: 328px;
    position: fixed;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.5s;
  }
  #side_link a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #side_link_img {
    width: 100%;
    line-height: 0;
  }
  #side_link_img img {
    width: 100%;
  }
  #side_link_kabegami_bg {
    width: 100%;
    height: 119px;
    background-color: #006FB4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #side_link_kabegami_txt {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 85%;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0 0 8px;
  }
  #side_link_kabegami_btn {
    width: 166px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 100px;
    text-align: center;
    font-weight: 500;
    color: #000000;
    font-size: 95%;
    line-height: 32px;
    letter-spacing: 0;
  }
  #side_link_instagram_btn {
    width: 100%;
    height: 59px;
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
    font-size: 95%;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #side_link_instagram_btn::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url("../images/common/icon_instagram_white.svg") no-repeat center center;
    margin: 0 13px 0 0;
  }
}
@media screen and (max-width: 899px) {
  #side_link {
    display: none;
  }
}



/*----------------------------------------
フッター
----------------------------------------*/
footer img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer {
    width: 100%;
  }
  #footer_bg {
    width: 100%;
    line-height: 0;
  }
  #ftr_cnt {
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #ftr_logo {
    width: 134px;
    line-height: 0;
    margin: 0 0 60px;
  }
  #ftr_nav {
    width: 100%;
    margin: 0 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #ftr_nav_insta_tel {
    margin: 0 80px 20px 0;
    display: flex;
    align-items: center;
  }
  #ftr_nav_insta_tel div {
    width: 20px;
    margin: 0 20px 0 0;
    line-height: 0;
  }
  #ftr_nav_insta_tel p {
    font-weight: 500;
    font-size: 90%;
    line-height: 1;
  }
  #ftr_nav_insta_tel p a {
    color: #000000;
  }
  #ftr_nav ul {
    display: flex;
    align-items: center;
  }
  #ftr_nav ul li {
    margin: 0 40px 20px 0;
  }
  #ftr_nav ul li a {
    font-weight: 500;
    color: #000000;
    font-size: 85%;
    line-height: 1;
  }
  #ftr_nav ul li a:hover {
    color: #006FB4;
    text-decoration: none;
    font-weight: 600;
  }
  #ftr_nav ul li:last-child {
    margin: 0 0 20px 0;
  }
  #ftr_copy {
    font-weight: 500;
    font-size: 80%;
    line-height: 1;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #ftr_nav {
    flex-direction: column;
  }
  #ftr_nav ul {
    width: 80%;
    flex-wrap: wrap;
    justify-content: center;
  }
  #ftr_nav_insta_tel {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    width: 100%;
  }
  #footer_bg {
    width: 100%;
    line-height: 0;
  }
  #ftr_cnt {
    width: 100%;
    padding: 20px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #ftr_logo {
    width: 116px;
    line-height: 0;
    margin: 0 0 30px;
  }
  #ftr_nav {
    width: 90%;
    margin: 0 auto 45px;
    display: flex;
    flex-direction: column;
  }
  #ftr_nav_insta_tel {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #ftr_nav_insta_tel div {
    width: 24px;
    margin: 0 15px 0 0;
    line-height: 0;
  }
  #ftr_nav_insta_tel p {
    font-weight: 500;
    font-size: 100%;
    line-height: 1;
  }
  #ftr_nav_insta_tel p a {
    color: #000000;
  }
  #ftr_nav ul {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 15px;
  }
  #ftr_nav ul li {
    flex-shrink: 0;
    margin: 0 25px 20px 0;
  }
  #ftr_nav ul li a {
    font-weight: 500;
    color: #000000;
    font-size: 90%;
    line-height: 1;
  }
  #ftr_nav ul li a:hover {
    color: #006FB4;
    text-decoration: none;
    font-weight: 600;
  }
  #ftr_nav ul li:last-child {
    margin: 0 30px 0 0;
  }
  #ftr_copy {
    font-weight: 500;
    font-size: 80%;
    line-height: 1;
  }
}



/*----------------------------------------
下層ページ：共通
----------------------------------------*/
@media screen and (min-width: 1300px) {
  #subpage_cnt {
    margin: 0 0 -400px;
  }
}
@media screen and (max-width: 1299px) and (min-width: 1000px) {
  #subpage_cnt {
    margin: 0 0 -300px;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  #subpage_cnt {
    margin: 0 0 -200px;
  }
}
@media screen and (max-width: 767px) {
  #subpage_cnt {
    margin: 0 0 -150px;
  }
}



/*----------------------------------------
下層ページ：メインビジュアル・タイトル
----------------------------------------*/
@media screen and (min-width: 900px) {
  .subpage_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 0;
  }
  .subpage_main_img {
    width: calc(100% - 200px);
    aspect-ratio: 1400 / 574;
    overflow: hidden;
  }
  .subpage_main_img img {
    width: 100%;
  }
  .subpage_main_txt {
    width: 200px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .subpage_main_txt p {
    writing-mode: vertical-rl;
    letter-spacing: 7px;
    font-weight: 500;
    font-size: 110%;
    line-height: 1.9;
    padding: 85px 0 0;
  }
  .subpage_ttl {
    width: 96%;
    max-width: 1200px;
    margin: -32px auto 0;
    position: relative;
    z-index: 3;
  }
  .subpage_ttl h1 {
    font-size: 560%;
    line-height: 1;
    letter-spacing: 15px;
  }
  .subpage_ttl h1 .subpage_ttl_blue {
    color: #006FB4;
  }
  .subpage_ttl h2 {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 115%;
    line-height: 1;
  }
}
@media screen and (max-width: 1489px) and (min-width: 900px) {
  .subpage_main_txt p {
    padding: 12% 0 0;
  }
}
@media screen and (max-width: 1249px) and (min-width: 900px) {
  .subpage_main_txt p {
    font-size: 90%;
  }
}
@media screen and (max-width: 899px) {
  .subpage_main {
    width: 100%;
  }
  .subpage_main_img {
    width: 100%;
    line-height: 0;
  }
  .subpage_main_img img {
    width: 100%;
  }
  .subpage_main_txt {
    display: none;
  }
  .subpage_ttl {
    width: 92%;
    margin: 40px auto 0;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .subpage_ttl h1 {
    font-size: 170%;
    line-height: 1;
    letter-spacing: 5px;
  }
  .subpage_ttl h1 .subpage_ttl_blue {
    color: #006FB4;
  }
  .subpage_ttl h2 {
    font-weight: 600;
    font-size: 100%;
    line-height: 1;
  }
}



/*----------------------------------------
下層ページ：共通スタイル
----------------------------------------*/
@media screen and (min-width: 768px) {
  .style_common {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0 80px;
    z-index: 3;
    position: relative;
  }
  .style_common h2 {
    font-weight: 500;
    font-size: 210%;
    line-height: 1.5;
    border-bottom: 1px #000000 solid;
    margin: 60px 0 28px;
    padding: 0 0 23px;
  }
  .style_common h2:first-child {
    margin-top: 0 !important;
  }
  .style_common h3 {
    font-weight: 500;
    font-size: 160%;
    line-height: 1.6;
    margin: 50px 0 26px;
  }
  .style_common h4 {
    font-weight: 500;
    font-size: 125%;
    line-height: 1.6;
    border-bottom: 1px #87969e dashed;
    margin: 50px 0 28px;
    padding: 0 0 15px;
  }
  .style_common h5 {
    font-weight: 500;
    font-size: 110%;
    line-height: 1.6;
    border-left: 6px #006fb4 solid;
    margin: 50px 0 20px;
    padding: 1px 0 1px 12px;
  }
  .style_common h6 {
    font-weight: 500;
    font-size: 100%;
    line-height: 1.6;
    background-color: #cde3f0;
    border-radius: 8px;
    margin: 50px 0 20px;
    padding: 4px 12px;
  }
  .style_common p {
    font-size: 90%;
    line-height: 2;
    margin: 1.5em 0;
  }
  .style_common a {
    color: #006fb4;
    text-decoration: underline;
  }
  .style_common a:hover {
    text-decoration: none !important;
  }
  .style_common ul {
    margin: 1.5em 0;
  }
  .style_common ul li {
    font-size: 90%;
    line-height: 1.9;
    margin: 0 0 10px;
    text-indent: -18px;
    padding-left: 18px;
  }
  .style_common ul li::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/common/icon_li.svg) no-repeat center center;
    background-size: contain;
    margin: 0 5px 0 0;
    position: relative;
    top: 0.5px;
  }
  .style_common ol {
    counter-reset: number;
    list-style-type: none;
    margin: 1.5em 0;
  }
  .style_common ol li {
    font-size: 90%;
    line-height: 1.9;
    margin: 0 0 10px;
    display: flex;
    align-items: flex-start;
  }
  .style_common ol li::before {
    counter-increment: number !important;
    content: counter(number);
    margin: 0 5px 0 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 105%;
    background-color: #006fb4;
    border-radius: 5px;
    padding: 0 8px;
  }
  .style_common dl {
    width: 100%;
    margin: 1.5em 0;
    display: flex;
    flex-wrap: wrap;
  }
  .style_common dl dt {
    width: 30%;
    border-bottom: 1px #b3b3b3 solid;
    box-sizing: border-box;
    padding: 15px;
    font-weight: 600;
    font-size: 90%;
    line-height: 1.9;
  }
  .style_common dl dd {
    width: 70%;
    border-bottom: 1px #b3b3b3 solid;
    box-sizing: border-box;
    padding: 15px;
    font-size: 90%;
    line-height: 1.9;
  }
  .style_common table {
    width: 100%;
    margin: 1.5em 0;
    border-spacing: 0;
    border-top: 1px #b3b3b3 solid;
    border-left: 1px #b3b3b3 solid;
    font-size: 90%;
    line-height: 1.8;
  }
  .style_common table th {
    background-color: #cde3f0;
    border-bottom: 1px #b3b3b3 solid;
    border-right: 1px #b3b3b3 solid;
    font-weight: 600;
    padding: 15px 20px;
  }
  .style_common table td {
    background: #ffffff;
    border-bottom: 1px #b3b3b3 solid;
    border-right: 1px #b3b3b3 solid;
    padding: 15px 20px;
  }
  .style_btn {
    width: 360px;
    height: 70px;
  }
  .style_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: #006fb4;
    box-sizing: border-box;
    border: none;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    transition: all 0.3s ease-out;
  }
  .style_btn a::after {
    content: "";
    display: block;
    width: 17px;
    height: 12px;
    background: url("../images/common/icon_btn.png") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 10px;
  }
  .style_btn a:hover {
    background: #4B9ACA;
  }
  .style_common iframe {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .style_common {
    width: 92%;
    margin: 0 auto;
    padding: 30px 0 40px;
    z-index: 3;
    position: relative;
  }
  .style_common h2 {
    font-weight: 500;
    font-size: 170%;
    line-height: 1.6;
    border-bottom: 1px #000000 solid;
    margin: 50px 0 28px;
    padding: 0 0 20px;
  }
  .style_common h2:first-child {
    margin-top: 0 !important;
  }
  .style_common h3 {
    font-weight: 500;
    font-size: 145%;
    line-height: 1.6;
    margin: 50px 0 25px;
  }
  .style_common h4 {
    font-weight: 500;
    font-size: 120%;
    line-height: 1.6;
    border-bottom: 1px #87969e dashed;
    margin: 50px 0 26px;
    padding: 0 0 15px;
  }
  .style_common h5 {
    font-weight: 500;
    font-size: 100%;
    line-height: 1.6;
    border-left: 6px #006fb4 solid;
    margin: 50px 0 20px;
    padding: 1px 0 1px 10px;
  }
  .style_common h6 {
    font-weight: 500;
    font-size: 95%;
    line-height: 1.6;
    background-color: #cde3f0;
    border-radius: 8px;
    margin: 50px 0 20px;
    padding: 4px 12px;
  }
  .style_common p {
    font-size: 90%;
    line-height: 1.8;
    margin: 1.5em 0;
  }
  .style_common a {
    color: #006fb4;
    text-decoration: underline;
  }
  .style_common a:hover {
    text-decoration: none !important;
  }
  .style_common ul {
    margin: 1.5em 0;
  }
  .style_common ul li {
    font-size: 90%;
    line-height: 1.8;
    margin: 0 0 10px;
    text-indent: -18px;
    padding-left: 18px;
  }
  .style_common ul li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/common/icon_li.svg) no-repeat center center;
    background-size: contain;
    margin: 0 5px 0 0;
    position: relative;
    top: 0.5px;
  }
  .style_common ol {
    counter-reset: number;
    list-style-type: none;
    margin: 1.5em 0;
  }
  .style_common ol li {
    font-size: 90%;
    line-height: 1.8;
    margin: 0 0 10px;
    display: flex;
    align-items: flex-start;
  }
  .style_common ol li::before {
    counter-increment: number !important;
    content: counter(number);
    margin: 0 5px 0 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 105%;
    background-color: #006fb4;
    border-radius: 5px;
    padding: 0 8px;
  }
  .style_common dl {
    width: 100%;
    margin: 1.5em 0;
    display: flex;
    flex-wrap: wrap;
  }
  .style_common dl dt {
    width: 30%;
    border-bottom: 1px #b3b3b3 solid;
    box-sizing: border-box;
    padding: 15px;
    font-weight: 600;
    font-size: 90%;
    line-height: 1.8;
  }
  .style_common dl dd {
    width: 70%;
    border-bottom: 1px #b3b3b3 solid;
    box-sizing: border-box;
    padding: 15px;
    font-size: 90%;
    line-height: 1.8;
  }
  .style_common table {
    width: 100%;
    margin: 1.5em 0;
    border-spacing: 0;
    border-top: 1px #b3b3b3 solid;
    border-left: 1px #b3b3b3 solid;
    font-size: 90%;
    line-height: 1.8;
  }
  .style_common table th {
    background-color: #cde3f0;
    border-bottom: 1px #b3b3b3 solid;
    border-right: 1px #b3b3b3 solid;
    font-weight: 600;
    padding: 10px 15px;
  }
  .style_common table td {
    background: #ffffff;
    border-bottom: 1px #b3b3b3 solid;
    border-right: 1px #b3b3b3 solid;
    padding: 10px 15px;
  }
  .style_btn {
    width: 100%;
    height: 60px;
  }
  .style_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: #006fb4;
    box-sizing: border-box;
    border: none;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 105%;
    line-height: 1;
    transition: all 0.3s ease-out;
  }
  .style_btn a::after {
    content: "";
    display: block;
    width: 17px;
    height: 12px;
    background: url("../images/common/icon_btn.png") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 10px;
  }
  .style_btn a:hover {
    background: #4B9ACA;
  }
  .style_common iframe {
    width: 100%;
  }
}

/* WordPress用CSS追記 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin-left: 1.5em;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
}
@media (max-width: 767px) {
  .alignright {
    float: none;
    margin-left: 0;
  }
  .alignleft {
    float: none;
    margin-right: 0;
  }
}
.clear {
  clear: both;
}



/*----------------------------------------
下層ページ：アーカイブ
----------------------------------------*/
@media screen and (min-width: 1200px) {
  .archive_ul {
    width: 1200px !important;
    margin-left: calc(50% - 600px) !important;
    margin-right: calc(50% - 600px) !important;
  }
}
@media screen and (min-width: 768px) {
  .archive_ul {
    margin-top: 0 !important;
  }
  .archive_ul li {
    text-indent: 0 !important;
    padding: 0 20px !important;
    margin: 0 0 60px !important;
  }
  .archive_ul li:before {
    display: none !important;
  }
  .archive_ul li a {
    text-decoration: none;
    color: #000000;
  }
  .archive_ul li a .row {
    align-items: flex-start;
    margin: 0 !important;
  }
  .archive_ul li a .row div:first-child {
    aspect-ratio: 1/1;
    flex-shrink: 0;
    line-height: 0;
    border-radius: 20px;
    padding: 0 !important;
    overflow: hidden;
  }
  .archive_ul li a .row div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
  }
  .archive_ul li a:hover .row div:first-child img {
    transform: scale(1.1, 1.1);
    transition: 0.2s;
  }
  .archive_ul li a .row div:last-child {
    padding: 0 0 0 15px !important;
  }
  .archive_ul li a .row div:last-child p:first-child {
    font-size: 95% !important;
    line-height: 1.4 !important;
    margin: 0 0 12px !important;
  }
  .archive_ul li a .row div:last-child h4 {
    font-size: 140% !important;
    line-height: 1.6 !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
    border-bottom: none !important;
  }
  .archive_ul li a:hover .row div:last-child h4 {
    text-decoration: underline;
  }
  .archive_ul li a .row div:last-child p:last-child {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .archive_ul {
    margin-top: 0 !important;
  }
  .archive_ul li {
    text-indent: 0 !important;
    padding: 0 10px !important;
    margin: 0 0 50px !important;
  }
  .archive_ul li:before {
    display: none !important;
  }
  .archive_ul li a {
    text-decoration: none;
    color: #000000;
  }
  .archive_ul li a .row {
    margin: 0 !important;
  }
  .archive_ul li a .row div:first-child {
    aspect-ratio: 1/1;
    flex-shrink: 0;
    line-height: 0;
    border-radius: 20px;
    margin: 0 0 15px;
    padding: 0 !important;
    overflow: hidden;
  }
  .archive_ul li a .row div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
  }
  .archive_ul li a:hover .row div:first-child img {
    transform: scale(1.1, 1.1);
    transition: 0.2s;
  }
  .archive_ul li a .row div:last-child {
    padding: 0;
  }
  .archive_ul li a .row div:last-child p:first-child {
    font-size: 85% !important;
    line-height: 1.4 !important;
    margin: 0 0 5px !important;
  }
  .archive_ul li a .row div:last-child h4 {
    font-size: 125% !important;
    line-height: 1.6 !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    border-bottom: none !important;
  }
  .archive_ul li a:hover .row div:last-child h4 {
    text-decoration: underline;
  }
  .archive_ul li a .row div:last-child p:last-child {
    margin: 0 !important;
  }
}



/*----------------------------------------
スマホ用画面下部ボタン追加
----------------------------------------*/
@media screen and (min-width: 900px) {
  #sp_btm_link {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  #sp_btm_link {
    width: 100%;
    height: 60px;
    background-color: #fafafa;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
  }
  #sp_btm_link_constr {
    width: 60%;
    height: 100%;
  }
  #sp_btm_link_constr a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #006FB4;
    font-weight: 500;
    color: #ffffff;
    font-size: 95%;
  }
  #sp_btm_link_insta {
    width: 40%;
    height: 100%;
  }
  #sp_btm_link_insta a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    font-weight: 500;
    color: #ffffff;
    font-size: 95%;
  }
  #sp_btm_link_insta a::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url("../images/common/icon_instagram_white.svg") no-repeat center center;
    margin: 0 8px 0 0;
  }
  #sp_btm_link a:hover {
    text-decoration: none;
    opacity: 0.9;
  }
}



/*----------------------------------------
お問い合わせフォーム
----------------------------------------*/
form table tr th p {
  font-weight: 500;
  font-size: 110% !important;
  margin: 0 !important;
}
form table tr td {
  padding: 30px 25px !important;
}
form table tr td p {
  margin: 0 !important;
}
form table tr td input[type="text"], form table tr td input[type="email"] {
  width: 100%;
  padding: 9px 10px;
  border: 1px #b3b3b3 solid;
  border-radius: 4px;
  font-size: 120%;
  line-height: normal;
}
form table tr td p textarea {
  width: 100%;
  padding: 9px 10px;
  border: 1px #b3b3b3 solid;
  border-radius: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 120%;
  line-height: normal;
}
form input[type="submit"] {
  display: block;
  width: 100px;
  margin: 40px auto 0;
  background-color: #006fb4;
  text-align: center;
  color: #ffffff !important;
  display: block;
  width: 300px;
  height: 70px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  font-size: 125%;
  transition: all 0.3s ease-out;
}
form input[type="submit"]:hover {
  background: #4B9ACA;
}
@media screen and (max-width: 767px) {
  form table tr th {
    display: block;
    padding: 10px 15px !important;
  }
  form table tr th p {
    font-size: 100% !important;
  }
  form table tr td {
    display: block;
    padding: 20px 15px !important;
  }
  form input[type="submit"] {
    width: 100% !important;
    height: 60px !important;
    margin: 0 !important;
  }
}


