/*!
header, footer, top module
 ______________________________*/

html {
  scroll-padding-top: 110px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

br.sp {
  display: none;
}

.top_bg_gray_wrapper {
  position: relative;
  background-color: #efefef;
}

.mv {
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}

/*
tab
________________________*/

.top_products article {
  padding: 0 76px;
}

.top_tab {
  padding-top: 55px;
  background-color: #e7e5fe;
}

.section_pad_lr {
  padding: 0 50px;
}

.tab_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}


.mod-list-tab-01-wrapper {
  text-align: left;
  order: 1;
}

div.mod-list-tab-01-wrapper ul.mod-list-tab-01 {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  border-bottom: 2px solid var(--color-primary);
  position: relative;
}

div.mod-list-tab-01-wrapper ul.mod-list-tab-01 li {
  margin: 0 20px 0 0;
  box-sizing: border-box;
  position: relative;
  bottom: -2px;
}

div.mod-list-tab-01-wrapper ul.mod-list-tab-01 li a {
  display: block;
  padding: 18px 40px;
  background: #fff;
  color: var(--color-primary);
  text-align: center;
  font-size: 1.6rem;
  border: 2px solid var(--color-primary);
  background-image: url(../img/common/ico_arr_d_blue.png);
  background-repeat: no-repeat;
  background-size: 13px 6px;
  background-position: center bottom 8px;
}

div.mod-list-tab-01-wrapper ul.mod-list-tab-01 li a.is-active {
  display: block;
  padding: 18px 40px;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  border: 2px solid var(--color-primary);
  background-image: url(../img/common/ico_arr_d_wh.png);
  background-repeat: no-repeat;
  background-size: 13px 6px;
  background-position: center bottom 8px;
}

div.mod-list-tab-01-wrapper ul.mod-list-tab-01 li:nth-child(3n+3) {
  margin-right: 0;
}

.js-tab-content {
  display: none;
  padding: 15px 0;
  text-align: center;
  transition: .4s;
}

.js-tab-content.is-active {
  display: block;
}

.js-tab-content .swiper-horizontal {
  overflow: hidden;
}

.swiper-slide {
  position: relative;
}

.card_img {
  background-color: #fff;
  padding: 5px;
  height: 190px;
  margin-bottom: 18px;
}

.card_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* 全体を収める（縦横比維持） */
}

.card_category {
  position: absolute;
  top: 186px;
  left: 15px;
  padding: 5px;
  min-width: 60px;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
}

.tit_products {
  color: var(--color-primary);
}

.cate_products {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.tit_info {
  color: #191c96;
}

.cate_info {
  color: #191c96;
  border: 1px solid #191c96;
}

.tit_csr {
  color: #0f8745;
}

.cate_csr {
  color: #0f8745;
  border: 1px solid #0f8745;
}

.tit_cer {
  color: #b1944b;
}

.cate_cer {
  color: #b1944b;
  border: 1px solid #b1944b;
}

.tit_exb {
  color: #961936;
}

.cate_exb {
  color: #961936;
  border: 1px solid #961936;
}

.tit_other {
  color: #333;
}

.cate_other {
  color: #333;
  border: 1px solid #333;
}

.date {
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
  font-size: 1.3rem;
  margin: 0 0 5px;
  padding: 0;
}

.swiper_cur .swiper-slide h4 {
  font-family: sans-serif;
  font-size: 1.5rem;
  margin: 0 0 5px;
  padding: 0;
}

.swiper_cur .swiper-slide p {
  color: #333;
  font-size: 1.3rem;
  text-align: left;
}

.swipe_cur_body {
  padding: 0 10px;
}

.top_tab_contents {
  border-bottom: 1px solid #685593;
  padding: 0 0 150px;
  background-color: #e7e5fe;
}

/*

swiper mv
________________________*/


.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* 
html and body
_______________________________*/
body {
  scroll-behavior: smooth;

}


#top {
  position: relative;
}



/* 
header
_______________________________*/

.header_search {
  display: none;
}

.header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 170px;
  z-index: 100;
  top: 0;
  padding: 62px 0 31px 0;
  transition: .5s;
  border-bottom: 1px solid #ccc;
}

.header.scrolled {
  height: inherit;
  padding: 20px 0;
  transition: .5s;
}

.header.scrolled h1 {
  top: -8px;
}

.header.scrolled .header_icon {
  display: none;
}

.header.scrolled .header_in {
  align-items: center;
}

.header.scrolled .header_r {
  position: relative;
  top: -7px;
}


.contents {
  padding-top: 150px;
}

.header_in {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0;
}

.header h1 {
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0;
  padding: 0 0 0 13px;
}

.header h1 a img {
  width: 240px;
  height: auto;
}

.header_r {
  min-width: 450px;
  text-align: right;
}

.header_icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.header_icon li {
  border-left: 1px solid #004896;
  text-align: center;
}

.header_icon li:last-child {
  border-right: 1px solid #004896;
}

.header_icon li img {
  width: 20px;
  height: auto;
}

.header_icon li a {
  color: #333;
  text-align: left;
  display: flex;
  place-items: center;
  font-size: 1.3rem;
  padding: 5px 27px;
}

.header_icon li.current a {
  color: #aaa;
  pointer-events: none;

}

/*
.header_icon li:last-child a{
  padding-left:27px;
  background-image: url(../img/common/ico_header_search_rev.svg);
  background-repeat: no-repeat;
  background-size:28px;
  background-position: left top;
}
*/
/* ----------------------------------------------
 pagetop
 ---------------------------------------------- */
.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: -50px;
}

/*

menu
___________________*/
.header input {
  display: none;
}

ul.menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

ul.menu li {
  list-style-type: none;
  position: relative;
}

/*
menu added
____________*/
ul.menu li {}

ul.menu>li {
  border-left: 1px solid #ccc;
}

ul.menu li a,
.toggle_label a {
  color: #333;
  text-align: left;
  display: block;
  font-size: 1.6rem;
  padding: 5px 17px;
}

ul.menu li a span,
.toggle_label span {
  display: block;
  color: #aaa;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 70%;
}

ul.menu li:last-child a {
  padding: 5px 30px 5px 17px;
  background-image: url(../img/common/ico_ext.png);
  background-repeat: no-repeat;
  background-size: 23px 25px;
  background-position: top 3px right;
}

ul.toggle-inner {
  position: absolute;
  width: 165px;
  margin: 0;
  padding: 0;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.17);
}

ul.toggle-inner li {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.toggle-inner li a {
  padding: 10px;
}

@media screen and (min-width: 600px) {

  /*--/*PCのみ----*/
  ul.toggle-inner {
    background-color: #fff;
    /* for animate */
    opacity: 0;
    line-height: 0;
    display: block;
  }

  ul.menu li.has-child:hover ul.toggle-inner {
    /* for animate */
    opacity: 1;
    line-height: 1.8;
    transition: line-height .2s;
    padding-top: 5px;
  }

  .toggle_label {
    cursor: pointer;
  }

  /*___________________________________*/
}

/*
search
_______________*/

.top_products_search {
  position: relative;
  padding: 0 220px;
  top: -30px;
  display: flex;
  justify-content: center;
}

.screen-reader-text {
  display: none;
}

.products_search form {
  border: 1px solid #013067;
  padding: 7px;
  background-color: #fff;
  max-width: 840px;
  width: 100%;
}

.products_search form div {
  display: flex;
  align-items: center;
}

.products_search #s {
  width: calc(100% - 60px);
  border: none;
  border-right: 1px solid #013067;
  border-radius: 0;
}

.products_search #searchsubmit {
  width: 23px;
  height: 23px;
  background: url(../img/common/ico_search.png) no-repeat center center;
  background-size: 23px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0 20px 0 40px;
}




.header_google {
  width: 410px;
  display: block;
  text-align: right;
  position: absolute;
  top: 36vw;
  left: 0;
  background-color: rgb(255, 255, 255, 0.8);
  padding: 10px;
  border-top: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  z-index: 101;
}

.header_google form,
.header_google label {
  padding: 0;
  margin: 0;
  display: inline-flex;
}

.header_google input[type=text] {
  display: inline-block;
  box-sizing: border-box;
  width: 320px;
  height: 24px;
  margin: 0 8px 0 0;
  padding: 0;
  border: 1px solid var(--color-primary);
  background-color: #fefefe;
  box-shadow: inherit;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  color: #0a0a0a;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header_google input[type=image] {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 24px;
  height: 24px;
}



/*
mv
_______________*/
.mv img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  position: relative;
}

.swiper {
  overflow: visible;
}

/*
/* 前への矢印 */
.swiper-button-prev {
  left: -10px;
}

/* 次への矢印 */
.swiper-button-next {
  right: -10px;
}

/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -18px;
}


/*

top_products

__________________*/

.contents h3 {
  text-align: center;
}

.contents h3 em {
  font-size: 2.7rem;
  margin: 0 0 32px;
  padding: 0 0 0 8px;
  color: #221815;
  font-weight: normal;
  letter-spacing: 11px;
  display: inline-block;
  font-style: normal;
}

.contents h3 span {
  color: var(--color-primary);
  display: block;
  font-size: 1.8rem;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
}

.top_tab h3 {
  text-align: right;
  order: 2;
  margin-bottom: 0;
}

.top_products {
  padding: 45px 0 100px;
}

.products_cate {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.products_cate li a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  align-items: center;
  box-shadow: 0px 0px 15px -5px #777777;
  background-image: url(../img/common/ico_products.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: left 6px bottom 6px;
}

.products_cate li a p {
  margin: 0;
  padding: 0 10px;
  color: #000;
  text-align: left;
  font-size: 1.4rem;
}

/*
footer
______________________*/


.footer_in {
  background-color: #195aa0;
  color: #fff;
  background-image: url(../img/common/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.footer_in ul.menu {
  width: 100%;
  padding: 24px 150px;
}

.footer_in ul.menu input {
  display: none;
}

.footer_in ul.menu li {
  border-right: 1px solid #fff;
  border-left:none;
}

.footer_in ul.menu a {
  color: #fff;
  padding: 0 14px;
}

.footer_in ul.menu li:last-child a {
  padding: 0 14px;
  background-image: none;
  font-size: 1.5rem;
}

.footer_btm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0 115px 20px;
}

.footer_btm li img {
  width: 300px;
  height: auto;
}

.footer_btm li dl {
  display: flex;
}

.footer_btm li dl dt {
  width: 3em;
  margin: 0;
  padding: 0;
}

.footer_btm li dl dd {
  width: calc(100% - 3em);
  margin: 0;
  padding: 0;
}

.footer_company_flex p {
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}

/*
copy
_________________*/
.copy {
  background: #f6f6f6;
  color: #000;
  text-align: center;
  font-size: 80%;
  padding: 20px 0;
}

/*
#breadcrumb
________________________*/
#breadcrumb {
  display: block;
  margin: 20px 0;
  text-align: left;
  font-size: 1.3rem;
}

#breadcrumb ul {
  margin: 0;
  padding: 0;
}

#breadcrumb ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  text-align: left;
}

#breadcrumb ul li:before {
  content: " / ";
}

#breadcrumb ul li:first-child:before {
  content: none;
}

#breadcrumb ul li,
#breadcrumb ul li a {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 97%;
  color: #000;
}

.top_pickup {
  padding: 80px 0;
  background-color: #fff;
}

.pickup {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.pickup li:nth-child(1) {
  position: relative;
  width: 50%;
  margin-right: 5%;
}

.pickup li:nth-child(1) img {
  vertical-align: bottom;
}

.pickup li:nth-child(2) {
  position: relative;
  width: 53%;
  text-align: left;
}

.pickup li:nth-child(2) h3 {
  text-align: left;
  margin: 30px 0 20px 0;
  font-size: 3rem;
}

.pickup1 li:nth-child(1),
.pickup3 li:nth-child(1) {
  order: 2;
}

.pickup1 li:nth-child(2),
.pickup3 li:nth-child(2) {
  order: 1;
  padding: 0 110px 0 40px;
  border-left: 1px solid #004896;
}

.pickup2 li:nth-child(1) {
  order: 1;
}

.pickup2 li:nth-child(2) {
  order: 2;
  padding: 0 50px 0 40px;
  border-left: 1px solid #004896;
}

.pickup2 li:nth-child(2) {
  width: 40%;
}

.pickup1 li:nth-child(2) img {
  position: absolute;
  top: -32px;
  left: -15px;
  width: 161px;
  height: auto;
}

.pickup2 li:nth-child(2) img {
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 161px;
  height: auto;
}

.pickup3 li:nth-child(2) img {
  position: absolute;
  top: -32px;
  left: -15px;
  width: 161px;
  height: auto;
}

.pickup3 {
  margin-top: 80px;
}

/*
.pickup1 li:nth-child(1),
.pickup3 li:nth-child(1){
  position: relative;
  width: 47vw;
  margin-right: calc(-1 * (100vw - 100%));
}

.pickup1 li:nth-child(1) img,
.pickup3 li:nth-child(1) img{
  width: 100%;
  height: auto;
  display: block;
}

*/
.top_event {
  padding: 100px 0;
  background-color: #f6f6f6;
}

.top_event .container,
.top_news .container {
  max-width: 1100px;
}

.top_event ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.top_event ul li {
  border: 1px solid #ccc;
  background-color: #fff;
}

.event_item {
  list-style: none;
  max-width: 100%;
}

.event_item a {
  color: #333;
}

/* 画像ラッパー：高さ固定、overflowでトリミング */
.event_img_wrap {
  height: 288.48px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f0f0f0;
  /* 読み込み中の背景色 */
}

/* 画像自体：中央揃えでcover表示 */
.event_img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* テキスト部分 */
.events_body {
  padding: 10px;
}

.events_body h3 {
  font-size: 2rem !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  border-bottom:inherit !important;
}

.events_body h4 {
  font-size: 1.8rem !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  border-bottom:inherit !important;
  color:#333 !important;
}

.events_body p {
  margin: 5px 0 !important;
  text-align: left !important;
}

.top_news {
  padding: 80px 0;
  background-color: #fff;
}

.top_news_wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 300px auto;
  ;
  grid-template-rows: 1fr;
  grid-column-gap: 150px;
}

.news_list .top_news_wrap{
  display: block;
}
.news_list .top_news_wrap ul{
  margin:0 0 40px 0 !important;
  padding:0 !important;
}
.news_list .top_news_wrap dl,
.top_news_wrap li:nth-child(2) dl {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}

.news_list .top_news_wrap dl dt,
.top_news_wrap li:nth-child(2) dl dt {
  width: 6em;
  padding: 25px 0;
}
.news_list .top_news_wrap dl dd,
.top_news_wrap li:nth-child(2) dl dd {
  width: calc(100% - 6em);
  padding: 25px 0;
}

.news_list .top_news_wrap dl:nth-child(1),
.top_news_wrap li:nth-child(2) dl:nth-child(1)
{
  border-top: 1px solid #ccc;
}
.news_list .top_news_wrap dl dd a,
.top_news_wrap li:nth-child(2) dl dd a {
  color: #333;
}

.outside-right {
  margin-right: calc(50% - 50vw);
}

.outside-left {
  margin-left: calc(50% - 50vw);
}

.outside-right img,
.outside-left img {
  width: 100%;
  object-fit: cover;
  max-height: 350px;
}

.footer_contact {
  padding: 60px 0;
  background-image: url(../img/common/footer_contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.footer_contact h3 {
  text-align: center;
}

.footer_contact h3 em {
  font-size: 2.7rem;
  margin: 0 0 32px;
  padding: 0 0 0 8px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 11px;
  display: inline-block;
  font-style: normal;
}

.footer_contact h3 span {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
}

.footer_contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 230px;
  grid-row-gap: 0px;
}
.footer_contact ul li a{
  display: block;
  background-color: #d50616;
  color:#fff;
  display: flex;
  justify-content: center;
  justify-items: center;
  padding:30px 0;
  background-image: url(../img/common/ico_footer_contact_arr.png);
  background-repeat: no-repeat;
  background-size: 20px 16px;
  background-position: center right 20px;
  font-size:1.9rem;
}
.footer_contact ul li:nth-child(1) a span{
  padding:0 0 0 52px;
  background-image: url(../img/common/ico_footer_contact_mail.png);
  background-repeat: no-repeat;
  background-size: 41px 31px;
  background-position: left center;
}
.footer_contact ul li:nth-child(2) a{
  background-color: #195493;
  padding:20.25px 0 16.25px;
}
.footer_contact ul li:nth-child(2) a span{
  padding:0 0 0 52px;
  background-image: url(../img/common/ico_footer_contact_tel.png);
  background-repeat: no-repeat;
  background-size: 39px 35px;
  background-position: left center;
  line-height: 1.1;
}
.footer_contact ul li:nth-child(2) a span em{
    display: block;
    font-style: normal;
    font-size: 3rem;
    font-weight: 600;
}