@charset "UTF-8";
/*
Theme Name:株式会社Re.on
Description:株式会社Re.on | 福岡県糟屋郡 電気工事 太陽光発電設備工事 照明設備工事 店舗改修工事
Version: 1.0
License:株式会社Re.on
License URI:https://www.re-on-2022.co.jp
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=M+PLUS+1: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: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.6rem;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
}

@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.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  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;
}

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

.header_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 0;
  align-items: center !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4745098039);
}
@media screen and (max-width: 767px) {
  .header_wrap {
    border-bottom: none;
  }
}

.h_logo {
  position: relative;
}
.h_logo::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header {
    display: none;
  }
}
.header_left {
  position: absolute;
  top: 0;
  left: 0;
}

.header_right {
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 0 110px 0 auto;
}

.header_mail {
  width: 110px;
  aspect-ratio: 1/1;
}
.header_mail a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_mail a:hover {
  background-color: #1f5687;
}
.header_mail a p {
  font-family: "Lato", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0;
  padding-top: 30px;
  line-height: 1;
  background: url(images/h_mail.svg) top center no-repeat;
  text-align: center;
}

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .h_logo {
    width: 180px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h_logo {
    width: 160px;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_top .catch {
  position: absolute;
  right: 10.59%;
  top: 222px;
  width: 27.71%;
  max-width: 510px;
}
@media screen and (max-width: 767px) {
  #mv_top .catch {
    right: 3%;
    top: 35%;
    width: 55%;
  }
}
#mv_top .catch img {
  width: 100%;
  height: auto;
}

.slider {
  width: calc(100% - 80px);
  max-width: 1840px;
}
@media screen and (max-width: 767px) {
  .slider {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .slider .slides li {
    overflow: hidden;
  }
}
.slider .slides li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .slider .slides li img {
    width: 150%;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
  }
}
.slider img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .slider img {
    width: 150%;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
  }
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 2.343%;
  bottom: 90px;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .scroll {
    display: none;
  }
}
.scroll a {
  color: #fff;
  text-decoration: none;
}
.scroll a:hover {
  opacity: 0.8;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -90px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .scroll::before {
    bottom: -60px;
    height: 50px;
  }
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_page .slider {
  position: relative;
  height: 500px;
}
@media screen and (max-width: 767px) {
  #mv_page .slider {
    height: 220px;
  }
}
#mv_page .slider .slides {
  overflow: hidden;
  height: 100%;
}
#mv_page .slider img {
  height: 100%;
  width: auto;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  #mv_page .slider img {
    left: 50%;
    transform: translateX(-50%);
  }
}

.page_title {
  position: absolute;
  left: 50px;
  bottom: 50px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page_title {
    left: 10px;
    bottom: 10px;
  }
}
.page_title .pt {
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #1f5687;
  padding: 3px 30px;
}
@media screen and (max-width: 767px) {
  .page_title .pt {
    padding: 3px 10px;
    font-size: 1.4rem;
  }
}
.page_title .en {
  font-size: 5.2rem;
  font-family: "Libre Caslon Text", "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #c1c1c1;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  background-color: #1f5687;
  padding: 3px 30px;
}
@media screen and (max-width: 767px) {
  .page_title .en {
    font-size: 2.3rem;
    margin-bottom: 0px;
    padding: 7px 10px;
  }
}

.w580_none {
  display: none;
}

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

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

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

.flex-control-paging li a {
  width: 12px !important;
  height: 12px !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 767px) {
  .flex-control-paging li a {
    width: 8px !important;
    height: 8px !important;
  }
}

.flex-control-nav {
  display: flex;
  flex-direction: column;
  left: -50px;
  text-align: left;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .flex-control-nav {
    left: -25px;
  }
}

.slides li:focus-within {
  outline: none !important;
  outline-offset: none !important;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
    width: 150%;
    left: -25%;
  }
  .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_box {
  width: 900px;
  margin: 0px auto 140px;
}
@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    padding: 0 3%;
    margin: 0px auto 60px;
  }
}
#single_box .date {
  color: #1f5687;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  #single_box .date {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.single_ttl {
  font-size: 2.6rem;
  color: #1f5687;
  text-align: center;
  margin-bottom: 40px;
}

.single_text {
  width: 100%;
  border-bottom: 1px solid #bcbcbb;
  padding-bottom: 70px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .single_text {
    padding-bottom: 30px;
  }
}
.single_text p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .single_text p {
    font-size: 1.4rem;
  }
}

.single_img {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single_img {
    margin-bottom: 20px;
  }
}
.single_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

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

/* 施工実績詳細 */
#single_box2 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #single_box2 {
    margin-bottom: 80px;
  }
}
#single_box2 .w1200 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #single_box2 .w1200 {
    flex-direction: column;
    width: 100%;
  }
}
#single_box2 .w1200 .category {
  width: 22.5%;
}
@media screen and (max-width: 767px) {
  #single_box2 .w1200 .category {
    width: 100%;
  }
}

.single_box2_content {
  width: 860px;
}
@media screen and (max-width: 767px) {
  .single_box2_content {
    width: 100%;
    margin-bottom: 50px;
  }
}
.single_box2_content .single_img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .single_box2_content .single_img {
    margin-bottom: 20px;
  }
}

.single_ttl2 {
  font-size: 3.2rem;
  color: #222;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .single_ttl2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.single2_cate {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .single2_cate {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.single2_cate > div {
  display: flex;
  margin-bottom: 10px;
}
.single2_cate dt {
  background-color: #1f5687;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  padding: 10px;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .single2_cate dt {
    font-size: 1.4rem;
    width: 120px;
  }
}
.single2_cate .single2_cate_content {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .single2_cate .single2_cate_content {
    width: 120px;
  }
}
.single2_cate dd {
  font-size: 1.7rem;
  padding: 10px 20px;
  width: 250px;
  border: 1px solid #1f5687;
}
@media screen and (max-width: 767px) {
  .single2_cate dd {
    font-size: 1.4rem;
    width: 100%;
  }
}
.single2_cate .single2_cate_content2 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .single2_cate .single2_cate_content2 {
    width: 100%;
  }
}
.single2_cate .single2_cate_year {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .single2_cate .single2_cate_year {
    width: 100%;
  }
}

.single_text2 {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .single_text2 {
    margin-bottom: 30px;
  }
}
.single_text2 p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .single_text2 p {
    font-size: 1.4rem;
  }
}

.click {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 10px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .click {
    font-size: 1.2rem;
  }
}

.single_box2_img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .single_box2_img {
    gap: 10px 2%;
  }
}
.single_box2_img figure {
  width: 280px;
  aspect-ratio: 28/20;
}
@media screen and (max-width: 767px) {
  .single_box2_img figure {
    width: 49%;
  }
}
.single_box2_img figure a {
  width: 100%;
  height: 100%;
  position: relative;
}

.aligncenter {
  display: block;
}

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

a.page-numbers {
  background: #f5f5f5;
  padding: 3px 9px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #323333;
  text-decoration: none;
}

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

.pager .current {
  padding: 2px 7.5px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #1f5687;
  border: solid 1px #1f5687;
  color: white;
}

.nav-below {
  margin: 100px 0 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 40px 0 20px;
  }
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #1f5687;
  position: relative;
  text-decoration: none;
  color: #323333;
  font-size: 1.1rem;
  position: relative;
  border: 1px solid #323333;
  padding: 25px 35px;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    padding: 10px 5px;
  }
}
.nav-below a:hover {
  background-color: #f5f5f5;
}

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

/* 前へ、次へのホバー時 */
@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: 250px;
}

.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 #1f5687;
  border-radius: 8px;
  background-color: #1f5687;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #1f5687;
  -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 {
  padding: 125px 0;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .aside {
    padding: 50px 3%;
    margin-bottom: 50px;
  }
}
.aside::after {
  display: block;
  content: "";
  position: absolute;
  width: 97%;
  max-width: 1760px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f5687;
  z-index: -1;
}

.aside_container {
  display: flex;
  align-items: center;
  padding-left: 8.85%;
  transition: 0.3s;
}
@media screen and (max-width: 1640px) {
  .aside_container {
    padding-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .aside_container {
    flex-direction: column;
    padding-left: 0;
  }
}
.aside_container > p {
  color: #ccc;
  margin: 0 13.02% 0 7.29%;
  transition: 0.3s;
}
@media screen and (max-width: 1640px) {
  .aside_container > p {
    margin: 0 3% 30px 3%;
  }
}

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

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

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

footer

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

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

.footer_container {
  max-width: 1680px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 70px 50px 130px 0;
}
@media screen and (max-width: 767px) {
  .footer_container {
    width: 94%;
    padding: 50px 0;
  }
}

.footer_address {
  color: #fff;
  letter-spacing: 0.2rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer_address {
    margin-top: 0;
  }
}

.footer_right {
  display: flex;
  gap: 70px;
}

.footer_sp {
  display: none;
}

.sitemap li {
  padding-left: 30px;
  margin-bottom: 20px;
  background: url(images/arrow3.png) left center no-repeat;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a {
  position: relative;
  text-decoration: none;
  color: #aaa;
}

.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #aaa;
  -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: 25px 0;
  border-top: 1px solid #aaa;
  color: #999;
}

.copyright {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .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: 50%;
    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: #1f5687;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 25px;
    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_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 60px;
  }
}
/****************************************

spヘッダー

*****************************************/
#toggle {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 9999;
  padding: 8px;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    width: 70px;
    height: 70px;
  }
}

#toggle div {
  position: relative;
}

#toggle span {
  display: block;
  position: absolute;
  /*#navToggledivに対して*/
  width: 34px;
  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 p {
  color: #fff;
  font-family: "Lato", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1;
  padding-top: 25px;
}

#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: #fff;
}

/*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: #333;
  z-index: 999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  #sp_navi {
    width: 50%;
    right: 0;
    left: initial;
    max-width: 640px;
  }
}
.open_navi #sp_navi {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(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;
}

@media print, screen and (min-width: 768px) {
  #sp_navi .menu {
    padding-top: 120px;
  }
}
#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: #1f5687;
}

#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: #1f5687;
}

#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用 横ナビ

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

#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 > li {
  position: relative;
  margin: 0 25px;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  #g_navi .menu > li {
    margin: 0 15px;
  }
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 20px 0;
  color: #fff;
  cursor: pointer;
}

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

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #1f5687;
  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: 1px;
    background-color: #fff;
    -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: 30px 40px 50px;
}

.breadcrumb p {
  font-size: 1.4rem;
  text-align: right;
  color: #999;
  letter-spacing: 0.1em;
}
.breadcrumb p span {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumb p span {
    padding: 0 10px;
  }
}

.breadcrumb a {
  color: #999;
  position: relative;
  display: inline-block;
}
.breadcrumb a:hover {
  color: #1f5687;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 0 5%;
    margin: 10px auto;
  }
  .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-weight: 400;
  line-height: 1.34;
  font-size: 3.2rem;
  color: #1f5687;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}
.top_ttl1 span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .top_ttl1 span {
    margin-bottom: 30px;
  }
}

.top_ttl2 {
  font-weight: 400;
  line-height: 1.34;
  font-size: 1.8rem;
  color: #1f5687;
  letter-spacing: 0.2em;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
.top_ttl2 span {
  font-size: 5.2rem;
  font-family: "Libre Caslon Text", "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #c1c1c1;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top_ttl2 span {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }
}

.top_ttl3 {
  font-weight: 400;
  line-height: 1.34;
  font-size: 1.8rem;
  color: #1f5687;
  letter-spacing: 0.2em;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
.top_ttl3 span {
  font-size: 5.2rem;
  font-family: "Libre Caslon Text", "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #c1c1c1;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top_ttl3 span {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}

.top_ttl4 {
  font-weight: 400;
  line-height: 1.34;
  font-size: 1.8rem;
  color: #ccc;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    margin-bottom: 40px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.top_ttl4 span {
  font-size: 5.2rem;
  font-family: "Libre Caslon Text", "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #c1c1c1;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_ttl4 span {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}

.top_ttl4 {
  font-weight: 400;
  line-height: 1.34;
  font-size: 1.8rem;
  color: #ccc;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    margin-bottom: 40px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.top_ttl4 span {
  font-size: 5.2rem;
  font-family: "Libre Caslon Text", "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #c1c1c1;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_ttl4 span {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}

.ttl1 {
  font-size: 3.2rem;
  color: #1f5687;
  font-weight: 500;
  padding-left: 40px;
  background: url(images/ttl_deco.svg) left top 8px no-repeat;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    background: url(images/ttl_deco.svg) left top 2px no-repeat;
    background-size: 25px;
    padding-left: 35px;
  }
}
.ttl1 span {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .ttl1 span {
    font-size: 1.5rem;
  }
}

.ttl2 {
  font-size: 2.2rem;
  color: #1f5687;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.8rem;
  }
}

.headline {
  font-weight: 400;
  line-height: 1.34;
  font-size: 1.8rem;
  color: #1f5687;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
.headline span {
  font-size: 5.2rem;
  font-family: "Libre Caslon Text", "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #c1c1c1;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 3.5rem;
    margin-bottom: 0px;
  }
}

.btn1 {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 160px;
  }
}
.btn1 a {
  color: #ccc;
  font-size: 1.7rem;
  background: url(images/arrow.svg) right 20px center no-repeat, #1f5687;
  width: 100%;
  padding: 22.5px 30px;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: 0.3s;
  letter-spacing: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.4rem;
    padding: 15px 15px;
  }
}
.btn1 a:hover {
  background: url(images/arrow.svg) right 10px center no-repeat, #333;
}

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

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

.btn2 {
  width: 410px;
  aspect-ratio: 41/11;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 280px;
  }
}
.btn2 a {
  width: 100%;
  height: 100%;
  background-color: #999;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn2 a:hover {
  background-color: #333;
}
.btn2 p {
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-left: 50px;
  color: #fff;
  background: url(images/h_mail.svg) left center no-repeat;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .btn2 p {
    font-size: 1.8rem;
    padding-left: 40px;
  }
}

.tel_btn {
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  width: 400px;
  padding: 20px 0 15px;
}
@media screen and (max-width: 767px) {
  .tel_btn {
    width: 100%;
    padding: 15px 10px;
  }
}
.tel_btn p {
  color: #1f5687;
}
.tel_btn .contact_btn_p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .tel_btn .contact_btn_p {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.tel_btn .contact_btn_t {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .tel_btn .contact_btn_t {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.tel_btn a {
  color: #1f5687;
  font-size: 4rem;
  padding-left: 40px;
  font-family: "Libre Caslon Text", "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0;
  line-height: 1;
  background: url(images/tel.svg) left center no-repeat;
  text-decoration: none;
  transition: 0.3s;
}
.tel_btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .tel_btn a {
    font-size: 3rem;
    background-size: 22px;
    padding-left: 30px;
  }
}

.contact_btn {
  text-align: center;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .contact_btn {
    width: 100%;
  }
}
.contact_btn p {
  color: #1f5687;
}
.contact_btn .contact_btn_p {
  font-size: 1.8rem;
}
.contact_btn .contact_btn_t {
  font-size: 1.4rem;
}
.contact_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #999;
  padding: 47px 0;
}
@media screen and (max-width: 767px) {
  .contact_btn a {
    padding: 30px 10px;
  }
}
.contact_btn a:hover {
  background-color: #c1c1c1;
}
.contact_btn a p {
  font-size: 2rem;
  padding-left: 40px;
  letter-spacing: 0;
  color: #fff;
  background: url(images/h_mail.svg) left center no-repeat;
}

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

news トップ用

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

.news_post {
  width: 100%;
  height: 100%;
  height: 300px;
  overflow-y: scroll;
  border-top: 1px solid #222;
}

.news_post article a {
  width: 100%;
  padding: 33px 20px;
  border-bottom: 1px solid #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  background: url(images/arrow2.png) right 25px center no-repeat;
}

.news_post article a:hover {
  background: url(images/arrow2.png) right 15px center no-repeat, #f5f5f5;
}

.news_post article a h3 {
  color: #333;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-decoration: none;
  display: inline-block;
}

.news_post article .date {
  font-size: 1.6rem;
  color: #1f5687;
  margin-right: 50px;
  letter-spacing: 0.1em;
}

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

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
  .news_post article a {
    padding: 15px 60px 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_post article a h3 {
    font-size: 1.4rem;
  }
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
}
/****************************************

contentトップ用

*****************************************/
.txt1 {
  width: 540px;
  margin-top: 55px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
    margin: 0 0 40px 3%;
    padding-right: 50px;
  }
}

.fig1 {
  max-width: 882px;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 100%;
  }
}
.fig1 img {
  width: 100%;
  height: auto;
}

.top_box01_container {
  padding-right: 15.36%;
  transition: 0.3s;
}
@media screen and (max-width: 1640px) {
  .top_box01_container {
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .top_box01_container {
    padding: 0;
  }
}
.top_box01_container p {
  letter-spacing: 0.2em;
}

.top_box01 {
  position: relative;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    margin-bottom: 80px;
  }
}
.top_box01::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 540px;
  background-color: #f5f5f5;
  left: 0;
  bottom: 30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box01::after {
    top: 30px;
    bottom: revert;
    height: 90%;
  }
}
.top_box01::before {
  display: block;
  content: "ABOUT US";
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 5.2rem;
  letter-spacing: 0.2em;
  font-family: "Libre Caslon Text", "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #c1c1c1;
  top: 20px;
  right: 3.6%;
  transition: 0.3s;
}
@media screen and (max-width: 1640px) {
  .top_box01::before {
    right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .top_box01::before {
    font-size: 3rem;
    right: 3px;
  }
}

.top_box02 .aside2 {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .top_box02 .aside2 {
    margin-bottom: 80px;
  }
}

.top_box02_container {
  max-width: 1470px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box02_container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 94%;
  }
}

.top_box02_content {
  position: relative;
  max-width: 700px;
  width: 48%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_box02_content {
    width: 100%;
  }
}
.top_box02_content > img {
  width: 100%;
  height: auto;
}
.top_box02_content::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  top: 8px;
  left: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5058823529);
  z-index: 2;
}
.top_box02_content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.top_box02_content > img {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  -o-transition: 0.4s;
  transition: 0.4s;
}

.top_box02_content:hover > img {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.bnr_n {
  position: absolute;
  top: 23%;
  left: 8.57%;
  z-index: 2;
}
.bnr_n img {
  height: 20.38%;
  width: auto;
}

.vm {
  position: absolute;
  bottom: 30px;
  right: 35px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vm {
    max-width: 135px;
    width: 30%;
  }
}
.vm img {
  vertical-align: middle;
}

.name_w1 {
  width: 41.5%;
  max-width: 291px;
}
.name_w1 img {
  width: 100%;
  height: auto;
}

.name_w2 {
  width: 78.5%;
  max-width: 550px;
}
.name_w2 img {
  width: 100%;
  height: auto;
}

.top_box03 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    margin-bottom: 80px;
  }
}
.top_box03 .flex {
  width: calc(100% - 40px);
  margin: 0 auto;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  .top_box03 .flex {
    width: 94%;
  }
}

.top_work_post {
  max-width: 1420px;
  width: 100%;
  display: flex;
  gap: 1.4%;
  margin-left: 5.729%;
}
@media screen and (max-width: 767px) {
  .top_work_post {
    margin-left: 0;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
}
.top_work_post article {
  max-width: 340px;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .top_work_post article {
    width: 48%;
  }
}
.top_work_post article figure {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top_work_post article figure {
    margin-bottom: 10px;
  }
}
.top_work_post article figure a {
  width: 100%;
  height: 100%;
  position: relative;
}
.top_work_post article figure a::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top_work_post article figure a::after {
  position: absolute;
  content: url(images/vm2.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  opacity: 0;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top_work_post article h3 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .top_work_post article h3 {
    font-size: 1.4rem;
  }
}

.top_work_post article figure:hover a::before {
  opacity: 50%;
}

.top_work_post article figure a:hover::after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .top_work_ttl {
    display: flex;
    justify-content: space-between;
  }
}

.top_box04 {
  max-width: 1260px;
  width: calc(100% - 40px);
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    width: 94%;
    margin-bottom: 80px;
  }
}
.top_box04 .top_ttl2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_box04 .top_ttl2 {
    margin-bottom: 40px;
  }
}

.top_box05 {
  margin-bottom: 130px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 0 3%;
    margin-bottom: 80px;
  }
}

.w1390 {
  max-width: 1390px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .w1390 {
    width: 94%;
  }
}
.w1390 figure {
  max-width: 600px;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .w1390 figure {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.w1390 figure img {
  width: 100%;
  height: auto;
}

.electrical_box01 {
  margin-bottom: 140px;
  padding: 90px 0;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .electrical_box01 {
    margin: 50px 0 80px;
    padding: 40px 0;
  }
}

.greysquare1 {
  position: relative;
}
.greysquare1::after {
  display: block;
  content: "";
  position: absolute;
  width: 90%;
  max-width: 1390px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #f5f5f5;
  z-index: -1;
}

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

.tbl1 {
  width: 100%;
}
.tbl1 th {
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: left;
  width: 110px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .tbl1 th {
    width: 100px;
  }
}
.tbl1 td {
  letter-spacing: 0.2em;
  padding: 15px 0;
}
.tbl1 tr {
  border-bottom: 1px solid #ccc;
}
.tbl1 tr:first-child {
  border-top: 1px solid #ccc;
}

.n01 {
  position: relative;
}
.n01::before {
  display: block;
  content: "01";
  position: absolute;
  font-family: "Libre Caslon Text", "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 15.7rem;
  letter-spacing: 0;
  color: #1f5687;
  line-height: 1;
  opacity: 0.5;
  top: -45px;
  left: 30px;
  text-shadow: 0 0 15px #fff;
}
@media screen and (max-width: 767px) {
  .n01::before {
    font-size: clamp(8rem, 20vw, 12rem);
    top: -30px;
    left: 20px;
  }
}

.n02 {
  position: relative;
}
.n02::before {
  display: block;
  content: "02";
  position: absolute;
  font-family: "Libre Caslon Text", "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 15.7rem;
  letter-spacing: 0;
  color: #1f5687;
  line-height: 1;
  opacity: 0.5;
  top: -45px;
  right: 30px;
  text-shadow: 0 0 15px #fff;
}
@media screen and (max-width: 767px) {
  .n02::before {
    font-size: clamp(8rem, 20vw, 12rem);
    top: -30px;
    right: 20px;
  }
}

.list1 {
  column-count: 2;
}
@media screen and (max-width: 767px) {
  .list1 {
    column-count: 1;
  }
}

.electrical_box02_tbl {
  margin-top: 40px;
}

.electrical_box02 {
  margin-bottom: 140px;
  padding: 90px 0;
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .electrical_box02 {
    margin: 50px 0 80px;
    padding: 40px 0;
  }
}

.greysquare2 {
  position: relative;
}
.greysquare2::after {
  display: block;
  content: "";
  position: absolute;
  width: 90%;
  max-width: 1390px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: -1;
}

.other_box01 {
  margin-bottom: 140px;
  padding: 90px 0;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .other_box01 {
    margin: 50px 0 80px;
    padding: 40px 0;
  }
}

.tbl1_1 {
  width: 100%;
}
.tbl1_1 th {
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: left;
  width: 110px;
  padding: 15px 0;
}
.tbl1_1 td {
  letter-spacing: 0.09em;
  padding: 15px 0;
}
.tbl1_1 tr {
  border-bottom: 1px solid #ccc;
}
.tbl1_1 tr:first-child {
  border-top: 1px solid #ccc;
}

.n03 {
  position: relative;
}
.n03::before {
  display: block;
  content: "03";
  position: absolute;
  font-family: "Libre Caslon Text", "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 15.7rem;
  letter-spacing: 0;
  color: #1f5687;
  line-height: 1;
  opacity: 0.5;
  top: -45px;
  left: 30px;
  text-shadow: 0 0 27px #fff;
}
@media screen and (max-width: 767px) {
  .n03::before {
    font-size: clamp(8rem, 20vw, 12rem);
    top: -30px;
    left: 20px;
  }
}

.other_box02 {
  margin-bottom: 140px;
  padding: 90px 0 50px;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .other_box02 {
    margin: 50px 0 80px;
    padding: 40px 0;
  }
}

.other_box03 {
  margin-bottom: 140px;
  padding: 90px 0;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .other_box03 {
    margin: 50px 0 80px;
    padding: 40px 0;
  }
}

.works_box01 {
  margin: 110px 0;
}
@media screen and (max-width: 767px) {
  .works_box01 {
    margin: 0 0 50px;
  }
}

.w1410 {
  max-width: 1410px;
  width: calc(100% - 40px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .w1410 {
    flex-direction: column;
    width: 94%;
  }
}

.works_post_container {
  max-width: 1060px;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .works_post_container {
    width: 100%;
    margin-bottom: 40px;
  }
}

.works_post {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}
@media screen and (max-width: 767px) {
  .works_post {
    gap: 0 4%;
  }
}

.work_list {
  max-width: 340px;
  width: 32%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .work_list {
    width: 48%;
    margin-bottom: 30px;
  }
}
.work_list figure {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .work_list figure {
    margin-bottom: 10px;
  }
}
.work_list figure a {
  width: 100%;
  height: 100%;
  position: relative;
}
.work_list figure a::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.work_list figure a::after {
  position: absolute;
  content: url(images/vm2.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  opacity: 0;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.work_list h3 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .work_list h3 {
    font-size: 1.4rem;
  }
}

.work_list figure:hover a::before {
  opacity: 50%;
}

.work_list figure a:hover::after {
  opacity: 1;
}

.category {
  max-width: 270px;
  width: 19.1%;
}
@media screen and (max-width: 767px) {
  .category {
    width: 100%;
    max-width: revert;
  }
}
.category section {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .category section {
    margin-bottom: 30px;
  }
}
.category h2 {
  font-size: 2.2rem;
  color: #ccc;
  background-color: #1f5687;
  font-weight: 400;
  padding: 4px 4px 4px 30px;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .category h2 {
    font-size: 2rem;
    padding: 4px 4px 4px 25px;
  }
}
.category h2::before {
  display: block;
  content: "";
  position: absolute;
  width: 23px;
  height: 1px;
  background-color: #ccc;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .category h2::before {
    width: 20px;
  }
}
.category li {
  font-size: 1.7rem;
  padding: 13px 0 13px 35px;
  border-bottom: 1px solid #ccc;
  background: url(images/arrow4.png) left center no-repeat;
}
@media screen and (max-width: 767px) {
  .category li {
    font-size: 1.5rem;
  }
}
.category a {
  text-decoration: none;
  color: inherit;
  position: relative;
}

.category a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1f5687;
  -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;
}

.category 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);
}

.tbl2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 13px 0px;
}
@media screen and (max-width: 767px) {
  .tbl2 {
    border-spacing: 0;
  }
}
.tbl2 th {
  width: 272px;
  border-bottom: 1px solid #1f5687;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  .tbl2 th {
    font-size: 1.5rem;
    width: 100%;
    border-bottom: none;
    padding: 15px 10px 10px;
    background-color: #f5f5f5;
  }
}
.tbl2 td {
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  .tbl2 td {
    font-size: 1.4rem;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 15px;
  }
}
.tbl2 tr:first-of-type th {
  border-top: 1px solid #1f5687;
}
@media screen and (max-width: 767px) {
  .tbl2 tr:first-of-type th {
    border-top: 1px solid #ccc;
  }
}
.tbl2 tr:first-of-type td {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .tbl2 tr:first-of-type td {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .tbl2 tr {
    display: flex;
    flex-direction: column;
  }
}

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

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

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

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

.news_box01 {
  max-width: 1260px;
  width: calc(100% - 40px);
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .news_box01 {
    width: 94%;
    margin-bottom: 80px;
  }
}

.news_container {
  width: 100%;
}
.news_container article:first-child {
  border-top: 1px solid #222;
}
.news_container article:last-child {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .news_container article:last-child {
    margin-bottom: 30px;
  }
}
.news_container article a {
  width: 100%;
  padding: 33px 20px;
  border-bottom: 1px solid #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  background: url(images/arrow2.png) right 25px center no-repeat;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news_container article a {
    padding: 15px 60px 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news_container article a:hover {
  background: url(images/arrow2.png) right 15px center no-repeat, #f5f5f5;
}
.news_container article a h3 {
  color: #333;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .news_container article a h3 {
    font-size: 1.4rem;
  }
}
.news_container article .date {
  font-size: 1.6rem;
  color: #1f5687;
  margin-right: 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .news_container article .date {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
}

.orange {
  color: #e4882e;
}

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

.ceo {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .ceo {
    margin-top: 30px;
  }
}
.ceo p {
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ceo p {
    font-size: 2rem;
  }
}
.ceo span {
  font-size: 1.6rem;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .ceo span {
    font-size: 1.3rem;
  }
}

.news_box01_img {
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news_box01_img {
    margin: 0 auto 30px;
  }
}

.greeting_box01 {
  margin: 0 auto 130px;
}
@media screen and (max-width: 767px) {
  .greeting_box01 {
    margin: 0 auto 80px;
  }
}

.orangeb {
  color: #eb9924;
  font-weight: 600;
}

.partner_box01 {
  margin-bottom: 110px;
  position: relative;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .partner_box01 {
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}
.partner_box01::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 84.375%;
  background-color: #f5f5f5;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.partner_box01 .flex_r {
  max-width: 1650px;
  width: 100%;
  padding-right: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .partner_box01 .flex_r {
    padding-right: 0;
  }
}
.partner_box01 figure {
  max-width: 884px;
  width: 54.5%;
}
@media screen and (max-width: 767px) {
  .partner_box01 figure {
    width: 100%;
  }
}
.partner_box01 figure img {
  width: 100%;
  height: auto;
}

.w540 {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .w540 {
    width: 100%;
    padding: 20px 3%;
    margin-bottom: 20px;
  }
}
.w540 P {
  letter-spacing: 0.2em;
}

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

.partner_box02_list1 {
  border: 1px solid #1f5687;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .partner_box02_list1 {
    flex-direction: column;
  }
}
.partner_box02_list1 dt {
  font-size: 2.6rem;
  color: #f5f5f5;
  background-color: #1f5687;
  width: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .partner_box02_list1 dt {
    width: 100%;
    font-size: 1.8rem;
    padding: 20px;
  }
}
.partner_box02_list1 dd {
  padding: 33px 60px;
}
@media screen and (max-width: 767px) {
  .partner_box02_list1 dd {
    padding: 20px;
  }
}
.partner_box02_list1 dd li {
  font-size: 1.8rem;
  padding: 5px 0 5px 40px;
  background: url(images/check.svg) left top 10px no-repeat;
}
@media screen and (max-width: 767px) {
  .partner_box02_list1 dd li {
    font-size: 1.4rem;
    padding: 3px 0 3px 30px;
    background: url(images/check.svg) left top 5px no-repeat;
    background-size: 20px;
  }
}

.partner_box02_list2 {
  border: 1px solid #eb9924;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .partner_box02_list2 {
    flex-direction: column;
  }
}
.partner_box02_list2 dt {
  font-size: 2.6rem;
  color: #f5f5f5;
  background-color: #eb9924;
  width: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .partner_box02_list2 dt {
    width: 100%;
    font-size: 1.8rem;
    padding: 20px;
  }
}
.partner_box02_list2 dd {
  padding: 43px 60px;
}
@media screen and (max-width: 767px) {
  .partner_box02_list2 dd {
    padding: 20px;
  }
}
.partner_box02_list2 dd li {
  font-size: 1.8rem;
  padding: 5px 0 5px 40px;
  background: url(images/check.svg) left top 10px no-repeat;
}
@media screen and (max-width: 767px) {
  .partner_box02_list2 dd li {
    font-size: 1.4rem;
    padding: 3px 0 3px 30px;
    background: url(images/check.svg) left top 5px no-repeat;
    background-size: 20px;
  }
}

.partner_box03 {
  background-color: #f5f5f5;
  padding: 70px 0 90px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .partner_box03 {
    margin-bottom: 40px;
    padding: 80px 0 50px;
  }
}

.partner_box03_content {
  width: 1010px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .partner_box03_content {
    width: 94%;
    max-width: 340px;
  }
}
.partner_box03_content dl {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .partner_box03_content dl {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: start;
  }
}
.partner_box03_content dl dt {
  font-size: 4rem;
  color: #1f5687;
  width: 660px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .partner_box03_content dl dt {
    font-size: 2rem;
    width: 100%;
  }
}
.partner_box03_content dl dt span {
  font-family: "Libre Caslon Text", "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #d6dde4;
  font-size: 9rem;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  width: 225px;
}
@media screen and (max-width: 767px) {
  .partner_box03_content dl dt span {
    font-size: 4rem;
    width: 130px;
  }
}
.partner_box03_content dl dt span::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #1f5687;
  width: 56px;
  height: 1px;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .partner_box03_content dl dt span::after {
    width: 30px;
  }
}

.partner_box04 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .partner_box04 {
    margin-bottom: 40px;
  }
}
.partner_box04 .flex {
  padding: 0 150px;
}
@media screen and (max-width: 767px) {
  .partner_box04 .flex {
    padding: 0;
  }
}
.partner_box04 .flex {
  align-items: center;
}
.partner_box04 .flex p span {
  font-size: 2.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .partner_box04 .flex p span {
    font-size: 1.6rem;
  }
}
.partner_box04 .flex .ttl1 {
  margin-bottom: 30px;
}
.partner_box04 .flex section {
  margin: 0 auto 20px;
}
.partner_box04 figure {
  max-width: 437px;
}
@media screen and (max-width: 767px) {
  .partner_box04 figure {
    margin: 0 auto;
  }
}

.partner_box05 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .partner_box05 {
    margin-bottom: 80px;
  }
}
.partner_box05 .partner_box05_container {
  padding: 50px 60px 45px;
  background-color: #1f5687;
}
@media screen and (max-width: 767px) {
  .partner_box05 .partner_box05_container {
    padding: 40px 5%;
  }
}
.partner_box05 .partner_box05_container > p {
  color: #fff;
  margin-bottom: 30px;
}
.partner_box05 h2 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .partner_box05 h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

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

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

.pp {
  border: 1px solid #ccc;
  padding: 40px 60px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pp {
    margin-top: 30px;
    padding: 30px 5%;
  }
}
.pp p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pp p {
    font-size: 1.3rem;
  }
}
.pp h2 {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pp h2 {
    font-size: 1.6rem;
  }
}

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

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