@charset "UTF-8";
/*
Theme Name:ダイケン株式会社
Description:ダイケン株式会社 | 土木工事・建設工事・舗装工事・外構工事・解体工事などの総合建設業
Version: 1.0
License:ダイケン株式会社
License URI:https://www.siga-daiken.jp
*/
@import url("https://fonts.googleapis.com/css2?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: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  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: 40px;
}

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

.top_header {
  margin-bottom: 100px;
  height: 900px;
}
@media screen and (max-width: 767px) {
  .top_header {
    height: auto;
    margin-bottom: 50px;
  }
}

.header_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 30px 150px 0px 35px;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
  }
}

.h_logo {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .h_logo {
    width: 240px;
  }
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
  .header_mail {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    aspect-ratio: 1/1;
  }
  .header_mail a {
    width: 100%;
    height: 100%;
    background-color: #1190be;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  .header_mail a:hover {
    background-color: #026626;
  }
  .header_mail a p {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 60px;
    font-weight: 600;
    background: url(images/h_mail.svg) top center no-repeat;
  }
  .header_right_above {
    display: flex;
    justify-content: right;
    padding-right: 30px;
    margin-bottom: 15px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_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 .top_catch {
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  bottom: 18.5%;
  bottom: 160px;
  width: 90%;
  max-width: 1640px;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  #mv_top .top_catch {
    bottom: 30%;
  }
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    bottom: 20%;
  }
}
#mv_top .top_catch img {
  width: 100%;
  height: auto;
}

.slider {
  width: 100%;
}
.slider .mv_img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

#mv_page .mv_img {
  position: relative;
  width: 1920px;
  left: calc(50% - 960px);
}

.page_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-shadow: 0 0 27px #262626;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .page_title {
    padding-top: 30px;
    font-size: 2.6rem;
  }
}

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

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

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_top .mv_img {
    width: 200%;
  }
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
    width: 200%;
    left: -50%;
  }
  #mv_page .mvsp_img {
    left: -95%;
  }
  .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;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
}
/****************************************

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: #1190be;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #e6f0f4;
}

.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: #1190be;
  border: solid 1px #1190be;
  color: white;
}

.nav-below {
  margin: 40px 0 20px;
  text-align: center;
}

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

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

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1190be;
  -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 #1190be;
  border-radius: 8px;
  background-color: #1190be;
  color: #fff;
  font-size: 1.8rem;
  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: #1190be;
  -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;
  padding: 70px 0;
  background: url(images/contact_bg.jpg) no-repeat center top, linear-gradient(#fff, #e6f0f4);
  background-size: cover;
}
.aside p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .aside {
    margin: 0 auto;
    padding: 50px 3%;
  }
}

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

.aside_tel {
  width: 350px;
  border: 1px solid #1190be;
}
@media screen and (max-width: 767px) {
  .aside_tel {
    width: 300px;
    margin: 0 auto;
  }
}
.aside_tel a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  padding: 13px 10px;
}
.aside_tel a span {
  font-weight: 600;
  font-size: 3.6rem;
  letter-spacing: 0.025em;
  padding-left: 30px;
  background: url(images/c_tel.svg) no-repeat top 15px left;
  color: #262626;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .aside_tel a span {
    font-size: 2.8rem;
    background: url(images/c_tel.svg) no-repeat top 8px left;
    background-size: 18px;
    padding-left: 25px;
  }
}

.aside_mail {
  width: 350px;
  border: 1px solid #1190be;
}
@media screen and (max-width: 767px) {
  .aside_mail {
    width: 300px;
    margin: 0 auto;
  }
}
.aside_mail a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  padding: 19px 10px;
}
.aside_mail a span {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.075em;
  padding-left: 45px;
  background: url(images/c_mail.svg) no-repeat top 10px left;
  color: #262626;
  display: inline-block;
}

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

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #e6f0f4;
}

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

.footer_pc {
  padding: 50px 0 0;
}

.footer_logo {
  text-align: center;
  margin-bottom: 20px;
}

.footer_container {
  padding-top: 30px;
}

.footer_address {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer_address {
    text-align: left;
  }
}

.footer_sp {
  display: none;
}

.sitemap {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.sitemap a {
  position: relative;
  color: #262626;
  text-decoration: none;
  font-size: 1.8rem;
}

.sitemap > div > a, .sitemap dt {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 5px;
}

.sitemap dd {
  line-height: 1.6;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1190be;
  -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;
  padding: 70px 0 10px;
}

.copyright {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 33.3333333333%;
    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: #1190be;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 28px;
    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_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 60px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #1190be;
    border: 1px solid #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    -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: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #1190be;
    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: #1190be;
  }
  #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: 10px 12px;
  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 18px;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  #g_navi .menu > li {
    margin: 0 10px;
  }
}

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

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 260px;
  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: #1190be;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #1190be;
  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: #1190be;
    -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 {
  margin: 5px auto 35px;
}

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

.breadcrumb a {
  color: #262626;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #1190be;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1190be;
  -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_area {
    width: 100%;
    padding: 0 3%;
    margin: 5px auto 0;
  }
  .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_ttl01 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.388;
  font-size: 3.6rem;
  margin-bottom: 50px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl01 {
    font-size: 1.7rem;
  }
}
.top_ttl01 span {
  font-size: 4.6rem;
  color: #1190be;
}
@media screen and (max-width: 767px) {
  .top_ttl01 span {
    font-size: 2.5rem;
  }
}
.top_ttl01::after {
  display: block;
  content: "";
  position: absolute;
  width: 120px;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #026626;
}

.top_ttl02 {
  font-size: 4rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_ttl02 {
    font-size: 3rem;
  }
}
.top_ttl02 span {
  font-size: 1.8rem;
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .top_ttl02 span {
    font-size: 1.6rem;
  }
}

.top_ttl02_box {
  background-color: #1190be;
  padding: 60px 0 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_ttl02_box {
    padding: 40px 0;
    margin-bottom: 5px;
  }
}

.top_ttl03 {
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_ttl03 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.top_ttl03 span {
  color: #1190be;
  letter-spacing: 0.1em;
  font-size: 4.4rem;
  display: block;
  margin-bottom: 25px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top_ttl03 span {
    font-size: 3.8rem;
    margin-bottom: 5px;
  }
}

.top_box03_ttl {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .top_box03_ttl {
    padding-top: 0;
    margin-bottom: 40px;
  }
}

.top_ttl03_1 {
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_ttl03_1 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 30px;
  }
}
.top_ttl03_1 span {
  color: #1190be;
  letter-spacing: 0.1em;
  font-size: 4.4rem;
  display: block;
  margin-bottom: 25px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top_ttl03_1 span {
    font-size: 3.8rem;
    margin-bottom: 10px;
  }
}

.top_ttl04 {
  font-size: 5rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 45px;
  background: url(images/paw.png) no-repeat center bottom;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .top_ttl04 {
    font-size: 3rem;
    padding-bottom: 20px;
    background-size: 250px;
    margin-bottom: 40px;
  }
}

.top_ttl05 {
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_ttl05 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.top_ttl05 span {
  color: #1190be;
  letter-spacing: 0.1em;
  font-size: 4.4rem;
  display: block;
  margin-bottom: 25px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top_ttl05 span {
    font-size: 4rem;
    margin-bottom: 15px;
  }
}

.aside_ttl {
  font-size: 7.2rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .aside_ttl {
    font-size: 4rem;
  }
}

.headline {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.4rem;
  }
}
.headline span {
  font-size: 1.8rem;
  color: #1190be;
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 1.5rem;
  }
}

.ttl1 {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.1em;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #052530;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 2rem;
  }
}
.ttl1::before {
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 30px;
  top: 5px;
  left: 0;
  background: linear-gradient(#1190be, #1190be 50%, #026626 50%);
}
@media screen and (max-width: 767px) {
  .ttl1::before {
    top: 3px;
    height: 26px;
  }
}

.ttl2 {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.1em;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #1190be;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.8rem;
  }
}

.ttl3 {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.1em;
  padding: 0 0 10px 50px;
  border-bottom: 1px solid #052530;
  position: relative;
  margin-bottom: 30px;
  background: url(images/ttl_deco.svg) no-repeat left top 2px;
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 2rem;
    padding: 0 0 10px 35px;
    background: url(images/ttl_deco.svg) no-repeat left top 4px;
    background-size: 25px;
    margin-bottom: 20px;
  }
}

.ttl4 {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.1em;
  padding: 0 0 10px 10px;
  background: url(images/dash.svg) no-repeat bottom left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl4 {
    font-size: 1.8rem;
  }
}

.btn1 {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 200px;
  }
}
.btn1 a {
  color: #1190be;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  width: 100%;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  position: relative;
  border: 1px solid #1190be;
  padding: 21px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.5rem;
    padding: 15px;
  }
}
.btn1 a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-top: 2px solid #1190be;
  border-right: 2px solid #1190be;
  -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;
}
.btn1 a:hover {
  background-color: #1190be;
  color: #fff;
}
.btn1 a:hover::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 10px;
}

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

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

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

.btn3 {
  width: 250px;
}
.btn3 a {
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  border: 1px solid #1190be;
  padding: 18px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .btn3 a {
    font-size: 1.5rem;
    padding: 12.5px;
  }
}
.btn3 a span {
  color: #1190be;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-left: 40px;
  background: url(images/insta.svg) no-repeat left center;
}
@media screen and (max-width: 767px) {
  .btn3 a span {
    font-size: 1.8rem;
  }
}
.btn3 a:hover {
  background-color: #1190be;
}
.btn3 a:hover span {
  color: #fff;
  background: url(images/insta_h.svg) no-repeat left center;
}

@media screen and (max-width: 767px) {
  .btn_container1 .btn1 {
    width: 250px;
  }
}

.btn_container4 {
  margin-top: 20px;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  .btn_container4 {
    justify-self: center;
  }
}

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

news トップ用

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

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

.news_post article {
  width: 100%;
  padding: 22px 30px;
  background: url(images/dash.svg) repeat-x bottom left;
  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: 20px 40px 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

.news_post article span {
  background-image: linear-gradient(90deg, #1190be, #1190be);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news_post article span {
    background-image: revert;
    transition: 0.3s;
  }
}

.news_post article span:hover {
  background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
  .news_post article span:hover {
    color: #1190be;
  }
}

.news_post article .date {
  font-size: 1.8rem;
  color: #1190be;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  margin-right: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }
}

.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 */
.top_box01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 0 3%;
    margin-bottom: 60px;
  }
}

/* top_box02 */
.col3 {
  width: calc((100% - 20px) / 3);
  height: 400px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .col3 {
    width: 100%;
    height: 300px;
  }
}
.col3::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -5;
}
.col3:first-child::before {
  background: url(images/top_bnr_bg1.jpg) center no-repeat;
  background-size: cover;
}
.col3:nth-child(2)::before {
  background: url(images/top_bnr_bg2.jpg) center no-repeat;
  background-size: cover;
}
.col3:nth-child(3)::before {
  background: url(images/top_bnr_bg3.jpg) center no-repeat;
  background-size: cover;
}
.col3:hover {
  opacity: 0.8;
}
.col3:hover::before {
  scale: 1.1;
}
.col3 a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

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

.col3_ttl {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .col3_ttl {
    gap: 40px;
  }
}
.col3_ttl h2 {
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .col3_ttl h2 {
    font-size: 2.5rem;
    padding-top: 50px;
  }
}
.col3_ttl .col3_ttl_h {
  transition: 0.3s;
}
@media screen and (max-width: 1820px) {
  .col3_ttl .col3_ttl_h {
    font-size: clamp(2.6rem, 2vw, 3rem);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .col3_ttl .col3_ttl_h {
    font-size: 2.2rem;
  }
}

.btn2 {
  width: 250px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  position: relative;
  border: 1px solid #fff;
  padding: 21px;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 200px;
    font-size: 1.5rem;
    padding: 15px;
  }
}
.btn2::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: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.col3:hover .btn2::before {
  right: 10px;
}

.top_box02 {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    margin-bottom: 60px;
  }
}

/* top_box03 */
.top_box03 {
  margin-bottom: 160px;
  padding: 0 2.6%;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    margin-bottom: 60px;
  }
}

.top_box03_container {
  max-width: 1730px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .top_box03_container {
    flex-direction: column;
  }
}

.top_works {
  max-width: 1360px;
  width: 78.6%;
  display: flex;
  gap: 1.85%;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .top_works {
    flex-wrap: wrap;
    gap: 10px 2%;
    width: 100%;
    margin-left: 0;
  }
}
.top_works article {
  max-width: 440px;
  width: 32.1%;
  aspect-ratio: 44/33;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_works article {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .top_works article:first-child {
    width: 100%;
    max-width: revert;
  }
}
@media screen and (max-width: 767px) {
  .top_works article:first-child h3 {
    font-size: 1.6rem;
    bottom: 20px;
  }
}
.top_works article a {
  width: 100%;
  height: 100%;
  position: relative;
}
.top_works article a figure {
  width: 100%;
  height: 100%;
}
.top_works article a::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  background: url(images/filter.png) bottom no-repeat;
  background-size: contain;
  z-index: 3;
}
.top_works article a h3 {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  color: #fff;
  font-size: clamp(2rem, 1.6vw, 2.6rem);
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  z-index: 4;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .top_works article a h3 {
    font-size: 1.4rem;
    padding: 0 5px;
    bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top_box03_ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top_box03_ttl .btn1 {
    width: 160px;
  }
}

/* top_box04 */
.top_box04 {
  padding: 110px 0 100px;
  background: url(images/kennel_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 80px 3% 150px;
    margin-bottom: 60px;
  }
}
.top_box04::before {
  display: block;
  content: "";
  position: absolute;
  width: 248px;
  height: 230px;
  background: url(images/dog1.png) no-repeat;
  bottom: 120px;
  left: 8.333%;
  transition: 0.3s;
}
@media screen and (max-width: 1820px) {
  .top_box04::before {
    bottom: 20px;
    left: 3%;
    background-size: 220px;
  }
}
@media screen and (max-width: 767px) {
  .top_box04::before {
    background: url(images/dog1.png) no-repeat bottom left;
    background-size: 110px;
  }
}
.top_box04::after {
  display: block;
  content: "";
  position: absolute;
  width: 286px;
  height: 278px;
  background: url(images/dog2.png) no-repeat;
  top: 130px;
  right: 10.41%;
  transition: 0.3s;
}
@media screen and (max-width: 1820px) {
  .top_box04::after {
    top: 50px;
    right: 3%;
    background-size: 220px;
  }
}
@media screen and (max-width: 767px) {
  .top_box04::after {
    background: url(images/dog2.png) no-repeat bottom right;
    background-size: 120px;
    bottom: 20px;
    top: revert;
  }
}

/* top_box05 */
.top_box05_content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box05_content {
    flex-direction: column;
  }
}

.top_box05 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    margin-bottom: 60px;
  }
}

/* top_box06 */
.top_box06 {
  max-width: 1340px;
  width: calc(100% - 40px);
  margin: 0 auto 130px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .top_box06 {
    flex-direction: column;
    width: 100%;
    padding: 0 3%;
    gap: 40px;
    margin: 0 auto 60px;
  }
}

.top_bnr1 {
  max-width: 640px;
  width: 47.76%;
}
@media screen and (max-width: 767px) {
  .top_bnr1 {
    width: 100%;
  }
}
.top_bnr1 img {
  width: 100%;
  height: auto;
}

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

.txt1 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sec_mb1 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .sec_mb1 {
    margin-bottom: 80px;
  }
}

.sec_mb2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec_mb2 {
    margin-bottom: 40px;
  }
}

.frame {
  border: 2px solid #262626;
}

.txt3 {
  width: 860px;
}
@media screen and (max-width: 767px) {
  .txt3 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.principle_box03_container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}
@media screen and (max-width: 767px) {
  .principle_box03_container {
    justify-content: center;
    gap: 30px 4%;
  }
}

.sdgs {
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sdgs {
    width: 48%;
    max-width: 200px;
  }
}
.sdgs figure {
  width: 173px;
  aspect-ratio: 1/1;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  .sdgs figure {
    max-width: 173px;
    width: 100%;
    margin: 0 auto 10px;
  }
}
.sdgs p {
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sdgs p {
    font-size: 1.4rem;
  }
}

.sdgs_logo {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sdgs_logo {
    margin-bottom: 40px;
  }
}

.blue_box {
  background-color: #e9f7fc;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .blue_box {
    padding: 20px;
  }
}

.list1 {
  margin-bottom: 20px;
}
.list1 li {
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .list1 li {
    padding-left: 16px;
  }
}
.list1 li::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  background-color: #1190be;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list1 li::before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
}

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

.wroks_post {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .wroks_post {
    gap: 0 4%;
  }
}
.wroks_post article {
  width: 380px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wroks_post article {
    width: 48%;
  }
}
.wroks_post article figure {
  width: 100%;
  aspect-ratio: 380/285;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .wroks_post article figure {
    margin-bottom: 5px;
  }
}
.wroks_post article figure a {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wroks_post article .ttl4 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    padding: 0 0px 10px 5px;
  }
}

.sec_mb3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_mb3 {
    margin-bottom: 60px;
  }
}

.dog_img {
  width: 280px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .dog_img {
    width: 49%;
  }
}
.dog_img a {
  width: 100%;
  height: 100%;
  position: relative;
}

.dog_img_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 1120px) / 3);
}
@media screen and (max-width: 767px) {
  .dog_img_container {
    gap: 5px 2%;
  }
}

.txt2 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
    margin-top: 10px;
  }
}

.blog_post article {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .blog_post article {
    margin-bottom: 40px;
  }
}
.blog_post article time {
  color: #1190be;
  font-size: 2rem;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 767px) {
  .blog_post article time {
    font-size: 1.6rem;
  }
}
.blog_post .fig2 {
  width: 440px;
  aspect-ratio: 44/33;
}
@media screen and (max-width: 767px) {
  .blog_post .fig2 {
    width: 100%;
  }
}
.blog_post .fig2 a {
  width: 100%;
  height: 100%;
  position: relative;
}

.tbl1 > dl {
  display: flex;
  border: 1px solid #1190be;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .tbl1 > dl {
    flex-direction: column;
  }
}
.tbl1 > dl > dt {
  text-align: center;
  background-color: #e7f5fa;
  width: 250px;
  border-right: 1px solid #1190be;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .tbl1 > dl > dt {
    width: 100%;
    border-right: none;
    padding: 10px 15px;
    justify-content: left;
  }
}
.tbl1 > dl > dd {
  padding: 17px 50px;
  width: calc(100% - 250px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .tbl1 > dl > dd {
    padding: 10px 15px;
    width: 100%;
  }
}
.tbl1 > dl > dd dd {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tbl1 > dl > dd dd {
    margin-bottom: 15px;
  }
}

.tbl1 > dl dl:last-child dd {
  margin-bottom: 0;
}

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

.area_box, .map_box {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .area_box, .map_box {
    width: 100%;
  }
}

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

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pp {
  background-color: #f4fbfe;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .pp {
    padding: 30px 20px;
  }
}
.pp h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pp h2 {
    font-size: 1.8rem;
  }
}

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