@charset "UTF-8";
/*
Theme Name:株式会社タックル
Description:熊本県合志市の「株式会社タックル」 | 外構・エクステリア工事やオール電化工事などお任せください。
Version: 1.0
License:株式会社タックル
License URI:https://www.
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  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;
}

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,
.g_navi 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;
  display: inline-block;
}

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

@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: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #262626;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.6rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 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;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 2.069rem;
  letter-spacing: 0.05em;
  line-height: 1.546;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.25em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

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

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

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

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

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

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

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

P

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

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1200 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

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

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

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

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

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  padding: 25px 165px 11px 40px;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
  }
}

.h_logo {
  margin-bottom: 10px;
  line-height: 1;
  padding-top: 5px;
  transition: 0.3s;
}
@media screen and (max-width: 1460px) {
  .h_logo {
    width: 330px;
  }
  .h_logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .h_logo {
    width: 200px;
  }
}

.g_logo {
  transition: 0.3s;
}
@media screen and (max-width: 1460px) {
  .g_logo {
    width: 250px;
  }
  .g_logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .g_logo {
    width: 150px;
  }
}

.h_mail {
  width: 150px;
  aspect-ratio: 15/16;
  position: absolute;
  top: 0;
  right: 0;
}
.h_mail a {
  background-color: #1d1f85;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.h_mail a:hover {
  background-color: #434588;
}
.h_mail p {
  font-family: "Montserrat", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  font-size: 1.863rem;
  text-align: center;
  padding-top: 60px;
  background: url(images/h_mail.svg) no-repeat center top;
  font-weight: 600;
  letter-spacing: 0.025em;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
.header_right_above {
  text-align: right;
}
.header_right_above p {
  margin-top: 5px;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}

.header_tel {
  padding-right: 10px;
}

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .h_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_top .mv_img {
  position: relative;
  width: 1280px;
  right: 0;
}

picture {
  width: 100%;
}
picture img {
  width: 100%;
  height: auto;
}

.top_catch {
  position: absolute;
  left: 3.645%;
  top: 10%;
  max-width: 734px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .top_catch {
    left: 3%;
    top: 30px;
    width: 70%;
  }
}
.top_catch img {
  width: 100%;
  height: auto;
}

.top_catch2 {
  position: absolute;
  left: 4.1666%;
  bottom: 20px;
  max-width: 742px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .top_catch2 {
    left: 3%;
    bottom: 5px;
    width: 80%;
  }
}
.top_catch2 img {
  width: 100%;
  height: auto;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
#mv_page::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 15px solid #1d1f85;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #mv_page::after {
    border: 10px solid #1d1f85;
  }
}

#mv_page .mv_img {
  position: relative;
  width: 1920px;
  left: calc(50% - 960px);
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img {
    position: relative;
    width: 200%;
    left: -50%;
  }
}

.page_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page_title img {
    height: 50px;
    width: auto;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

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

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_page {
    width: 100%;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 40px;
}

.single_text {
  width: 100%;
}

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

.aligncenter {
  display: block;
}

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

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

a.page-numbers:hover {
  background: #434588;
  color: #fff;
}

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

.nav-below {
  margin: 50px 0 80px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #1d1f85;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #1d1f85;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1d1f85;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@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;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

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

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  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: 300px;
}

.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% - 300px);
}

.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 #1d1f85;
  border-radius: 8px;
  background-color: #1d1f85;
  color: #fff;
  font-size: 2.069rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #1d1f85;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

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

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  margin: 0 auto;
  background: url(images/c_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 70px 0 45px;
}
@media screen and (max-width: 767px) {
  .aside {
    padding: 50px 3%;
  }
}
.aside p {
  font-size: 2.276rem;
  line-height: 1.58;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .aside p {
    font-size: 1.4rem;
  }
}

.aside_loan {
  border: 3px solid #1d1f85;
}
.aside_loan p {
  font-size: 3.104rem;
  text-align: center;
  font-weight: 600;
  font-weight: 600;
  line-height: 2;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .aside_loan p {
    font-size: 1.5rem;
    padding: 20px;
    text-align: left;
  }
}

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

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

.pagetop {
  position: fixed;
  right: 50px;
  bottom: 115px;
  z-index: 999;
}

.footer_sp {
  display: none;
}

.footer_container {
  border-bottom: 6px solid #1d1f85;
  border-top: 6px solid #1d1f85;
}

.map {
  width: 100%;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*フッター　丸昭グループ*/
.f_g {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .f_g {
    width: 100%;
  }
}

.g_info {
  text-align: center;
  padding: 65px 3%;
  border-top: 6px solid #1d1f85;
}
@media screen and (max-width: 767px) {
  .g_info {
    border-top: revert;
    padding: 30px;
  }
}
.g_info p {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.f_g_logo {
  max-width: 374px;
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .f_g_logo {
    margin-bottom: 0;
    width: 200px;
  }
}
.f_g_logo img {
  width: 100%;
  height: auto;
}

/*フッター　タックル*/
.f_t {
  width: 70%;
  border-left: 6px solid #1d1f85;
}
@media screen and (max-width: 767px) {
  .f_t {
    width: 100%;
    border-left: revert;
  }
}

.t_info {
  text-align: center;
  padding: 60px 0 70px;
  border-top: 6px solid #1d1f85;
}
@media screen and (max-width: 767px) {
  .t_info {
    padding: 40px 3%;
  }
}

.f_logo {
  margin-bottom: 55px;
}

.footer_address {
  font-size: 2.69rem;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media screen and (max-width: 1460px) {
  .footer_address {
    font-size: 2.35rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_address {
    font-size: 1.5rem;
  }
}

.footer_tel {
  font-size: 2.276rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer_tel {
    font-size: 1.4rem;
  }
}

.t_info_content {
  position: relative;
}

.qr2 {
  position: absolute;
  top: 0;
  right: 5%;
  transition: 0.3s;
}
@media screen and (max-width: 1460px) {
  .qr2 {
    right: 0.5%;
  }
}
.qr2 p {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.f_name {
  font-size: 2rem;
  margin-bottom: 20px;
}

.sitemap {
  text-align: center;
  margin: 24px 0;
}
.sitemap a {
  position: relative;
  text-decoration: none;
  font-size: 1.8rem;
  color: #262626;
  transition: 0.3s;
}
@media screen and (max-width: 1460px) {
  .sitemap a {
    font-size: 1.6rem;
  }
}
.sitemap span {
  padding: 0 10px;
  transition: 0.3s;
}
@media screen and (max-width: 1460px) {
  .sitemap span {
    padding: 0 5px;
  }
}

/* サイトマップホバー時のアンダーライン */
.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1d1f85;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sitemap a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.copyright_block {
  text-align: center;
  background-color: #1d1f85;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .copyright_block {
    padding: 2px 3% 10px;
  }
}

.copyright {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 25%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #434588;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_map::after {
    background-image: url(images/icon_map.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 70px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px 8px;
    background: #fff;
    border: 2px solid #1d1f85;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #1d1f85;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 8px;
  }
  #toggle span:nth-child(3) {
    top: 16px;
  }
  .open_navi #toggle span {
    background: #1d1f85;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-315deg);
    -ms-transform: translateY(8px) rotate(-315deg);
    transform: translateY(8px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(315deg);
    -ms-transform: translateY(-8px) rotate(315deg);
    transform: translateY(-8px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #1d1f85;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #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 {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  #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.3);
  }
  #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,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #1d1f85;
  }
  #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;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 5px 0px;
  display: flex;
  align-items: center;
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu > li {
  position: relative;
  margin: 0 17.5px;
  transition: 0.3s;
}
@media screen and (max-width: 1460px) {
  #g_navi .menu > li {
    margin: 0 14px;
  }
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 2.069rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 10px 0;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1460px) {
  #g_navi .menu li a {
    font-size: 1.8rem;
  }
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 250px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-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 #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #1d1f85;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #1d1f85;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #1d1f85;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  padding: 15px 0 20px;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.8rem;
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #1d1f85;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1d1f85;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

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

.top_ttl1 {
  font-size: 5rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 50px;
  }
}
.top_ttl1::after {
  display: block;
  content: "";
  position: absolute;
  width: 140px;
  height: 3px;
  background-color: #1d1f85;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top_ttl1::after {
    width: 100px;
    bottom: -20px;
  }
}

.top_ttl2 {
  font-family: "Montserrat", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 7.45rem;
  color: #1d1f85;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    font-size: 5rem;
    margin-bottom: 40px;
  }
}

.top_ttl3 {
  font-size: clamp(3.6rem, 2.6vw, 4.139rem);
  letter-spacing: 0.06em;
  padding-bottom: 10px;
  border-bottom: 2px solid #1d1f85;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 4.139rem;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    font-size: 2.5rem;
  }
}
.top_ttl3 span {
  color: #1d1f85;
  font-size: clamp(2.6rem, 1.9vw, 3.104rem);
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_ttl3 span {
    font-size: 1.8rem;
  }
}

.top_ttl4 {
  font-size: 3.104rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    font-size: 1.6rem;
  }
}
.top_ttl4 span {
  font-size: 7.45rem;
  font-family: "Montserrat", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
  color: #1d1f85;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_ttl4 span {
    font-size: 4rem;
  }
}

.top_ttl5 {
  font-size: 3.104rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_ttl5 {
    font-size: 1.6rem;
  }
}
.top_ttl5 span {
  font-size: 7.45rem;
  font-family: "Montserrat", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
  color: #1d1f85;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_ttl5 span {
    font-size: 4rem;
  }
}

.headline {
  font-size: 2.069rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 1.6rem;
  }
}
.headline span {
  color: #1d1f85;
  font-size: 4.76rem;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 3rem;
  }
}

.ttl1 {
  font-size: 3.104rem;
  letter-spacing: 0.025em;
  padding: 0 0 10px 40px;
  background: url(images/deco.svg) no-repeat left top 10px;
  border-bottom: 1px solid #10114b;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 1.8rem;
    background: url(images/deco.svg) no-repeat left top 5px;
    background-size: 20px;
    padding: 0 0 10px 30px;
    margin-bottom: 20px;
  }
}

.ttl1_1 {
  font-size: 2.69rem;
  letter-spacing: 0.025em;
  padding: 0 0 10px 40px;
  background: url(images/deco.svg) no-repeat left top 10px;
  border-bottom: 1px solid #10114b;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl1_1 {
    font-size: 1.8rem;
    background: url(images/deco.svg) no-repeat left top 5px;
    background-size: 20px;
    padding: 0 0 10px 30px;
    margin-bottom: 20px;
  }
}

.ttl2 {
  font-size: 2.69rem;
  letter-spacing: 0.025em;
  color: #1d1f85;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.8rem;
  }
}

.ttl3 {
  font-size: 2.69rem;
  letter-spacing: 0.06em;
  color: #1d1f85;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 1.8rem;
  }
}

.ttl4 {
  font-size: 2.069rem;
  letter-spacing: 0.05em;
  color: #1d1f85;
}
@media screen and (max-width: 767px) {
  .ttl4 {
    font-size: 1.5rem;
  }
}

/* ボタン */
.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  border: 2px solid #333;
  color: #333;
}

.btn a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn a:hover {
  background: rgba(9, 112, 196, 0.3);
}

.btn a:hover::before {
  right: 10px;
}

@media screen and (max-width: 767px) {
  /* ボタン */
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
.btn1 {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 200px;
  }
}
.btn1 a {
  color: #fff;
  font-size: 2.069rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #1d1f85;
  text-align: center;
  width: 100%;
  padding: 25px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.5rem;
    padding: 20px;
  }
}
.btn1 a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn1 a:hover {
  background: #434588;
}
.btn1 a:hover::before {
  right: 5px;
}

.btn_container1 {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn_container1 {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    align-items: center;
    gap: 40px;
  }
}

.btn_container2 {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .btn_container2 {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}

.btn2 {
  width: 525px;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 300px;
  }
}
.btn2 a {
  text-decoration: none;
  width: 100%;
  padding: 12px 5px;
  transition: 0.3s;
  letter-spacing: 0;
  text-align: center;
  background: #fff;
  border: 8px solid #1d1f85;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    padding: 5px;
    border: 6px solid #1d1f85;
  }
}
.btn2 a p {
  color: #262626;
  font-size: 5.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-left: 50px;
  display: inline;
  background: url(images/c_tel.svg) no-repeat left top 20px;
  background-size: 37px;
}
@media screen and (max-width: 767px) {
  .btn2 a p {
    font-size: 3rem;
    padding-left: 30px;
    background: url(images/c_tel.svg) no-repeat left top 10px;
    background-size: 20px;
  }
}
.btn2 a:hover {
  background: #a8cbf5;
}

.btn3 {
  width: 525px;
}
@media screen and (max-width: 767px) {
  .btn3 {
    width: 300px;
  }
}
.btn3 a {
  text-decoration: none;
  width: 100%;
  padding: 20px 5px;
  transition: 0.3s;
  letter-spacing: 0;
  text-align: center;
  background: #fff;
  border: 8px solid #1d1f85;
}
@media screen and (max-width: 767px) {
  .btn3 a {
    padding: 9px 5px;
    border: 6px solid #1d1f85;
  }
}
.btn3 a p {
  color: #262626;
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 0 40px 0 110px;
  display: inline;
  background: url(images/c_mail.svg) no-repeat left center;
}
@media screen and (max-width: 767px) {
  .btn3 a p {
    font-size: 2.5rem;
    padding: 0 0px 0 50px;
    background: url(images/c_mail.svg) no-repeat top 5px left;
    background-size: 40px;
  }
}
.btn3 a:hover {
  background: #a8cbf5;
}

.btn_container3 {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .btn_container3 {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.btn_container4 {
  display: flex;
  justify-content: right;
  margin-top: 20px;
}

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

news トップ用

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

.news_post {
  width: 850px;
  height: 180px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
}

.news_post article {
  width: 100%;
  padding: 18px 20px;
  border-bottom: 1px dashed #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article {
    padding: 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news_post article a h3 {
  color: #262626;
  font-size: 2.276rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .news_post article a h3 {
    font-size: 1.4rem;
  }
}

.news_post article span {
  background-image: linear-gradient(90deg, #185b00, #185b00);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.3s;
  cursor: pointer;
}

.news_post article span:hover {
  background-size: 100% 1px;
}

.news_post article .date {
  font-size: 2.276rem;
  color: #185b00;
  font-weight: 600;
  margin-right: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 5px;
  }
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.overview_tbl {
  width: 100%;
}

.overview_border {
  border-radius: 10px;
  border: 1px dashed #ffa913;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .overview_tbl tr {
    display: flex;
    flex-direction: column;
  }
}

.overview_tbl th {
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  padding: 20px 40px;
  background-color: #faf3e6;
  width: 400px;
  border-bottom: 1px dashed #ffa913;
  border-right: 1px dashed #ffa913;
}
@media screen and (max-width: 767px) {
  .overview_tbl th {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
  }
}

.overview_tbl td {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  padding: 20px 40px;
  width: 800px;
  border-bottom: 1px dashed #ffa913;
}
@media screen and (max-width: 767px) {
  .overview_tbl td {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
    line-height: 1.8;
  }
}

.overview_tbl tr:last-of-type th, .overview_tbl tr:last-of-type td {
  border-bottom: none;
}

.overview_box01 {
  margin-bottom: 40px;
}

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

contentトップ用

*****************************************/
.top_box01 {
  padding: 70px 0 80px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 50px 3%;
  }
}
.top_box01 p {
  font-size: 2.276rem;
  line-height: 1.58;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top_box01 p {
    font-size: 1.5rem;
  }
}

.bg_box {
  padding: 110px 0 120px;
  background: url(images/bg.jpg) no-repeat center top;
  background-size: cover;
  isolation: isolate;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .bg_box {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}

.w1570 {
  width: calc(100% - 40px);
  max-width: 1570px;
  margin: 0 auto;
}

.txt1 {
  width: 830px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
  }
}

.fig1 {
  margin: 0 20px;
  position: relative;
  max-width: 640px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: calc(100% - 15px);
    margin: 0 0 30px 0;
  }
}
.fig1::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #434588;
  top: 20px;
  left: 20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fig1::after {
    top: 15px;
    left: 15px;
  }
}
.fig1 img {
  width: 100%;
  height: auto;
}

.flex .fig1::after {
  left: -20px;
}
@media screen and (max-width: 767px) {
  .flex .fig1::after {
    left: -15px;
  }
}

.top_box02 p {
  font-size: clamp(1.9rem, 1.4vw, 2.276rem);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top_box02 p {
    font-size: 1.5rem;
  }
}

.top_box02, .top_box03 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .top_box02, .top_box03 {
    margin-bottom: 50px;
  }
}

.top_box05 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    flex-direction: column;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .top_box05_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_box05_content .btn1 {
    width: 150px;
  }
}

.txt2 {
  width: 730px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
  }
}

.fig2 {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .fig2 {
    margin-top: 20px;
    width: 100%;
  }
}
.fig2 figcaption {
  text-align: center;
  font-size: 2.69rem;
  margin-top: 15px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fig2 figcaption {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.sec_mb {
  margin-bottom: 40px;
}

.sec_mbl {
  margin-bottom: 50px;
}

.box01 {
  padding: 15px 40px;
  background-color: #f3f7fc;
}
@media screen and (max-width: 767px) {
  .box01 {
    padding: 15px;
  }
}

.list1 li {
  font-size: 2.069rem;
  letter-spacing: 0.025em;
  padding: 0 0 10px 40px;
  background: url(images/check.svg) no-repeat top 3px left, url(images/dash.svg) no-repeat bottom left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list1 li {
    font-size: 1.5rem;
    background-size: 20px, auto;
    padding: 0 0 10px 30px;
  }
}
.list1 {
  column-count: 2;
  column-gap: 60px;
}
@media screen and (max-width: 767px) {
  .list1 {
    column-count: 1;
  }
}

.exterior_box03 p {
  font-size: 2.07rem;
}
@media screen and (max-width: 767px) {
  .exterior_box03 p {
    font-size: 1.4rem;
  }
}

.exterior_box03_content p {
  font-size: 2.069rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .exterior_box03_content p {
    font-size: 1.5rem;
  }
}

.exterior_box03_content {
  margin-top: 50px;
}

.cad_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cad_container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 2%;
  }
}
.cad_container figure {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .cad_container figure {
    width: 49%;
  }
}

.exterior_box04 p {
  line-height: 1.2r;
}

.exterior_case {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .exterior_case {
    gap: 10px 2%;
  }
}
.exterior_case figure {
  width: 380px;
  aspect-ratio: 380/285;
}
@media screen and (max-width: 767px) {
  .exterior_case figure {
    width: 49%;
  }
}
.exterior_case figure a {
  width: 100%;
  height: 100%;
  position: relative;
}

.maker_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .maker_box {
    gap: 10px 2%;
  }
}
@media screen and (max-width: 767px) {
  .maker_box img {
    width: 32%;
  }
}

.reform_case {
  width: 880px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .reform_case {
    width: 100%;
  }
}

.reform_content {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  position: relative;
}
.reform_content::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 82.5px 0 82.5px 40px;
  border-color: transparent transparent transparent #DAE3F9;
  top: calc(50% - 19.5px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .reform_content::after {
    border-width: 40px 0 40px 16px;
    top: calc(50% - 15.5px);
  }
}
@media screen and (max-width: 767px) {
  .reform_content figure {
    width: 45%;
  }
}
.reform_content figcaption {
  font-size: 2rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .reform_content figcaption {
    font-size: 1.5rem;
  }
}

.green_frame {
  border: 3px solid #185b00;
  width: 712px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .green_frame {
    width: 100%;
    padding: 20px;
    flex-direction: column;
    gap: 15px;
  }
}
.green_frame p {
  font-size: 2.069rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  width: 540px;
}
@media screen and (max-width: 767px) {
  .green_frame p {
    width: 100%;
    font-size: 1.5rem;
  }
}

.list2 li {
  letter-spacing: 0.025em;
  padding: 0 0 10px 70px;
  background: url(images/check.svg) no-repeat top 3px left 20px, url(images/dash.svg) no-repeat bottom left;
  margin-bottom: 20px;
  line-height: 1.2;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .list2 li {
    font-size: 1.5rem;
    background: url(images/check.svg) no-repeat top 0px left 0px, url(images/dash.svg) no-repeat bottom left;
    background-size: 20px, auto;
    padding: 0 0 10px 30px;
    line-height: 1.546;
    min-height: revert;
  }
}

.box02 {
  width: 590px;
  padding: 30px 25px;
  background-color: #f3f7fc;
}
@media screen and (max-width: 767px) {
  .box02 {
    padding: 15px;
    width: 100%;
  }
}

.box02_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .box02_container {
    flex-direction: column;
    gap: 20px;
  }
}

.pt5 {
  padding-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .pt5 {
    padding-top: 0 !important;
  }
}

.click_box {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .click_box {
    width: 100%;
  }
}
.click_box p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .click_box p {
    font-size: 1.4rem;
  }
}

.click_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 80px 0;
}
@media screen and (max-width: 767px) {
  .click_content {
    gap: 20px 2%;
  }
}
@media screen and (max-width: 767px) {
  .click_content figure {
    width: 49%;
  }
}

.blue {
  color: #1d1f85;
  font-weight: 600;
}

.energy_box09_list {
  margin: 50px auto;
  width: 1120px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .energy_box09_list {
    margin: 30px auto;
    width: 100%;
  }
}

.energy_box07_contetnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .order1 {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .order2 {
    order: 3;
  }
}

.order3 {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .order3 {
    order: 2;
  }
}

.energy_box09_list {
  display: flex;
  width: 1120px;
  margin: 50px auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .energy_box09_list {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
  }
}
.energy_box09_list dt {
  font-size: 2.3rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  padding: 0 0 10px 40px;
  background: url(images/check.svg) no-repeat top 3px left;
}
@media screen and (max-width: 767px) {
  .energy_box09_list dt {
    font-size: 1.5rem;
    background: url(images/check.svg) no-repeat top 2px left 0px;
    background-size: 20px;
    padding: 0 0 10px 30px;
  }
}
.energy_box09_list dl {
  background: url(images/dash.svg) no-repeat bottom left;
  padding: 0 0 10px 10px;
  width: 530px;
}
@media screen and (max-width: 767px) {
  .energy_box09_list dl {
    width: 100%;
  }
}

.link a {
  color: #262626;
  font-size: 2.069rem;
}
@media screen and (max-width: 767px) {
  .link a {
    font-size: 1.4rem;
  }
}
.link a:hover {
  text-decoration: none;
  color: #1d1f85;
}

.fig3 {
  width: 440px;
  aspect-ratio: 440/350;
}
@media screen and (max-width: 767px) {
  .fig3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.fig3 a {
  position: relative;
  width: 100%;
  height: 100%;
}

.txt3 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .txt3 {
    width: 100%;
  }
}

.news_box01 article {
  margin-bottom: 40px;
}

.tbl1 {
  display: flex;
  border-bottom: 1px solid #1d1f85;
}
@media screen and (max-width: 767px) {
  .tbl1 {
    flex-direction: column;
  }
}
.tbl1 dt {
  font-weight: 600;
  width: 270px;
  padding: 25px 0 20px 80px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .tbl1 dt {
    width: 100%;
    padding: 10px;
    background-color: #f3f7fc;
  }
}
.tbl1 dd {
  line-height: 1.2;
  padding: 25px 10px 20px;
}
@media screen and (max-width: 767px) {
  .tbl1 dd {
    padding: 10px;
  }
}

.overview_box02 {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .overview_box02 {
    flex-direction: column;
    gap: 20px;
  }
}

.contact_tel {
  margin: 40px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_tel img {
    max-width: 354px;
    width: 80%;
    height: auto;
  }
}

.pp {
  background-color: #f3f7fc;
  padding: 40px 10px 38px;
}
@media screen and (max-width: 767px) {
  .pp {
    padding: 20px 10px;
  }
}
.pp h2 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.69rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pp h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.pp p {
  line-height: 1.74;
}

/* End Hack *//*# sourceMappingURL=style.css.map */