@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap");
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifJP-Regular.woff") format("woff"), url("./font/NotoSerifJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSerifJP-Bold.woff") format("woff"), url("./font/NotoSerifJP-Bold.eot") format("eot");
  font-display: swap;
}
/*
Theme Name:福岡県春日市のシンエイ塗装株式会社。外壁のひび割れ補修・塗装はお任せください。
Description:
Version: 1.0
License:シンエイ塗装株式会社
License URI:https://shinnei-tosou.com/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background: url(images/) no-repeat center top;
  background-size: cover;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 1.8;
}

h1 {
  line-height: 1.5;
  font-size: 4.2rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

h2 {
  line-height: 1.5;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

h3 {
  line-height: 1.5;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #BF2626;
  text-decoration: underline;
  transition: 0.3s linear;
  position: relative;
}
a:link.a_txt,
a:visited.a_txt {
  display: inline-block;
}
a:link.a_txt::after,
a:visited.a_txt::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1048A7;
  bottom: -1px;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
a:link.a_txt:hover::after,
a:visited.a_txt:hover::after {
  transform: scale(0, 1);
  transform-origin: left top;
}

a:hover,
a:active {
  transition: 0.3s linear;
  color: #1048A7;
  text-decoration: underline;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  padding: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.5rem;
    padding: 17px;
  }
}
.btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: 0.5s;
  background: linear-gradient(90deg, #1048A7 0%, #5A9AE9 100%);
}
.btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #001E4F 0%, #1048A7 100%);
}
.btn a:hover::before {
  opacity: 0;
}

.btn_arr {
  position: relative;
  z-index: 0;
}
.btn_arr::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 1;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

ヘッダー　共通

*****************************************/
header {
  width: 100%;
}
header .header_box {
  width: 100%;
  align-items: center;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
}
@media screen and (max-width: 1740px) {
  header .header_box {
    padding: 30px 0 10px;
    flex-direction: column;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  header .header_box {
    padding: 20px 10px;
  }
}
header .header_box .h_logo {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  header .header_box .h_logo {
    width: 240px;
  }
}

/****************************************

PCヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
  .header_box-right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1740px) {
  .header_box-right {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_box-right .h_tel {
    text-align: center;
    padding: 21.5px;
    background: #DDECF7;
  }
}
@media screen and (min-width: 768px) and (max-width: 1740px) {
  .header_box-right .h_tel {
    position: absolute;
    top: 0;
    right: 110px;
    right: calc((100% - 1200px) / 2 + 100px);
  }
}
@media print, screen and (min-width: 768px) {
  .header_box-right .h_tel .txt {
    color: #333;
    letter-spacing: 0.06em;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 10px;
  }
  .header_box-right .h_tel .number {
    color: #333;
    font-family: "Cardo", sans-serif;
    background: url(images/tel_blue.svg) no-repeat left center;
    padding-left: 30px;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.06em;
  }
  .header_box-right .h_mail {
    width: 110px;
    height: 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1740px) {
  .header_box-right .h_mail {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: calc((100% - 1200px) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .header_box-right .h_mail a {
    width: 100%;
    height: 100%;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: all 0.3s;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
  }
  .header_box-right .h_mail a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    transition: 0.5s;
    background: linear-gradient(90deg, #1048A7 0%, #5A9AE9 100%);
  }
  .header_box-right .h_mail a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #001E4F 0%, #1048A7 100%);
  }
  .header_box-right .h_mail a:hover::before {
    opacity: 0;
  }
  .header_box-right .h_mail a img {
    margin-bottom: 15px;
  }
}
/****************************************

SPヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  .h_btn,
  .h_tel,
  .h_mail {
    display: none;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #1048A7;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: url(images/sp_navi-bg.png) no-repeat center bottom rgba(1, 77, 166, 0.85);
    background-size: contain;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding: 65px 20px 30px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    text-decoration: none;
    color: #fff;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.85);
    color: #1048A7 !important;
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
  #sp_navi .sp_navi_info {
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 25px;
    margin: 0 20px 20px;
  }
  #sp_navi .sp_navi_info dt {
    font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 2.4rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    line-height: 1;
  }
  #sp_navi .sp_navi_info .tel a {
    color: #fff;
    font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    background: url(images/tel_white.svg) no-repeat left center;
    background-size: 15px;
    padding-left: 25px;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 10px 0;
    display: inline-block;
  }
}
/****************************************

pc用 ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  margin-right: 25px;
}
#g_navi .menu {
  width: auto;
  margin: auto;
  *zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
#g_navi .menu:before {
  content: "";
  display: table;
}
#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}
#g_navi .menu > li {
  position: relative;
  cursor: pointer;
  margin-left: 50px;
}
#g_navi .menu > li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  margin: auto;
  width: 1px;
  height: 50px;
  border-left: 1px dotted #999;
}
#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1;
  color: #333;
  padding: 36px 0;
  text-align: center;
  font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media screen and (max-width: 1740px) {
  #g_navi .menu li a {
    font-size: 1.6rem;
    padding: 15px 0;
  }
}
#g_navi .menu li a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1048A7;
  margin-top: 10px;
  letter-spacing: 0.06em;
}
#g_navi .menu li ul {
  min-width: 200px;
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}
#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  background: #1048A7;
}
#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #1048A7;
  opacity: 0.8;
  transition: 0.2s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  #g_navi .menu > li > a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  #g_navi .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #1048A7;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #g_navi .menu > li > a:after {
    bottom: 0;
  }
  #g_navi .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  height: 750px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
    height: 45vw;
  }
}
#mv_top .mv_img img {
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img img {
    height: 50vw;
  }
}
#mv_top .mv_txt {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_txt {
    width: 58%;
    margin: 0;
  }
}

#mv_page {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #mv_page {
    width: 100%;
  }
}
#mv_page .mv_img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img img {
    height: 32vw;
    -o-object-position: center right;
       object-position: center right;
  }
}
#mv_page .mv_txt {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
#mv_page .mv_txt p {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt p {
    font-size: 3rem;
  }
}
#mv_page .mv_txt.mv01 {
  background: url(images/mv01_en.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv01 {
    background-size: 40%;
  }
}
#mv_page .mv_txt.mv02 {
  background: url(images/mv02_en.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv02 {
    background-size: 40%;
  }
}
#mv_page .mv_txt.mv03 {
  background: url(images/mv03_en.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv03 {
    background-size: 40%;
  }
}
#mv_page .mv_txt.mv04 {
  background: url(images/mv04_en.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv04 {
    background-size: 40%;
  }
}
#mv_page .mv_txt.mv05 {
  background: url(images/mv05_en.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv05 {
    background-size: 40%;
  }
}
#mv_page .mv_txt.mv06 {
  background: url(images/mv06_en.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv06 {
    background-size: 40%;
  }
}

.metaslider .flex-control-nav {
  bottom: 0 !important;
  z-index: 10;
}

.metaslider .flexslider {
  margin: 0 !important;
}

/****************************************

content 共通設定

*****************************************/
.bg_blue {
  background: url(images/box_bg-left.png) no-repeat left top, url(images/box_bg-right.png) no-repeat right bottom #EBF4FB;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .bg_blue {
    padding: 30px;
    background-size: 50%;
  }
}

.img_wrap-03 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .img_wrap-03 {
    gap: 5px 2%;
  }
}
@media screen and (max-width: 767px) {
  .img_wrap-03 figure {
    width: 49%;
  }
  .img_wrap-03 figure:first-child {
    width: 100%;
  }
}

.img_wrap-06 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .img_wrap-06 {
    gap: 20px 2%;
  }
}
@media screen and (max-width: 767px) {
  .img_wrap-06 figure {
    width: 49%;
  }
}
.img_wrap-06 figure figcaption {
  text-align: center;
  margin-top: 15px;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .img_wrap-06 figure figcaption {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.img_round img {
  border-radius: 10px;
}

.img_shadow {
  filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 0.1));
}

.youtube-ratio {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube-ratio iframe {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  padding: 20px calc((100% - 1200px) / 2);
  text-align: right;
  background: #EBF4FB;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px;
  }
}
.breadcrumb p {
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .breadcrumb p {
    font-size: 1rem;
  }
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #666;
}
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1048A7;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.breadcrumb a:hover {
  color: #1048A7;
}
.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

main#top_main {
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  main#top_main {
    margin: 0 0 50px;
  }
}

main#page_main {
  width: 100%;
  padding: 80px calc((100% - 1200px) / 2) 140px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    padding: 30px 10px 60px;
  }
}
main#page_main::before {
  content: "";
  width: 360px;
  aspect-ratio: 360/374;
  position: absolute;
  top: 20px;
  left: 0;
  background: url(images/deco01.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main#page_main::before {
    width: 260px;
  }
}
main#page_main::after {
  content: "";
  width: 360px;
  aspect-ratio: 360/382;
  position: absolute;
  top: 300px;
  right: 0;
  background: url(images/deco02.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main#page_main::after {
    content: none;
  }
}

@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
  .pc_mb40 {
    margin-bottom: 40px;
  }
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_str {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .flex_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_r_str {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_img {
    text-align: center;
  }
  .sp_img img {
    width: auto;
  }
  .sp_none {
    display: none !important;
  }
  .sp_mb10 {
    margin-bottom: 10px;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .sp_mb25 {
    margin-bottom: 25px;
  }
  .sp_mb30 {
    margin-bottom: 30px;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2) 0;
  background: url(images/bg01.jpg) no-repeat center top/cover;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 60px 20px 0;
    flex-direction: column;
  }
}
.top_box01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #EAF4FC;
  z-index: -1;
}
.top_box01 h2 {
  font-size: 3.8rem;
  text-shadow: 0 0 20px rgba(12, 52, 120, 0.7);
  color: #fff;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 {
    font-size: 2.8rem;
    margin: 0 0 25px;
    text-align: center;
  }
}
.top_box01 h2 .sm {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 .sm {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.top_box01 h2 .lg {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 .lg {
    font-size: 3.8rem;
  }
}
.top_box01 .top_box01_txt {
  width: 720px;
  background: url(images/box_bg-left.png) no-repeat left top, url(images/box_bg-right.png) no-repeat right bottom #fff;
  padding: 60px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .top_box01 .top_box01_txt {
    width: 100%;
    padding: 30px;
    background-size: 50%;
  }
}
.top_box01 .top_box01_txt::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #1048A7;
  z-index: -1;
}

.top_box02 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2);
  background: #EAF4FC;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 60px 10px;
  }
}
.top_box02 h2 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_box02 h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.top_box02 h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  background: #C7E1F5;
  width: 120px;
  aspect-ratio: 120/80;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box02 h2::before {
    width: 100px;
  }
}
.top_box02 h2 span {
  position: relative;
}
.top_box02 h2 span::before {
  content: "";
  position: absolute;
  top: -15px;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 100vmax;
  background: #1048A7;
}
.top_box02 .top_box02_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_list {
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 8%;
    padding: 0 20px;
  }
}
.top_box02 .top_box02_list li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_list li {
    width: 46%;
  }
  .top_box02 .top_box02_list li:first-child {
    width: 60%;
  }
}
.top_box02 .top_box02_list li span {
  font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100vmax;
  background: linear-gradient(90deg, #1048A7 0%, #5A9AE9 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .top_box02 .top_box02_list li:nth-child(even) {
    margin-top: 40px;
  }
}
.top_box02 .top_box02_list li img {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
}
.top_box02 .top_box02_list li p {
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_list li p {
    font-size: 1.4rem;
  }
}
.top_box02 .top_box02_sos {
  width: 1000px;
  margin: 80px auto 0;
  padding: 0px 0 50px;
  border-top: 2px solid #C7E1F4;
  border-bottom: 2px solid #C7E1F4;
  background: url(images/bg02.svg) no-repeat right bottom 15px;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_sos {
    width: 100%;
    margin: 60px auto 0;
    padding: 0px 0 30px;
  }
}
.top_box02 .top_box02_sos h3 {
  width: 500px;
  text-align: center;
  background: #76B4E0;
  color: #fff;
  padding: 14px;
  font-size: 2.2rem;
  margin: -30px auto 30px;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_sos h3 {
    max-width: 400px;
    width: 100%;
    font-size: 1.8rem;
    padding: 14px 10px;
    margin: -30px auto 20px;
  }
}

.top_box03 {
  width: 100%;
}
.top_box03 h2 {
  background: #CFE5F4;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box03 h2 {
    padding: 40px;
  }
}
.top_box03 h2::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 20px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  z-index: 1000;
  background: #CFE5F4;
}
.top_box03 .top_box03_bana_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_bana_wrap {
    flex-direction: column;
    gap: 1px;
  }
}
.top_box03 .top_box03_bana {
  width: 33.3%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_bana {
    width: 100%;
  }
}
.top_box03 .top_box03_bana a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
.top_box03 .top_box03_bana img {
  transition: all 0.6s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 640px;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_bana img {
    aspect-ratio: 1/1;
    height: auto;
  }
}
.top_box03 .top_box03_bana:hover img {
  transform: scale(1.1);
  filter: blur(4px);
}
.top_box03 .top_box03_bana .inner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12.5%;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_bana .inner {
    padding: 40px;
  }
}
.top_box03 .top_box03_bana .inner h3 {
  color: #fff;
  text-shadow: 0 0 20px rgba(4, 22, 49, 0.2);
  font-size: 3.6rem;
  font-size: clamp(2.3rem, 1.8vw, 3.6rem);
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_bana .inner h3 {
    font-size: 2.4rem;
  }
}
.top_box03 .top_box03_bana .inner h3 span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #76B4E0;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_bana .inner h3 span {
    font-size: 1.3rem;
  }
}
.top_box03 .top_box03_bana .inner .txt {
  margin-top: 20px;
}
.top_box03 .top_box03_bana .inner .txt p {
  color: #fff;
  text-shadow: 0 0 20px rgba(4, 22, 49, 0.2);
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_bana .inner .txt p {
    font-size: 1.4rem;
  }
}
.top_box03 .top_box03_bana .bana_arr_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12.5%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_bana .bana_arr_wrap {
    width: 40px;
  }
}
.top_box03 .top_box03_bana .bana_arr_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  background: linear-gradient(90deg, #1048A7 0%, #5A9AE9 100%);
  z-index: 1;
}
.top_box03 .top_box03_bana .bana_arr_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #001E4F 0%, #1048A7 100%);
  z-index: 0;
}
.top_box03 .top_box03_bana .bana_arr_wrap .bana_arr {
  width: 60px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_bana .bana_arr_wrap .bana_arr {
    width: 8px;
    height: 8px;
  }
}
.top_box03 .top_box03_bana:hover .bana_arr_wrap::before {
  opacity: 0;
}

.top_box04 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2);
  background: url(images/bg03-top.png) no-repeat center top, url(images/bg03-bottom.png) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 60px 10px;
  }
}
.top_box04 h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_box04 h2 {
    margin-bottom: 30px;
  }
}
.top_box04 .btn {
  max-width: 300px;
  width: 100%;
  margin: auto;
}

.top_box05 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2) 0;
  background: url(images/bg05.png) no-repeat top right 20%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 60px 10px 0;
    background-size: 60%;
    background-position: top right -20px;
  }
}
.top_box05 h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_box05 h2 {
    margin-bottom: 30px;
  }
}
.top_box05 .top_box05_bana {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box05 .top_box05_bana {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }
}

.top_box06 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2) 60px;
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box06 {
    padding: 60px 10px;
    margin-bottom: 30px;
  }
}
.top_box06::before {
  content: "";
  width: 75%;
  height: calc(100% + 60px);
  background: #EBF4FA;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
}
.top_box06 .top_box06_inner {
  background: url(images/box_bg-left.png) no-repeat left top, url(images/box_bg-right.png) no-repeat right bottom #fff;
  border: 2px solid #1048A7;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box06 .top_box06_inner {
    padding: 30px;
    background-size: 50%;
    flex-direction: column;
  }
}
.top_box06 .top_box06_inner .top_tit02 {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .top_box06 .top_box06_inner .top_tit02 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    text-align: center;
  }
}
.top_box06 .top_box06_inner .top_tit02 span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #1048A7;
  margin-top: 5px;
}
.top_box06 .top_box06_inner .txt {
  width: 800px;
}
@media screen and (max-width: 767px) {
  .top_box06 .top_box06_inner .txt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top_box06 .top_box06_inner .btn {
    position: absolute;
    bottom: 60px;
    left: 60px;
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .top_box06 .top_box06_inner .btn {
    max-width: 300px;
    width: 100%;
    margin: 30px auto 0;
  }
}

.top_box07 {
  width: 100%;
  padding: 0 calc((100% - 1200px) / 2) 60px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top_box07 {
    padding: 0 10px 60px;
    flex-direction: column;
  }
}
.top_box07::before {
  content: "";
  width: 75%;
  height: calc(100% - 60px);
  background: #CFE5F4;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box07::before {
    height: 100%;
  }
}
.top_box07 .top_box07_inner {
  width: 620px;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .top_box07 .top_box07_inner {
    width: 100%;
    padding-top: 60px;
    margin-bottom: 30px;
  }
}
.top_box07 .top_box07_inner h2 {
  font-size: 3.4rem;
  color: #1048A7;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_box07 .top_box07_inner h2 {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
.top_box07 .top_box07_inner h2::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 22px;
  aspect-ratio: 1/1;
  background: url(images/top_tit01.svg);
  margin: 0px 0 12px 0;
}
.top_box07 .top_box07_inner h2 span {
  background-size: auto auto;
  background-color: rgb(16, 71, 166);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgb(52, 98, 179) 3px, rgb(52, 98, 179) 4px);
  color: #fff;
  margin-right: 1px;
  border-radius: 4px;
  font-size: 3.2rem;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .top_box07 .top_box07_inner h2 span {
    font-size: 2.4rem;
    width: 38px;
    line-height: 38px;
  }
}
.top_box07 .top_box07_inner h2 span:last-child {
  margin-right: 10px;
}
.top_box07 .top_box07_img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.top_box08 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2) 80px;
}
@media screen and (max-width: 767px) {
  .top_box08 {
    padding: 60px 10px;
  }
}
.top_box08 h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_box08 h2 {
    margin-bottom: 20px;
  }
}
.top_box08 .btn {
  max-width: 300px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .top_box08 .btn {
    margin: 20px auto 0;
  }
}

.top_box09 {
  width: 100%;
  padding: 0 calc((100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .top_box09 {
    padding: 0 10px;
  }
}
.top_box09 .top_box09_bana {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box09 .top_box09_bana {
    flex-wrap: wrap;
    gap: 10px 2%;
  }
}
.top_box09 .top_box09_bana li {
  width: 285px;
  position: relative;
  z-index: 0;
  background: #EBF4FA;
  outline: 1px solid #9ECAE9;
  outline-offset: -10px;
  text-align: center;
  padding: 32px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .top_box09 .top_box09_bana li {
    width: 49%;
    padding: 20px;
  }
}
.top_box09 .top_box09_bana li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #76B4E0;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 9px;
  right: 9px;
}
.top_box09 .top_box09_bana li a {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_box09 .top_box09_bana li img {
    width: 60%;
  }
}
.top_box09 .top_box09_bana li p {
  font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_box09 .top_box09_bana li p {
    font-size: 1.6rem;
  }
}
.top_box09 .top_box09_bana li:hover {
  background: #CFE5F4;
}

/****************************************

お問い合わせ トップ用

*****************************************/
.contact_area {
  width: 100%;
  padding: 80px calc((100% - 1200px) / 2);
  background: url(images/bg04.jpg) no-repeat center/cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-shadow: 0 0 20px rgba(12, 52, 120, 0.7);
}
@media screen and (max-width: 767px) {
  .contact_area {
    flex-direction: column;
    padding: 60px 10px;
  }
}
.contact_area h2 {
  width: 240px;
  color: #fff;
  font-size: 3.4rem;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .contact_area h2 {
    width: 100%;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.contact_area h2::before {
  content: "";
  width: 84px;
  aspect-ratio: 84/47;
  background: url(images/contact_txt.svg) no-repeat center/contain;
  position: absolute;
  top: -25px;
  left: -45px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contact_area h2::before {
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
  }
}
.contact_area h2 span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .contact_area h2 span {
    font-size: 2rem;
    display: inline-block;
  }
}
.contact_area .contact_area-inner {
  width: 900px;
  padding-left: 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
.contact_area .contact_area-inner .contact_area-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-info {
    flex-direction: column;
    margin-top: 20px;
  }
}
.contact_area .contact_area-inner .contact_area-info .contact_area-tel {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-info .contact_area-tel {
    margin-bottom: 20px;
  }
}
.contact_area .contact_area-inner .contact_area-info .contact_area-tel a {
  text-decoration: none;
}
.contact_area .contact_area-inner .contact_area-info .contact_area-tel .txt {
  color: #fff;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-info .contact_area-tel .txt {
    font-size: 1.3rem;
  }
}
.contact_area .contact_area-inner .contact_area-info .contact_area-tel .number {
  color: #fff;
  font-family: "Cardo", sans-serif;
  background: url(images/tel_white.svg) no-repeat left center;
  padding-left: 30px;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-info .contact_area-tel .number {
    font-size: 3.4rem;
    background-size: 18px;
  }
}
.contact_area .contact_area-inner .contact_area-mail {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-mail {
    margin: auto;
  }
}
.contact_area .contact_area-inner .contact_area-mail a {
  width: 100%;
  height: 100%;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  border: 1px solid #fff;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-mail a {
    padding: 24px;
    font-size: 1.6rem;
  }
}
.contact_area .contact_area-inner .contact_area-mail a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.contact_area .contact_area-inner .contact_area-mail a img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-mail a img {
    width: 24px;
  }
}

/****************************************

top_case_post トップ用

*****************************************/
.top_case_post {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top_case_post {
    margin-top: 40px;
  }
}
.top_case_post article {
  width: 1080px;
  padding: 0 40px 60px 40px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_case_post article {
    width: 100%;
    padding: 0 0 30px;
  }
}
.top_case_post article:not(:last-child) {
  margin-bottom: 60px;
  border-bottom: 1px dotted #666;
}
@media screen and (max-width: 767px) {
  .top_case_post article:not(:last-child) {
    margin-bottom: 30px;
  }
}
.top_case_post article::before {
  content: "";
  width: 140px;
  height: 37px;
  background: url(images/case_arr.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35%;
  margin: auto;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_case_post article::before {
    width: 18%;
    left: 32.5%;
  }
}
.top_case_post article h3 {
  font-size: 2.2rem;
  padding-left: 20px;
  border-left: 4px solid #1A53B0;
  margin-bottom: 20px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media screen and (min-width: 768px) {
  .top_case_post article h3 {
    width: 420px;
    position: absolute;
    top: 0;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_case_post article h3 {
    font-size: 1.8rem;
  }
}
.top_case_post article h3 a {
  color: #333;
  text-decoration: none;
}
.top_case_post article .case_img-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_case_post article .case_img-wrap .case_before {
  width: 36.8%;
}
.top_case_post article .case_img-wrap .case_after {
  width: 55.2%;
}
.top_case_post article .case_img-wrap figure {
  position: relative;
  padding: 4px;
  border: 1px solid #ccc;
  background: #fff;
}
.top_case_post article .case_img-wrap figure.img_after {
  width: 368px;
  width: 100%;
  aspect-ratio: 4/3;
}
.top_case_post article .case_img-wrap figure.img_after figcaption {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .top_case_post article .case_img-wrap figure.img_after figcaption {
    font-size: 1.8rem;
  }
}
.top_case_post article .case_img-wrap figure.img_before {
  width: 552px;
  width: 100%;
  aspect-ratio: 4/3;
}
.top_case_post article .case_img-wrap figure.img_before figcaption {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .top_case_post article .case_img-wrap figure.img_before figcaption {
    font-size: 2.4rem;
  }
}
.top_case_post article .case_img-wrap figure::before {
  content: "";
  width: 25%;
  aspect-ratio: 90/67;
  background: #fff;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  position: absolute;
  right: 1px;
  bottom: 1px;
}
.top_case_post article .case_img-wrap figure figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  color: #1048A7;
  font-weight: 700;
  font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 2.6rem;
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff;
}
@media screen and (max-width: 767px) {
  .top_case_post article .case_img-wrap figure figcaption {
    right: 6px;
    bottom: 6px;
  }
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  max-height: 280px;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .news_post {
    padding-right: 20px;
  }
}
.news_post article a {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 27px 40px 27px 0;
  border-bottom: 1px dotted #666;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article a {
    flex-wrap: wrap;
    padding: 20px 30px 20px 0;
  }
}
.news_post article a::after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(images/news_arr.svg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news_post article a::after {
    right: 0;
  }
}
.news_post article a .date {
  width: 120px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-family: "Cardo", sans-serif;
  line-height: 1.6;
  color: #1048A7;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news_post article a .date {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}
.news_post article a h3 {
  font-size: 1.6rem;
  color: #333;
  font-weight: 400;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  width: calc(100% - 120px);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .news_post article a h3 {
    width: 100%;
    font-size: 1.4rem;
  }
}
.news_post article a:hover {
  background: #EBF4FA;
}

/****************************************

content下層用

*****************************************/
.greeting_box {
  width: 100%;
  position: relative;
  padding: 100px 0;
  z-index: 0;
  border-left: 2px solid #1048A7;
}
@media screen and (max-width: 767px) {
  .greeting_box {
    padding: 60px 0;
  }
}
.greeting_box::before {
  content: "";
  position: absolute;
  left: -360px;
  top: 0;
  width: 100%;
  width: 1920px;
  height: 100%;
  background: url(images/bg06.jpg) no-repeat center/cover;
  z-index: -1;
}
.greeting_box .greeting_box_img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .greeting_box .greeting_box_img {
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .greeting_box .greeting_box_img img {
    width: 60%;
  }
}
.greeting_box .greeting_box_img figcaption {
  width: 100%;
  text-align: center;
  font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  background: url(images/greeting_name.svg) no-repeat right bottom;
  padding: 20px 40px 40px;
}
@media screen and (max-width: 767px) {
  .greeting_box .greeting_box_img figcaption {
    font-size: 2.4rem;
  }
}
.greeting_box .greeting_box_img figcaption span {
  font-size: 1.7rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .greeting_box .greeting_box_img figcaption span {
    font-size: 1.6rem;
  }
}

.philosophy_box {
  padding-bottom: 20px;
  border-bottom: 1px dotted #666;
}
@media screen and (max-width: 767px) {
  .philosophy_box {
    padding-bottom: 10px;
  }
}
.philosophy_box:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .philosophy_box:not(:last-child) {
    margin-bottom: 40px;
  }
}
.philosophy_box h2 {
  margin-bottom: 30px;
  position: relative;
  padding-left: 170px;
}
@media screen and (max-width: 767px) {
  .philosophy_box h2 {
    margin-bottom: 20px;
    padding: 120px 0 0 0;
  }
}
.philosophy_box h2::before {
  content: "";
  width: 231px;
  aspect-ratio: 231/201;
  background: url(images/philosophy01.png) no-repeat center/contain;
  position: absolute;
  top: -40px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .philosophy_box h2::before {
    width: 200px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.philosophy_box.philosophy_box01 h2::before {
  background: url(images/philosophy01.png) no-repeat center/contain;
}
.philosophy_box.philosophy_box02 h2::before {
  background: url(images/philosophy02.png) no-repeat center/contain;
}
.philosophy_box.philosophy_box03 h2::before {
  background: url(images/philosophy03.png) no-repeat center/contain;
}
.philosophy_box.philosophy_box04 h2::before {
  background: url(images/philosophy04.png) no-repeat center/contain;
}
.philosophy_box.philosophy_box05 h2::before {
  background: url(images/philosophy05.png) no-repeat center/contain;
}
.philosophy_box .txt {
  padding: 40px;
  background: url(images/box_bg-right.png) no-repeat right bottom #EBF4FB;
}
@media screen and (max-width: 767px) {
  .philosophy_box .txt {
    padding: 20px;
    background-size: 50%;
  }
}

.container_wrap {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .container_wrap {
    min-height: 450px;
    padding-top: 40px;
  }
}
.container_wrap .container_txt {
  width: 710px;
  padding: 60px;
  background: rgba(235, 244, 251, 0.9);
}
@media screen and (max-width: 767px) {
  .container_wrap .container_txt {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .container_wrap .container_img img {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.container_wrap.container_wrap01 .container_txt {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container_wrap.container_wrap01 .container_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .container_wrap.container_wrap02 .container_txt {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .container_wrap.container_wrap02 .container_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.check {
  width: 100%;
}
.check li {
  background: #fff;
  padding: 10px 20px 10px 50px;
  position: relative;
  color: #1048A7;
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .check li {
    font-size: 1.5rem;
    padding: 10px 10px 10px 40px;
  }
}
.check li::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(images/check.svg) no-repeat center/contain;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .check li::before {
    width: 16px;
    top: 16px;
  }
}

.crack_step {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  counter-reset: num_a;
}
@media screen and (max-width: 767px) {
  .crack_step {
    gap: 20px 2%;
  }
}
.crack_step li {
  position: relative;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .crack_step li {
    width: 49%;
  }
}
.crack_step li::before {
  content: "";
  width: 60px;
  aspect-ratio: 1/1;
  background: url(images/flow_arr.svg) no-repeat center/contain;
  position: absolute;
  top: 100px;
  right: -45px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .crack_step li::before {
    width: 40px;
    top: 11vw;
    right: -5.5vw;
  }
}
.crack_step li .txt {
  position: relative;
  z-index: 0;
  margin-top: 20px;
  padding: 11px 0 11px 60px;
}
@media screen and (max-width: 767px) {
  .crack_step li .txt {
    margin-top: 10px;
    padding: 3px 0 3px 40px;
  }
}
.crack_step li .txt::before {
  content: counter(num_a, decimal-leading-zero);
  counter-increment: num_a;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  width: 50px;
  height: 50px;
  background: #76B4E0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  line-height: 1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .crack_step li .txt::before {
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .crack_step li:nth-child(3n)::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .crack_step li:nth-child(2n)::before {
    content: none;
  }
}

.painting_list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .painting_list_wrap {
    gap: 10px 2%;
  }
}
.painting_list_wrap .painting_list {
  width: 380px;
  background: #EBF4FB;
}
@media screen and (max-width: 767px) {
  .painting_list_wrap .painting_list {
    width: 49%;
  }
}
.painting_list_wrap .painting_list h3 {
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #1048A7;
  background: #C7E1F5;
}
@media screen and (max-width: 767px) {
  .painting_list_wrap .painting_list h3 {
    font-size: 1.7rem;
  }
}
.painting_list_wrap .painting_list .list01 {
  padding: 20px 30px 30px;
}
@media screen and (max-width: 767px) {
  .painting_list_wrap .painting_list .list01 {
    padding: 10px 20px 20px;
  }
}

.list01 li {
  padding-left: 15px;
  position: relative;
  line-height: 1.6;
}
.list01 li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1048A7;
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .list01 li::before {
    top: 8px;
  }
}

.painting_img_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.painting_img_wrap li {
  width: 270px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .painting_img_wrap li {
    width: 100%;
  }
}
.painting_img_wrap li:not(:last-child)::before {
  content: "";
}
@media screen and (min-width: 768px) {
  .painting_img_wrap li:not(:last-child)::before {
    width: 1px;
    height: 100%;
    border-right: 1px dotted #666;
    position: absolute;
    top: 0;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .painting_img_wrap li:not(:last-child)::before {
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #666;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
}
.painting_img_wrap li figure {
  margin-bottom: 15px;
}

.renovation_img_ba {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .renovation_img_ba {
    flex-direction: column;
  }
}
.renovation_img_ba .before_box {
  width: 540px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .renovation_img_ba .before_box {
    width: 100%;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .renovation_img_ba .before_box::before {
    content: "";
    width: 60px;
    aspect-ratio: 1/1;
    background: url(images/flow_arr.svg) no-repeat center/contain;
    position: absolute;
    top: 200px;
    left: 570px;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .renovation_img_ba .before_box::before {
    content: "";
    width: 40px;
    aspect-ratio: 1/1;
    background: url(images/flow_arr.svg) no-repeat center/contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    transform: rotate(90deg);
    z-index: 10;
  }
}
.renovation_img_ba .after_box {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .renovation_img_ba .after_box {
    width: 100%;
  }
}

.case_post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .case_post {
    gap: 30px 2%;
  }
}
.case_post article {
  width: 380px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case_post article {
    width: 49%;
  }
}
.case_post article a {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.case_post article figure {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  background: #000;
}
.case_post article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s;
}
.case_post article:hover img {
  transform: scale(1.1);
  opacity: 0.75;
}
.case_post article h2 {
  text-align: center;
  font-size: 2rem;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1048A7;
}
@media screen and (max-width: 767px) {
  .case_post article h2 {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.table02 {
  width: 100%;
  border-top: 1px solid #ccc;
}
.table02 th,
.table02 td {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .table02 th,
  .table02 td {
    display: block;
    padding: 10px;
  }
}
.table02 th {
  width: 25%;
  background: #EBF4FB;
  color: #1048A7;
}
@media screen and (max-width: 767px) {
  .table02 th {
    width: 100%;
    border-bottom: none;
  }
}
.table02 td {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .table02 td {
    width: 100%;
  }
}

.list02 li {
  position: relative;
  line-height: 1.6;
  border-bottom: 1px dotted #666;
  padding: 10px 0 10px 30px;
  font-size: 1.7rem;
  font-weight: 700;
}
.list02 li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1048A7;
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .list02 li::before {
    top: 8px;
  }
}

.check02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.check02 li {
  position: relative;
  line-height: 1.6;
  border-bottom: 1px dotted #666;
  padding: 16px 0 16px 30px;
  font-size: 1.7rem;
  font-weight: 700;
  width: 580px;
}
@media screen and (max-width: 767px) {
  .check02 li {
    width: 100%;
    font-size: 1.5rem;
    padding: 10px 0 10px 25px;
  }
}
.check02 li::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(images/check.svg) no-repeat center/contain;
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .check02 li::before {
    width: 16px;
    top: 16px;
  }
}

.flow_box li {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background: #EBF4FB;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow_box li {
    flex-direction: column-reverse;
    padding: 30px;
  }
}
.flow_box li:not(:last-child) {
  margin-bottom: 80px;
}
.flow_box li:not(:last-child)::after {
  content: "";
  width: 100px;
  height: 40px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: #76B4E0;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.flow_box li .flow_box_inner {
  width: 910px;
}
@media screen and (max-width: 767px) {
  .flow_box li .flow_box_inner {
    width: 100%;
  }
}
.flow_box li .flow_box_inner h3 {
  margin-bottom: 20px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .flow_box li .flow_box_inner h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.flow_box li .flow_box_inner h3 span {
  display: block;
  color: #1048A7;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.flow_box li .flow_box_inner .flow_contact {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .flow_box li .flow_box_inner .flow_contact {
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
  }
}
.flow_box li .flow_box_inner .flow_contact .btn {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flow_box li figure {
    width: 50%;
    margin: auto;
  }
}

.faq_box {
  width: 100%;
}
.faq_box .faq_item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #666;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.faq_box .faq_item.open .faq-answer {
  display: block;
  padding: 15px 55px 20px 70px;
  opacity: 1;
  transition: 0.4s ease;
  transform: translateY(0);
  max-height: 500px;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_item.open .faq-answer {
    padding: 10px 30px 15px 50px;
  }
}
.faq_box .faq_item.open .faq-question::before {
  content: "−";
}
.faq_box .faq-question {
  position: relative;
  color: #1048A7;
  font-size: 2rem;
  font-weight: 600;
  padding: 15px 55px 15px 70px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: block;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-question {
    padding: 15px 30px 10px 50px;
    font-size: 1.8rem;
  }
}
.faq_box .faq-question::after {
  position: absolute;
  left: 20px;
  top: 10px;
  content: "Q";
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #fff;
  background: #1048A7;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-question::after {
    left: 0;
    font-size: 1.8rem;
    width: 35px;
    height: 35px;
  }
}
.faq_box .faq-question::before {
  content: "+";
  position: absolute;
  right: 20px;
  top: 34px;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: 400;
  color: rgba(67, 51, 38, 0.6);
  transition: transform 0.3s, content 0.3s;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-question::before {
    right: 0;
  }
}
.faq_box .faq-answer {
  position: relative;
  font-size: 1.6rem;
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  opacity: 0;
  transition: 0.4s ease;
  transform: translateY(-10px);
}
.faq_box .faq-answer::after {
  position: absolute;
  left: 20px;
  top: 10px;
  content: "A";
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #fff;
  background: #76B4E0;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-answer::after {
    left: 0;
    font-size: 1.8rem;
    width: 35px;
    height: 35px;
  }
}

.contact_tel {
  background: url(images/tel_blue.svg) no-repeat left center;
  padding-left: 30px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-block;
  font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact_tel {
    font-size: 2.6rem;
    background-size: 16px;
    padding-left: 24px;
  }
}

.contact_tel-txt {
  font-size: 1.4rem;
  color: #666;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .table_scroll::before {
    content: "※横にスクロールしてご覧ください";
    font-size: 1.1rem;
    margin-bottom: 5px;
    display: inline-block;
    position: sticky;
    top: 0;
    left: 0;
  }
}

.table {
  width: 740px;
  border-top: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .table {
    width: 100%;
  }
}
.table th,
.table td {
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .table th,
  .table td {
    padding: 10px;
  }
}
.table th {
  width: 30%;
  border-bottom: 1px solid #aaa;
  background: #1048A7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .table th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.table td {
  width: 70%;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .table td {
    display: block;
    width: 100%;
  }
}

.policy {
  background: #eee;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .policy {
    padding: 20px;
  }
}
.policy span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
  color: #1048A7;
}
@media screen and (max-width: 767px) {
  .policy span {
    font-size: 1.4rem;
  }
}
.policy p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .policy p {
    font-size: 1.2rem;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .map {
    height: auto;
    aspect-ratio: 4/3;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************************

aside

*****************************************/
/****************************************

single.php

*****************************************/
#single_box {
  width: 100%;
  margin-top: 80px;
}

#single_box h1 {
  font-size: 2.6rem;
}

#single_box .single_text {
  width: 100%;
}

#single_box .single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: 40px auto 0px;
}

a.page-numbers {
  border: solid 1px #666;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #666;
  background: #fff;
}
a.page-numbers:hover {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #666;
  border: solid 1px #666;
  color: white;
}

.nav-below {
  width: 100%;
  margin: 60px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  border-top: 1px solid #1048A7;
  border-bottom: 1px solid #1048A7;
  text-decoration: none;
  color: #1048A7;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 40px 0 0;
  }
}
.nav-below a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.3s;
  color: #1048A7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}
.nav-below a:hover {
  background: #1048A7;
  color: #fff;
}
.nav-below .next {
  width: 25%;
  border-right: 1px solid #1048A7;
}
.nav-below .back {
  width: 50%;
}
.nav-below .prev {
  width: 25%;
  border-left: 1px solid #1048A7;
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}
/****************************************

P

*****************************************/
.bg_beige {
  background: #F2EADC;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .bg_beige {
    padding: 25px;
  }
}

/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 文字 */
.sans {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.serif {
  font-family: "Cardo", "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.red {
  color: #BF2626;
}

.blue {
  color: #1048A7;
}

.size14 {
  font-size: 1.4rem;
}

.size18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .size18 {
    font-size: 1.6rem;
  }
}

.size22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .size22 {
    font-size: 1.8rem;
  }
}

/* 強調 */
.marker {
  background: linear-gradient(transparent 70%, #FFDD53 30%);
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.tr {
  text-align: right;
}

.db {
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

@media print, screen and (min-width: 768px) {
  .tc {
    text-align: center;
  }
  .w660 {
    width: 660px;
  }
  .w710 {
    width: 710px;
  }
  .w760 {
    width: 760px;
  }
  .w900 {
    width: 900px;
  }
  .w950 {
    width: 950px;
  }
}
@media screen and (max-width: 767px) {
  .mb50,
  .mb60 {
    margin-bottom: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb90,
  .mb100 {
    margin-bottom: 60px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_tit01 {
  text-align: center;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .top_tit01 {
    font-size: 3.2rem;
  }
}
.top_tit01 span {
  display: block;
  color: #1048A7;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}

.headline {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 40px;
  }
}
.headline span {
  display: block;
  color: #1048A7;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}

.subhead01 {
  width: 100%;
  border-left: 4px solid #1048A7;
  padding-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .subhead01 {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

.subhead02 {
  width: 100%;
  background: #1048A7;
  color: #fff;
  position: relative;
  padding: 20px 20px 20px 40px;
  margin-bottom: 30px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .subhead02 {
    padding: 15px 15px 15px 30px;
    margin-bottom: 20px;
  }
}
.subhead02::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .subhead02::before {
    width: 20px;
  }
}

.subhead03 {
  border-bottom: 1px solid #1048A7;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.subhead04 {
  background: #1048A7;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .subhead04 {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.subhead04::before {
  content: "";
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: #1048A7;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .subhead04::before {
    width: 20px;
    height: 10px;
    bottom: -9px;
  }
}

/****************************************

footer

*****************************************/
footer {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2) 60px;
  background: #1B3054;
  /* ----sp追従---- */
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 10px 80px;
  }
}
@media screen and (max-width: 767px) {
  footer #pc_footer {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  footer #sp_footer {
    display: none;
  }
}
footer p {
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 1.4rem;
    text-align: center;
  }
}
footer .pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  footer .pagetop {
    display: none;
  }
}
footer .copyright {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #8D98AA;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    border-top: 1px solid #495976;
    padding-top: 20px;
    margin-top: 20px;
  }
}
footer .footer_box {
  text-align: center;
}
footer .footer_box .f_logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  footer .footer_box .f_logo {
    width: 80%;
    margin: 0 auto 20px;
  }
}
footer .footer_box .sitemap {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #495976;
  margin: 60px 0;
  padding-top: 60px;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 767px) {
  footer .footer_box .sitemap {
    display: none;
  }
}
footer .footer_box .sitemap li > ul > li {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
footer .footer_box .sitemap li > ul > li a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
footer .footer_box .sitemap li > ul > li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #76B4E0;
  bottom: -15px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
footer .footer_box .sitemap li > ul > li a:hover {
  color: #76B4E0;
}
footer .footer_box .sitemap li > ul > li a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
footer .footer_box .sitemap li dl dt {
  position: relative;
  color: #fff;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
footer .footer_box .sitemap li dl dd {
  position: relative;
  line-height: 2;
}
footer .footer_box .sitemap li dl dd a {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 2;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
footer .footer_box .sitemap li dl dd a::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #76B4E0;
}
footer .footer_box .sitemap li dl dd a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #76B4E0;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
footer .footer_box .sitemap li dl dd a:hover {
  color: #76B4E0;
}
footer .footer_box .sitemap li dl dd a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
footer .sp_bana {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
footer .sp_bana .sp_bana_parts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25%;
  background: #1048A7;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .sp_bana .sp_bana_parts a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
footer .sp_bana .sp_bana_parts span {
  position: relative;
  display: block;
  height: auto;
  padding-top: 30px;
  line-height: 1.4;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #fff;
}
footer .sp_bana .sp_bana_parts span::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
footer .sp_bana .sp_bana_parts .sp-tel::after {
  background-image: url(images/sp-tel.svg);
  background-size: 18px;
}
footer .sp_bana .sp_bana_parts .sp-mail::after {
  background-image: url(images/sp-contact.svg);
  background-size: 22px;
}
footer .sp_bana .sp_bana_parts .sp-access::after {
  background-image: url(images/sp-map.svg);
  background-size: 22px;
}
footer .sp_bana .sp_bana_parts .sp-pagetop::after {
  background-image: url(images/sp-pagetop.svg);
  background-size: 18px;
}

/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 330px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 330px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #76B4E0;
  background-color: #76B4E0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 10px auto 0;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #76B4E0;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .form_row {
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    display: inherit;
    height: 50px;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

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

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */