@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  font: 14px "Noto Sans JP", sans-serif;
  color: #323232;
  background: #fff;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #323232;
  outline: 0;
  background: transparent;
  font-size: 100%;
  display: inline-block;
}

sub {
  font-size: 10px;
}

.en_site {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.font_poppin {
  font-family: "poppins", sans-serif;
}

/* ヘッダー
----------------------------------------------- */
header {
  background: #fff;
  border-bottom: 1px solid #c1c1c1;
  position: sticky;
  top: 0;
}
header nav input[type=checkbox] {
  display: none;
}
@media print, screen and (min-width: 1000px) {
  header {
    padding: 20px 0;
    z-index: 10;
  }
  header nav {
    margin: auto;
    max-width: 1400px;
    height: 95px;
    display: flex;
    align-items: center;
    position: relative;
  }
}
@media print, screen and (max-width: 999px) {
  header {
    width: 100%;
    position: -webkit-fixed;
    position: fixed;
    z-index: 10;
  }
  header nav {
    padding: 0 20px;
    height: 60px;
    display: flex;
    align-items: center;
  }
}

@media print, screen and (min-width: 1000px) {
  .head_logo {
    max-width: 409px;
  }
}
@media print, screen and (max-width: 999px) {
  .head_logo {
    width: 200px;
  }
}

.head_menu {
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .head_menu {
    margin-left: auto;
  }
}
@media print, screen and (max-width: 999px) {
  .head_menu {
    padding: 20px 0;
    font-size: 1.2em;
  }
}

@media print, screen and (min-width: 1000px) {
  .head_menu_top {
    margin-bottom: 20px;
  }
  .head_menu_top ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media print, screen and (max-width: 999px) {
  .head_menu_top {
    margin: 0 20px 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .head_menu_bottom {
    margin-right: 6px;
  }
}
@media print, screen and (max-width: 999px) {
  .head_menu_bottom {
    margin: 0 20px;
  }
}

.search-form {
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
}

.search-input {
  padding: 0 5px;
  height: 32px;
  box-sizing: border-box;
}
@media print, screen and (min-width: 1000px) {
  .search-input {
    width: 220px;
  }
}
@media print, screen and (max-width: 999px) {
  .search-input {
    width: 100vw;
  }
}

.search-btn {
  margin-left: -7px;
  border: none;
  background: unset;
}
.search-btn::before {
  content: "";
  width: 40px;
  height: 32px;
  background: url(../../../../../../img/head_icon02.png);
  background-size: cover;
  display: block;
  cursor: pointer;
}
@media print, screen and (max-width: 999px) {
  .search-btn {
    padding: 0;
  }
}

@media print, screen and (min-width: 1000px) {
  .head_menu_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 20px;
  }
  .head_menu_list > li:hover {
    border-bottom: 1px solid #FF0004;
  }

	
/*--20251225 下矢印追加--*/	
.head_menu_list .head_switch {
  display: block;
  position: relative;
　padding-right: 50px;
}
.head_menu_list .head_switch::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #848484;
  border-right: 2px solid #848484;
  position: absolute;
  right: 2px;
  top: calc(50% - 5px);
  transform: rotate(135deg);
}
.head_menu_list > li:hover .head_switch::before {
  border-color: red;
}	
.head_menu_list input {
  display: none;
}
.head_menu_list input:checked + .head_switch + .dropdown_menu {
  height: auto;
  transition: all 0.3s;
}	
.head_menu_list input:checked + .head_switch::before {
  transform: rotate(-45deg);
}
/*--20251225 下矢印追加--*/		
	
}
@media print, screen and (max-width: 999px) {
  .head_menu_list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .head_menu_list .head_switch {
    display: block;
    position: relative;
  }
  .head_menu_list .head_switch::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #848484;
    border-right: 2px solid #848484;
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: calc(50% - 5px);
    transform: rotate(135deg);
  }
  .head_menu_list .dropdown_menu {
    margin-left: 1em;
    height: 0;
    overflow: hidden;
  }
  .head_menu_list input {
    display: none;
  }
  .head_menu_list input:checked + .head_switch + .dropdown_menu {
    height: auto;
    transition: all 0.3s;
  }
  .head_menu_list input:checked + .head_switch::before {
    transform: rotate(-45deg);
  }
}

.dropdown_btn {
  cursor: pointer;
}

@media print, screen and (min-width: 1000px) {
  .dropdown_menu {
    display: none;
  }
}

@media print, screen and (max-width: 999px) {
  .dropdown_menu li {
    margin-top: 10px;
  }
}

@media print, screen and (max-width: 999px) {
  .dropdown_card {
    display: block;
  }
}
@media print, screen and (max-width: 999px) {
  .dropdown_title {
    margin-top: 10px;
    display: block;  
  }
  .dropdown_open img {
    display: none;
  }	
  .dropdown_text {
    display: none;
  }	
}

@media print, screen and (min-width: 1000px) {
/*	
  .dropdown_open {
    margin: 0 calc(50% - 50vw);
    padding: 20px 0;
    width: calc(100vw - 8.1px);
    background: rgba(225, 225, 225, 0.9);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 70px;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 5;
  }
*/
	
/*-------------変更箇所ココから20251217-------------------*/
  .dropdown_open {
    margin: 0 calc(50% - 50vw);
    padding: 50px 0;
    width: calc(100vw - 0.1px);
    background: rgba(225, 225, 225, 0.9);
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 5;
  }	

.dropdown_close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #333;
  z-index: 10;
}

.dropdown_close:hover {
  color: #c8151e;
}	
	
/*-------------変更箇所ココまで20251217-------------------*/
	
/*-------------新規追加ココから20251217 以下問題なし-------------------*/

@media print, screen and (min-width: 1000px) {

  .dropdown_card {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #fff;
    padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
    transition: 0.3s;
  }

  .dropdown_card:hover {
    transform: translateY(-4px);
  }

  .dropdown_card img {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
    object-fit: cover;
  }

  .dropdown_title {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 8px;
  }

}

	

	
/*-------------新規追加ココまで20251217-------------------*/	
	
	
  .dropdown_open a {
    opacity: 1;
  }
  .dropdown_open a:hover {
    color: #c8151e;
  }
}

/*以下変更*/

.head_menu_mail {
	display: flex; /* ← 横並びの基本設定を追加 */

	@media print, screen and (min-width: 1000px) {
		margin-right: 30px;
		width: auto;
	}

	@media print, screen and (max-width: 999px) {
		margin-left: auto;
		margin-right: 20px;
		width: auto; /* 横並びなので幅指定は不要な場合も */
		
		img {
			vertical-align: middle;
		}
	}
}

/*
@media print, screen and (min-width: 1000px) {
  .head_menu_mail {
    margin-right: 30px;
    width: 18px;
  }
}
@media print, screen and (max-width: 999px) {
  .head_menu_mail {
    margin-left: auto;
    margin-right: 20px;
    width: 24px;
  }
  .head_menu_mail img {
    vertical-align: middle;
  }
}
*/

.head_menu_lang {
  display: flex;
}
.head_menu_lang a {
  color: #848484;
}
@media print, screen and (min-width: 1000px) {
  .head_menu_lang {
    margin-right: 30px;
    font-size: 0.9em;
    gap: 0 10px;
  }
}
@media print, screen and (max-width: 999px) {
  .head_menu_lang {
    margin-bottom: 20px;
    justify-content: flex-end;
    gap: 0 30px;
  }
}

.active {
  border-bottom: 4px solid #323232;
}
.active a {
  color: #323232;
}

/* トップページ
----------------------------------------------- */
@media print, screen and (min-width: 1000px) {
  #container {
    margin: auto;
    max-width: 1600px;
  }
}

#fv {
  position: relative;
}
@media print, screen and (max-width: 999px) {
  #fv {
    margin-top: 60px;
  }
}

.content_top {
  background: #f5f5f5;
}
@media print, screen and (min-width: 1000px) {
  .content_top {
    margin-top: -135px;
    padding: 205px 20px 70px;
  }
  .content_top ul {
    margin: auto;
    max-width: 1140px;
    display: flex;
    justify-content: center;
    gap: 0 10px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_top {
    padding: 40px 5%;
  }
  .content_top ul {
    margin: auto;
    max-width: 400px;
  }
  .content_top li:not(:last-child) {
    margin-bottom: 30px;
  }
}

/*--20251226_テストココから--*/

@media print, screen and (min-width: 1000px) {
  .top_card {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #fff;
    padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
    transition: 0.3s;
  }

  .top_card:hover {
    transform: translateY(-4px);
  }

  .top_card img {
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
    object-fit: cover;
  }
  .top_card h2 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  }
  .top_card p {
  text-align: left;
  }
}

@media print, screen and (max-width: 999px) {
  .top_card {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #fff;
    padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
    transition: 0.3s;
  }

  .top_card:hover {
    transform: translateY(-4px);
  }

  .top_card img {
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
    object-fit: cover;
  }
  .top_card h2 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  }
  .top_card p {
  text-align: left;
  }
}

/*--20251226_テストここまで--*/


.content_item h2 {
  margin-bottom: 10px;
}
.content_item p {
  margin-bottom: 20px;
  font-weight: bold;
}
.content_item strong {
  margin-top: 15px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .content_item {
    margin: 70px auto;
    padding: 0 20px;
    max-width: 1140px;
  }
  .content_item h2 {
    width: 160px;
  }
  .content_item .slide {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    gap: 0 5px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_item {
    margin: 40px auto;
    position: relative;
  }
  .content_item h2 {
    margin-left: 20px;
    width: 130px;
  }
  .content_item p {
    margin-left: 20px;
  }
}

.content_item_link {
  margin: auto;
}
@media print, screen and (min-width: 1000px) {
  .content_item_link {
    width: 200px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_item_link {
    width: 160px;
    position: absolute;
    top: 0;
    right: 20px;
  }
}

.content_news {
  background: #f5f5f5;
}
@media print, screen and (max-width: 999px) {
  .content_news {
    padding: 40px 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_news_area {
    margin: auto;
    padding: 70px 20px;
    max-width: 1140px;
    display: flex;
  }
}

.content_news_left h2 {
  margin-bottom: 10px;
}
.content_news_left p {
  margin-bottom: 20px;
  font-weight: bold;
}
.content_news_left small {
  display: flex;
  align-items: center;
}
.content_news_left span {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: #f7dcdd;
  border-radius: 50%;
}
@media print, screen and (min-width: 1000px) {
  .content_news_left {
    width: 30%;
  }
  .content_news_left h2 {
    width: 120px;
  }
  .content_news_left .-calendar_title {
    width: 184px;
  }
  .content_news_left a {
    width: 200px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_news_left {
    position: relative;
  }
  .content_news_left h2 {
    width: 100px;
  }
  .content_news_left .-calendar_title {
    width: 160px;
  }
  .content_news_left a {
    width: 160px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.content_news_right dl:not(:last-child) {
  border-bottom: 1px solid #848484;
}
.content_news_right dt {
  color: #848484;
  word-break: keep-all;
}
.content_news_right dd {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media print, screen and (min-width: 1000px) {
  .content_news_right {
    width: 70%;
  }
  .content_news_right dl {
    display: flex;
    align-items: center;
  }
  .content_news_right dl:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .content_news_right dt {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_news_right dl {
    padding-bottom: 10px;
  }
  .content_news_right dl:last-child {
    border-bottom: 1px solid #848484;
  }
  .content_news_right dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .content_news_right dt {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
}

.label {
  padding: 3px 0 0;
  width: 110px;
  color: #fff;
  background: #323232;
  text-align: center;
  display: inline-block;
}
@media print, screen and (min-width: 1000px) {
  .label {
    margin-right: 10px;
  }
}
@media print, screen and (max-width: 999px) {
  .label {
    margin-left: 20px;
  }
}

/* トップページ/カレンダー
----------------------------------------------- */
@media print, screen and (min-width: 1000px) {
  .content_calendar {
    border-bottom: 1px solid #c1c1c1;
  }
}
@media print, screen and (max-width: 999px) {
  .content_calendar {
    margin: 30px 20px 50px;
  }
}

@media print, screen and (max-width: 999px) {
  .-calendar_swiper {
    position: relative;
  }
}

@media print, screen and (min-width: 1000px) {
  .-calendar_area {
    margin-top: 40px;
    margin-right: 60px;
    width: auto;
  }
}
@media print, screen and (max-width: 999px) {
  .-calendar_area {
    margin-bottom: 30px;
    text-align: center;
  }
  .-calendar_area h2 {
    margin: 0 auto 10px;
  }
  .-calendar_area small {
    display: none;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_calendar-area small {
    display: none;
  }
}
@media print, screen and (max-width: 999px) {
  .content_calendar-area {
    margin: auto;
	max-width: auto !important;
    width: 200px !important;
    position: relative;
  }
  .content_calendar-area small {
    justify-content: center;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_calendar-area-flex {
    display: flex;
    gap: 0 20px;
	transform: translate3d(0px, 0, 0) !important;
  }
}

.-content_calendar-list {
  max-width: 200px;
  width: 100%;
}
.-content_calendar-list h5 {
  font-size: 15px;
  text-align: center;
}
.-content_calendar-list h5 span {
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (max-width: 999px) {
  .-content_calendar-list {
    margin: 0 auto 30px !important;
  }
}

.-content_calendar-list-box {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
}
.-content_calendar-list-box thead {
  background: #eaeaea;
}
.-content_calendar-list-box th, .-content_calendar-list-box td {
  text-align: center;
}
.-content_calendar-list-box th {
  padding: 1px 8px;
}
.-content_calendar-list-box td {
  padding-top: 5px;
}

.-holiday span, .-a_holiday span {
  margin: auto;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #f7dcdd;
  border-radius: 50%;
  display: block;
}

.-top_btn-prev::after, .-top_btn-next::after {
  content: none;
}


/* 特集-----------------------------------------*/
.content_topics {
  background: #f5f5f5;
}
@media print, screen and (min-width: 1000px) {

  .content_topics {
    margin-top: -135px;
    padding: 205px 20px 70px;
  }
  .content_topics ul {
    margin: auto;
    max-width: 1140px;
    display: flex;
    justify-content: center;
    gap: 0 10px;
  }
  .content_topics h2 {
    width: 160px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_topics {
    padding: 40px 5%;
  }
  .content_topics ul {
    margin: auto;
    max-width: 400px;
  }
  .content_topics li:not(:last-child) {
    margin-bottom: 30px;
  }
  .content_topics h2 {
    margin-left: 20px;
    width: 130px;
  }
}

@media print, screen and (min-width: 1000px) {
  .topics_card {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #fff;
    padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
    transition: 0.3s;
  }

  .topics_card:hover {
    transform: translateY(-4px);
  }

  .topics_card img {
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
    object-fit: cover;
  }
  .topics_card h2 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  }
  .topics_card p {
  text-align: left;
  }
}

@media print, screen and (max-width: 999px) {
  .topics_card {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #fff;
    padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
    transition: 0.3s;
  }

  .topics_card:hover {
    transform: translateY(-4px);
  }

  .topics_card img {
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
    object-fit: cover;
  }
  .topics_card h2 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  }
  .topics_card p {
  text-align: left;
  }
}


/* 共通
----------------------------------------------- */
@media print, screen and (min-width: 1000px) {
  .pc_none {
    display: none;
  }
}

@media print, screen and (max-width: 999px) {
  .sp_none {
    display: none;
  }
}

.page_path {
  padding: 10px 20px 10px 4%;
  position: relative;
  z-index: 5;
}
.page_path ul {
  display: flex;
  flex-wrap: wrap;
}
.page_path li:not(:first-child) p {
  padding-left: 30px;
  position: relative;
}
.page_path li:not(:first-child) p::before {
  content: "／";
  position: absolute;
  left: 10px;
}
@media print, screen and (max-width: 999px) {
  .page_path {
    margin-top: 60px;
  }
}

.contact_container {
  background: #e0e0e0;
}
.contact_container h3 {
  margin: 0 auto 30px;
}
.contact_container a img {
  height: 42px;
}
@media print, screen and (min-width: 1000px) {
  .contact_container {
    margin: 0 auto 50px;
    padding: 0 20px;
    max-width: 1600px;
  }
  .contact_container h3 {
    max-width: 320px;
  }
}
@media print, screen and (max-width: 999px) {
  .contact_container {
    padding: 0 20px 30px;
  }
  .contact_container h3 {
    max-width: 300px;
  }
}

@media print, screen and (min-width: 1000px) {
  .contact_area {
    margin: auto;
    padding-bottom: 50px;
    max-width: 1050px;
    display: flex;
  }
}

.contact_area_left p:nth-of-type(1) {
  margin-bottom: 20px;
}
.contact_area_left strong {
  padding-left: 25px;
  font-weight: bold;
  position: relative;
  display: block;
}
.contact_area_left strong::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  display: block;
}
.contact_area_left strong:nth-of-type(1) {
  margin-bottom: 10px;
}
.contact_area_left strong:nth-of-type(1)::before {
  background-image: url(../../../../../../img/design/icon01.png);
  width: 18px;
  height: 17px;
}
.contact_area_left strong:nth-of-type(2) {
  margin-bottom: 10px;
}
.contact_area_left strong:nth-of-type(2)::before {
  background-image: url(../../../../../../img/design/icon02.png);
  width: 13px;
  height: 17px;
}
.contact_area_left strong:nth-of-type(3) {
  margin-bottom: 20px;
}
.contact_area_left strong:nth-of-type(3)::before {
  background-image: url(../../../../../../img/design/icon03.png);
  width: 18px;
  height: 14px;
}
@media print, screen and (min-width: 1000px) {
  .contact_area_left {
    width: 50%;
    border-right: 1px solid #323232;
  }
}
@media print, screen and (max-width: 999px) {
  .contact_area_left {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #848484;
  }
}

@media print, screen and (min-width: 1000px) {
  .contact_area_right {
    width: 50%;
    text-align: center;
  }
  .contact_area_right p {
    margin-bottom: 30px;
    line-height: 2;
  }
}
@media print, screen and (max-width: 999px) {
  .contact_area_right p {
    margin-bottom: 20px;
  }
  .contact_area_right a {
    margin: auto;
    width: 210px;
    display: block;
  }
}

.contact_panel {
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .contact_panel {
    padding-bottom: 50px;
  }
  .contact_panel p {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 1000px) {
  .crevice_width_30 {
    margin-right: 30px;
  }
}

@media print, screen and (min-width: 1000px) {
  .crevice_width_40 {
    margin-right: 40px;
  }
}

@media print, screen and (min-width: 1000px) {
  .crevice_width_50 {
    margin-right: 50px;
  }
}

@media print, screen and (min-width: 1000px) {
  .crevice_width_120 {
    margin-right: 120px;
  }
}

.crevice_height_10 {
  margin-bottom: 10px;
}

.crevice_height_20 {
  margin-bottom: 20px;
}

.crevice_height_30 {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1000px) {
  .crevice_height_40 {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 999px) {
  .crevice_height_40 {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .crevice_height_60 {
    margin-bottom: 60px;
  }
}
@media print, screen and (max-width: 999px) {
  .crevice_height_60 {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 1000px) {
  .crevice_height_70 {
    margin-bottom: 70px;
  }
}
@media print, screen and (max-width: 999px) {
  .crevice_height_70 {
    margin-bottom: 40px;
  }
}

.color_red {
  color: #c8151e;
}

.text_center {
  text-align: center;
}

.font_size_larger {
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .font_size_larger {
    font-size: 1.2em;
  }
}

.half_height {
  height: 44px;
}

.cookie_content {
  padding: 20px 10px;
  color: #f5f5f5;
  background: #323232;
  position: -webkit-fixed;
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  visibility: hidden;
  transition: 0.5s;
  z-index: 100;
}
.cookie_content a {
  color: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
@media print, screen and (min-width: 1000px) {
  .cookie_content {
    margin: auto;
    font-size: 16px;
    max-width: 1600px;
  }
}

.is_show {
  visibility: visible;
}

.cookie_text {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 999px) {
  .cookie_text {
    font-size: 0.8em;
  }
}

.cookie_btn {
  display: flex;
  justify-content: flex-end;
}

.cookie_btn_en {
  justify-content: space-between;
}
.cookie_btn_en div {
  display: flex;
  justify-content: center;
}

.cookie_agree {
  margin-right: 20px;
  background: #c8151e;
}

.cookie_reject {
  border: 2px solid #f5f5f5;
}

.cookie_agree, .cookie_reject {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
}
.cookie_agree:hover, .cookie_reject:hover {
  cursor: pointer;
}

.cc_hide1 {
  display: none;
}

.cc_hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* 製品情報
----------------------------------------------- */
.content_text_list_link strong {
  color: #c8151e;
  font-weight: bold;
}
.content_text_list_link ul {
  display: flex;
  flex-wrap: wrap;
}
.content_text_list_link table {
  table-layout: fixed;
}
.content_text_list_link th, .content_text_list_link td {
  vertical-align: middle;
}
.content_text_list_link .table_auto_th {
  width: auto;
}
@media print, screen and (min-width: 1000px) {
  .content_text_list_link strong {
    font-size: 1.7em;
  }
  .content_text_list_link li {
    width: 49%;
  }
  .content_text_list_link li:nth-child(2n+1) {
    margin-right: 2%;
  }
  .content_text_list_link .text_center img {
    max-width: 835px;
  }
  .content_text_list_link table {
    width: 100%;
  }
}
@media print, screen and (max-width: 999px) {
  .content_text_list_link strong {
    margin-bottom: 10px;
    font-size: 1.2em;
    display: block;
  }
}

.left_space {
  margin-left: 10px;
}

@media print, screen and (min-width: 1000px) {
  .content_text_section_box_sub {
    align-items: center;
  }
}

.content_text_list_link_box {
  border: 2px solid #323232;
}
@media print, screen and (min-width: 1000px) {
  .content_text_list_link_box {
    display: flex;
    align-items: center;
  }
  .content_text_list_link_box div {
    width: 50%;
  }
}
@media print, screen and (max-width: 999px) {
  .content_text_list_link_box {
    margin: 0 auto 30px;
    max-width: 600px;
  }
}

.content_text_list_link_box_btn {
  text-align: center;
}
.content_text_list_link_box_btn img {
  height: 40px;
}
@media print, screen and (max-width: 999px) {
  .content_text_list_link_box_btn {
    padding: 20px 10px;
  }
  .content_text_list_link_box_btn p {
    font-size: 0.9em;
  }
  .content_text_list_link_box_btn span {
    font-size: 1em;
  }
}

.content_text_list_link_area img {
  width: 240px;
}
@media print, screen and (min-width: 1000px) {
  .content_text_list_link_area {
    display: flex;
    align-items: center;
  }
  .content_text_list_link_area p {
    margin-right: 40px;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_text_list_link_box_double {
    display: flex;
    justify-content: space-between;
  }
  .content_text_list_link_box_double .content_text_list_link_box {
    width: 48%;
  }
  .content_text_list_link_box_double .content_text_list_link_box div {
    width: auto;
  }
  .content_text_list_link_box_double .content_text_list_link_box_image img {
    height: 160px;
  }
  .content_text_list_link_box_double .content_text_list_link_box_btn {
    margin: auto;
  }
}
@media print, screen and (max-width: 999px) {
  .content_text_list_link_box_double .content_text_list_link_box {
    max-width: 460px;
  }
  .content_text_list_link_box_double .content_text_list_link_box:first-child {
    margin-bottom: 30px;
  }
}

.content_text_list_link_box_triple sub {
  vertical-align: baseline;
}
@media print, screen and (min-width: 1000px) {
  .content_text_list_link_box_triple {
    display: flex;
  }
  .content_text_list_link_box_triple div:nth-of-type(1) {
    margin-right: 9%;
    width: 30%;
    display: flex;
    align-items: center;
  }
  .content_text_list_link_box_triple div:nth-of-type(2) {
    margin-right: 9%;
    width: 30%;
  }
  .content_text_list_link_box_triple div:nth-of-type(3) {
    width: 22%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
  }
}

.content_switching_list_sub_area p {
  width: 260px;
  border: 0;
  border-radius: 30px;
  background: #e0e0e0;
  text-align: center;
}
.content_switching_list_sub_area p a {
  padding: 12px 0;
  width: 100%;
}
.content_switching_list_sub_area p:hover {
  background: #323232;
}
@media print, screen and (min-width: 1000px) {
  .content_switching_list_sub_area {
    display: flex;
    justify-content: center;
    gap: 0 20px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_switching_list_sub_area {
    margin-top: 20px;
  }
  .content_switching_list_sub_area p {
    margin-left: auto;
    margin-right: auto;
  }
  .content_switching_list_sub_area p:first-child {
    margin-bottom: 20px;
  }
}

/* 用途・波長別検索
----------------------------------------------- */
.content_text_search_table table {
  width: 100%;
}
.content_text_search_table table:last-child {
  border-bottom: 1px solid #b7b7b7;
}
.content_text_search_table table td {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: none;
  width: auto;
  text-align: left;
}
.content_text_search_table table td p {
  text-align: center;
}
.content_text_search_table th:nth-of-type(1) {
  width: 35%;
}
.content_text_search_table th:nth-of-type(2) {
  width: 15%;
}
.content_text_search_table th:nth-of-type(3) {
  width: 50%;
}

.content_text_search_table_en table th, .content_text_search_table_en table td {
  word-break: break-word;
}
.content_text_search_table_en table th:nth-of-type(1) {
  width: 34%;
}
.content_text_search_table_en table th:nth-of-type(2) {
  width: 18%;
}
.content_text_search_table_en table th:nth-of-type(3) {
  width: 48%;
}

.content_text_search_table_image {
  margin: auto;
  width: 300px;
  display: block;
}

.content_text_search_table_box {
  display: flex;
  justify-content: space-between;
}
.content_text_search_table_box img {
  width: 20px;
}

.text_middle {
  vertical-align: middle;
}

.switching_image_none {
  display: none;
}

/* 設計・加工受託
----------------------------------------------- */
@media print, screen and (min-width: 1000px) {
  .sub_fv {
    margin: 0 auto 60px;
    max-width: 1600px;
  }
}
@media print, screen and (max-width: 999px) {
  .sub_fv {
    margin-bottom: 40px;
  }
}

.content_text h2 {
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .content_text {
    margin: auto;
    padding: 0 20px;
    max-width: 1140px;
  }
  .content_text h2:not(.content_title_image) {
    margin-bottom: 40px;
  }
  .content_text h2 img {
    height: 140px;
  }
  .content_text .content_switching_list_sub {
    margin-bottom: 50px;
  }
  .content_text .content_switching_list_sub ul {
    flex-wrap: wrap;
  }
  .content_text .content_switching_list_sub li {
    margin-bottom: 10px;
  }
  .content_text .content_switching_list_sub li:hover {
    background: #323232;
  }
  .content_text .content_switching_list_sub a {
    width: 170px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_text {
    padding: 0 20px 30px;
  }
  .content_text h2:not(.content_title_image) {
    margin-bottom: 30px;
  }
  .content_text h2 img {
    max-height: 100px;
  }
}

.content_text_list h3 {
  font-weight: bold;
  position: relative;
}
.content_text_list h3::before {
  content: "";
  background: url(../../../../../../img/share_icon.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
}
.content_text_list li:not(:last-child) {
  margin-bottom: 10px;
}
.content_text_list h4 {
  color: #c8151e;
  font-size: 1.3em;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .content_text_list h3 {
    margin-bottom: 20px;
    padding-left: 60px;
    font-size: 32px;
  }
  .content_text_list h3::before {
    width: 50px;
    height: 35px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_text_list h3 {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 1.4em;
  }
  .content_text_list h3::before {
    width: 29px;
    height: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_text_list_area {
    display: flex;
  }
}

.content_text_left_link {
  max-width: 350px;
}
@media print, screen and (min-width: 1000px) {
  .content_text_left_link {
    padding: 0 0 20px 20px;
  }
}

.content_text_left span {
  color: #c8151e;
}
@media print, screen and (max-width: 999px) {
  .content_text_left {
    margin-bottom: 10px;
  }
}

.content_text_left_en p {
  display: flex;
}

@media print, screen and (min-width: 1000px) {
  .content_text_right_image {
    max-width: 292px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_text_right_image {
    margin: 0 auto 10px;
    max-width: 400px;
  }
}

.content_text_responsive img {
  max-width: 292px;
  min-width: 0;
}
@media print, screen and (min-width: 1000px) {
  .content_text_responsive {
    display: flex;
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 999px) {
  .content_text_responsive img {
    margin: auto;
    display: block;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_step img {
    margin: -5% 0 -3% -6%;
  }
}

.content_title {
  color: #c8151e;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .content_title {
    font-size: 32px;
  }
}

.content_title_image {
  position: relative;
}
.content_title_image::before {
  content: "";
  margin: auto;
  background: url(../../../../../../img/design/heading04.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: -1;
}
@media print, screen and (min-width: 1000px) {
  .content_title_image {
    margin: 70px auto 60px;
  }
  .content_title_image::before {
    width: 500px;
    height: 121px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_title_image {
    margin: 40px auto 20px;
  }
  .content_title_image::before {
    width: 280px;
    height: 68px;
  }
}

.content_text_section table {
  border-collapse: collapse;
  text-align: center;
}
.content_text_section table sub {
  vertical-align: top;
}
.content_text_section tr {
  border-top: 1px solid #b7b7b7;
}
.content_text_section th, .content_text_section td {
  padding: 10px 0;
}
.content_text_section th {
  font-weight: bold;
  background: #eaeaea;
  border-bottom: 1px solid #b7b7b7;
  vertical-align: middle;
}
.content_text_section th:not(:last-child) {
  border-right: 1px solid #b7b7b7;
}
.content_text_section th + .content_table_border {
  border-right: 3px solid #b7b7b7;
}
.content_text_section td {
  border-bottom: 1px solid #b7b7b7;
}
.content_text_section td:not(:last-child) {
  border-right: 1px solid #b7b7b7;
}
.content_text_section td + .content_table_border {
  border-right: 3px solid #b7b7b7;
}
.content_text_section td p a:hover {
  border-bottom: 1px solid #b7b7b7;
}
.content_text_section small {
  font-size: 0.9em;
  display: block;
  text-align: right;
}
@media print, screen and (min-width: 1000px) {
  .content_text_section th, .content_text_section td {
    width: 213px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_text_section {
    overflow: scroll;
  }
  .content_text_section table {
    width: 900px;
  }
  .content_text_section th, .content_text_section td {
    word-break: break-all;
  }
}

.content_text_section_image {
  display: flex;
}
@media print, screen and (min-width: 1000px) {
  .content_text_section_image img {
    width: 412px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_text_section_image img {
    width: 50%;
  }
}

.content_text_section_group span {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .content_text_section_group {
    display: flex;
  }
}

.section_group_item dl {
  border-left: 6px solid #b7b7b7;
}
.section_group_item dt, .section_group_item dd {
  padding-left: 20px;
}
@media print, screen and (max-width: 999px) {
  .section_group_item {
    margin-bottom: 20px;
  }
  .section_group_item dl {
    word-break: break-all;
  }
}

@media print, screen and (min-width: 1000px) {
  .section_group_tetx_item {
    width: 412px;
  }
}

@media print, screen and (max-width: 999px) {
  .section_group_image {
    text-align: center;
  }
}

@media print, screen and (min-width: 1000px) {
  .section_group_image_area {
    width: 412px;
  }
}
@media print, screen and (max-width: 999px) {
  .section_group_image_area {
    margin: auto;
    width: 48%;
  }
}

@media print, screen and (min-width: 1000px) {
  .section_group_holder {
    margin-right: 40px;
    max-width: 910px;
  }
}

@media print, screen and (min-width: 1000px) {
  .section_group_link_image {
    width: 443px;
  }
}
@media print, screen and (max-width: 999px) {
  .section_group_link_image {
    max-width: 443px;
    width: 100%;
  }
}

@media print, screen and (min-width: 1000px) {
  #content_text_list01, #content_text_list02, #content_text_list03, #content_text_list04, #content_text_list05, #content_text_list06 {
    margin-top: -175px;
    padding-top: 175px;
  }
}
@media print, screen and (max-width: 999px) {
  #content_text_list01, #content_text_list02, #content_text_list03, #content_text_list04, #content_text_list05, #content_text_list06 {
    margin-top: -75px;
    padding-top: 75px;
  }
}

.content_text_sub table {
  font-size: 0.9em;
}
.content_text_sub td {
  vertical-align: middle;
}

@media print, screen and (min-width: 1000px) {
  .content_text_section_box {
    display: flex;
  }
}

.section_box_item img {
  width: 235px;
}

@media print, screen and (min-width: 1000px) {
  .section_box_image {
    margin-left: auto;
    max-width: 382px;
  }
  .section_box_image img {
    width: 178px;
  }
  .section_box_image img:nth-of-type(1) {
    margin-right: 20px;
  }
}
@media print, screen and (max-width: 999px) {
  .section_box_image {
    display: flex;
    justify-content: center;
  }
  .section_box_image img {
    width: 48%;
  }
  .section_box_image img:nth-of-type(1) {
    margin-right: 4%;
  }
}

@media print, screen and (min-width: 1000px) {
  #content_text_list02 .section_box_item {
    margin-right: 4%;
    width: 80%;
  }
  #content_text_list02 .section_box_image {
    width: 16%;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_text_table_area {
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_text_table_area_left {
    margin-right: 50px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_text_table_area_left {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_text_table_area_sub {
    width: 540px;
    table-layout: fixed;
  }
  .content_text_table_area_sub .table_middle_th {
    width: 210px;
  }
  .content_text_table_area_sub .table_auto_th {
    width: auto;
  }
}

@media print, screen and (min-width: 1000px) {
  #content_text_list03 .section_box_item {
    margin-right: 4%;
    width: 80%;
  }
  #content_text_list03 .section_box_image {
    width: 16%;
  }
}

@media print, screen and (min-width: 1000px) {
  #content_text_list04 .section_box_item {
    margin-right: 4%;
    width: 80%;
  }
  #content_text_list04 .section_box_image {
    width: 16%;
  }
}

@media print, screen and (min-width: 1000px) {
  #content_text_list05 .section_box_item {
    margin-right: 4%;
    width: 80%;
  }
  #content_text_list05 .section_box_image {
    width: 16%;
  }
  #content_text_list05 table {
    width: 100%;
    table-layout: fixed;
  }
}

#content_text_list06 td:first-child {
  border-right: 1px solid #b7b7b7;
}
@media print, screen and (min-width: 1000px) {
  #content_text_list06 .content_text_section:nth-of-type(1) th:nth-of-type(1) {
    width: auto;
  }
  #content_text_list06 .content_text_section:nth-of-type(2) th:nth-of-type(2) {
    width: auto;
  }
  #content_text_list06 table {
    width: 100%;
    table-layout: fixed;
  }
  #content_text_list06 .content_text_section_box {
    justify-content: space-between;
  }
}

/* 開発・技術情報
----------------------------------------------- */
@media print, screen and (min-width: 1000px) {
  .content_switching_list_text {
    padding: 0 6%;
    text-align: center;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_list_box_sub .section_group_item {
    margin-right: 2%;
    width: 75%;
  }
  .content_list_box_sub .section_group_image {
    width: 23%;
  }
}
@media print, screen and (max-width: 999px) {
  .content_list_box_sub .section_group_image .content_pop_image img {
    height: 200px;
  }
}

.content_pop {
  display: none;
}
.content_pop:checked + .content_pop_zoom {
  width: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

.content_pop_zoom {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.content_pop_zoom_image {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  overflow: auto;
}
@media print, screen and (min-width: 1000px) {
  .content_pop_zoom_image {
    max-width: 1140px;
  }
}

.content_pop_image label {
  cursor: pointer;
}

.section_group_image_sub p {
  margin-top: 10px;
  font-size: 0.8em;
  display: flex;
}
@media print, screen and (min-width: 1000px) {
  .section_group_image_sub ul {
    display: flex;
    justify-content: center;
    gap: 0 30px;
  }
  .section_group_image_sub li {
    width: 400px;
  }
  .section_group_image_sub li #reveal {
    width: 400px;
    height: 260px;
  }
}
@media print, screen and (max-width: 999px) {
  .section_group_image_sub li {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
  }
  .section_group_image_sub li:first-child {
    margin-bottom: 20px;
  }
  .section_group_image_sub li #reveal {
    width: 250px;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_movie_box {
    margin: auto;
    width: 720px;
  }
}

.content_movie_box_list div div {
  aspect-ratio: 16/9;
}

@media print, screen and (min-width: 1000px) {
  .section_group_item_sub {
    margin-right: 5%;
    width: 60%;
  }
  .section_group_item_sub img {
    max-width: 520px;
  }
  .section_group_item_sub .font_size_larger {
    border-bottom: 1px solid #323232;
  }
}

.section_group_image_double {
  display: flex;
  gap: 0 10px;
}
.section_group_image_double .content_pop_image p {
  font-size: 0.8em;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .section_group_image_double {
    width: 35%;
  }
  .section_group_image_double .content_pop_image img {
    max-height: 260px;
  }
}
@media print, screen and (max-width: 999px) {
  .section_group_image_double {
    margin-bottom: 30px;
    justify-content: center;
  }
  .section_group_image_double .content_pop_image {
    max-width: 420px;
    text-align: center;
  }
  .section_group_image_double .content_pop_image img {
    width: 80%;
  }
}

.content_text_table_area_center {
  justify-content: center;
}
.content_text_table_area_center td:nth-of-type(3) {
  border-right: 1px solid #b7b7b7;
}
.content_text_table_area_center td:nth-of-type(4) {
  position: relative;
}
.content_text_table_area_center td:nth-of-type(4)::before {
  content: "";
  margin: auto;
  background: url(../../../../../../img/development/item11.png);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 1000px) {
  .content_text_table_area_center td:nth-of-type(4)::before {
    width: 103px;
    height: 256px;
  }
}

.content_text_section_sub table {
  width: 100%;
}
.content_text_section_sub tr:last-child td {
  font-weight: bold;
  vertical-align: middle;
}
.content_text_section_sub tr:last-child td:nth-of-type(2) {
  border-right: 1px solid #b7b7b7;
}
@media print, screen and (max-width: 999px) {
  .content_text_section_sub table {
    width: 900px;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_text_list_line {
    display: flex;
    align-items: center;
    gap: 0 30px;
  }
  .content_text_list_line .content_pop_image img {
    width: 255px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_text_list_line dt {
    margin-bottom: 20px;
  }
  .content_text_list_line dt .content_pop_image {
    width: 80%;
  }
  .content_text_list_line dd table {
    width: 500px;
  }
  .content_text_list_line dd th {
    width: 120px;
  }
  .content_text_list_line dd td {
    width: auto;
  }
}

.content_text_list_line_btn img {
  height: 40px;
}
@media print, screen and (max-width: 999px) {
  .content_text_list_line_btn img {
    margin-bottom: 20px;
  }
}

.content_text_list_line_sub {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1000px) {
  .content_text_list_line_sub div {
    width: 33%;
  }
  .content_text_list_line_sub div:not(:last-child) {
    margin-bottom: 30px;
  }
}

.content_text_list_line_table {
  font-size: 0.9em;
}
.content_text_list_line_table tr:nth-of-type(1) td {
  background: #eaeaea;
}
.content_text_list_line_table th {
  font-weight: bold;
  background: #c1c1c1;
}
.content_text_list_line_table td {
  vertical-align: middle;
}
.content_text_list_line_table td img {
  width: 26px;
}
@media print, screen and (min-width: 1000px) {
  .content_text_list_line_table th {
    width: 150px;
  }
  .content_text_list_line_table td {
    width: 115px;
  }
}

/* 会社情報
----------------------------------------------- */
.content_section_text_list dl {
  display: flex;
}
.content_section_text_list dt {
  border-top: 3px solid #c8151e;
  text-align: center;
}
.content_section_text_list dd {
  border-top: 1px solid #323232;
}
@media print, screen and (min-width: 1000px) {
  .content_section_text_list {
    margin: 0 auto 60px;
    max-width: 940px;
  }
  .content_section_text_list dt {
    padding: 10px 10px 30px;
    width: 20%;
  }
  .content_section_text_list dd {
    padding: 10px 10px 30px;
    width: 80%;
  }
}
@media print, screen and (max-width: 999px) {
  .content_section_text_list {
    margin-bottom: 20px;
  }
  .content_section_text_list dt {
    padding: 10px 10px 20px;
    width: 30%;
  }
  .content_section_text_list dd {
    padding: 10px 10px 20px;
    width: 70%;
  }
}

.content_section_text_list_image img {
  height: 40px;
}

.content_section_text_table strong {
  margin-bottom: 20px;
  display: block;
}
.content_section_text_table strong span {
  font-family: "游明朝 Medium", serif;
  font-size: 1.4em;
}
.content_section_text_table table {
  border-top: 1px solid #b7b7b7;
  border-collapse: collapse;
}
.content_section_text_table tr {
  border-bottom: 1px solid #b7b7b7;
}
.content_section_text_table th {
  background: #eaeaea;
  border-right: 1px solid #b7b7b7;
  vertical-align: middle;
  text-align: center;
}
.content_section_text_table td {
  padding: 10px;
}
@media print, screen and (min-width: 1000px) {
  .content_section_text_table th {
    width: 180px;
  }
  .content_section_text_table td {
    width: 740px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_section_text_table strong span {
    display: block;
  }
  .content_section_text_table th {
    width: 30%;
  }
  .content_section_text_table td {
    width: 70%;
  }
}

.content_group_text_list dl {
  display: flex;
}

.content_sub_text {
  text-align: center;
}
.content_sub_text .content_text_list strong {
  font-weight: bold;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .content_sub_text .content_text_list strong {
    font-size: 18px;
  }
  .content_sub_text .content_text_list strong:nth-of-type(1) {
    margin-top: -20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_sub_text_caption {
    margin-left: auto;
    margin-right: auto;
    width: 497px;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_sub_text_image img {
    width: 706px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_sub_text_image img {
    margin: 0 auto 10px;
    max-width: 600px;
    width: 100%;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_sub_text_list .content_sub_text_list_caption img {
    height: 20px;
  }
  .content_sub_text_list p {
    line-height: 2;
  }
}

.content_text_list_back {
  background: url(../../../../../../img/company/bg_color.png);
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .content_text_list_back {
    padding-bottom: 70px;
  }
  .content_text_list_back h2 {
    margin-bottom: 40px;
  }
  .content_text_list_back h2 img {
    height: 140px;
  }
  .content_text_list_back ul {
    margin: auto;
    max-width: 1100px;
    display: flex;
  }
  .content_text_list_back p {
    line-height: 2;
  }
  .content_text_list_back p:nth-of-type(2) {
    margin-top: -20px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_text_list_back {
    padding-bottom: 30px;
  }
  .content_text_list_back h2 {
    margin-bottom: 30px;
  }
  .content_text_list_back h2 img {
    height: 100px;
  }
  .content_text_list_back li {
    margin: auto;
    width: 70%;
  }
  .content_text_list_back li:not(:first-child) {
    margin-top: -35px;
  }
  .content_text_list_back p {
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_history_list {
    width: 910px;
  }
}

.content_text_list_box {
  display: flex;
}
@media print, screen and (min-width: 1000px) {
  .content_text_list_box {
    margin-top: -20px;
  }
  .content_text_list_box ul {
    width: 33%;
  }
}
@media print, screen and (max-width: 999px) {
  .content_text_list_box {
    flex-wrap: wrap;
  }
}

.content_table_area table {
  border-top: 1px solid #b7b7b7;
  border-collapse: collapse;
}
.content_table_area tr {
  border-bottom: 1px solid #b7b7b7;
}
.content_table_area th {
  background: #eaeaea;
  text-align: center;
}
.content_table_area .content_text_right {
  width: 250px;
}
@media print, screen and (min-width: 1000px) {
  .content_table_area .content_text_left {
    margin-right: 40px;
    max-width: 850px;
    width: 74%;
    flex-grow: 1;
  }
  .content_table_area table {
    width: 100%;
    table-layout: fixed;
  }
  .content_table_area th, .content_table_area td {
    height: 40px;
    line-height: 40px;
  }
  .content_table_area td {
    padding: 0 10px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_table_area {
    margin-bottom: 30px;
    overflow: scroll;
  }
  .content_table_area table {
    width: 800px;
  }
  .content_table_area th, .content_table_area td {
    padding: 10px 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_table_link_area {
    margin: 10px 0 30px;
  }
  .content_table_link_area a:nth-of-type(2) {
    margin-left: 30px;
  }
  .content_table_link_area img {
    height: 42px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_table_link_area a:nth-of-type(2) {
    margin-left: 20px;
  }
  .content_table_link_area img {
    height: 30px;
  }
}

.content_text_area p {
  word-break: break-word;
}

.content_text_sub_area {
  margin-left: 1em;
}

.content_text_info {
  padding: 20px;
  border: 1px solid #c8151e;
}

.content_text_detail {
  text-align: right;
}

/* お問い合わせ・新着情報
----------------------------------------------- */
@media print, screen and (min-width: 1000px) {
  .content_form {
    margin: 0 auto 70px;
    max-width: 850px;
  }
}

.content_form_list {
  margin-bottom: 30px;
  text-align: center;
}
.content_form_list div {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
}
.content_form_list p:nth-of-type(1) {
  margin-bottom: 20px;
}
.content_form_list strong {
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .content_form_list img {
    margin: 0 auto 70px;
    width: 418px;
  }
  .content_form_list div {
    padding: 30px 20px;
  }
  .content_form_list p:nth-of-type(2) {
    margin-bottom: 10px;
    margin-left: -15.7em;
  }
  .content_form_list strong {
    margin-top: -30px;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_form_list img {
    margin: 0 auto 30px;
    max-width: 400px;
    width: 100%;
  }
  .content_form_list div {
    padding: 20px 10px;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_form_list_en p:nth-of-type(2) {
    margin-left: -3.7em;
  }
}

.content_form_required {
  padding: 0 10px;
  color: #fff;
  background: #c8151e;
}

.content_form_block input, .content_form_block textarea {
  padding: 5px 10px;
}
.content_form_block dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.content_form_block .content_form_required {
  margin-left: 10px;
}
@media print, screen and (min-width: 1000px) {
  .content_form_block input, .content_form_block textarea {
    font-size: 16px;
  }
  .content_form_block dl {
    margin-bottom: 30px;
  }
  .content_form_block dd div {
    display: flex;
    gap: 0 20px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_form_block dl {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .form_text_long {
    width: 770px;
  }
}
@media print, screen and (max-width: 999px) {
  .form_text_long {
    max-width: 700px;
    width: 75%;
  }
}

@media print, screen and (min-width: 1000px) {
  .form_text_half_long {
    width: 570px;
  }
}
@media print, screen and (max-width: 999px) {
  .form_text_half_long {
    max-width: 500px;
    width: 75%;
  }
}

@media print, screen and (min-width: 1000px) {
  .form_text_middle {
    width: 340px;
  }
}
@media print, screen and (max-width: 999px) {
  .form_text_middle {
    max-width: 340px;
    width: 75%;
  }
}

@media print, screen and (min-width: 1000px) {
  .form_text_short {
    width: 100px;
  }
}
@media print, screen and (max-width: 999px) {
  .form_text_short {
    max-width: 100px;
    width: 28%;
  }
}

.text_bold {
  font-weight: bold;
}

.content_form_block_file {
  margin-bottom: 5px;
  position: relative;
}
.content_form_block_file input[type=file]::file-selector-button {
  padding: 5px 10px 3px;
  border: none;
  background: #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
}
.content_form_block_file span {
  padding: 5px 10px 3px;
  width: 120px;
  background: #e0e0e0;
  border-radius: 5px;
  position: absolute;
  top: -5px;
  left: 0;
  text-align: center;
}

.content_form_block_file_notes {
  font-size: smaller;
  display: block;
}

.content_form_block_half {
  margin-left: 10px;
  font-size: smaller;
}

.content_form_block_privacy {
  background: #eaeaea;
  text-align: center;
}
.content_form_block_privacy p {
  margin-bottom: 20px;
}
.content_form_block_privacy a {
  color: #c8151e;
  border-bottom: 1px solid #c8151e;
}
@media print, screen and (min-width: 1000px) {
  .content_form_block_privacy {
    margin: 0 auto 40px;
    padding: 30px 0;
    max-width: 850px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_form_block_privacy {
    margin: 0 auto 30px;
    padding: 20px 10px;
    max-width: 800px;
  }
}

.content_form_btn {
  text-align: center;
}
.content_form_btn p:nth-of-type(1) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1000px) {
  .content_form_btn img {
    width: 304px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_form_btn img {
    width: 220px;
  }
}

.content_form_text {
  text-align: center;
}
.content_form_text div {
  margin-top: 30px;
}
.content_form_text div div {
  margin-left: auto;
  margin-right: auto;
  width: 220px;
}
.content_form_text div div p {
  justify-content: flex-start;
}
.content_form_text div .content_form_text_en {
  width: 300px;
  text-align: left;
}
.content_form_text strong {
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: bold;
  display: block;
}
.content_form_text p img {
  width: 18px;
}
@media print, screen and (min-width: 1000px) {
  .content_form_text {
    margin-bottom: 70px;
  }
  .content_form_text p {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (max-width: 999px) {
  .content_form_text p img {
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 1000px) {
  .content_form_text_caption {
    margin: auto;
    width: 418px;
  }
}

.forms-desc {
  font-size: 0.9em;
  color: #b7b7b7;
}

.upload_file input[type=text] {
  background: none;
  border: none;
  box-shadow: none;
}

.choose {
  padding: 5px 15px;
  background: #e0e0e0;
  border-radius: 5px;
}

/* 採用情報
----------------------------------------------- */
.content_section_table_area {
  padding-bottom: 30px;
  border-bottom: 1px solid #b7b7b7;
}
@media print, screen and (min-width: 1000px) {
  .content_section_table_area {
    margin: 0 auto 80px;
    max-width: 940px;
  }
}

.content_section_table_area_box {
  text-align: center;
}
.content_section_table_area_box ul {
  margin: 0 auto 10px;
  width: 260px;
  text-align: left;
}
.content_section_table_area_box p img {
  margin-right: 5px;
  height: 16px;
  vertical-align: middle;
}

/* 新着情報・展示会情報一覧
----------------------------------------------- */
.content_text_news strong {
  margin-bottom: 30px;
  display: block;
}
.content_text_news small {
  margin-bottom: 30px;
  color: #c1c1c1;
  display: block;
  text-align: right;
}
@media print, screen and (min-width: 1000px) {
  .content_text_news strong {
    font-size: 1.5em;
  }
}

.content_text_news_box {
  border-top: 1px solid #848484;
}
.content_text_news_box dl {
  padding: 20px 0;
  border-bottom: 1px solid #848484;
  position: relative;
}
.content_text_news_box dt {
  color: #848484;
}
.content_text_news_box dd {
  display: flex;
}
.content_text_news_box dd img {
  width: 20px;
}
.content_text_news_box .label {
  height: 24px;
}
.content_text_news_box a img {
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 1000px) {
  .content_text_news_box dl {
    display: flex;
  }
  .content_text_news_box dt {
    margin-right: 30px;
  }
  .content_text_news_box dd p {
    margin-right: 30px;
    flex: 1;
  }
}
@media print, screen and (max-width: 999px) {
  .content_text_news_box a img {
    bottom: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
	.content_text_news_area{
		margin: auto;
		max-width: 940px;
	}
}

.content_text_news_btn{
	text-align: center;
}
@media print, screen and (min-width: 1000px) {
	.content_text_news_btn img{
		width: 304px;
	}
}
@media print, screen and (max-width: 999px) {
	.content_text_news_btn img{
		width: 220px;
	}
}

.content_switching_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
}
.content_switching_list li {
  background: #e0e0e0;
  border-radius: 30px;
  text-align: center;
}
.content_switching_list .active_switching, .content_switching_list .active_switching_en {
  background: #323232;
}
.content_switching_list a {
  padding: 12px 0;
  width: 130px;
  line-height: 1;
}
.content_switching_list img {
  height: 16px;
}
.content_switching_list div {
  text-align: center;
}
.content_switching_list button {
  padding: 12px 0;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}
@media print, screen and (min-width: 1000px) {
  .content_switching_list {
    margin-bottom: 60px;
  }
  .content_switching_list button {
    width: 240px;
  }
  .content_switching_list button:first-child {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 999px) {
  .content_switching_list li {
    margin-bottom: 20px;
  }
  .content_switching_list button {
    margin-bottom: 20px;
    width: 200px;
  }
}

.content_switching_list_en li a {
  width: 200px;
}
.content_switching_list_en button {
  width: 300px;
}

.content_section_table_list h5 {
  font-weight: bold;
}
.content_section_table_list li:not(:last-child) {
  margin-bottom: 30px;
}
.content_section_table_list table {
  margin-bottom: 10px;
}
.content_section_table_list strong {
  padding-bottom: 10px;
  font-weight: bold;
  color: #c8151e;
  border-bottom: 1px solid #b7b7b7;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .content_section_table_list {
    margin: 0 auto 80px;
    max-width: 940px;
  }
  .content_section_table_list h5 {
    font-size: 1.3em;
  }
  .content_section_table_list h5:hover {
    color: #c8151e;
  }
  .content_section_table_list h5:hover a {
    color: #c8151e;
  }
}
@media print, screen and (max-width: 999px) {
  .content_section_table_list {
    margin-bottom: 30px;
  }
  .content_section_table_list h5 {
    font-size: 1.1em;
  }
  .content_section_table_list table {
    width: 100%;
  }
}

/* 新着情報・展示会情報一覧(2025追加)
----------------------------------------------- */
.-switching_p {
	font-size: 20px;
	font-weight: bold;
}
.-switching_p a {
	color: #fff;
}
  
@media print, screen and (min-width: 1000px) {
	.-content_news-margin {
	margin-bottom: 60px;
	}
}
@media print, screen and (max-width: 999px) {
	.-content_news-margin {
	margin-bottom: 10px;
	}
}
  
.-pager_news-color .-pager_area li {
	color: #323232;
}
.-pager_news-color .-pager_list {
	background: #e0e0e0;
}
.-pager_news-color .-pager_active {
	background: #323232;
}
.-pager_news-color .-pager_active a {
	color: #fff;
}
.-pager_news-color .-arrow {
	background: #323232;
}
.-pager_news-color .-left_arrow::before, .-pager_news-color .-left_arrow::after, .-pager_news-color .-right_arrow::before, .-pager_news-color .-right_arrow::after {
	background: #323232;
}
  
/* MAGAZINE
----------------------------------------------- */
.-magazine_fv {
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .-magazine_fv {
    margin-bottom: 0;
  }
  .-magazine_fv .-page_path-margin {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 999px) {
  .-magazine_fv {
    margin-top: 60px;
    margin-bottom: 0;
  }
}

.m_fv-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media print, screen and (max-width: 999px) {
  .m_fv-text {
    margin-top: 60px;
  }
}

.-fv_text01 {
  width: 100%;
  color: #fff;
  position: absolute;
}
.-fv_text01 h2 {
  background: linear-gradient(90deg, #88a69d 80%, rgba(255, 255, 255, 0) 100%);
  display: inline-block;
}
.-fv_text01 h2::before {
  content: "";
  margin-right: 15px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (min-width: 1000px) {
  .-fv_text01 h2 {
    font-size: 22px;
  }
  .-fv_text01 h2::before {
    width: 200px;
  }
}
@media print, screen and (max-width: 999px) {
  .-fv_text01 h2 {
    padding-right: 20px;
  }
  .-fv_text01 h2::before {
    width: 24px;
  }
}
.-fv_text01 strong {
  font-weight: bold;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .-fv_text01 strong {
    margin-left: 15.5%;
    font-size: 80px;
    line-height: 1.4;
  }
}
@media print, screen and (max-width: 999px) {
  .-fv_text01 strong {
    margin: 10px 0 0 20px;
    font-size: 68px;
    line-height: 1;
  }
}
.-fv_text01 .-color_gray {
  background: linear-gradient(90deg, #8e95b1 80%, rgba(255, 255, 255, 0) 100%);
}
@media print, screen and (min-width: 1000px) {
  .-fv_text01 {
    top: 35%;
  }
}
.-fv_text02 {
  position: absolute;
}
@media print, screen and (min-width: 1000px) {
  .-fv_text02 {
    bottom: -36px;
    right: 0;
  }
  .-fv_text02 img {
    max-width: 654px;
    width: 100%;
  }
}
@media print, screen and (max-width: 999px) {
  .-fv_text02 {
    width: 55%;
    bottom: 18%;
    right: 0;
  }
}

.m_article {
  background: #ebeee7;
}
@media print, screen and (max-width: 999px) {
  .m_article {
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-m_article-list {
    padding: 85px 0 55px;
  }
}
@media print, screen and (max-width: 999px) {
  .-m_article-list {
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-m_article-bk02 {
    background: #dde2d7;
  }
}

@media print, screen and (min-width: 1000px) {
  .-m_article-flex {
    display: flex;
	align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1000px) {
  .-m_article-illust {
    margin-bottom: 20px;
    margin-right: 3.5%;
    max-width: 580px;
	width: 38vw;
  }
}
.-m_article-illust img {
  width: 100%;
}

.-m_article-area {
  position: relative;
}
.-m_article-area h3 {
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-m_article-area h3 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #88a69d;
    line-height: 1;
  }
  .-m_article-area h3 a {
    color: #88a69d;
  }
}
@media print, screen and (max-width: 999px) {
  .-m_article-area h3 {
    padding: 20px 60px 20px 25px;
    color: #fff;
    font-size: 26px;
  }
  .-m_article-area h3 a {
    color: #fff;
  }
}
.-m_article-area h4 {
  margin: 10px 0;
  font-weight: bold;
}
.-m_article-area .-font_gray {
  color: #8e95b1;
}
@media print, screen and (min-width: 1000px) {
  .-m_article-area .-font_gray a {
    color: #8e95b1;
  }
}
@media print, screen and (max-width: 999px) {
  .-m_article-area .-font_gray a {
    color: #fff;
  }
}

@media print, screen and (max-width: 999px) {
  .-m_article-area-sp {
    margin-bottom: 40px;
    background: #88a69d;
    position: relative;
  }
}

@media print, screen and (max-width: 999px) {
  .-m_article-area-sp-gray {
    background: #8e95b1;
  }
}

.-m_article-area-p {
  margin-bottom: 15px;
}

.-m_article-area-list {
	display: flex;
}
@media print, screen and (min-width: 1000px) {
  .-m_article-area-list {
    max-width: 650px;
	gap: 0 20px;
  }
  .-m_article-area-list p {
    font-size: 12px;
  }
}
.swiper-container {
  overflow: hidden;
}
@media print, screen and (max-width: 999px) {
	.swiper-container {
		margin: auto;
		max-width: 300px;
		width: 100%;
	}
}

.swiper-slide {
	flex-shrink: 0;
}
@media print, screen and (min-width: 1000px) {
	.swiper-slide {
		width: 203px !important;
	}
}

.-slide_illust{
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
}

@media print, screen and (min-width: 1000px) {
	.-slide_illust{
		height: 150px;
	}
}

@media print, screen and (max-width: 999px) {
	.-slide_illust{
		max-width: 400px;
		max-height: 300px;
	}
}

@media print, screen and (max-width: 700px) {
	.-slide_illust{
		max-width: 300px;
	}
}

#swiper-button-next01, #swiper-button-next02, #swiper-button-next03 {
  width: 40px;
  height: 40px;
  position: absolute;
}
#swiper-button-next01:after, #swiper-button-next02:after, #swiper-button-next03:after {
  content: none;
}
@media print, screen and (min-width: 1000px) {
  #swiper-button-next01, #swiper-button-next02, #swiper-button-next03 {
	margin-top: auto;
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
  }
}
@media print, screen and (max-width: 999px) {
	#swiper-button-next01, #swiper-button-next02, #swiper-button-next03 {
	  top: 50%;
	  right: 10px;
	  transform: translateY(-50%);
	}
}

.dm_fv-text {
  background: #ebeee7;
}
.dm_fv-text h2 {
  color: #88a69d;
  font-weight: bold;
  position: relative;
}
.dm_fv-text h2::before {
  content: "";
  margin-right: 20px;
  height: 1px;
  background: #88a69d;
  display: inline-block;
  vertical-align: middle;
}
.dm_fv-text .-font_gray {
  color: #8e95b1;
}
.dm_fv-text .-font_gray::before {
  background: #8e95b1;
}
@media print, screen and (min-width: 1000px) {
  .dm_fv-text {
    padding: 80px 0 50px;
    height: 24vw;
  }
  .dm_fv-text h2 {
    font-size: 22px;
  }
  .dm_fv-text h2::before {
    width: 310px;
  }
}
@media print, screen and (max-width: 999px) {
  .dm_fv-text {
    padding-top: 20px;
    height: 280px;
    border-top: 1px solid #c1c1c1;
  }
  .dm_fv-text h2::before {
    width: 24px;
  }
}

.dm_article {
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .dm_article {
    margin: -23% auto 60px;
    max-width: 850px;
    width: 100%;
  }
}
@media print, screen and (max-width: 999px) {
  .dm_article {
    margin: -240px 20px 50px;
  }
}

.dm_article-top {
  border-bottom: 1px solid #dcdcdc;
}
.dm_article-top h3 {
  color: #88a69d;
  font-weight: bold;
}
.dm_article-top img {
  display: block;
}
.dm_article-top .-font_gray {
  color: #8e95b1;
}
@media print, screen and (min-width: 1000px) {
  .dm_article-top {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .dm_article-top h3 {
    margin-bottom: 50px;
    font-size: 28px;
  }
  .dm_article-top img {
    margin-bottom: 50px;
  }
  .dm_article-top p {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 999px) {
  .dm_article-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .dm_article-top h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .dm_article-top p {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 1000px) {
  .dm_article-sub {
    margin-bottom: 110px;
  }
  .dm_article-sub p {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 999px) {
  .dm_article-sub h4 {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.-dm_article-sub-box01 {
  border-bottom: 1px solid #dcdcdc;
}
.-dm_article-sub-box01 h4 {
  color: #88a69d;
  font-weight: bold;
}
.-dm_article-sub-box01 .-font_gray {
  color: #8e95b1;
}
@media print, screen and (min-width: 1000px) {
  .-dm_article-sub-box01 {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .-dm_article-sub-box01 h4 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
@media print, screen and (max-width: 999px) {
  .-dm_article-sub-box01 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.-dm_article-sub-box01-margin {
  margin-bottom: 20px;
}

@media print, screen and (max-width: 999px) {
  .-dm_article-sub-box02 {
    margin-bottom: 40px;
  }
}

.dm_article-link a {
  color: #88a69d;
}
.dm_article-link .-font_gray p {
  border-bottom: 1px solid #8e95b1;
}
.dm_article-link .-font_gray a {
  color: #8e95b1;
}

.-dm_article-link-area {
  display: flex;
  justify-content: space-between;
}
.-dm_article-link-area p {
  border-bottom: 1px solid #88a69d;
}
@media print, screen and (min-width: 1000px) {
  .-dm_article-link-area {
    align-items: flex-end;
  }
}

.-dm_article-link-preview, .-dm_article-link-next {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 1000px) {
  .-dm_article-link-back p {
    padding-bottom: 10px;
  }
}
@media print, screen and (max-width: 999px) {
  .-dm_article-link-back p {
    font-size: 16px;
  }
}

.-arrow {
  position: relative;
  display: inline-block;
  height: 1px;
  background-color: #88a69d;
}
.-arrow::before {
  transform: rotate(45deg);
}
.-arrow::after {
  transform: rotate(-45deg);
}
.-arrow a {
  width: 100%;
  height: 100%;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .-arrow {
    width: 16px;
  }
}
@media print, screen and (max-width: 999px) {
  .-arrow {
    width: 30px;
  }
}

.-left_arrow {
  margin-right: 15px;
}
.-left_arrow::before, .-left_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  height: 1px;
  background-color: #88a69d;
  transform-origin: 0.5px 50%;
}
@media print, screen and (min-width: 1000px) {
  .-left_arrow::before, .-left_arrow::after {
    width: 9px;
  }
}
@media print, screen and (max-width: 999px) {
  .-left_arrow::before, .-left_arrow::after {
    width: 15px;
  }
}

.-right_arrow {
  margin-left: 15px;
}
.-right_arrow::before, .-right_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  height: 1px;
  border-radius: 9999px;
  background-color: #88a69d;
  transform-origin: calc(100% - 0.5px) 50%;
}
@media print, screen and (min-width: 1000px) {
  .-right_arrow::before, .-right_arrow::after {
    width: 9px;
  }
}
@media print, screen and (max-width: 999px) {
  .-right_arrow::before, .-right_arrow::after {
    width: 15px;
  }
}

.-f_article .dm_fv-text {
  background: #e8e9ef;
}

.-f_article-main {
  background: #e8e9ef;
}

@media print, screen and (min-width: 1000px) {
  .-m_article-bk04 {
    background: #dddfe7;
  }
}

.-font_gray .-arrow {
  background-color: #8e95b1;
}
.-font_gray .-arrow::before, .-font_gray .-arrow::after {
  background-color: #8e95b1;
}

@media print, screen and (min-width: 1000px) {
  .-m_list {
    padding: 80px 0;
  }
}

.-list_text h2 {
  margin-bottom: 10px;
  color: #fff;
  text-align: right;
}
.-list_text h2::after {
  content: "";
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
.-list_text h3 {
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-list_text h2 {
    font-size: 22px;
  }
  .-list_text h2::after {
    margin-left: 20px;
    width: 200px;
  }
  .-list_text h3 {
    font-size: 36px;
    text-align: center;
  }
}
@media print, screen and (max-width: 999px) {
  .-list_text h2::after {
    margin-left: 10px;
    width: 18px;
  }
  .-list_text h3 {
    margin-right: 24px;
    font-size: 20px;
    text-align: right;
  }
}

.-list_text-back {
	display: grid;
}

@media print, screen and (min-width: 1000px) {
  .-list_text-back {
    margin-bottom: 60px;
  }
}
@media print, screen and (max-width: 999px) {
  .-list_text-back {
    margin-top: -40px;
  }
}

.-list_text-back-img, .-list_text-back-text{
	grid-column: 1/2;
	grid-row: 1/2;
}

.-list_text-back-img img{
	height: 100%;
	object-fit: cover;
	object-position: 0 50%;
}

.-list_text-back-text{
	padding: 20px 0 50px;
	position: relative;
}

@media print, screen and (min-width: 1000px) {
  .-page_path-margin {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-m_list-area {
    margin: auto;
    padding: 0 20px;
    max-width: 1100px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .-m_list-area {
    padding: 50px 20px;
  }
}

.-m_list-area-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.-m_list-area-flex h4 {
  margin: 12px 0;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-m_list-area-flex li {
    margin-bottom: 60px;
    width: 30.5%;
  }
  .-m_list-area-flex h4 {
    font-size: 20px;
  }
  .-m_list-area-flex p {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 999px) {
  .-m_list-area-flex li {
    margin-bottom: 40px;
    width: 47%;
  }
  .-m_list-area-flex h4 {
    font-size: 16px;
  }
}

.-green_font {
  color: #88a69d;
}

.-gray_font {
  color: #8e95b1;
}

.-pager_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
.-pager_area li {
  color: #88a69d;
}
@media print, screen and (min-width: 1000px) {
  .-pager_area li {
    font-size: 20px;
  }
}
.-pager_arrow {
  display: flex;
  align-items: center;
}
.-pager_arrow a {
  width: 16px;
  height: 30px;
  display: block;
}

.-pager_list {
  background: #88a69d;
  border-radius: 50%;
  text-align: center;
}
.-pager_list a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
}

.-pager_active {
  background: #fff;
}
.-pager_active a {
  color: #88a69d;
}

.-pager_area-gray li {
  color: #8e95b1;
}
.-pager_area-gray .-pager_list {
  background: #8e95b1;
}
.-pager_area-gray .-pager_active {
  background: #fff;
}
.-pager_area-gray .-pager_active a {
  color: #8e95b1;
}

@media print, screen and (max-width: 999px) {
  .swiper-pagination {
    bottom: -7% !important;
  }
}

@media print, screen and (max-width: 999px) {
  .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
  }
}

@media print, screen and (max-width: 999px) {
  .swiper-pagination-bullet-active {
    background: #88a69d;
  }
}

@media print, screen and (max-width: 999px) {
  .-swiper_pagination-gray .swiper-pagination-bullet-active {
    background: #8e95b1;
  }
}

/* フッター
----------------------------------------------- */
.fot_main input {
  display: none;
}
.fot_main label {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .fot_main {
    margin: 50px auto 60px;
    padding: 0 20px;
    max-width: 1300px;
  }
  .fot_main ul {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_main {
    padding: 20px;
    border-top: 1px solid #848484;
  }
  .fot_main li:not(:nth-of-type(5)) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b7b7b7;
  }
  .fot_main .fot_switch {
    position: relative;
  }
  .fot_main .fot_switch::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #848484;
    border-right: 2px solid #848484;
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: calc(50% - 5px);
    transform: rotate(135deg);
  }
  .fot_main .fot_menu_list {
    height: 0;
    overflow: hidden;
  }
  .fot_main input:checked + .fot_switch + .fot_menu_list {
    height: auto;
    transition: all 0.3s;
  }
  .fot_main input:checked + .fot_switch::before {
    transform: rotate(-45deg);
  }
}

@media print, screen and (min-width: 1000px) {
  .fot_main_en li:not(:nth-of-type(2)) .fot_menu_list {
    margin-top: 1em;
  }
  .fot_main_en li:nth-of-type(2) .fot_menu_list {
    margin-top: 0.6em;
  }
}

@media print, screen and (min-width: 1000px) {
  .fot_menu_list_en {
    margin-top: 3em;
  }
}

@media print, screen and (min-width: 1000px) {
  .fot_menu_list_en_sp {
    margin-top: -1.3em;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_menu_list_en_sp label:nth-of-type(1) {
    padding-bottom: 20px;
    border-bottom: 1px solid #b7b7b7;
  }
  .fot_menu_list_en_sp label:nth-of-type(2) {
    padding-top: 20px;
  }
  .fot_menu_list_en_sp label.fot_switch::before {
    top: calc(50% + 3px);
  }
}

.fot_copy {
  background: #323232;
}
@media print, screen and (min-width: 1000px) {
  .fot_copy {
    margin: auto;
    padding: 20px 0;
    max-width: 1600px;
  }
  .fot_copy ul {
    display: flex;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_copy {
    padding: 15px 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .fot_copy_left {
    margin-left: 7%;
    width: 278px;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_copy_left {
    width: 178px;
  }
}

@media print, screen and (min-width: 1000px) {
  .fot_copy_right {
    margin-left: auto;
    margin-right: 3%;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_copy_right {
    position: relative;
  }
}

.copy {
  margin-right: 20px;
  color: #fff;
  font-size: 0.9em;
}

@media print, screen and (min-width: 1000px) {
  .fot_copy_btn {
    width: 40px;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_copy_btn {
    width: 60px;
    position: absolute;
    top: -30px;
    right: -10px;
  }
}

.sub_fot {
  border-top: 1px solid #b7b7b7;
}
@media print, screen and (max-width: 999px) {
  .sub_fot .fot_main {
    border-top: none;
  }
}/*# sourceMappingURL=style.css.map */