@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.inner_main .main_bg {
  background-image: url("../images/equipment/main.jpg"); }

.equip_tab {
  max-width: 960px;
  margin: clamp(50px, 6.667vw, 80px) auto clamp(30px, 5vw, 60px); }
  .equip_tab a {
    display: flex;
    justify-content: space-between;
    border: 1px solid currentColor;
    width: 47.92%;
    align-items: center;
    padding: 15px 20px 12px;
    font-size: clamp(12px, 1.334vw, 16px);
    background: #FFF;
    color: #3caec8;
    transition: 0.3s all ease-in-out 0s;
    line-height: 1;
    border-radius: 5px; }
    @media screen and (max-width: 820px) {
      .equip_tab a {
        font-size: 1.8vw; } }
    @media screen and (max-width: 480px) {
      .equip_tab a {
        font-size: 3vw;
        flex-direction: column;
        row-gap: 6px;
        padding: 15px 5px; } }
    body:not(.mobile) .equip_tab a:hover, .equip_tab a.cr {
      color: #FFF;
      background: #3caec8; }
    .equip_tab a span.cinzel {
      font-size: 187%; }
      @media screen and (max-width: 480px) {
        .equip_tab a span.cinzel {
          font-size: 160%; } }

.equip_tab02 {
  justify-content: center;
  column-gap: 5%;
  margin-bottom: 40px; }
  @media screen and (max-width: 820px) {
    .equip_tab02 {
      margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .equip_tab02 {
      margin-bottom: 0;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px 2%; } }
  @media screen and (max-width: 480px) {
    .equip_tab02.sp_small {
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px 4%; } }
  @media screen and (max-width: 480px) {
    .equip_tab02.sp_small a {
      width: 48%; } }
  @media screen and (max-width: 480px) {
    .equip_tab02.sp_small a:last-child {
      width: 100%; } }
  .equip_tab02.bottom {
    margin: 60px auto 20px; }
    @media screen and (max-width: 480px) {
      .equip_tab02.bottom {
        margin: 40px auto 20px; } }
    .equip_tab02.bottom a {
      row-gap: 10px; }
      .equip_tab02.bottom a .click:after {
        top: auto;
        bottom: 100%;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
  .equip_tab02 a {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: clamp(15px, 2.167vw, 26px);
    color: #3caec8; }
    @media screen and (max-width: 820px) {
      .equip_tab02 a {
        font-size: 2.3vw; } }
    @media screen and (max-width: 480px) {
      .equip_tab02 a {
        width: 32%;
        font-size: 4.8vw; } }
    body:not(.mobile) .equip_tab02 a:hover .click {
      background: #FFF; }
    .equip_tab02 a .click {
      font-size: 61%;
      color: #333;
      padding: 7px 20px 5px;
      line-height: 1;
      position: relative;
      border-color: currentColor;
      border-top: 1px solid;
      border-bottom: 1px solid;
      transition: 0.3s all ease-in-out 0s; }
      .equip_tab02 a .click:after {
        content: "";
        position: absolute;
        inset: 0;
        bottom: auto;
        top: 100%;
        width: 12px;
        height: 10px;
        background: #333;
        margin: auto;
        clip-path: polygon(51% 100%, 0 0, 100% 0); }

.sec_en_ttl {
  text-align: center;
  margin-bottom: clamp(40px, 6.667vw, 80px); }
  @media screen and (max-width: 820px) {
    .sec_en_ttl {
      margin-bottom: 40px; } }

.sec_ttl_group {
  flex-direction: column;
  row-gap: clamp(15px, 1.667vw, 20px);
  margin-bottom: clamp(35px, 4.167vw, 50px);
  text-align: center; }
  .sec_ttl_group .sec_en_ttl {
    margin-bottom: 0; }
  .sec_ttl_group .sec_jp {
    font-size: clamp(18px, 2.334vw, 28px);
    line-height: 1; }
    @media screen and (max-width: 480px) {
      .sec_ttl_group .sec_jp {
        line-height: 1.5; } }

.item_name {
  display: flex;
  align-items: center;
  font-size: clamp(13px, 1.385vw, 18px);
  line-height: 1.4;
  color: #014099;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCC; }
  @media screen and (max-width: 820px) {
    .item_name {
      font-size: 2vw;
      padding-bottom: 12px;
      margin-bottom: 12px; } }
  @media screen and (max-width: 480px) {
    .item_name {
      font-size: 3.8vw; } }
  .item_name.lt {
    letter-spacing: -0.1em; }

.item_read {
  font-size: clamp(12px, 1.231vw, 16px);
  letter-spacing: -0.03em; }
  @media screen and (max-width: 820px) {
    .item_read {
      font-size: 14px; } }
  @media screen and (max-width: 480px) {
    .item_read {
      font-size: 13px; } }
  .item_read .cap_l {
    display: block;
    margin-top: 5px; }

/*.photograph{
	position: relative;
	&:after{
		content:"撮影";
		position: absolute;
		left:15px;
		top:15px;
		border: 1px solid #a30000;
		background:#FFF;
		font-size:clamp_gm(12,1300,20);
		color:#a30000;
		line-height: 1;
		padding: 6px 12px;
		@include mq($br_sp){
			left:10px;
			top:10px;
			padding: 5px;
			font-size: 13px;
		}
	}
}*/
