/* 調整用スタイル */
body{
    margin: 0;
}

.container {
  padding: 0 0 120px;
  max-width: 1200px;
  margin: 0 auto;
}
.list {
  display: grid;
  row-gap: 20px;
  padding: 20px;
}


/* お知らせアコーディオン */

summary {
  /* display: list-item;以外を指定してデフォルトの三角アイコン消去 */
  display: flex;
  padding: 20px 30px 20px;
  justify-content: space-between;
  align-items: center;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角アイコン消去 */
  display: none;
}

.answer{
  padding: 0px 30px 20px;
}


/* メインビジュアル */
  .top-image{height:calc(100vh);/*ヘッダーの高さをマイナス*/position: relative;overflow:hidden;min-height: 400px;}
/*  .top-image-main{min-width: 100%;min-height: 100%;object-fit: cover;margin-top: -12%;}*/
  .top-image-text{color:#fff;font-weight: bold;position:absolute;margin: auto;top: 0;bottom:0px;left: 0;right: 0;padding-left:8%;display: flex;align-content: center;flex-wrap: wrap;text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 30px, rgba(0, 0, 0, 0.1) -1px 1px 30px, rgba(0, 0, 0, 0.1) 1px -1px 30px, rgba(0, 0, 0, 0.1) -1px -1px 30px;font-size:8em;line-height: 1;justify-content: center;}
  .top-image-text span{
  font-size:0.35em;display:block;width: 100%;margin-bottom:10px;
}
  .top-image .top-image-main {
      width: 100vw;
      height: 100vh;
      object-fit: cover;
//      margin-top: -12%;
}

.top-info_link {
    background: rgba(218,123,0,0.82);
    padding: 2px 0 2px 2px;
    position: absolute;
    top: 50%;
    right: 0px;
}
.top-info_link a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    text-decoration: none;
    line-height: 68px;
    vertical-align: middle;
    white-space: nowrap;
    display: block;
    width: 70px;
    height: auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 17px 0px;
    margin: 0;
    border: solid 2px rgba(255,255,255,0.82);
    border-width: 2px 0 2px 2px;
}
.top-info_link a img {
    width: 45px;
    margin-bottom: 17px;
}
.top-info_link a span {
    display: inline-block;
    padding-top: 16px;
	-webkit-transform: scale(0.8, 1.2);
	-ms-transform: scale(0.8, 1.2);
	transform: scale(0.8, 1.2);
}


@media screen and (max-width: 1200px) {
  .top-image-text br{display:block;}
  .top-image-main{margin-top: 0;}

.top-info_link a {
    font-size: 15px;
    line-height: 55px;
    width: 55px;
    height: auto;
    padding: 14px 0px;
}
.top-info_link a img {
    width: 36px;
    margin-bottom: 12px;
}
.top-info_link a span {
    padding-top: 12px;
}
}

@media screen and (max-width: 780px) {
  .top-image{height: calc(100vh);}
  .top-image-text {
    font-size: 6em;}
  .top-image-text img{
    width: 56vw;
    margin-top: 10vw;
    }

.top-info_link {
    width: 100vw;
    margin: 0;
    padding: 0;
    top: auto;
    bottom: 0px;
    right: 0px;
}
.top-info_link a {
    font-size: 14px;
    line-height: 55px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
    text-orientation: upright;
    width: auto;
    height: 55px;
    padding: 0px;
    margin: 2px 2px 0;
    border-width: 2px 2px 0;
}
.top-info_link a img {
    width: 30px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.top-info_link a span {
    padding: 0 0 0 12px;
	-webkit-transform: scale(1, 0.8);
	-ms-transform: scale(1, 0.8);
	transform: scale(1, 0.8);
}
}

@media screen and (max-width: 600px) {
//  .top-image-main{object-position: right -260% top 0px;}
  .top-image-text {font-size: 5em;padding: 0;}
  .top-image-text span{letter-spacing:0;font-size:0.3em;}
}

@media screen and (max-width: 374px) {
  .top-image-text {font-size: 4em;}
}


/* ヘッダー */
#header{
    background: linear-gradient(133deg, rgba(11,62,39,1) 0%, rgba(25,113,73,1) 100%);
    opacity: 0.95;
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    z-index: 100;
}

.h_inner_box{
    display: flex;
    justify-content: space-between;
    padding: 8px 20px 12px;
    font-family: 'Noto Sans JP', sans-serif;
    align-content: center;
    align-items: center;
    font-weight: 100;
    }
    
.header_l h1 {
    font-size: 2rem;
    margin: 0;
    font-weight: 500;
    color: #b28c39;
}

.header_r{
}


.header_r .header_tel{
  font-size: 1.95rem;
  font-weight: 500;
  margin: 0;
  color: #fff;
  }

.header_r .header_tel span{
  display: block;
  font-size: 50%;
  }


/* お知らせ */
.info {background: #f4efeb;}
.info h2{
	text-align: center;
	font-family: "Noto Serif JP";
	color: #6c6c6c;
	font-weight: 100;
	padding: 50px;
	margin: 0;
}
.data{
	font-weight: 300;
	margin: 0;
	color: #0a4585;
	font-weight: 700;
	align-items: center;
}
.data span{
	font-weight: 300;
	margin: 0;
	background: #0a4585;
	font-weight: 200;
	color: #fff;
	padding: 2px 11px;
	font-size: .8rem;
	border-radius: 15px;
	margin-left: 8px;
}

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

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

.h_inner_box{
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 10px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  align-content: center;
  align-items: center;
  flex-direction: column;
  }

.header_l h1 {
  font-size: 6vw;
  margin: 0;
}    

.header_r .header_tel {
  font-size: 5vw;
  font-weight: 600;
  margin: 0;
}

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

@media screen and (max-width: 374px) {
  .main{}
}




.footer{
  background: linear-gradient(133deg, rgba(11,62,39,1) 0%, rgba(25,113,73,1) 100%);
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
  line-height: 1.5em;
  font-weight: 100;
}


.summary_inner{
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border: 1px solid #d2beff;
  font-weight: bold;
  color: #002255;
}


.icon {
  display: block;
  position: relative;
  width: 20px;
  margin-left: 4px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

details[open] .icon {
  transform: rotate(180deg);
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 3px;
  background-color: #145e3c;
}

.icon::before {
  left: 0;
  transform: rotate(45deg);
}

.icon::after {
  right: 0;
  transform: rotate(-45deg);
}

.wrapper_pseudoElementsIcon .summary_inner::after {
  content: "";
  display: block;
  width: 25px;
  height: 16px;
  margin-left: 6px;
  flex-shrink: 0;
  background-image: url("icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center 43%;
  animation: 0.4s close-animation;
}

@keyframes close-animation {
  from {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(0deg);
  }
}

details[open] .summary_inner::after {
  animation: 0.4s open-animation forwards;
}

@keyframes open-animation {
  from {
    transform: rotate(0deg);
  }

  to{
    transform: rotate(180deg);
  }
}

.content {
  background-color: #f0f2ff;
  padding: 24px 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* --------レイアウト用のスタイル-------- */


.details {
  margin-bottom: 16px;
  width: 90%;
  margin: 0 auto;
  border-left: 3px solid #115536;
  background: #fff;
  color: #3b3b3b;
  font-size: 14px;
}

.details:last-child {
  margin-bottom: 0;
}


h3{
   display: flex;
   align-items: center;]
   ;
   justify-content: space-between;
   margin: 7px 0 0;
   color: #3b3b3b;
   }

.wrapper_normalIcon, .wrapper_pseudoElementsIcon {
  width: 700px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1071px) {
  .wrapper_normalIcon {
    margin-right: 24px;
  }
}

@media (max-width: 1070px) {
  .wrapper {
    flex-direction: column;
  }

  .wrapper_normalIcon {
    margin-bottom: 24px;
  }
}

@media (max-width: 760px) {
  .wrapper_normalIcon, .wrapper_pseudoElementsIcon {
    width: 100%;
  }
}

.wrapper_title {
  font-size: 22px;
}
}







/* 会社概要 */
.company_info {
background: #fff;
}
.company_info h2{
	text-align: center;
	font-family: "Noto Serif JP";
	color: #6c6c6c;
	font-weight: 100;
	padding: 50px;
	margin: 0;
}
.data{
	font-weight: 300;
	margin: 0;
	color: #145e3c;
	font-weight: 700;
	align-items: center;
}
.data span{
	font-weight: 300;
	margin: 0;
	background: #a37e2c;
	font-weight: 200;
	color: #fff;
	padding: 2px 11px;
	font-size: .8rem;
	border-radius: 15px;
	margin-left: 8px;
}
table {
  margin: 20px auto;
  border-spacing: 0;
}
.tbl-r02 th {
  background: #f4efeb;
  border-bottom: solid 1px #ccc;
  /* color: #115536; */
  padding: 10px;
}

.tbl-r02 td {
  border-bottom: solid 1px #ccc;
  padding: 10px;
  font-weight: 100;
}
 
@media screen and (max-width: 640px) {
.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
.tbl-r02 {
    width: 80%;
  }
.tbl-r02 th,
.tbl-r02 td {
  border-bottom: none;
  display: block;
  width: 100%;
  }
}