/* line 15, page_home.scss */
#home #mainImg.swiper { width: 100%; height: 650px; position: relative; }
/* line 16, page_home.scss */
#home #mainImg.swiper .catch { position: absolute; left: 0; right: 0; margin: auto; z-index: 10; top: 50px; filter: drop-shadow(0px 0px 3px white) drop-shadow(0px 0px 5px white) drop-shadow(0px 0px 8px white); }
/* line 17, page_home.scss */
#home #mainImg.swiper ul.swiper-wrapper { height: 100%; }
/* line 18, page_home.scss */
#home #mainImg.swiper ul.swiper-wrapper li.swiper-slide { height: 100%; }
/* line 19, page_home.scss */
#home #mainImg.swiper ul.swiper-wrapper li.swiper-slide img { /*transition: .4s all;*/ }
@media only screen and (max-width: 750px) { /* line 30, page_home.scss */
  #home #mainImg.swiper { width: 100%; height: 375px; }
  /* line 31, page_home.scss */
  #home #mainImg.swiper .catch { letter-spacing: .075em; line-height: 1.6; top: 20px; filter: drop-shadow(0px 0px 3px white) drop-shadow(0px 0px 5px white) drop-shadow(0px 0px 8px white); }
  /* line 32, page_home.scss */
  #home #mainImg.swiper ul.swiper-wrapper { height: 100%; }
  /* line 33, page_home.scss */
  #home #mainImg.swiper ul.swiper-wrapper li.swiper-slide { height: 100%; } }
/* line 45, page_home.scss */
#home .news_calWrap { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 50px; }
/* line 46, page_home.scss */
#home .news_calWrap #newsSec { width: 68%; }
/* line 47, page_home.scss */
#home .news_calWrap #calendarSec { width: 27%; }
@media only screen and (max-width: 750px) { /* line 45, page_home.scss */
  #home .news_calWrap { margin-top: 10px; }
  /* line 50, page_home.scss */
  #home .news_calWrap #newsSec { width: 100%; margin-bottom: 40px; }
  /* line 51, page_home.scss */
  #home .news_calWrap #calendarSec { width: 90%; margin: auto; } }
/* line 58, page_home.scss */
#home #newsSec { position: relative; }
/* line 63, page_home.scss */
#home #newsSec ul.listWrap { width: 100%; text-align: left; }
/* line 64, page_home.scss */
#home #newsSec ul.listWrap li { display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; padding: .5em 1em; border-bottom: 1px solid #e2e2e2; position: relative; }
/* line 65, page_home.scss */
#home #newsSec ul.listWrap li .new { font-family: "Montserrat", sans-serif; font-size: 11px; line-height: 1.5; letter-spacing: 0; font-weight: 400; background: #f14a24; color: #fff; padding: 0 .25em; position: absolute; left: 125px; top: 20px; white-space: nowrap; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
/* line 66, page_home.scss */
#home #newsSec ul.listWrap li span { font-size: 16px; width: 155px; }
/* line 67, page_home.scss */
#home #newsSec ul.listWrap li em { font-size: 18px; width: calc(100% - 155px); }
/* line 70, page_home.scss */
#home #newsSec .linkBtn { /*position: absolute; top: 1em; right: 0;*/ margin-top: 1em; text-align: right; margin-right: 1em; }
@media only screen and (max-width: 750px) { /* line 81, page_home.scss */
  #home #newsSec { margin-top: 30px; position: relative; padding: 0 5%; }
  /* line 87, page_home.scss */
  #home #newsSec ul.listWrap li { width: 100%; padding: .25em .0em .5em; }
  /* line 88, page_home.scss */
  #home #newsSec ul.listWrap li .new { font-size: 10px; padding: 0 .25em; left: 92px; top: 17px; }
  /* line 89, page_home.scss */
  #home #newsSec ul.listWrap li span { font-size: 14px; width: 100%; }
  /* line 90, page_home.scss */
  #home #newsSec ul.listWrap li em { font-size: 15px; line-height: 1.6; text-align: justify; width: calc(100% - 0px); }
  /* line 93, page_home.scss */
  #home #newsSec .linkBtn { position: relative; top: auto; left: auto; bottom: auto; right: auto; transform: none; margin: .75em 0 0 auto; text-align: right; } }
/* line 106, page_home.scss */
#home #calendarSec .tit { font-size: 18px; background: #0091df; color: #fff; font-weight: 600; border-radius: 20px; margin-bottom: .5em; }
/* line 107, page_home.scss */
#home #calendarSec .xo-event-calendar { font-family: "YakuHanJP", "Noto Sans JP", sans-serif; }
/* line 108, page_home.scss */
#home #calendarSec .xo-event-calendar .month-header { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; }
/* line 109, page_home.scss */
#home #calendarSec .xo-event-calendar .month-header .calendar-caption { font-size: 17px; font-weight: 500; letter-spacing: 0; }
/* line 110, page_home.scss */
#home #calendarSec .xo-event-calendar .month-header .month-prev, #home #calendarSec .xo-event-calendar .month-header .month-next { font-family: "Montserrat", sans-serif; border: none; background: rgba(115, 115, 115, 0.7); color: #fff; border-radius: 10px; position: relative; width: 60px; height: 18px; padding: 0 .5em; }
/* line 111, page_home.scss */
#home #calendarSec .xo-event-calendar .month-header .month-prev .nav-prev, #home #calendarSec .xo-event-calendar .month-header .month-prev .nav-next, #home #calendarSec .xo-event-calendar .month-header .month-next .nav-prev, #home #calendarSec .xo-event-calendar .month-header .month-next .nav-next { font-size: 10px; border: none; height: auto; width: auto; display: block; transform: none; white-space: nowrap; }
/* line 112, page_home.scss */
#home #calendarSec .xo-event-calendar .month-header .month-prev::after, #home #calendarSec .xo-event-calendar .month-header .month-next::after { font-family: "Font Awesome 6 Pro"; line-height: 1; position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; font-size: 70%; }
/* line 114, page_home.scss */
#home #calendarSec .xo-event-calendar .month-header .month-prev { padding-left: 1.5em; }
/* line 114, page_home.scss */
#home #calendarSec .xo-event-calendar .month-header .month-prev::after { content: "\f053"; left: .75em; }
/* line 115, page_home.scss */
#home #calendarSec .xo-event-calendar .month-header .month-next { padding-right: 1.5em; }
/* line 115, page_home.scss */
#home #calendarSec .xo-event-calendar .month-header .month-next::after { content: "\f054"; right: .75em; }
/* line 117, page_home.scss */
#home #calendarSec .xo-event-calendar table { font-size: 14px; color: #313131; border-color: #fff; }
/* line 118, page_home.scss */
#home #calendarSec .xo-event-calendar table th, #home #calendarSec .xo-event-calendar table td { border-color: #fff; /*border-width: 2px;*/ }
/* line 121, page_home.scss */
#home #calendarSec .xo-event-calendar .xo-month .today { /*background: $bgB;*/ color: #0091df; }
/* line 122, page_home.scss */
#home #calendarSec .xo-event-calendar .xo-month .month-event-space { display: none; }
/* line 123, page_home.scss */
#home #calendarSec .xo-event-calendar .xo-month .month-dayname-space { height: 2em; }
/* line 124, page_home.scss */
#home #calendarSec .xo-event-calendar .xo-month .other-month { opacity: .35; }
/* line 125, page_home.scss */
#home #calendarSec .xo-event-calendar .xo-month thead th { font-size: 90%; font-weight: 400; }
/* line 126, page_home.scss */
#home #calendarSec .xo-event-calendar .xo-month tbody td div { text-align: center; }
/* line 128, page_home.scss */
#home #calendarSec .xo-event-calendar .holiday-titles { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; font-size: 15px; }
/* line 129, page_home.scss */
#home #calendarSec .xo-event-calendar .holiday-titles .holiday-title { display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: center; }
/* line 130, page_home.scss */
#home #calendarSec .xo-event-calendar .holiday-titles .holiday-title:not(:last-child) { margin-right: 1em; }
/* line 131, page_home.scss */
#home #calendarSec .xo-event-calendar .holiday-titles .holiday-title span { border: none; padding: 0; width: 13px; height: 13px; margin-right: .25em; line-height: 1; margin-bottom: -.15em; }
/* line 146, page_home.scss */
#home #linkWrapSec { margin-top: 60px; position: relative; }
/* line 147, page_home.scss */
#home #linkWrapSec::after { content: ""; background: url("../img/newsTitleBg.webp") no-repeat center; background-size: cover; position: absolute; top: 0; left: 0; z-index: 0; width: 100%; height: 100%; opacity: .25; }
/* line 148, page_home.scss */
#home #linkWrapSec .innerW { padding: 60px 0 45px; }
/* line 149, page_home.scss */
#home #linkWrapSec .innerW ul.listWrap { display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; z-index: 10; }
/* line 150, page_home.scss */
#home #linkWrapSec .innerW ul.listWrap li { width: calc(100% / 3 - 30px); }
/* line 152, page_home.scss */
#home #linkWrapSec .innerW ul.listWrap li a .titWrap { position: relative; filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25)); }
@media only screen and (max-width: 750px) { /* line 152, page_home.scss */
  #home #linkWrapSec .innerW ul.listWrap li a .titWrap { filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15)); } }
/* line 153, page_home.scss */
#home #linkWrapSec .innerW ul.listWrap li a .titWrap .tit { font-size: 24px; position: absolute; bottom: 0; left: 0; z-index: 10; color: #fff; background: rgba(0, 145, 223, 0.8); background-blend-mode: multiply; width: 100%; height: 48px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; padding: 0 .75em; box-sizing: border-box; }
/* line 155, page_home.scss */
#home #linkWrapSec .innerW ul.listWrap li a .titWrap .tit i { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; right: .75em; transition: .4s all; }
/* line 158, page_home.scss */
#home #linkWrapSec .innerW ul.listWrap li a .titWrap .ph::before { bottom: calc(48px + .75em); }
/* line 161, page_home.scss */
#home #linkWrapSec .innerW ul.listWrap li a .read { font-size: 15px; line-height: 2.0; margin-top: 1.5em; color: #313131; }
/* line 165, page_home.scss */
#home #linkWrapSec .innerW ul.listWrap li a:hover .titWrap .tit i { right: .5em; }
@media only screen and (max-width: 750px) { /* line 181, page_home.scss */
  #home #linkWrapSec { margin-top: 50px; }
  /* line 182, page_home.scss */
  #home #linkWrapSec::after { background: url("../img/newsTitleBg.webp") repeat-y center; background-size: 1020px auto; }
  /* line 183, page_home.scss */
  #home #linkWrapSec .innerW { padding: 35px 0 30px; }
  /* line 184, page_home.scss */
  #home #linkWrapSec .innerW ul.listWrap { padding: 0 5%; }
  /* line 185, page_home.scss */
  #home #linkWrapSec .innerW ul.listWrap li { width: calc(100% / 1 - 0px); }
  /* line 186, page_home.scss */
  #home #linkWrapSec .innerW ul.listWrap li:not(:last-child) { margin-bottom: 1.5em; }
  /* line 189, page_home.scss */
  #home #linkWrapSec .innerW ul.listWrap li a .titWrap .tit { font-size: 20px; font-weight: 600; height: auto; padding: .05em .75em; }
  /* line 191, page_home.scss */
  #home #linkWrapSec .innerW ul.listWrap li a .titWrap .tit i { right: .75em; }
  /* line 194, page_home.scss */
  #home #linkWrapSec .innerW ul.listWrap li a .titWrap .ph::before { bottom: calc(36px + .75em); }
  /* line 197, page_home.scss */
  #home #linkWrapSec .innerW ul.listWrap li a .read { font-size: 15px; margin-top: 1em; }
  /* line 201, page_home.scss */
  #home #linkWrapSec .innerW ul.listWrap li a:hover .titWrap .tit i { right: .5em; } }
/* line 218, page_home.scss */
#home #manufacturerSec { margin-top: 60px; }
/* line 223, page_home.scss */
#home #manufacturerSec .read { text-align: center; }
/* line 224, page_home.scss */
#home #manufacturerSec ul.makerSec.listWrap { margin-top: 50px; }
/* line 243, page_home.scss */
#home #manufacturerSec ul.makerSec.listWrap li.list11, #home #manufacturerSec ul.makerSec.listWrap li.list12, #home #manufacturerSec ul.makerSec.listWrap li.list13, #home #manufacturerSec ul.makerSec.listWrap li.list14 { margin-top: 20px; }
/* line 246, page_home.scss */
#home #manufacturerSec .cmnBtn { margin-top: 1em; }
@media only screen and (max-width: 750px) { /* line 257, page_home.scss */
  #home #manufacturerSec { margin-top: 50px; }
  /* line 262, page_home.scss */
  #home #manufacturerSec .read { text-align: justify; padding: 0 6.5%; }
  /* line 263, page_home.scss */
  #home #manufacturerSec ul.makerSec.listWrap { margin-top: 30px; }
  /* line 282, page_home.scss */
  #home #manufacturerSec ul.makerSec.listWrap li.list11, #home #manufacturerSec ul.makerSec.listWrap li.list12, #home #manufacturerSec ul.makerSec.listWrap li.list13, #home #manufacturerSec ul.makerSec.listWrap li.list14 { margin-top: 20px; }
  /* line 285, page_home.scss */
  #home #manufacturerSec .cmnBtn { margin-top: 1em; } }
/* line 297, page_home.scss */
#home #officeSec { background: #f1f9fd; margin-top: 80px; padding-top: 50px; }
/* line 303, page_home.scss */
#home #officeSec .inner .read { text-align: center; }
/* line 332, page_home.scss */
#home #officeSec .inner .cmnBtn { margin-top: 35px; }
/* line 339, page_home.scss */
#home #officeSec .imagePhWrap { margin-top: 70px; }
@media only screen and (max-width: 750px) { /* line 349, page_home.scss */
  #home #officeSec { background: #f1f9fd; margin-top: 60px; padding-top: 50px; }
  /* line 355, page_home.scss */
  #home #officeSec .inner .read { text-align: justify; padding: 0 6.5%; }
  /* line 384, page_home.scss */
  #home #officeSec .inner .cmnBtn { margin-top: 30px; }
  /* line 391, page_home.scss */
  #home #officeSec .imagePhWrap { margin-top: 50px; } }
