/* reset */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* set */
html, body {
  width: 100%;
}

html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 18px;
  color: #343434;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.cblue {
  color:blue;
}

li {
  list-style-type: none;
}

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

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

select {
  vertical-align: middle;
}

p {
  margin-bottom: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.align {
	text-align:center!important;
}
.align_left {
	text-align:left!important;
}
.align_right {
	text-align:right!important;
}

.mb0 {margin-bottom:0px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}
.mb70 {margin-bottom:70px!important;}
.mb80 {margin-bottom:80px!important;}
.mb100 {margin-bottom:100px!important;}
.mb200 {margin-bottom:200px!important;}
.pb30 {padding-bottom:30px!important;}
.pt30 {padding-top:30px!important;}
.pt50 {padding-top:50px!important;}
.mt10 {margin-top:10px!important;}
.mt30 {margin-top:30px!important;}
.mt60 {margin-top:60px!important;}


@media screen and (max-width: 768px) {
  
  body {
    font-size: 14px;
  }

}
/*
------------------------------------------------------------------------------------------------------------------------
parts
------------------------------------------------------------------------------------------------------------------------
*/
.in {
  display: none;
}

.btn {
  border-radius: 50px;
  padding:5px 35px;
  background-color: #646464;
  color:#fff;
  line-height: 1.3;
  transition: 0.3s;
  display: inline-block;
}
.btn:hover {
  background-color: #F06B00;
  transition: 0.3s;
}
.btn.active {
  background-color: #F06B00;
  transition: 0.3s;
}

.btnc {
  padding:5px 35px;
  background-color: #F06B00;
  color:#fff;
  line-height: 1.3;
  transition: 0.3s;
  display: inline-block;
}
.btnc:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.btnc::after {
  position:absolute;
  content: '▶';
  top:50%;
  right:30px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btnc:hover::after {
  right:15px;
}

.btng {
  position:relative;
  border-radius: 50px;
  padding:20px 65px 20px 40px;
  background-image: linear-gradient(150deg, #F06B00, #FFB300);
  color:#fff;
  font-weight: 600;
  line-height: 1.3;
  transition: 0.3s;
  display: inline-block;
}
.btng::after {
  position:absolute;
  content: '▶';
  top:50%;
  right:40px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btng:hover {
  background-image: linear-gradient(150deg, #FFB300, #F06B00);
  transition: 0.3s;
}
.btng:hover::after {
  right:25px;
}

.wrap {
  width:90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.wrapm {
  width:90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.main_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom:100px;
}
.main_title h1 {
  position:relative;
  display: inline;
  font-size:55px;
  font-weight: bold;
  line-height: 1.5;
}
.main_title h1 strong {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size:26px;
  font-weight: bold;
  letter-spacing:0px;
  color: #989898;
}
.main_title h1 span {
  display: inline-block;
}
.main_title h1::after {
  position:absolute;
  content: '';
  bottom:-10px;
  left:-50vw;
  width:calc(50vw + 100%);
  height:1px;
  background-color: #F06B00;
}
.main_title ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top:40px;
}
.main_title ul li {
  margin-left:20px;
}
.main_title ul li:first-child {
  margin-left:0px;
}


@media screen and (max-width: 768px) {

  .in {
    display: block;
  }
  br.in {
    display: inline-block;
  }
  .out {
    display: none;
  }
  
  .main_title h1 {
    font-size:30px;
  }
  .main_title h1 strong {
    font-size:14px;
  }
  .main_title ul {
    width:100%;
  }
  .main_title ul li {
    margin-left:15px;
  }
  .main_title ul li .btn {
    padding:5px 25px;
  }

  .btng {
    min-width:80%;
}

}



/*
------------------------------------------------------------------------------------------------------------------------
page navi
------------------------------------------------------------------------------------------------------------------------
*/

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.wp-pagenavi .pages, .wp-pagenavi .last, .wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .prevpostslink {
  width: 40px;
  height: 40px;
  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;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 8px;
}
.wp-pagenavi .current {
  border:1px solid #F06B00;
  background: #fff;
  color: #F06B00;
}
.wp-pagenavi .page {
  color: #fff;
  background: #F06B00;
}
@media (hover: hover) and (pointer: fine) {
  .wp-pagenavi .page:hover {
    border:1px solid #F06B00;
    background: #fff;
    color: #F06B00;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-pagenavi .page:hover {
    background: #f9f3c1;
    color: #F06B00;
  }
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .prevpostslink {
  position: relative;
  font-size: 0;
}
.wp-pagenavi .nextpostslink:before, .wp-pagenavi .prevpostslink:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ff9751;
  border-right: 2px solid #ff9751;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}
.wp-pagenavi .prevpostslink:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi .extend {
  margin-left: 10px;
}


/*
------------------------------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------------------------------
*/
header {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:150px;
  background-image: linear-gradient(rgba(99,101,124,0.7), rgba(99,101,124,0.0));
  display: flex;
  justify-content: space-between;
  align-items: start;
  z-index: 70000;
}
header .logo {
  margin-top:35px;
  margin-left:60px;
}
header .logo a img {
  width:345px;
  margin-right: 20px;
}
header .logo a .txt {
  font-size: 2.4rem;
  line-height: 1.458;
  font-weight: 700;
}
header .g_menu {
  margin-top:35px;
  margin-right:60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .g_menu li {
  position:relative;
  margin-right:15px;
  padding-right:35px;
  color: #fff;
}
header .g_menu li::after {
  position:absolute;
  content: '/';
  top:calc(50% - 4px);
  right:7.5px;
  transform: translateY(-50%);
}
header .g_menu li a span {
  display: inline-block;
  overflow: hidden;
  color: rgba(255,255,255,0.0)!important;
  text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.2s;
}
header .g_menu li a span:nth-child(1) {
  transition-delay:0.1s
}
header .g_menu li a span:nth-child(2) {
  transition-delay:0.15s
}
header .g_menu li a span:nth-child(3) {
  transition-delay:0.2s
}
header .g_menu li a span:nth-child(4) {
  transition-delay:0.25s
}
header .g_menu li a span:nth-child(5) {
  transition-delay:0.3s
}
header .g_menu li a span:nth-child(6) {
  transition-delay:0.35s
}
header .g_menu li a span:nth-child(7) {
  transition-delay:0.4s
}
header .g_menu li a span:nth-child(8) {
  transition-delay:0.45s
}
header .g_menu li a:hover span:nth-child(1) {
  text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
}
header .g_menu li a:hover span:nth-child(2) {
  text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
}
header .g_menu li a:hover span:nth-child(3) {
  text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
}
header .g_menu li a:hover span:nth-child(4) {
  text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
}
header .g_menu li a:hover span:nth-child(5) {
  text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
}
header .g_menu li a:hover span:nth-child(6) {
  text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
}
header .g_menu li a:hover span:nth-child(7) {
  text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
}
header .g_menu li a:hover span:nth-child(8) {
  text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
}
header .g_menu li a:hover {
  opacity: 1.0;
}
header .g_menu li:last-child {
  margin-right:0px;
  padding-right:0px;
}
header .g_menu li:last-child::after {
  content: '';
}
header .g_menu li a.btn {
  border:1px solid #fff;
  background-color: rgba(240,107,0,0.0);
}
header .g_menu li a.btn:hover {
  opacity: 1.0;
  background-color: rgba(240,107,0,1.0);
  transition: 0.3s;
}
.menu-trigger {
  display: none;
}
nav.spNavi {
  display: none;
}

@media screen and (max-width: 1220px) {

  
  header .logo {
    margin-top:30px;
    margin-left:5vw;
  }
  header .logo a img {
    width:200px;
  }
  header .g_menu {
    display: none;
  }
  .menu-trigger {
    position: fixed;
    display: block;
    top:24px;
    right:5vw;
    z-index: 90000;
  }
  .menu-trigger a.btn {
    border:1px solid #fff;
    background-color: rgba(240,107,0,0.0);
  }
  .menu-trigger a.btn.active {
    border:1px solid #fff;
    color: #F06B00;
    background-color: rgba(255,255,255,1.0);
    transition: 0.3s;
  }

  nav.spNavi {
    position: fixed;
    width:100%;
    height:100vh;
    z-index: 80000;
    background-color: #F06B00;
  }
  nav.spNavi .inner {
    position: relative;
    width:90%;
    padding-top:100px;
    margin:0 auto;
    height:100vh;
  }
  nav.spNavi ul.s_menu {
    position: relative;
    margin:0px auto 20px auto;
    z-index: 90000;
  }
  nav.spNavi ul.s_menu li {
    text-align: center;
    font-size:24px;
    font-weight: bold;
    padding:20px 0;
    border-top:1px solid #fff;
  }
  nav.spNavi ul.s_menu li:first-child {
    border-top:none;
  }
  nav.spNavi ul.s_menu li:last-child {
    border-top:none;
  }
  nav.spNavi ul.s_menu li a {
    color:#fff;
  }
  nav.spNavi .inner p.logo {
    position: absolute;
    width:100%;
    bottom:20px;
    left:0;
    z-index: 80001;
  }
  nav.spNavi ul.s_menu li a.btn {
    border:1px solid #fff;
    color: #F06B00;
    background-color: rgba(255,255,255,1.0);
  }

}

/*
------------------------------------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------------------------------------
*/

div.foot_contact {
  position: relative;
  background-color: #F5F5F5;
  padding:100px 0;
  z-index: 999;
}
div.foot_contact h2 {
  font-size:46px;
  text-align: center;
}
div.foot_contact ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top:60px;
}
div.foot_contact ul li {
  margin:0 45px;
}
div.foot_contact ul li:first-child {
  position: relative;
  padding-left:88px;
}
div.foot_contact ul li:first-child::before {
  position: absolute;
  content: '';
  width:78px;
  height:78px;
  left:0;
  top:50%;
  transform: translateY(-50%);
  background-image: url(../img/common/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
div.foot_contact ul li:first-child p.tel {
  font-size: 51px;
  font-weight: bold;
  line-height: 1.2;
}
div.foot_contact ul li:first-child p.time {
  font-size: 19px;
  font-weight: normal;
}
div.foot_contact p.contact_btn a.btng {
  padding:20px 60px 20px 60px;
}
div.foot_contact p.contact_btn a.btng::after {
  content: '';
}

footer {
  padding: 50px 5% 80px 5%;
  background-image: url(../img/common/bg_footer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  color:#fff;
  position:relative;
}
footer p.copy_sp {
  display: none;
}
footer div.box:first-of-type{
  width:52%;
}
footer a{
  color:#fff
}
footer a:hover {
  opacity: 0.7;
}
footer ul.foot_menu {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  margin-bottom:30px;
}
footer ul.foot_menu li + li{
  margin-left:40px;
}
footer ul.foot_sub_menu {
  display: flex;
  flex-wrap: wrap;
  font-size:14px;
  margin-bottom:100px;
  line-height: 1;
}
footer ul.foot_sub_menu li:first-child {
  padding-right:10px;
  margin-right:10px;
  border-right:1px solid #fff;
}
footer div.box:last-of-type{
  width:45%;
  text-align: right;
}
footer div.box:last-of-type p.copy img {
  width:96px;
  margin-bottom:50px;
}
footer div.box:last-of-type p.copyright {
  font-size:12px;
}

footer .ssl {
display: flex;
justify-content: flex-end;
}

@media screen and (max-width: 768px) {

  div.foot_contact {
    padding:70px 0;
  }
  div.foot_contact h2 {
    font-size:30px;
    margin-bottom:50px;
  }
  div.foot_contact ul {
    flex-direction: column;
    margin-top:60px;
  }
  div.foot_contact ul li {
    margin:0 auto;
  }
  div.foot_contact ul li:first-child {
    position: relative;
    padding-left:56px;
    margin-bottom:30px;
  }
  div.foot_contact ul li:first-child::before {
    width:46px;
    height:46px;
  }
  div.foot_contact ul li:first-child p.tel {
    font-size: 30px;
  }
  div.foot_contact ul li:last-child p.time {
    font-size: 14px;
    font-weight: normal;
    margin-bottom:40px;
  }
  div.foot_contact p.contact_btn a.btng {
    padding:20px 60px 20px 60px;
  }
  div.foot_contact p.contact_btn a.btng::after {
    content: '';
  }
  
  footer {
    padding: 150px 5% 55px 5%;
    background-image: url(../img/common/bg_footer_sp.svg);
  }
  footer p.copy_sp {
    display: block;
    position:absolute;
    top:55px;
    right:5vw;
    width:56px;
  }
  footer p.copy_sp img {
    width:56px;
  }
  footer div.box:first-of-type{
    width:100%;
    margin-bottom:50px;
  }
  footer ul.foot_menu {
    font-size:14px;
    font-weight: 600;
    margin-bottom:30px;
  }
  footer ul.foot_menu li{
    width:100%;
  }
  footer ul.foot_menu li + li{
    margin-top:20px;
    margin-left:0px;
  }
  footer div.box:last-of-type{
    width:100%;
    text-align: right;
  }
  footer div.box:last-of-type p.copy img {
    display: none;
  }
  footer div.box:last-of-type p.copyright {
    font-size:12px;
    text-align: left;
  }
  footer .ssl {
display: flex;
justify-content: center;
}

}


/*
------------------------------------------------------------------------------------------------------------------------
top
------------------------------------------------------------------------------------------------------------------------
*/

.mainvisual {
  position: relative;
}
.mainvisual ul.slider li {
  width:100%;
}
.mainvisual p.copy {
  position:absolute;
  width:90%;
  max-width:1200px;
  margin: auto;
  left:50%;
  bottom:90px;
  transform: translateX(-50%);
  z-index: 10000;
}
.mainvisual p.copy img {
  width:100%;
  max-width:690px;
}
.slider {
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
}
.slider li img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes anime_wave{
  0%{
    transform: translateY(30px);
    opacity: 0.0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1.0;
  }
}
.anime_wave {
  animation-name: anime_wave;
}

#top h2 {
  font-size:38px;
  font-weight: bold;
  text-align: center;
  margin-bottom:50px;
  color: #F06B00;
  line-height: 1.2;
}
#top h2 span {
  font-size:16px;
  font-weight: 300;
  color: #343434;
}
#top .top_example {
  margin-top:150px;
}
#top .top_example ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:80px;
}
#top .top_example ul::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
#top .top_example ul::after{
  content:"";
  display: block;
  width:24%;
}
#top .top_example ul li {
  width:24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border:1px solid #C6C6C6;
  padding-bottom:20px;
}
#top .top_example ul li dl dt {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
#top .top_example ul li dl dt img {
  transition:0.5s all;
}
#top .top_example ul li dl dt img:hover {
  transform:scale(1.1,1.1);
  transition:0.5s all;
}
#top .top_example ul li dl dd {
  padding:20px;
  line-height: 1.4;
}
#top .top_example ul li dl dd p.date {
  font-weight: 300;
}
#top .top_example ul li dl dd p.ttl {
  font-size:20px;
  font-weight: bold;
  color: #F06B00;
  margin-top: 10px;
}
#top .top_example ul li dl dd p.read {
  margin-top: 10px;
}
#top .top_example ul li p.link {
  padding-right:20px;
  width: 100%;
  text-align: right;
}
#top .top_example ul li p.link a {
  text-decoration: underline;
  color: #343434;
}

#top .top_copy {
  margin-top:180px;
  padding:180px 0;
  background-image: url(../img/top/bg_sec02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color:#fff;
}
#top .top_copy div.read {
  width:50%;
}
#top .top_copy div.read p.copy {
  font-size:50px;
  font-weight: bold;
}
#top .top_copy div.read p.copy span {
  display: inline-block;
}

#top .top_about {
  margin-top:130px;
}
#top .top_about div.wrapm + div.wrapm {
  margin-top:100px;
  padding-top:100px;
  border-top:1px solid #E3E3E3;
}
#top .top_about ul.top_about_copy {
  margin:70px auto 80px auto;
  display: flex;
  align-items: center;
  max-width:660px;
}
#top .top_about ul.top_about_copy li:first-child {
  margin-right:15px;
  width:56px;
}
#top .top_about ul.top_about_copy li:last-child {
  width:calc(100% - 71px);
}
#top .top_about ul.top_about_ban {
  margin:70px auto 80px auto;
  display: flex;
  align-items: center!important;
  padding:40px 60px;
  background-color: rgba(240,107,0,0.82);
  border-radius: 6px;
  color:#fff;
  line-height:1.5;
}
#top .top_about ul.top_about_ban li:first-child {
  margin-right:30px;
  width:180px;
}
#top .top_about ul.top_about_ban li:last-child {
  width:calc(100% - 210px);
  line-height: 1.5;
  padding-bottom:5px;
}
#top .top_about ul.top_about_ban li p.title {
  font-size:28px;
  font-weight: bold;
  line-height: 1.0;
  margin-bottom:10px;
}
#top .top_about ul.top_about_logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top .top_about ul.top_about_logo li {
  margin:0 15px 0 15px;
}
#top .top_about ul.top_about_logo li img {
  width:auto;
  height:80px;
}
#top .top_about ul.top_about_logo li:first-child {
  margin:0 15px 0 0;
}
#top .top_about ul.top_about_logo li:last-child {
  margin:0 0 0 15px;
}

#top .top_blog {
  margin-top:130px;
  padding:100px 0;
  overflow: hidden;
  color: #fff;
}
#top .top_blog h2 {
  color:#fff;
}
#top .top_blog .top_blog_inner {
  position:relative;
}
#top .top_blog .top_blog_inner .top_blog_thum {
  position:absolute;
  width:100%;
  top:50%;
  transform: translateY(-50%);
  z-index: 888;
}
#top .top_blog .top_blog_inner .thumbnail {
  -ms-filter: blur(6px);
  filter: blur(6px);
  margin: -10px 0;
  overflow: hidden;
}
#top .top_blog .top_blog_inner .top_blog_black {
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  width:100%;
  height:calc(100% + 200px);
  background-color: rgba(0,0,0,0.4);
  z-index: 999;
}
#top .top_blog .top_blog_inner .top_blog_main {
  position:relative;
  width:100%;
  margin-bottom:30px;
  z-index: 1000;
}
#top .top_blog .carousel .slick-slide {
  margin-right: 3vw!important;
  margin-left: 3vw!important;
  margin-inline: 10px;
  border-radius: 20px;
  padding:10px;
  height: auto!important;
  line-height: 1.5;
}
#top .top_blog .carousel .slick-slide img {
  border-radius: 20px;
  box-shadow: 0 0 8px #333;
  transition: all 0.3s ease;
  transform: scale(0.8);
}
#top .top_blog .carousel .slick-slide.slick-current img ,
#top .top_blog .carousel .slick-slide.is-active-next img {
  transform: scale(1.0);
  transition: all 0.3s ease;
}

#top .top_blog .carousel .slick-slide p.date {
  display: none;
  font-weight: 300;
  font-size:16px;
  margin-top:10px;
  transition: all 0.3s ease;
}
#top .top_blog .carousel .slick-slide p.title {
  display: none;
  font-size:20px;
  transition: all 0.3s ease;
}
#top .top_blog .carousel .slick-slide p.title a {
  color: #fff;
}
#top .top_blog .carousel .slick-slide.slick-current p.date ,
#top .top_blog .carousel .slick-slide.slick-current p.title {
  display: block;
  transition: all 0.3s ease;
}
#top .top_blog .top_blog_inner p.blog_btn {
  position:relative;
  text-align: center;
  margin-top:50px;
  z-index: 1000;
}
#top .top_blog .carousel .arrow_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:46vw;
}

#top .top_blog .carousel .prev-arrow,
#top .top_blog .carousel .next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
    border:2px solid #fff
}
#top .top_blog .carousel .prev-arrow:hover,
#top .top_blog .carousel .next-arrow:hover {
    transition: all .3s ease;
    border:2px solid #F06B00
}

#top .top_blog .carousel .prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}

#top .top_blog .carousel .prev-arrow::before,
#top .top_blog .carousel .next-arrow::before{
    position:absolute;
    content: "▶";
    display: block;
    text-align: center;
    line-height: 0;
    width:50px;
    height:50px;
    top:50%;
    left:-0px;
}

#top .top_about2 {
  margin-top:130px;
}
#top .top_about2 .top_about2_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top .top_about2 .top_about2_inner div.box {
  width:45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#top .top_about2 .top_about2_inner div.box dl {
  display: flex;
  flex-direction: column;
}
#top .top_about2 .top_about2_inner div.box dl dt {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#top .top_about2 .top_about2_inner div.box:first-of-type dl dt {
  border-top-right-radius: 20px;
}
#top .top_about2 .top_about2_inner div.box:last-of-type dl dt {
  border-top-left-radius: 20px;
}
#top .top_about2 .top_about2_inner div.box dl dt img {
  transition:0.5s all;
}
#top .top_about2 .top_about2_inner div.box dl dt img:hover {
  transform:scale(1.1,1.1);
  transition:0.5s all;
}
#top .top_about2 .top_about2_inner div.box dl dt img.active {
  transform:scale(1.1,1.1);
  transition:0.5s all;
}
#top .top_about2 .top_about2_inner div.box dl dd {
  position: relative;
  width:95%;
  max-width:600px;
  margin-top:-80px;
  background-color: #fff;
  padding-top:40px;
  z-index: 999;
}
#top .top_about2 .top_about2_inner div.box:first-of-type dl dd {
  margin-left:auto;
  border-top-left-radius: 20px;
  padding-left:40px;
}
#top .top_about2 .top_about2_inner div.box:last-of-type dl dd {
  margin-right:auto;
  border-top-right-radius: 20px;
  padding-right:40px;
}
#top .top_about2 .top_about2_inner div.box dl dd h3 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom:30px;
}
#top .top_about2 .top_about2_inner div.box dl dd h3 span {
  font-family: "Inter", sans-serif;
  font-size:21px;
  font-weight: bold;
  color: #989898;
}
#top .top_about2 .top_about2_inner div.box p.top_about2_btn {
  display: flex;
  align-items: center;
  margin-top:20px;
  width:95%;
  max-width:600px;
}
#top .top_about2 .top_about2_inner div.box:first-of-type p.top_about2_btn {
  margin-left:auto;
  padding-left:40px;
}
#top .top_about2 .top_about2_inner div.box:last-of-type p.top_about2_btn {
  margin-right:auto;
}
#top .top_about2 .top_about2_inner div.box:last-of-type a.btng + a{
  margin-top:0;
  margin-left:20px;
}

#top .top_info {
  margin-top:130px;
  background-color: #F7F7F7;
  padding:145px 0;
}
#top .top_info .top_info_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top .top_info .top_info_inner .top_info_title {
  width:190px;
}
#top .top_info .top_info_inner .top_info_title h3 {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom:30px;
}
#top .top_info .top_info_inner .top_info_title h3 span {
  font-size:25px;
  font-weight: bold;
  color: #989898;
}
#top .top_info .top_info_inner .top_info_body {
  width:calc(100% - 260px);
}
#top .top_info .top_info_inner .top_info_body ul li {
  position:relative;
  padding:50px 0 20px 0;
  border-bottom:1px solid #C8C8C8;
  font-size:20px;
  font-weight: 500;
}
#top .top_info .top_info_inner .top_info_body ul li span {
  padding-right:30px;
  font-size:13px;
  font-weight: 300;
}
#top .top_info .top_info_inner .top_info_body ul li::after {
  position:absolute;
  content: '';
  bottom:-1px;
  left:0;
  width:95px;
  height:1px;
  background-color: #F06B00;
  z-index: 1000;
}
#top .top_info p.info_btn {
  position:relative;
  text-align: center;
  margin-top:50px;
  z-index: 1000;
}

#top .top_banner {
  padding: 130px 0;
}
#top .top_banner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#top .top_banner ul li {
  padding:10px 40px;
  text-align: center;
  border-right:1px solid #D5D5D5;
}
#top .top_banner ul li:last-child {
  border-right:none;
}
#top .top_banner ul li img {
  width:auto;
  height:40px;
}

#top .top_contact {
  position:relative;
  background-image: url(../img/top/top_contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color:#fff;
}
#top .top_contact .top_contact_back {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 100;
  display: block;
}
#top .top_contact .top_contact_inner {
  position:relative;
  padding:150px 0;
  top:0;
  left:0;
  width:100%;
  z-index: 200;
}
.top_contact_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.top_contact_body div.box:first-of-type {
  width:62%;
}
.top_contact_body h3 {
  font-size:44px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom:40px;
}
.top_contact_body p.title {
  font-size:27px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom:20px;
}
.top_contact_body dl.top_contact_list {
  display: flex;
  align-items: center;
  margin-bottom:20px;
  position:relative;
  width:90%;
}
.top_contact_body dl.top_contact_list::after {
  position:absolute;
  content: '';
  background-image: url(../img/common/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size:29px 12px;
  bottom:-16px;
  left:50%;
  transform: translateX(-50%);
  width:29px;
  height:12px;
}
.top_contact_body dl.top_contact_list:last-of-type:after {
  background-image: none;
}
.top_contact_body dl.top_contact_list dt {
  background-color: #fff;
  border-radius: 50%;
  width:80px;
  height:80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px #333;
}
.top_contact_body dl.top_contact_list dt img {
  width:40px;
}
.top_contact_body dl.top_contact_list dd {
  width:calc(100% - 60px);
  margin-left:-20px;
  padding:10px 10px 10px 30px;
  background-color: rgba(255,255,255,0.9);
  color:#F06B00;
  font-size:20px;
  font-weight: bold;
}
.top_contact_body div.box:last-of-type {
  width:36%;
  text-align: center;
  margin-bottom:190px;
}
.top_contact_body p.tel {
  font-size:43px;
  font-weight: bold;
}
.top_contact_body p.contact_btn {
  margin-top:30px;
}
.top_contact_body p.contact_btn a.btng {
  padding:20px 40px 20px 40px;
}
.top_contact_body p.contact_btn a.btng::after {
  content: '';
}


@media screen and (max-width: 768px) {

  #top h2 {
    font-size:28px;
    margin-bottom:50px;
  }
  #top h2 span {
    font-size:16px;
  }
  #top .top_example {
    margin-top:80px;
  }
  #top .top_example ul li {
    width:100%;
  }
  #top .top_example ul li + li {
    margin-top:30px;
  }
  #top .top_example ul li:nth-child(n+3) {
    display: none;
  }
  #top .top_copy {
    margin-top:100px;
    padding:100px 0;
    background-image: url(../img/top/bg_sec02_sp.webp);
  }
  #top .top_copy div.read {
    width:100%;
  }
  #top .top_copy div.read p.copy {
    font-size:28px;
    font-weight: bold;
    margin-bottom:100px;
  }

  #top .top_about {
    margin-top:80px;
  }
  #top .top_about h2 {
    font-size:24px;
  }
  #top .top_about div.wrapm + div.wrapm {
    margin-top:50px;
    padding-top:50px;
  }
  #top .top_about ul.top_about_copy {
    margin:70px auto 80px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width:660px;
  }
  #top .top_about ul.top_about_copy li:first-child {
    margin-right:0px;
    margin-bottom:25px;
    width:56px;
  }
  #top .top_about ul.top_about_copy li:last-child {
    width:100%;
  }
  #top .top_about ul.top_about_ban {
    margin:50px auto 50px auto;
    align-items: center;
    align-items: center;
    flex-direction: column;
    padding:40px 20px;
    line-height:1.8;
  }
  #top .top_about ul.top_about_ban li:first-child {
    margin-right:0px;
    margin-bottom:30px;
  }
  #top .top_about ul.top_about_ban li:last-child {
    width:100%;
  }
  #top .top_about ul.top_about_ban li p.title {
    font-size:24px;
    text-align: center;
    line-height:1.5;
    margin-bottom:35px;
  }
  #top .top_about ul.top_about_logo li img {
    width:auto;
    height:65px;
    margin:0 10px 0 10px;
  }
  #top .top_about ul.top_about_logo li:first-child {
    margin:0 10px 0 0;
  }
  #top .top_about ul.top_about_logo li:last-child {
    margin:0 0 0 10px;
  }

  #top .top_blog {
    margin-top:80px;
    padding:50px 0;
  }
  #top .top_blog h2 {
    font-size:24px;
  }
  #top .top_blog .top_blog_inner .top_blog_black {
    height:calc(100% + 100px);
  }

  #top .top_blog .carousel .slick-slide p.date {
    font-size:14px;
  }
  #top .top_blog .carousel .slick-slide p.title {
    font-size:16px;
  }
  .arrow_box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto 0 auto;
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%,-50%);
      width:90vw;
  }

  .prev-arrow,
  .next-arrow {
      width: 34px;
      height: 34px;
  }

  .prev-arrow {
      margin-right: 0px;
  }

  .prev-arrow::before,
  .next-arrow::before{
      width:13px;
      height:13px;
      top:50%;
      left:10px;
  }

  #top .top_about2 {
    margin-top:80px;
  }
  #top .top_about2 .top_about2_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top .top_about2 .top_about2_inner div.box {
    width:95%;
  }
  #top .top_about2 .top_about2_inner div.box + div.box {
    margin-top:80px;
    margin-left:5%;
  }
  #top .top_about2 .top_about2_inner div.box dl {
    display: flex;
    flex-direction: column;
  }
  #top .top_about2 .top_about2_inner div.box dl dt {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #top .top_about2 .top_about2_inner div.box:first-of-type dl dt {
    border-top-right-radius: 20px;
    margin-right:auto;
  }
  #top .top_about2 .top_about2_inner div.box:last-of-type dl dt {
    border-top-left-radius: 20px;
    margin-left:auto;
  }
  #top .top_about2 .top_about2_inner div.box:last-of-type dl dd {
    padding-left:5%;
  }
  #top .top_about2 .top_about2_inner div.box dl dd {
    position: relative;
    width:95%;
    max-width:600px;
    margin-top:-80px;
    margin-left:-1px;
    background-color: #fff;
    padding-top:40px;
    z-index: 999;
  }
  #top .top_about2 .top_about2_inner div.box:first-of-type dl dd {
    margin-left:auto;
    margin-right:-1px;
    border-top-left-radius: 20px;
    padding-left:40px;
  }
  #top .top_about2 .top_about2_inner div.box:last-of-type dl dd {
    margin-right:auto;
    border-top-right-radius: 20px;
    padding-right:40px;
  }
  #top .top_about2 .top_about2_inner div.box dl dd h3 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom:30px;
  }
  #top .top_about2 .top_about2_inner div.box dl dd h3 span {
    font-family: "Inter", sans-serif;
    font-size:21px;
    font-weight: bold;
    color: #989898;
  }
  #top .top_about2 .top_about2_inner div.box p.top_about2_btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top:20px;
    width:95%;
    max-width:600px;
  }
  #top .top_about2 .top_about2_inner div.box:first-of-type p.top_about2_btn {
    margin-right:auto;
    margin-left:auto;
    padding-left:0px;
    text-align: center;
  }
  #top .top_about2 .top_about2_inner div.box:last-of-type p.top_about2_btn {
    margin-left:auto;
    margin-right:auto;
    text-align: center;
  }
  #top .top_about2 .top_about2_inner div.box p.top_about2_btn a {
    margin-right:auto;
    margin-left:auto;
    padding-left:20px;
    width:300px;
    text-align: center;
  }
  #top .top_about2 .top_about2_inner div.box:last-of-type a.btng {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding:0px 65px 0 40px;
    height:50px;
  }
  #top .top_about2 .top_about2_inner div.box:last-of-type a.btng + a{
    margin-top:20px;
    margin-left:auto;
  }

  #top .top_info {
    margin-top:80px;
    background-color: #F7F7F7;
    padding:100px 0;
  }
  #top .top_info .top_info_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top .top_info .top_info_inner .top_info_title {
    width:100%;
  }
  #top .top_info .top_info_inner .top_info_title h3 {
    font-size: 28px;
  }
  #top .top_info .top_info_inner .top_info_title h3 span {
    font-size:16px;
  }
  #top .top_info .top_info_inner .top_info_body {
    width:100%;
  }
  #top .top_info .top_info_inner .top_info_body ul li {
    padding:40px 0 20px 0;
    font-size:16px;
    font-weight: 400;
  }
  #top .top_info .top_info_inner .top_info_body ul li span {
    padding-right:0px;
    display: block;
  }

  #top .top_banner {
    padding: 70px 0;
  }
  #top .top_banner ul li {
    padding:20px 20px;
    text-align: center;
    border-right:none;
  }
  #top .top_banner ul li:last-child {
    border-right:none;
  }
  #top .top_banner ul li img {
    width:auto;
    height:26px;
  }

  #top .top_contact {
    background-image: url(../img/top/top_contact_sp.webp);
  }
  #top .top_contact .top_contact_inner {
    padding:100px 0;
  }
  .top_contact_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .top_contact_body div.box:first-of-type {
    width:100%;
  }
  .top_contact_body h3 {
    font-size:20px;
    font-weight: bold;
    text-align: center;
  }
  .top_contact_body p.title {
    font-size:20px;
    text-align: center;
    margin-bottom:50px;
  }
  .top_contact_body dl.top_contact_list {
    margin-bottom:30px;
    width:100%;
  }
  .top_contact_body dl.top_contact_list::after {
    position:absolute;
    content: '';
    background-image: url(../img/common/arrow_bottom.svg);
    background-repeat: no-repeat;
    background-size:29px 12px;
    bottom:-16px;
    left:50%;
    transform: translateX(-50%);
    width:29px;
    height:12px;
  }
  .top_contact_body dl.top_contact_list:last-of-type:after {
    background-image: none;
  }
  .top_contact_body dl.top_contact_list dt {
    background-color: #fff;
    border-radius: 50%;
    width:70px;
    height:70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px #333;
  }
  .top_contact_body dl.top_contact_list dt img {
    width:32px;
  }
  .top_contact_body dl.top_contact_list dd {
    font-size:18px;
    line-height: 1.3;
    height:76px;
    display: flex;
    align-items: center;
  }
  .top_contact_body div.box:last-of-type {
    width:100%;
    text-align: center;
    margin-bottom:0px;
  }
  .top_contact_body p.tel {
    font-size:43px;
    font-weight: bold;
  }
  .top_contact_body p.contact_btn {
    margin-top:30px;
  }
  .top_contact_body p.contact_btn a.btng {
    padding:20px 40px 20px 40px;
  }
  .top_contact_body p.contact_btn a.btng::after {
    content: '';
  }

}


/*
------------------------------------------------------------------------------------------------------------------------
COMPANY
------------------------------------------------------------------------------------------------------------------------
*/

#company {
  background-image: url(../img/company/bg_company.webp);
  background-repeat: no-repeat;
  background-size: 100% 100vh;
  background-position: top center;
  background-attachment: fixed;
  padding:200px 0;
}
#company h3 {
  font-size:46px;
  font-weight: bold;
  line-height: 1.5;
}
#company h3 span {
  font-family: "Inter", sans-serif;
  font-size:21px;
  color: #989898;
}
#company .greeting {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
#company .greeting .greeting_txt {
  width:60%;
}
#company .greeting .greeting_txt p.message {
  margin-top:50px;
}
#company .greeting .greeting_txt p.name {
  margin-top:40px;
  font-size:24px;
  text-align: right;
}
#company .greeting .greeting_txt p.name strong {
  display: inline-block;
  font-size:30px;
  font-weight: bold;
  margin-left:25px;
}
#company .greeting .greeting_photo {
  width:35%;
}

#company .profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:140px;
}
#company .profile .profile_txt {
  width:28%;
}
#company .profile .profile_detail {
  width:70%;
}
#company .profile .profile_detail dl.prof_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom:1px solid #C8C8C8;
  padding-bottom:10px;
}
#company .profile .profile_detail dl.prof_list > dt {
  position:relative;
  font-size:21px;
  font-weight: bold;
  width:120px;
  border-right:1px solid #C8C8C8;
  padding:28px 0 20px 0;
}
#company .profile .profile_detail dl.prof_list > dt::after {
  position:absolute;
  content: '';
  width:1px;
  height:40px;
  background-color: #F06B00;
  top:10px;
  right:-1px;
}
#company .profile .profile_detail dl.prof_list > dd {
  width:calc(100% - 180px);
  padding:28px 0 20px 0;
}
#company .profile .profile_detail dl.address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#company .profile .profile_detail dl.address dt {
  width:120px;
  padding: 8px 0;
}
#company .profile .profile_detail dl.address dd {
  width:calc(100% - 120px);
  padding: 5px 0;
}


@media screen and (max-width: 768px) {

  #company {
    background-image: url(../img/company/bg_company_sp.webp);
    padding:120px 0;
  }
  #company h3 {
    font-size:30px;
  }
  #company h3 span {
    font-size:14px;
  }
  
  #company .greeting .greeting_txt {
    width:100%;
  }
  #company .greeting .greeting_txt p.message {
    margin-top:50px;
  }
  #company .greeting  p.name {
    margin-top:20px;
    font-size:14px;
    text-align: center;
  }
  #company .greeting p.name strong {
    font-size:18px;
    font-weight: normal;
    margin-left:25px;
  }
  #company .greeting .greeting_photo {
    width:100%;
    margin-top:40px;
  }

  #company .profile {
    display: flex;
    margin-top:100px;
  }
  #company .profile .profile_txt {
    width:100%;
    margin-bottom:30px;
  }
  #company .profile .profile_detail {
    width:100%;
  }
  #company .profile .profile_detail dl.prof_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom:1px solid #C8C8C8;
    padding-bottom:10px;
  }
  #company .profile .profile_detail dl.prof_list > dt {
    font-size:16px;
    font-weight: bold;
    width:100%;
    border-right:none;
    padding:20px 0 0 0;
  }
  #company .profile .profile_detail dl.prof_list > dt::after {
    background-color: transparent;
  }
  #company .profile .profile_detail dl.prof_list > dd {
    width:100%;
    padding:10px 0 20px 0;
  }
  #company .profile .profile_detail dl.address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #company .profile .profile_detail dl.address dt {
    width:120px;
    padding: 8px 0;
  }
  #company .profile .profile_detail dl.address dd {
    width:calc(100% - 120px);
    padding: 5px 0;
  }

}



/*
------------------------------------------------------------------------------------------------------------------------
WORKS
------------------------------------------------------------------------------------------------------------------------
*/

#works {
  padding:200px 0 150px 0;
}
#works .works_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:80px;
}
#works .works_list ul::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
#works .works_list ul::after{
  content:"";
  display: block;
  width:24%;
}
#works .works_list ul li {
  width:24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border:1px solid #C6C6C6;
  padding-bottom:20px;
}
#works .works_list ul li {
  margin-bottom:30px;
}
#works .works_list ul li dl dt {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
#works .works_list ul li dl dt img {
  transition:0.5s all;
}
#works .works_list ul li dl dt img:hover {
  transform:scale(1.1,1.1);
  transition:0.5s all;
}
#works .works_list ul li dl dd {
  padding:20px;
  line-height: 1.4;
}
#works .works_list ul li dl dd p.date {
  font-weight: 300;
}
#works .works_list ul li dl dd p.ttl {
  font-size:20px;
  font-weight: bold;
  color: #F06B00;
  margin-top: 10px;
}
#works .works_list ul li dl dd p.read {
  margin-top: 10px;
}
#works .works_list ul li p.link {
  padding-right:20px;
  width: 100%;
  text-align: right;
}
#works .works_list ul li p.link a {
  text-decoration: underline;
  color: #343434;
}

#works_detail {
  padding:200px 0 150px 0;
}
#works_detail .works_detail_ttl {
  margin-bottom:50px;
}
#works_detail .works_detail_ttl p.tts {
  font-weight: bold;
  color: #646464;
}
#works_detail .works_detail_ttl h1 {
  font-size:42px;
  font-weight: bold;
  color: #F06B00;
  margin-bottom:50px;
}
#works_detail .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#works_detail .detail div.box {
  width:48%;
}
#works_detail .detail div.box p.main_img {
  margin-bottom:50px;
}
#works_detail .detail div.box ul.tag01 {
  display: flex;
  flex-wrap: wrap;
}
#works_detail .detail div.box ul.tag01 li {
  font-size:16px;
  font-weight: 300;
  color: #fff;
  background-color: #F06B00;
  padding:3px 20px;
  margin-right:15px;
  margin-bottom:15px;
}
#works_detail .detail div.box ul.tag02 {
  display: flex;
  flex-wrap: wrap;
}
#works_detail .detail div.box ul.tag02 li {
  font-size:16px;
  font-weight: 300;
  color: #F06B00;
  border:1px solid #F06B00;
  padding:3px 20px;
  border-radius: 50px;
  margin-right:15px;
  margin-bottom:15px;
}
#works_detail .detail div.box dl.detail_list {
  display: flex;
  flex-wrap: wrap;
  border-top:1px solid #C8C8C8;
  margin-bottom:40px;
}
#works_detail .detail div.box dl.detail_list dt {
  padding:20px;
  width:200px;
  background-color: rgba(100,100,100,0.1);
  border-bottom:1px solid #C8C8C8;
}
#works_detail .detail div.box dl.detail_list dd {
  padding:20px;
  width:calc(100% - 200px);
  border-bottom:1px solid #C8C8C8;
}

#works_detail .detail div.box ul.document {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:40px 0 10px 0;
}
#works_detail .detail div.box ul.document li {
  width:48%;
  margin-bottom:30px;
}

#works_detail .detail_ba {
  margin-top:80px;
  padding-top:80px;
  border-top:1px solid #C8C8C8;
}
#works_detail .detail_ba ul.detail_inner {
  display: flex;
  flex-wrap: wrap;
}
#works_detail .detail_ba ul.detail_inner > li {
  width:45%;
  text-align: center;
  font-size:20px;
}
#works_detail .detail_ba ul.detail_inner > li p.tts {
  font-size:24px;
}
#works_detail .detail_ba ul.detail_inner > li p.img {
  margin-top:40px;
}
#works_detail .detail_ba ul.detail_inner > li.after {
  color: #F06B00;
}
#works_detail .detail_ba ul.detail_inner > li:nth-child(2) {
  width:10%;
  position:relative;
}
#works_detail .detail_ba ul.detail_inner > li p.arrow {
  position:absolute;
  content: '';
  width:36px;
  height:41px;
  top:calc(50% + 30px);
  left:50%;
  transform: translateX(-50%);
}
#works_detail .detail_catalog {
  margin-top:80px;
  margin-bottom:80px;
  padding-top:80px;
  border-top:1px solid #C8C8C8;
}
#works_detail .detail_catalog img {
  width:auto;
  max-width:100%;
}
#works_detail .detail_catalog ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#works_detail .detail_catalog ul li {
  margin:0 2.5%;
}
#works_detail .detail_catalog ul li:first-child img {
  max-width:210px;
}
#works_detail .detail_catalog ul li p.tts {
  margin-bottom:25px;
}
p.back {
  text-align: center;
  margin-top:120px;
}

#works_detail .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F06B00;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
#works_detail .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 9px;
  right: 10px;
  transform: rotate(45deg);
}
#works_detail .slick-arrow.prev-arrow::before {
  transform: rotate(225deg);
  right: 8px;
}
#works_detail .next-arrow {
  right: 0;
}
#works_detail .prev-arrow {
  left: 0;
}

@media screen and (max-width: 768px) {

  #works {
    padding:120px 0 120px 0;
  }
  #works .works_list ul li {
    width:100%;
  }

  #works_detail {
    padding:120px 0 100px 0;
  }
  #works_detail .works_detail_ttl p.tts {
    font-size:16px;
  }
  #works_detail .works_detail_ttl h1 {
    font-size:18px;
  }
  #works_detail .detail div.box {
    width:100%;
    margin-bottom:70px;
  }
  #works_detail .detail div.box p.main_img {
    margin-bottom:50px;
  }
  #works_detail .detail div.box ul.tag01 li {
    font-size:14px;
  }
  #works_detail .detail div.box ul.tag02 li {
    font-size:14px;
  }
  #works_detail .detail div.box dl.detail_list dt {
    padding:20px 10px;
    width:140px;
    font-size:14px;
  }
  #works_detail .detail div.box dl.detail_list dd {
    padding:20px 10px;
    width:calc(100% - 140px);
    font-size:14px;
  }
  #works_detail .detail_ba {
    margin-top:50px;
    padding-top:50px;
    border-top:1px solid #C8C8C8;
  }
  #works_detail .detail_ba ul.detail_inner {
    display: flex;
    flex-wrap: wrap;
  }
  #works_detail .detail_ba ul.detail_inner > li {
    width:100%;
    text-align: center;
    font-size:14px;
  }
  #works_detail .detail_ba ul.detail_inner > li p.tts {
    font-size:18px;
  }
  #works_detail .detail_ba ul.detail_inner > li p.img {
    margin-top:30px;
  }
  #works_detail .detail_ba ul.detail_inner > li.after {
    color: #F06B00;
  }
  #works_detail .detail_ba ul.detail_inner > li:nth-child(2) {
    width:100%;
    height:110px;
    position:relative;
  }
  #works_detail .detail_ba ul.detail_inner > li p.arrow {
    position:absolute;
    content: '';
    width:36px;
    height:41px;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%) rotate(90deg);
  }
  #works_detail .detail_catalog {
    margin-top:80px;
    padding-top:80px;
  }
  #works_detail .detail_catalog ul li {
    margin:0 2.5%;
  }
  #works_detail .detail_catalog ul li:first-child img {
    max-width:210px;
  }
  #works_detail .detail_catalog ul li p.tts {
    margin-bottom:25px;
  }
  #works_detail p.back {
    text-align: center;
    margin-top:60px;
  }

}



/*
------------------------------------------------------------------------------------------------------------------------
BLOG
------------------------------------------------------------------------------------------------------------------------
*/

#blog {
  padding:200px 0 150px 0;
}

#blog .blog_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:80px;
}
#blog .blog_list ul::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
#blog .blog_list ul::after{
  content:"";
  display: block;
  width:24%;
}
#blog .blog_list ul li {
  width:23%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom:20px;
}
#blog .blog_list ul li {
  margin-bottom:30px;
}
#blog .blog_list ul li dl dt {
  overflow: hidden;
}
#blog .blog_list ul li dl dt img {
  transition:0.5s all;
  border:1px solid #D9D9D9;
}
#blog .blog_list ul li dl dt img:hover {
  transform:scale(1.1,1.1);
  transition:0.5s all;
}
#blog .blog_list ul li dl dd {
  padding:10px 0;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
}
#blog .blog_list ul li dl dd p.date {
  font-size:16px;
  font-weight: 300;
}
#blog .blog_list ul li dl dd p.tag {
  font-size:14px;
  font-weight: 300;
  border-radius: 50px;
  padding:5px 35px;
  background-color: #F06B00;
  color:#fff;
  line-height: 1.3;
  transition: 0.3s;
  display: inline-block;
}
#blog .blog_list ul li dl dd p.read {
  margin-top: 10px;
}
#blog .blog_list ul li p.link {
  padding-right:20px;
  width: 100%;
  text-align: right;
}
#blog .blog_list ul li p.link a {
  text-decoration: underline;
  color: #343434;
}

#blog_detail {
  padding:200px 0 150px 0;
}
#blog_detail .blog_detail_ttl {
  margin-bottom:50px;
}
#blog_detail .blog_detail_ttl p.tts {
  font-size:14px;
  border-radius: 50px;
  padding:5px 35px;
  background-color: #F06B00;
  color:#fff;
  line-height: 1.3;
  transition: 0.3s;
  display: inline-block;
}
#blog_detail .blog_detail_ttl h1 {
  font-size:42px;
  font-weight: bold;
  margin-bottom:50px;
}
#blog_detail .detail img {
  width:auto!important;
  max-width:100%;
  margin:40px 0;
}


@media screen and (max-width: 768px) {

  #blog {
    padding:120px 0 120px 0;
  }
  #blog .blog_list ul li {
    width:100%;
  }
  #blog_detail .blog_detail_ttl h1 {
    font-size:28px;
  }

}



/*
------------------------------------------------------------------------------------------------------------------------
POLICY
------------------------------------------------------------------------------------------------------------------------
*/

.contact_title {
  margin-bottom:100px;
}
.contact_title h1 {
  position:relative;
  font-size:55px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.contact_title h1 span {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size:26px;
  font-weight: bold;
  letter-spacing:0px;
  color: #989898;
}

#policy {
  padding:200px 0 150px 0;
}
#policy dl dd + dt{
  margin-top:30px;
}
#policy dl dd{
  padding-left:1em;
}


@media screen and (max-width: 768px) {

  .contact_title h1 {
    font-size:30px;
  }
  .contact_title h1 span {
    font-size:14px;
  }

  #policy {
    padding:120px 0 120px 0;
  }
  #blog .blog_list ul li {
    width:100%;
  }

}


/*
------------------------------------------------------------------------------------------------------------------------
RECRUIT
------------------------------------------------------------------------------------------------------------------------
*/

#recruit .main_title {
  display: none;
}
#recruit .recruit_main {
  margin-bottom:50px;
}
#recruit .recruit_content {
  position:relative;
}
#recruit .recruit_content .recruit_menu {
  position: sticky;
	top:150px;
  width:310px;
}
#recruit .recruit_content .recruit_menu.active {
  position:fixed;
  top:auto;
  bottom:30px;
  left:0;
}
#recruit .recruit_content .recruit_menu ul + ul {
  margin-top:20px;
}
#recruit .recruit_content .recruit_menu ul li + li {
  margin-top:10px;
}
#recruit .recruit_content .recruit_menu ul li a {
  padding-left:18px;
  font-weight: bold;
}
#recruit .recruit_content .recruit_menu ul li a:hover {
  color:#F06B00;
}
#recruit .recruit_content .recruit_menu ul li a::before {
  font-size:12px;
  content:'▶';
  color:#F06B00;
  margin-right:8px;
}
#recruit .recruit_content .recruit_menu ul li a.sub {
  font-size:12px;
  font-weight: normal;
  margin-left:12px;
}

#recruit .recruit_content .recruit_body {
  width:100%;
  padding-left:330px;
  margin-top:-255px;
  padding-bottom:255px;
}
#recruit .recruit_content .recruit_body#appli {
  margin-top:-155px;
}
#recruit .recruit_content .recruit_body:last-of-type {
  margin-bottom:120px;
}
#recruit .recruit_content .recruit_body p.en_title {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size:26px;
  font-weight: bold;
  letter-spacing:0px;
  color: #989898;
}
#recruit .recruit_content .recruit_body h1 {
  position:relative;
  font-size:55px;
  font-weight: bold;
  line-height: 1.5;
}
#recruit .recruit_content .recruit_body .recruite_wrap {
  padding-right:10vw;
}
#recruit .recruit_content .recruit_body p.read {
  margin:80px 0 20px 0;
}
#recruit .recruit_content .recruit_body p.read_anc a {
  color:#707070;
  text-decoration: underline;
}
#recruit .recruit_content .recruit_body div.rec_copy {
  position:relative;
  margin:80px 0;
  color: #F06B00;
  font-size:26px;
  font-weight: bold;
  text-align: center;
}
#recruit .recruit_content .recruit_body div.rec_copy img {
  max-width:722px;
  margin-bottom:40px;
}

#recruit .recruit_content .recruit_body h2 {
  position:relative;
  font-size:48px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 4px;
  margin-bottom:120px;
}
#recruit .recruit_content .recruit_body div.interview_box + div.interview_box {
  margin-top:200px;
}
#recruit .recruit_content .recruit_body div.int_tts {
  position:relative;
  margin-bottom:100px;
}
#recruit .recruit_content .recruit_body div.int_tts span.tag {
  position:absolute;
  display: inline-block;
  top:-20px;
  left:0;
  font-size:34px;
  font-weight: bold;
  background-color: #FFF6EF;
  padding: 8px;
}
#recruit .recruit_content .recruit_body div.int_tts p.copy {
  position:absolute;
  display: inline-block;
  bottom:-40px;
  left:5vw;
  line-height: 2.4;
}
#recruit .recruit_content .recruit_body div.int_tts span.copy {
  font-size:36px;
  font-weight: bold;
  color:#fff;
  background-image: linear-gradient(150deg, #F06B00, #FFB300);
  padding: 8px;
}
#recruit .recruit_content .recruit_body div.interview_box div.int_body {
  padding-left:5vw;
  padding-right:10vw;
}
#recruit .recruit_content .recruit_body div.recruit_inner {
  position:relative;
  padding-top:80px;
  border-top:1px solid #C8C8C8;
}
#recruit .recruit_content .recruit_body div.recruit_inner::after {
  position:absolute;
  content: '';
  background-color: #F06B00;
  width:100px;
  height:1px;
  left:0;
  top:-1px;
}
#recruit .recruit_content .recruit_body div.interview_box div.int_body + div.int_body {
  margin-top:50px;
}
#recruit .recruit_content .recruit_body div.interview_box div.int_body h3 {
  font-size:28px;
  font-weight: bold;
  margin-bottom:20px;
}
#recruit .recruit_content .recruit_body div.interview_box div.int_body p.img {
  margin-top:50px;
}

#recruit .recruit_content .recruit_body div.interview_box div.int_body dl.appli_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom:1px solid #C8C8C8;
  padding-bottom:10px;
}
#recruit .recruit_content .recruit_body div.interview_box div.int_body dl.appli_list > dt {
  position:relative;
  font-size:21px;
  font-weight: bold;
  width:120px;
  border-right:1px solid #C8C8C8;
  padding:20px 0 25px 0;
}
#recruit .recruit_content .recruit_body div.interview_box div.int_body dl.appli_list > dt::after {
  position:absolute;
  content: '';
  width:1px;
  height:40px;
  background-color: #F06B00;
  top:10px;
  right:-1px;
}
#recruit .recruit_content .recruit_body div.interview_box div.int_body dl.appli_list > dd {
  width:calc(100% - 180px);
  padding:20px 0 25px 0;
}

@media screen and (max-width: 768px) {

  
  #recruit .main_title {
    display: block;
    margin-bottom:50px;
  }
  #recruit .main_title h1::after {
    position:absolute;
    content: '';
    bottom:-10px;
    left:-50vw;
    width:calc(50vw + 100%);
    height:1px;
    background-color:transparent;
  }

  #recruit .recruit_main {
    margin-bottom:50px;
  }
  
  #recruit .recruit_content .recruit_menu {
    position:static;
    width:100%;
    margin-bottom:50px;
  }
  #recruit .recruit_content .recruit_menu.active {
    position:static;
  }

  #recruit .recruit_content .recruit_body {
    width:100%;
    padding-left:5vw;
    padding-bottom:30px;
    margin-top:0px;
  }
  #recruit .recruit_content .recruit_body#appli {
    margin-top:0px;
  }
  #recruit .recruit_content .recruit_body:last-of-type {
    margin-bottom:60px;
  }
  #recruit .recruit_content .recruit_body p.en_title {
    font-size:14px;
  }
  #recruit .recruit_content .recruit_body .recruite_wrap {
    padding-right:5vw;
  }
  #recruit .recruit_content .recruit_body p.read {
    margin:0px 0 20px 0;
  }
  #recruit .recruit_content .recruit_body div.rec_copy {
    margin:60px 0;
    font-size:20px;
  }

  #recruit .recruit_content .recruit_body h2 {
    font-size:28px;
    margin-bottom:60px;
  }
  #recruit .recruit_content .recruit_body div.interview_box + div.interview_box {
    margin-top:100px;
  }
  #recruit .recruit_content .recruit_body div.int_tts {
    position:relative;
    margin-bottom:80px;
  }
  #recruit .recruit_content .recruit_body div.int_tts span.tag {
    font-size:20px;
  }
  #recruit .recruit_content .recruit_body div.int_tts p.copy {
    position:absolute;
    display: inline-block;
    bottom:-20px;
    left:5vw;
    line-height: 2.4;
  }
  #recruit .recruit_content .recruit_body div.int_tts span.copy {
    font-size:18px;
    padding: 5px 8px;
  }
  #recruit .recruit_content .recruit_body div.interview_box div.int_body {
    padding-left:0vw;
    padding-right:5vw;
  }
  #recruit .recruit_content .recruit_body div.interview_box div.int_body + div.int_body {
    margin-top:50px;
  }
  #recruit .recruit_content .recruit_body div.interview_box div.int_body h3 {
    font-size:20px;
    margin-bottom:10px;
  }
  #recruit .recruit_content .recruit_body div.interview_box div.int_body p.img {
    margin-top:40px;
  }

  #recruit .recruit_content .recruit_body div.interview_box div.int_body dl.appli_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom:1px solid #C8C8C8;
    padding-bottom:10px;
  }
  #recruit .recruit_content .recruit_body div.interview_box div.int_body dl.appli_list > dt {
    font-size:16px;
    font-weight: bold;
    width:100%;
    border-right:none;
    padding:20px 0 0 0;
  }
  #recruit .recruit_content .recruit_body div.interview_box div.int_body dl.appli_list > dt::after {
    background-color: transparent;
  }
  #recruit .recruit_content .recruit_body div.interview_box div.int_body dl.appli_list > dd {
    width:100%;
    padding:10px 0 20px 0;
  }

}

/*
------------------------------------------------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------------------------------------------------
*/
#contact {
  padding:200px 0 150px 0;
}
#contact .read {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 80px;
}
#contact .tel {
  margin-bottom: 60px;
  text-align: center;
}
#contact .tel a {
  display: inline-block;
  font-size: 50px;
  line-height: 0.72;
  margin-right: 15px;
}
#contact span.horizontal-item {
  display: inline-block;
  width:220px;
}

#contact input[type='file'] {
  cursor: pointer;
  border-radius: 0.375rem;
  padding-right: 0.5rem;
  width: 350px;
}

#contact .mw_wp_form_input ul.submit {
  width:100%;
  max-width:100%;
}
#contact .mw_wp_form_input ul.submit li:last-child input {
  width:100%;
}

::file-selector-button,
::-webkit-file-upload-button {
  border: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #707070;
  padding: 0.25rem 2.5rem;
  border-radius: 50px;
  margin-right: 1rem;
}

@media (hover: hover) and (pointer: fine) {
  #contact .tel dd a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #contact .tel dd a:hover {
    text-decoration: underline;
  }
}
#contact .tel dd span:not(.font_s) {
  font-size: 2.4rem;
}
#contact .tel dd span.font_s {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 15px;
}
#contact h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 70px;
}
#contact .form {
  margin-bottom: 80px;
}
#contact .form dt {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
#contact .form dd {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
#contact .form dd label {
  margin-right: 70px;
  display: inline-block;
}
#contact .form dd input {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}
#contact .form dd input[type=checkbox] {
  display: inline !important;
  margin-right: 5px;
  accent-color: #F06B00;
}
#contact .form dd input[type=radio] {
  display: inline !important;
  margin-right: 5px;
  accent-color: #F06B00;
}
#contact .form dd input[type=text] {
  border: 1px solid #707070;
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
}
#contact .form dd input[type=email] {
  border: 1px solid #707070;
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
}
#contact .form dd input.short {
  width: 35%;
}
#contact .form dd select {
  position: relative;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border: 1px solid #707070;
  padding: 10px 5px 10px 10px;
}
#contact .form dd textarea {
  border: 1px solid #707070;
  width: 100%;
  padding: 10px 15px;
  min-height: 300px;
  border-radius: 8px;
}
#contact .form dd span.rental_link a {
  margin-left: 70px;
  text-decoration: underline;
}
#contact .form dd span.rental_link a:hover {
  opacity: 0.7;
}
#contact .form dd.privacy label {
  margin-right: 20px;
  font-size: 1.8rem;
}
#contact .form dd.privacy .red {
  color: #C10700;
}
#contact .form dd.privacy .link {
  margin-top: 30px;
}
#contact .form dd.privacy .link a {
  display: inline-block;
  background: #000;
  color: #fff;
  height: 41px;
  line-height: 41px;
  padding: 0 24px;
}
@media (hover: hover) and (pointer: fine) {
  #contact .form dd.privacy .link a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #contact .form dd.privacy .link a:hover {
    opacity: 0.7;
  }
}
#contact .submit input {
  background: #989898;
  color: #fff;
  font-size: 2.1rem;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-right: 40px;
  border-radius: 11px;
}


#contact .mw_wp_form_confirm ul.button {
  display: flex!important;
  justify-content: center;
}
#contact .mw_wp_form_confirm ul.button li {
  position:relative;
  width:100%;
  max-width:340px;
  color:#fff;
  margin: 0 15px;
}
@media (hover: hover) and (pointer: fine) {
  #contact .submit:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #contact .submit:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    margin-bottom: 100px;
  }
  #contact h1 {
    font-size: 2.8rem;
    line-height: 2;
    margin-bottom: 30px;
  }
  #contact .lead {
    margin-bottom: 50px;
  }
  #contact .tel dt {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #contact .tel a {
    font-size: 20px;
  }
  #contact .tel dd a {
    font-size: 3.8rem;
  }
  #contact .tel dd span {
    display: block;
  }
  #contact .tel dd span:not(.font_s) {
    font-size: 1.6rem;
  }
  #contact .tel dd span.font_s {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  #contact h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  #contact .form {
    margin-bottom: 60px;
  }
  #contact .form dt {
    font-size: 1.6rem;
  }
  #contact .form dd {
    font-size: 1.5rem;
  }
  #contact .form dd label {
    margin-right: 30px;
  }
  #contact .form dd textarea {
    min-height: 200px;
  }
  #contact .form dd.privacy label {
    font-size: 1.6rem;
  }
  #contact .form dd.privacy .red {
    display: block;
  }
  #contact .form dd.privacy .link {
    margin-top: 20px;
  }
  #contact span.horizontal-item {
    display: block;
    width:auto;
    margin-left:0px!important;
  }
}
