@charset "UTF-8";

:root {
  --main-green: #00853C;
	--main-light-green: #CFDB00;
	--main-simple-green: #8DC31F;
	--main-gray: #727171;
	--graphite: #231815; /*文字色に使う黒に近いグレー*/
}


.top_block {
  display: grid;
  grid-template-columns: .6fr 1fr;
  grid-gap: 20px;
}

.top_block p {
  margin: 0 0 30px 0;
}

.top_block .photo {
  text-align: center;
}


/*タイトル*/

.page-title01__title11 {
font-size: 4.2rem;
background: none !important;
}

@media screen and (max-width: 48em){
.page-title01__title11 {
font-size: 30px;
font-size: 2.8rem;
}
}


.photo2 .column-set__item{
margin-bottom: 0;
}


/*各種pdfリンクのリスト*/

.pdf_link_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdf_link_list li {
  margin: 0;
  padding: 2px 0 2px 0;
}

.pdf_link_list li a {
  display: block;
  margin: 0;
  padding: 2px 0 2px 14px;
  background: url(/common/images/arrow02.svg) left center no-repeat;
  background-size: 8px;
  transition: all .2s;
}

.pdf_link_list li a:hover {
  opacity: .5;
}


/*pdf　テキストリンクの上書き定義*/

.pdf_link {
  text-decoration: none;
  transition: all .2s;
}

.pdf_link .file-data {
  margin-left: 10px;
}

.pdf_link:hover {
  opacity: .5;
}


/*ボックスリンク*/

.page_link {
  max-width: 350px;
  width: 100%;
  padding: 0;
  /*padding: 18px 30px 18px 15px;*/
  margin-bottom: 10px;
  border: 1px solid var(--main-green);
  text-align: left;
  position: relative;
  line-height: 1.4;
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .2s;
}

.page_link:before {
  content: "";
  background-image: url(/common/images/arrow02.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 8px auto;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

.page_link:hover {
  opacity: .5;
}

.page_link a {
  padding: 18px 30px 18px 15px;
  display: block;
}

.page_link a,
.page_link a p {
  color: var(--main-green);
  text-decoration: none;
}


/**/

.button-type01._morewide {
  margin-top: 30px;
  width: 100%;
}

.opinion_area {
  padding: 50px;
  background-color: #edf2db;
  border-radius: 25px;
}

.opinion_area h2 {
  margin: 0px 0px 10px 0px;
  padding: 0px 5px;
  font-size: 3rem;
}

.opinion_area a {
  background-color: #ffffff;
}

.opinion_area .top_block {
  grid-template-columns: .4fr 1fr;
  grid-gap: 60px;
}


/*スマホ向けの調整*/

@media screen and (max-width: 48em) {

  .top_block {
    grid-template-columns: 1fr;
  }
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*トップメッセージ*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*共通*/

.tx_right {
  text-align: right;
}

.message .profile {
  margin: 0;
  padding: 0 20px 0;
  border-left: 2px solid #c0c1bf;
}

.message .profile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.25rem;
}

.message .h1_image img {
border-radius: 20px;
}

/*PC、タブレット*/

@media screen and (min-width: 48em) {
  .message .h1_image {
    position: relative;
  }

  .message .h1_image h1 {
    position: absolute;
    font-size: 2rem;
    color: var(--main-green);
    text-shadow:
      #ffffff 2px 0, #ffffff -2px 0,
      #ffffff 0 -2px, #ffffff 0 2px,
      #ffffff 2px 2px, #ffffff -2px 2px,
      #ffffff 2px -2px, #ffffff -2px -2px,
      #ffffff 1px 2px, #ffffff -1px 2px,
      #ffffff 1px -2px, #ffffff -1px -2px,
      #ffffff 2px 1px, #ffffff -2px 1px,
      #ffffff 2px -1px, #ffffff -2px -1px;
  }

  .message .h1_image[data-image="1"] h1 {
    width: 50%;
    transform: translate(90%, 30%);
  }

  .message .h1_image[data-image="2"] h1 {
    width: 60%;
    transform: translate(10%, 50%);
  }
}


/*スマホ*/

@media screen and (max-width: 48em) {
  .message .h1_image h1 {
    position: relative;
    font-size: 2rem;
    line-height: 1.5;
    color: var(--main-green);
  }

  .message .h1_image br {
    display: none;
  }
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*役員鼎談*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.dialogue .dialogue_h1_group {
  text-align: center;
  margin: 0 0 60px 0;
}

.dialogue .dialogue_h1_group h1 {
  color: #008b46;
}

.dialogue .dialogue_h1_group h2 {
  font-size: 1.3em;
	line-height: 1.4;
}




.dialogue .dialogue_title {
  text-align: center;
  margin: 40px 0;
}

.dialogue .dialogue_title img {
  max-width: 500px;
  width: 100%;
}

.dialogue .comment[data-comment="member1"]::before {
  content: "上垣内　";
  font-weight: bold;
  color: var(--main-green);
}
.dialogue .comment[data-comment="member2"]::before {
  content: "富澤　";
  font-weight: bold;
  color: var(--main-green);
}
.dialogue .comment[data-comment="member3"]::before {
  content: "近藤　";
  font-weight: bold;
  color: var(--main-green);
}
.dialogue .comment[data-comment="member4"]::before {
  content: "亀岡　";
  font-weight: bold;
  color: var(--main-green);
}

/*Profile*/

strong.prof {
  font-size: 2rem;
}

ul.prof {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: .8em;
}

ul.prof i {
  font-style: normal;
}

ul.prof p {
  margin: 0;
  padding: 0;
}

ul.prof li {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  list-style: none;
  border-bottom: 1px solid #c8cecb;
}

.profile_photo img {
  margin-top: 10px;
  border-radius: 20px;
}

.profile_photo figcaption {
  margin-top: 10px;
  font-size: 1.2em;
}

.profile_photo figcaption strong {
  display: block;
  font-size: 1.7em;
  line-height: 1;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*第三者意見*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.opinion .author {
  margin: 50px 0 0 0;
  padding: 30px;
  background-color: #edf2db;
  border-radius: 25px;
}

.opinion .author ul {
  display: grid;
  grid-template-columns: .6fr 1fr;
  grid-gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.opinion .author li {
  margin: 0;
  padding: 0;
}

.opinion .author li img {
  margin-top: 10px;
}

.opinion .author .info {
  font-size: 1.2rem;
}

.qrlink {
  clear: both;
  display: block;
  position: relative;
}

.qrlink img {
  float: left;
  display: block;
  vertical-align: top;
  max-width: 100px;
  width: 22%;
  margin: -5px 15px 0 0 !important;
}

@media screen and (max-width: 48em) {
  .opinion .author ul {
    grid-template-columns: 1fr;
  }
}