@charset "UTF-8";
/*
Theme Name:株式会社内田精工 | 長崎 機械加工
Description:株式会社内田精工
Version: 1.0
License:株式会社内田精工 | 長崎 機械加工
License URI:https://www.uchidaseiko.co.jp
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 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: 1200px;
  font-size: 1.6rem;
  font-family: "M PLUS p", "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.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
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 {
  filter: brightness(120%);
  -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:hover img.img_down {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_down {
  -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: calc(100% - 20px);
  max-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;
}

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

リセット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;
}

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

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

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

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}

.head_mv {
  max-height: 900px;
  aspect-ratio: 192/90;
  background: url(images/mv.png) top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .head_mv {
    height: auto;
    min-height: 220px;
    aspect-ratio: 192/108 !important;
    background-size: 120%;
    aspect-ratio: revert;
  }
}

.header_wrap {
  width: 100%;
  padding: 0px 0px 0 40px;
  align-items: center !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7254901961);
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
    border-bottom: none;
  }
}

.header_right {
  display: flex;
}

.h_contact {
  width: 170px;
}
.h_contact a {
  width: 100%;
  background-color: #16bda7;
  text-decoration: none;
  padding: 21.5px 20px;
}
.h_contact a p {
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  padding-top: 40px;
  background: url(images/mail_icon.png) top center no-repeat;
  line-height: 1;
}

.scroll {
  position: absolute;
  left: 50px;
  bottom: 90px;
  z-index: 9;
}

.header_page {
  max-height: 470px;
  background-size: cover;
  min-height: 430px;
}
@media screen and (max-width: 767px) {
  .header_page {
    height: auto;
    min-height: 150px;
    aspect-ratio: 192/47;
  }
}

.page1 {
  background: url(images/mvpage1.jpg) center left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page1 {
    background: url(images/mvpage1.jpg) center no-repeat;
    background-size: 120%;
  }
}

.page2 {
  background: url(images/mvpage2.jpg) center left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page2 {
    background: url(images/mvpage2.jpg) center no-repeat;
    background-size: 120%;
  }
}

.page3 {
  background: url(images/mvpage3.jpg) center left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page3 {
    background: url(images/mvpage3.jpg) center no-repeat;
    background-size: 120%;
  }
}

.page4 {
  background: url(images/mvpage4.jpg) center left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page4 {
    background: url(images/mvpage4.jpg) center no-repeat;
    background-size: 120%;
  }
}

.page5 {
  background: url(images/mvpage5.jpg) center left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page5 {
    background: url(images/mvpage5.jpg) center no-repeat;
    background-size: 120%;
  }
}

.page6 {
  background: url(images/mvpage6.jpg) center left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page6 {
    background: url(images/mvpage6.jpg) center no-repeat;
    background-size: 120%;
  }
}

.page7 {
  background: url(images/mvpage7.jpg) center left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page7 {
    background: url(images/mvpage7.jpg) center no-repeat;
    background-size: 120%;
  }
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

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

メインビジュアル

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

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

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

.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: 130%;
    position: relative;
    left: 0;
  }
  #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: 0 auto;
  }
  .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;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 130px auto 0;
  }
  main#page_main {
    width: 100%;
    margin: 70px 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: 50px auto 0;
  }
}
/****************************************

single.php

*****************************************/
.w900 {
  width: 900px;
  margin: 0 auto;
  padding: 0px 0 150px;
}
@media screen and (max-width: 767px) {
  .w900 {
    width: 94%;
    padding: 0px 0 60px;
  }
}

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

.n_txt {
  padding-bottom: 50px;
  border-bottom: 1px solid #bbbaba;
  margin-bottom: 50px;
}
.n_txt p {
  letter-spacing: 0.2em;
  line-height: 1.875;
}
.n_txt img {
  width: 100%;
  height: auto;
}

.v_btn .btn1 {
  margin: 0 auto;
}

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

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

.tbl2 {
  width: 420px;
  background-color: #eee;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .tbl2 {
    width: 100%;
  }
}
.tbl2 th {
  background-color: #023692;
  border-radius: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 3px;
  width: 150px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tbl2 th {
    font-size: 1.5rem;
    width: 120px;
  }
}
.tbl2 td {
  padding: 3px 20px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tbl2 td {
    font-size: 1.5rem;
  }
}

.img_swiching {
  width: 100%;
}

.n2_clear {
  max-width: 900px !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .n2_clear {
    padding: 0 3%;
  }
}

.nextend-thumbnail-inner {
  background: #fff !important;
}

.nextend-thumbnail-scroller {
  justify-content: center !important;
}

#single_box {
  width: 100%;
  margin-top: 0px;
}
#single_box .date {
  font-size: 1.6rem;
  color: #204d9c;
  font-family: "Poppins", "M PLUS 1p", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 20px;
  display: inline-block;
}

.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: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .pager {
    margin: 30px auto 0;
  }
}

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

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

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

.nav-below {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-below > a {
  color: #323333;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  border: 1px solid #323333;
  width: 120px;
  height: 69px;
}
@media screen and (max-width: 767px) {
  .nav-below > a {
    width: 80px;
    letter-spacing: 0.01em;
  }
}
.nav-below > a:hover {
  color: #fff;
  background-color: #204d9c;
}

.nav-below a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

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

@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 span:first-child {
  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 #16bda7;
  border-radius: 8px;
  background-color: #16bda7;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #16bda7;
  -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: 0 3px 3px 5px;
}

.comment {
  font-size: 1.3rem;
  color: #b40000;
}

.comment_container {
  display: flex;
  width: calc(100% - 300px) !important;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .comment_container {
    flex-direction: column;
    width: 100% !important;
    align-items: start;
  }
}

@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: 180px auto 120px;
}
@media screen and (max-width: 767px) {
  .aside {
    margin: 70px auto 50px;
  }
}

.aside_box {
  background-color: #204d9c;
  width: calc(100% - 20px);
  max-width: 1576px;
  margin: 0 auto;
  padding: 60px 20px 70px;
  position: relative;
}
.aside_box::before {
  position: absolute;
  content: "";
  width: 335px;
  height: 215px;
  background: url(images/contact_deco.png);
  top: -50px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .aside_box::before {
    background: url(images/contact_deco.png) left top no-repeat;
    background-size: 130px;
    top: -20px;
    left: 10px;
  }
}
.aside_box > p {
  color: #fff;
}

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

.aside_tel {
  background-color: #fff;
  width: 470px;
  padding: 10px;
  position: relative;
  transition: 0.3s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aside_tel {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .aside_tel:hover {
    opacity: 0.8;
  }
}
.aside_tel a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.aside_num {
  color: inherit;
  font-size: 3.4rem;
  font-family: "Poppins", "M PLUS 1p", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  padding: 3px 0 3px 40px;
  background: url(images/tel.png) left center no-repeat;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .aside_num {
    font-size: 2.5rem;
    padding: 3px 0 3px 30px;
    background-size: 20px;
  }
}

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

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

.aside_mail {
  background-color: #16bda7;
  width: 470px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .aside_mail {
    width: 100%;
  }
}
.aside_mail:hover {
  opacity: 0.8;
}
.aside_mail a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.aside_mail p {
  font-size: 2.2rem;
  color: #fff;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  line-height: 1;
  padding: 10px 0 10px 40px;
  background: url(images/aside_contact.png) left center no-repeat;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .aside_mail p {
    font-size: 2rem;
    padding: 10px 0 10px 30px;
    background-size: 20px;
  }
}

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

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #d6e2f7;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0;
  }
}

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

.footer_sp {
  display: none;
}

.footer_container {
  width: calc(100% - 60px);
  max-width: 1660px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.footer_logo {
  margin-bottom: 30px;
}

.footer_name {
  font-size: 2rem;
  margin-bottom: 10px;
}

.footer_left p {
  padding-left: 10px;
  line-height: 1.68;
}

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

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

.sitemap a {
  text-decoration: none;
  color: inherit;
  font-size: 1.7rem;
  position: relative;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.sitemap dt {
  font-size: 2.2rem;
  color: #204d9c;
  margin-bottom: 20px;
}

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

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

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

.copyright_block {
  text-align: center;
  background-color: #d6e2f7;
  padding: 30px 0;
}

.copyright_block2 {
  text-align: center;
  background-color: #d6e2f7;
  padding: 26px 0;
  border-top: 1px solid #204d9c;
}

.copyright {
  font-size: 1.2rem;
  color: #204d9c;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .f_spcontent {
    padding: 30px 3%;
  }
  .copyright_block, .copyright_block2 {
    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: #023692;
  }
  .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_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 20px;
    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: #023692;
    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: #023692;
    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: #2d46c4;
  }
  #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: #023692;
  }
  #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 20px;
  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 25px;
}
@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.7rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 20px 0;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  #g_navi .menu li a {
    font-size: 1.6rem;
  }
}

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

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #023692;
  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: #023692;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  padding: 15px 40px 10px;
  border-bottom: 1px solid #204d9c;
}

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

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

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #023692;
  -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 5% 10px;
    margin: 10px 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;
}

.ttl1 {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.top_title {
  font-family: "Poppins", "M PLUS 1p", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #204d9c;
  font-size: 5.7rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_title {
    font-size: 4rem;
  }
}
.top_title span {
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #222;
  font-size: 1.7rem;
  display: block;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .top_title span {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

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

.top_title2 {
  color: #2d46c4;
  font-size: 3.6rem;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .top_title2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.top_title2 span {
  color: #204d9c;
  line-height: 1.33;
  font-family: "Poppins", "M PLUS 1p", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.7rem;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_title2 span {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.s_bnrttl {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 400;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s_bnrttl {
    font-size: 2rem;
  }
}
.s_bnrttl span {
  font-family: "Poppins", "M PLUS 1p", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #9cbbf1;
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .s_bnrttl span {
    font-size: 1.2rem;
  }
}

.s_bnrttl2 {
  font-size: 2.6rem;
  color: #023692;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s_bnrttl2 {
    font-size: 2rem;
  }
}
.s_bnrttl2 span {
  font-family: "Poppins", "M PLUS 1p", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #023692;
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .s_bnrttl2 span {
    font-size: 1.2rem;
  }
}

.top_work_ttl {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top_work_ttl {
    font-size: 1.5rem;
  }
}

.top_title3 {
  font-family: "Poppins", "M PLUS 1p", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  font-size: 5.7rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_title3 {
    font-size: 4rem;
  }
}
.top_title3 span {
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  font-size: 1.7rem;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_title3 span {
    font-size: 1.4rem;
  }
}

.headline {
  font-family: "Poppins", "M PLUS 1p", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  color: #204d9c;
  font-size: 5.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 4rem;
    margin-bottom: 50px;
  }
}
.headline span {
  font-size: 1.7rem;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #222;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .headline span {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.ttl1 {
  font-family: "Poppins", "M PLUS 1p", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  color: #204d9c;
  font-size: 5.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
.ttl1 span {
  font-size: 1.7rem;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #222;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .ttl1 span {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.ttl2 {
  font-size: 3rem;
  font-weight: 400;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  color: #204d9c;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 2.5rem;
  }
}

.ttl3 {
  font-size: 3.6rem;
  color: #2d46c4;
  margin: 40px 0 100px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 2.5rem;
    margin: 0px 0 30px;
  }
}

.ttl4 {
  font-size: 3rem;
  font-weight: 400;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #023692;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ttl4 {
    font-size: 1.8rem;
  }
}

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

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

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

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

@media screen and (max-width: 767px) {
  /* ボタン */
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
.btn1 {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 180px;
  }
}
.btn1 a {
  color: #204d9c;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  background: url(images/btn_arrow.png) right 20px center no-repeat;
  width: 100%;
  padding: 13px 20px;
  text-decoration: none;
  border: 1px solid #023692;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.3rem;
    padding: 10px;
  }
}
.btn1 a:hover {
  background: url(images/btn_arrow.png) right 10px center no-repeat, rgba(2, 55, 146, 0.0941176471);
}

.btn2 {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 200px;
  }
}
.btn2 a {
  color: #204d9c;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  background: url(images/btn_arrow.png) right 20px center no-repeat;
  width: 100%;
  padding: 20.5px 20px;
  text-decoration: none;
  border: 1px solid #023692;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.3rem;
    padding: 10px;
  }
}
.btn2 a:hover {
  background: url(images/btn_arrow.png) right 10px center no-repeat, rgba(2, 55, 146, 0.0941176471);
}

.btn3 {
  width: 600px;
  border-radius: 50vh;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn3 {
    max-width: 400px;
    width: 100%;
  }
}
.btn3 a {
  background-color: #16bda7;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 100%;
  padding: 35px 20px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn3 a {
    padding: 20px 10px;
  }
}
.btn3 a span {
  color: #fff;
  font-size: 2.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .btn3 a span {
    font-size: 1.5rem;
  }
}
.btn3 a p {
  color: #fff;
  font-size: 3.2rem;
  display: inline-block;
  padding-left: 50px;
  background: url(images/rec_mail.png) left center no-repeat;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .btn3 a p {
    font-size: 2.2rem;
    background: url(images/mail_icon.png) left center no-repeat;
    padding-left: 30px;
  }
}
.btn3 a:hover {
  opacity: 0.8;
}

.btn5 {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .btn5 {
    width: 150px;
  }
}
.btn5 a {
  color: #204d9c;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  background: url(images/btn_arrow.png) right 20px center no-repeat;
  width: 100%;
  padding: 13px 20px;
  text-decoration: none;
  border: 1px solid #023692;
  transition: 0.3s;
  letter-spacing: 0.1em;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .btn5 a {
    font-size: 1.3rem;
    padding: 10px;
    background-size: 20px;
  }
}
.btn5 a:hover {
  background: url(images/btn_arrow.png) right 10px center no-repeat, rgba(2, 55, 146, 0.0941176471);
}
@media screen and (max-width: 767px) {
  .btn5 a:hover {
    background-size: 20px;
  }
}

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

news トップ用

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

.news_post {
  width: 100%;
  max-width: 1080px;
  height: 100%;
  max-height: 245px;
  overflow-y: scroll;
}

.news_post article {
  width: 100%;
  padding: 27px 30px;
  border-bottom: 1px solid #ccc;
  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 {
    display: block;
    padding: 20px 0;
  }
}
.news_post article:first-child {
  border-top: 1px solid #ccc;
}

.news_post article a h3 {
  color: #333;
  font-size: 1.6em;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  margin-left: 40px;
  font-weight: 400;
  transform: rotate(0.05deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news_post article a h3 {
    margin-left: 0px;
  }
}

.news_post article a:hover h3 {
  color: #023692;
}

.news_post article .date {
  font-size: 1.6em;
  color: #204d9c;
  font-weight: 400;
  padding-right: 40px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-right: 1px solid #222;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    border-right: revert;
    padding-right: 0px;
    padding-bottom: 5px;
    font-size: 1.4rem;
    display: block;
  }
}

.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 h3 {
    font-size: 1.4em;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  width: calc(100% - 20px);
  max-width: 1460px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    display: block;
    margin-bottom: 50px;
  }
}

.top_newsttl {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .top_newsttl {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
  }
}
.top_newsttl .btn1 {
  margin-top: 60px;
}

.fig1 {
  height: 606px;
  width: 55.833%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 100%;
    height: 100%;
    aspect-ratio: 1072/606;
  }
}
.fig1 img {
  height: 606px;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .fig1 img {
    width: 100%;
    height: auto;
  }
}

.txt1 {
  max-width: 815px;
  padding: 70px 100px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2196078431);
  background-color: #fff;
  right: 0;
}
@media screen and (max-width: 767px) {
  .txt1 {
    padding: 20px 3% 0;
    box-shadow: revert;
  }
}
.txt1 p {
  font-size: 1.7rem;
  line-height: 1.764;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .txt1 p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.txt1_box {
  position: absolute;
  top: 100px;
  left: 0;
  max-width: 1700px;
  width: calc(100% - 20px);
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .txt1_box {
    position: sticky;
    width: 100%;
  }
}

.top_box02 {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    margin-bottom: 50px;
  }
}
.top_box02 .flex {
  position: relative;
}

.s_01 {
  position: relative;
  background-color: #023692;
  width: 580px;
  transition: 0.3s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1843137255);
}
@media screen and (max-width: 767px) {
  .s_01 {
    width: 100%;
    max-width: 400px;
    height: 130px;
    aspect-ratio: 580/190;
    margin: 0 auto;
  }
}
.s_01 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.s_01:hover {
  filter: brightness(120%);
}

.s_02 {
  position: relative;
  background-color: #fff;
  width: 580px;
  transition: 0.3s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1843137255);
}
@media screen and (max-width: 767px) {
  .s_02 {
    width: 100%;
    max-width: 400px;
    height: 130px;
    aspect-ratio: 580/190;
    margin: 0 auto;
  }
}
.s_02 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.s_02:hover {
  filter: brightness(120%);
}

.s_bnr {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .s_bnr {
    height: 100%;
  }
}
.s_bnr figure {
  overflow: hidden;
  height: 100%;
  width: auto;
  aspect-ratio: 224/185;
}
@media screen and (max-width: 767px) {
  .s_bnr figure img {
    height: 100%;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.s_bnr_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  margin: 0 auto;
}

.num1 {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .num1 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.num2 {
  font-size: 2.4rem;
  color: #023692;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .num2 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.vm {
  font-size: 1.3rem;
  color: #9cbbf1;
  padding-right: 25px;
  display: inline-block;
  background: url(images/s_bnr_arrow.png) right top 8px no-repeat;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .vm {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

.vm2 {
  font-size: 1.3rem;
  color: #023692;
  padding-right: 25px;
  display: inline-block;
  background: url(images/s_bnr_arrow2.png) right top 8px no-repeat;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .vm2 {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

.top_box03 {
  padding-top: 100px;
  background: linear-gradient(#d6e2f7 0 74.3%, #fff 74.3%);
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.top_box03 > .flex {
  max-width: 1585px;
  width: calc(100% - 20px);
  margin: 0 auto;
  justify-content: left;
  gap: 7%;
}
@media screen and (max-width: 767px) {
  .top_box03 > .flex {
    width: 94%;
  }
}

.ml80 {
  margin-left: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ml80 {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.ml80 .top_title {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .ml80 .top_title {
    margin-bottom: 20px;
  }
}

.fig2 {
  width: 50%;
  max-width: 774px;
}
@media screen and (max-width: 767px) {
  .fig2 {
    width: 100%;
    margin-top: 20px;
  }
}
.fig2 img {
  width: 100%;
  height: auto;
}

.top_box04 {
  display: flex;
  padding: 0 5.2% 0 7.8125%;
  justify-content: left;
  align-items: center;
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    display: block;
    padding: 0 3%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.top_box04 .btn1 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .top_box04 .btn1 {
    margin-top: 0px;
  }
}

.work_post {
  display: flex;
  max-width: 1260px;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .work_post {
    gap: 20px 2%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.work_post article {
  width: calc((100% - 60px) / 4);
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .work_post article {
    width: 49%;
  }
}
.work_post figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.work_post a {
  position: relative;
  width: 100%;
  height: 100%;
}

.top_workttl {
  margin-right: 9.8%;
}
@media screen and (max-width: 767px) {
  .top_workttl {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
  }
}

.top_box05 .flex_r {
  position: relative;
}
.top_box05 .top_title {
  margin-bottom: 40px;
}

.txt1_box2 {
  position: absolute;
  top: 100px;
  right: 0;
  max-width: 1700px;
  width: calc(100% - 20px);
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .txt1_box2 {
    position: sticky;
    width: 100%;
  }
}
.txt1_box2 .txt1 p {
  margin-bottom: 40px;
}

.fig1_1 {
  height: 606px;
  width: 55.833%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fig1_1 {
    width: 100%;
    height: 100%;
    aspect-ratio: 1072/606;
  }
}
.fig1_1 img {
  height: 606px;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .fig1_1 img {
    width: 100%;
    height: auto;
  }
}

.about_name {
  text-align: center;
  margin-top: 20px;
}
.about_name span {
  font-size: 3.2rem;
}

.about_name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 1.7rem;
}
.about_name img {
  width: 146px;
}

.txt3 {
  font-size: 1.7rem;
  line-height: 1.764;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .txt3 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.fig3 {
  max-width: 360px;
  margin: 0 auto;
}

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

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

.service_box01_img {
  display: flex;
  justify-content: space-between;
  max-width: 1340px;
  width: calc(100% - 20px);
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .service_box01_img {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 3%;
    justify-content: center;
    gap: 10px 2%;
    margin: 0 auto 40px;
  }
}
.service_box01_img figure {
  max-width: 200px;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .service_box01_img figure {
    width: 49%;
  }
}
.service_box01_img figure img {
  width: 100%;
  height: auto;
}

.service_box01_l {
  font-size: 1.9rem;
  line-height: 1.842;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .service_box01_l {
    padding: 0 3%;
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}

.orange {
  color: #ff7519;
}

.material {
  max-width: 1000px;
  width: calc(100% - 20px);
  margin: 0 auto;
  border: 1px solid #204d9c;
}
.material > p {
  background-color: #204d9c;
  font-size: 2.2rem;
  color: #fff;
  padding: 6px;
}
@media screen and (max-width: 767px) {
  .material > p {
    font-size: 1.7rem;
  }
}
.material div {
  padding: 37px;
}
@media screen and (max-width: 767px) {
  .material div {
    padding: 20px;
  }
}
.material div P span {
  font-size: 2.3rem;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .material div P span {
    font-size: 1.8rem;
  }
}

.slide-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slide-container {
    margin: 50px auto 0;
  }
}

.slide-wrapper {
  display: flex;
  animation: slide-flow 20s infinite linear 1s both;
}

.slide {
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slide {
    margin-right: 10px;
  }
}
.slide:nth-child(1), .slide:nth-child(4) {
  width: 300px;
  height: auto;
  aspect-ratio: 300/340;
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .slide:nth-child(1), .slide:nth-child(4) {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
  }
}
.slide:nth-child(2), .slide:nth-child(5) {
  width: 300px;
  height: auto;
  aspect-ratio: 300/340;
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .slide:nth-child(2), .slide:nth-child(5) {
    width: 100px;
    height: auto;
    margin-top: 20px;
  }
}
.slide:nth-child(3), .slide:nth-child(6) {
  height: auto;
  width: 340px;
  aspect-ratio: 340/280;
  margin-top: 33px;
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .slide:nth-child(3), .slide:nth-child(6) {
    width: 100px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}

@keyframes slide-flow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.bottom_area2 {
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .bottom_area2 {
    margin-top: 50px;
  }
}
.bottom_area2 .s_01 {
  margin: 0 auto;
}
.bottom_area2 .s_02 {
  margin: 0 auto;
}

.equipment_box {
  max-width: 300px;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .equipment_box {
    width: 49%;
  }
}
.equipment_box figure {
  width: 100%;
}
.equipment_box figure img {
  width: 100%;
  height: auto;
}
.equipment_box h2 {
  color: #204d9c;
  font-size: 2rem;
  margin: 10px 0 5px;
}
@media screen and (max-width: 767px) {
  .equipment_box h2 {
    font-size: 1.6rem;
  }
}
.equipment_box p {
  color: #999;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .equipment_box p {
    font-size: 1.3rem;
    overflow-wrap: break-word;
  }
}

.equipment_box01 {
  max-width: 1300px;
  width: calc(100% - 20px);
  margin: 0 auto 180px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .equipment_box01 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 2%;
    margin: 0 auto 80px;
  }
}

.equipment_tbl {
  width: 100%;
}
.equipment_tbl tr {
  border-bottom: 1px solid #ccc;
}
.equipment_tbl th {
  color: #204d9c;
  font-size: 2rem;
  padding: 15px 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .equipment_tbl th {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
}
.equipment_tbl td {
  font-size: 1.7rem;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .equipment_tbl td {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}
.equipment_tbl td:first-child {
  width: 250px;
}
.equipment_tbl td:last-child {
  width: 90px;
}

.scroll2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .scroll2 {
    display: revert;
    font-size: 1.3rem;
    color: #ff7519;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sp_menu {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}

.works_gallery {
  max-width: 1260px;
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 70px 1.6%;
}
@media screen and (max-width: 767px) {
  .works_gallery {
    gap: 30px 2%;
  }
}
.works_gallery article {
  max-width: 300px;
  width: 23.8%;
}
@media screen and (max-width: 767px) {
  .works_gallery article {
    max-width: revert;
    width: 49%;
  }
}
.works_gallery figure {
  width: 100%;
  aspect-ratio: 1/1;
}
.works_gallery figure a {
  position: relative;
  width: 100%;
  height: 100%;
}

.tbl1 {
  width: 100%;
  border-collapse: separate;
}
.tbl1 tr {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tbl1 tr {
    flex-direction: column;
  }
}
.tbl1 tr:first-child th {
  border-top: 1px solid #204d9c;
}
@media screen and (max-width: 767px) {
  .tbl1 tr:first-child th {
    border-top: revert;
  }
}
.tbl1 tr:first-child td {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .tbl1 tr:first-child td {
    border-top: revert;
  }
}
.tbl1 th {
  border-bottom: 1px solid #204d9c;
  padding: 15px 20px;
  text-align: left;
  font-weight: 400;
  width: 22.666%;
  transform: rotate(0.05deg);
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .tbl1 th {
    font-size: 1.5rem;
    padding: 10px 15px;
    width: 100%;
    min-height: 50px;
  }
}
.tbl1 td {
  border-bottom: 1px solid #ccc;
  width: 76.25%;
  transform: rotate(0.05deg);
  padding: 15px 20px;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .tbl1 td {
    font-size: 1.5rem;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
    min-height: 50px;
  }
}

.w1360 {
  max-width: 1360px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.w1360 .flex_r {
  justify-content: left;
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .w1360 .flex_r {
    padding-bottom: 0px;
  }
}
.w1360 .flex_r::after {
  position: absolute;
  content: "";
  max-width: 1023px;
  width: 75.22%;
  height: 317px;
  background-color: #eef4fd;
  z-index: -1;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .w1360 .flex_r::after {
    width: 106%;
    top: 50px;
    left: -3%;
    height: 50%;
  }
}
.w1360 .flex {
  justify-content: left;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .w1360 .flex {
    padding-bottom: 0px;
  }
}
.w1360 .flex::after {
  position: absolute;
  content: "";
  max-width: 1023px;
  width: 75.22%;
  height: 397px;
  background-color: #eef4fd;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .w1360 .flex::after {
    width: 106%;
    top: 50px;
    left: -3%;
    height: 50%;
  }
}

.txt4 {
  max-width: 640px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .txt4 {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.txt4 p {
  font-size: 1.7rem;
  line-height: 1.94;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .txt4 p {
    font-size: 1.4rem;
  }
}

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

.fig4 {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .fig4 {
    margin: 0 auto;
  }
}

.fig4_1 {
  max-width: 360px;
  margin-left: 180px;
}
@media screen and (max-width: 767px) {
  .fig4_1 {
    margin: 0 auto;
  }
}

.str {
  font-size: 3.2rem;
  color: #2d46c4;
  margin: 70px 0 50px;
}
@media screen and (max-width: 767px) {
  .str {
    font-size: 2.2rem;
    margin: 30px 0;
  }
}

.news_container article {
  border-bottom: 1px solid #ccc;
  padding: 25px 20px 25px 40px;
}
@media screen and (max-width: 767px) {
  .news_container article {
    padding: 20px 10px 30px 10px;
  }
}

.fig5 {
  width: 180px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fig5 {
    margin: 0 auto;
  }
}
.fig5 a {
  width: 100%;
  height: 100%;
  position: relative;
}

.txt5 {
  max-width: 870px;
  letter-spacing: 0.2em;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .txt5 {
    width: 100%;
    padding-top: 10px;
  }
}
.txt5 .date {
  font-size: 1.6rem;
  color: #204d9c;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .txt5 .date {
    font-size: 1.3rem;
  }
}
.txt5 h2 {
  letter-spacing: 0.25em;
  margin: 10px 0 30px;
  font-size: 1.7rem;
  font-weight: 400;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 767px) {
  .txt5 h2 {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    margin: 10px 0 20px;
  }
}

.btn4 {
  width: 126px;
  border: 1px solid #023692;
  border-radius: 33px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .btn4 {
    margin: 0 auto;
  }
}
.btn4 a {
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background-color: #023692;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-family: "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  text-decoration: none;
  padding: 0px 10px;
  transition: 0.3s;
  text-align: center;
}
.btn4 a:hover {
  color: #023692;
  background-color: #fff;
}

.map2 {
  width: 100%;
  position: relative;
  padding-top: 30%;
  filter: saturate(70%);
}
@media screen and (max-width: 767px) {
  .map2 {
    min-height: 300px;
  }
}

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

.contact_box01 {
  padding: 0 3%;
}
.contact_box01 > p {
  line-height: 2;
  margin-bottom: 50px;
}

.contact_tel {
  border: 1px solid #204d9c;
  margin: 0 auto;
}

.contact_box02 {
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .contact_box02 {
    padding: 0 3%;
    margin: 0 auto 50px;
  }
}

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