@charset "UTF-8";
/* sec1 */
.sec1 {
  width: 100%;
  height: 40vh;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.sec1.index {
  background-image: url(../images/visual_index.jpg);
}
.sec1.office {
  background-image: url(../images/visual_office.jpg);
}
.sec1.group {
  background-image: url(../images/visual_group.jpg);
}
.sec1.enviroment {
  background-image: url(../images/visual_enviroment.jpg);
}
.sec1.spirit {
  background-image: url(../images/visual_spirit24.jpg);
}
.sec1.history {
  background-image: url(../images/visual_history.jpg);
}
.sec1.message {
  background-image: url(../images/visual_message.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 50vw;
}
.sec1.message .title {
  text-align: left;
  width: 960px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.sec1.message .title h2 {
  color: #7c592d;
  order: 3;
}
.sec1.message .title h3 {
  color: #7c592d;
  font-family: garamond-premier-pro, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2rem;
  order: 2;
}
.sec1.message .title p {
  color: #111;
  font-family: "MyYuMinchoC", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.25em;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #111;
  order: 1;
}
.sec1 .title h2 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.sec1 .title h3 {
  color: #FFF;
  font-family: garamond-premier-pro, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
}

.sec {
  width: 100%;
  padding: 0px;
  margin: 0 auto 120px auto;
  position: relative;
  /* sec2 */
  /* sec3 */
  /* message */
}
.sec.sec2 {
  width: 960px;
  padding: 80px 0;
  margin: 0 auto;
}
.sec.sec2 h3 {
  color: #111;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}
.sec.sec2 p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: 0rem;
}
.sec.sec2 .inner {
  /* 営業所一覧 */
  /* グループ */
  /* 企業理念 */
  /* ヒストリー */
  /* 環境方針 */
}
.sec.sec2 .inner .lead {
  text-align: left;
  padding: 0 20px;
  margin-bottom: 60px;
}
.sec.sec2 .inner .lead.center {
  text-align: center;
}
.sec.sec2 .inner .index {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec.sec2 .inner .index .thumb {
  width: 33.333%;
  padding: 20px;
  position: relative;
}
.sec.sec2 .inner .index .thumb::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E6E6E6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sec.sec2 .inner .index .thumb a dl dt {
  width: 100%;
  margin-bottom: 10px;
  background-color: #FFF;
}
.sec.sec2 .inner .index .thumb a dl dt img {
  transition: all 0.25s ease-in 0s;
}
.sec.sec2 .inner .index .thumb a dl dd {
  color: #111;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
  transition: all 0.25s ease-in 0s;
}
.sec.sec2 .inner .index .thumb:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.sec.sec2 .inner .index .thumb:hover a dl dt img {
  opacity: 0.8;
}
.sec.sec2 .inner .index .thumb:hover a dl dd {
  color: #FFF;
}
.sec.sec2 .inner .offices {
  text-align: left;
}
.sec.sec2 .inner .offices h3 {
  color: #111;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 10px 0;
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
  margin-bottom: 20px;
}
.sec.sec2 .inner .offices dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.sec.sec2 .inner .offices dl:not(:last-child) {
  margin-bottom: 20px;
}
.sec.sec2 .inner .offices dl dt {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0rem;
}
.sec.sec2 .inner .offices dl dt:not(:last-child) {
  width: 20%;
}
.sec.sec2 .inner .offices dl dt + dd {
  width: 80%;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.sec.sec2 .inner .offices dl dd {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: 0rem;
}
.sec.sec2 .inner .offices div {
  background-color: #f8f8ee;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 5px;
}
.sec.sec2 .inner .offices div.office7 {
  margin-bottom: 0px;
}
.sec.sec2 .inner .offices div.office7 dl {
  flex-direction: column;
  align-items: flex-start;
}
.sec.sec2 .inner .group {
  text-align: left;
}
.sec.sec2 .inner .group h3 {
  color: #111;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
  width: calc(100% - 20px);
  padding: 10px 0;
  margin: 0 auto;
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
  margin-bottom: 20px;
}
.sec.sec2 .inner .group table {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.sec.sec2 .inner .group table:not(:last-child) {
  margin: 0 auto 60px auto;
}
.sec.sec2 .inner .group table tr:nth-child(odd) {
  background-color: #f8f8ee;
}
.sec.sec2 .inner .group table tr th {
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
}
.sec.sec2 .inner .group table tr td {
  padding: 10px;
}
.sec.sec2 .inner .group ul.link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec.sec2 .inner .group ul.link li {
  width: 33.333%;
  padding: 10px;
  box-sizing: border-box;
}
.sec.sec2 .inner .group ul.link li a {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 20px;
  height: 60px;
  border: solid 1px #666;
  transition: all 0.25s ease-in 0s;
  position: relative;
}
.sec.sec2 .inner .group ul.link li a:hover {
  border: solid 1px #999;
  opacity: 0.7;
}
.sec.sec2 .inner .group ul.link li a::after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url(../../common/images/icon_blank2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
}
.sec.sec2 .inner .group ul.link li:nth-child(1) a {
  background-image: url(../images/logo_idacorp.svg);
  background-size: 100% 24px;
}
.sec.sec2 .inner .group ul.link li:nth-child(1) a::after {
  content: none;
}
.sec.sec2 .inner .group ul.link li:nth-child(2) a {
  background-image: url(../images/logo_idaryogoku.svg);
  background-size: 100% 25px;
}
.sec.sec2 .inner .group ul.link li:nth-child(3) a {
  background-image: url(../images/logo_idalabo.svg);
}
.sec.sec2 .inner .group ul.link li:nth-child(4) a {
  background-image: url(../images/logo_cezanne.svg);
  background-size: 100% 19px;
}
.sec.sec2 .inner .group ul.link li:nth-child(5) a {
  background-image: url(../images/logo_chantilly.svg);
}
.sec.sec2 .inner .spirit .lead {
  width: 100%;
  padding: 40px;
  background-color: #f8f8ee;
  box-sizing: border-box;
}
.sec.sec2 .inner .spirit .lead dl {
  text-align: center;
}
.sec.sec2 .inner .spirit .lead dl dt {
  color: #666;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.sec.sec2 .inner .spirit .lead dl dd {
  color: #666;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}
.sec.sec2 .inner .spirit .set {
  margin: 0 auto;
}
.sec.sec2 .inner .spirit .set:not(:last-child) {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: solid 1px #666;
}
.sec.sec2 .inner .spirit .set h3 {
  color: #111;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}
.sec.sec2 .inner .spirit .set p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
.sec.sec2 .inner .spirit .set ul {
  display: inline-block;
  margin: 0 auto;
}
.sec.sec2 .inner .spirit .set ul li {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.sec.sec2 .inner .spirit .set ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sec.sec2 .inner .spirit .set ul li span:first-child {
  color: #FFF;
  background-color: #666;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.sec.sec2 .inner .spirit .set ul li span:last-child {
  margin: 0 0 0 20px;
}
.sec.sec2 .inner .history .lead {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}
.sec.sec2 .inner .history .lead dl {
  text-align: center;
}
.sec.sec2 .inner .history .lead dl dt {
  color: #666;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.sec.sec2 .inner .history .lead dl dd {
  color: #666;
  margin: 0 auto;
  display: inline-block;
}
.sec.sec2 .inner .history .inhistory {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: solid 1px #111;
  overflow: hidden;
  position: relative;
}
.sec.sec2 .inner .history .inhistory .swiper-wrapper {
  margin: 0 auto;
}
.sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide {
  height: auto;
}
.sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide h4 {
  color: #111;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 10px 0;
  margin: 0 auto 80px auto;
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
}
.sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .photo {
  width: 360px;
}
.sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .photo p {
  color: #666;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: 0rem;
}
.sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .photo p:not(:last-child) {
  margin-bottom: 10px;
}
.sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data {
  text-align: left;
  width: 540px;
}
.sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data dl:not(:last-child) {
  border-bottom: solid 1px #111;
}
.sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data dl dt {
  color: #666;
  font-family: din-2014-narrow, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
  width: 140px;
}
.sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data dl dd {
  width: 380px;
}
.sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data dl.etc dt {
  color: #336699;
}
.sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data dl.etc dd {
  color: #336699;
}
.sec.sec2 .inner .history .inhistory .buttons {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  border-bottom: solid 1px #111;
  position: absolute;
  left: 0px;
  top: 50px;
}
.sec.sec2 .inner .history .inhistory .buttons .swiper-button-prev {
  width: auto;
  height: 40px;
  margin: 0px;
  background-image: url(../images/direction.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  top: 0px;
  left: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
.sec.sec2 .inner .history .inhistory .buttons .swiper-button-prev::after {
  content: "";
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0rem;
  padding: 0 0 0 40px;
}
.sec.sec2 .inner .history .inhistory .buttons .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.sec.sec2 .inner .history .inhistory .buttons .swiper-button-prev:hover {
  opacity: 0.7;
}
.sec.sec2 .inner .history .inhistory .buttons .swiper-button-next {
  width: auto;
  height: 40px;
  margin: 0px;
  background-image: url(../images/direction2.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px;
  top: 0px;
  right: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
.sec.sec2 .inner .history .inhistory .buttons .swiper-button-next::after {
  content: "";
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0rem;
  padding: 0 40px 0 0;
}
.sec.sec2 .inner .history .inhistory .buttons .swiper-button-next.swiper-button-disabled {
  display: none;
}
.sec.sec2 .inner .history .inhistory .buttons .swiper-button-next:hover {
  opacity: 0.7;
}
.sec.sec2 .inner .history .inhistory .buttons.step1 .swiper-button-next::after {
  content: "1964年〜　自社ブランドを立ち上げ";
}
.sec.sec2 .inner .history .inhistory .buttons.step2 .swiper-button-prev::after {
  content: "1918年〜　卸商社として創業";
}
.sec.sec2 .inner .history .inhistory .buttons.step2 .swiper-button-next::after {
  content: "1988年〜　IDAグループとして体制を強化";
}
.sec.sec2 .inner .history .inhistory .buttons.step3 .swiper-button-prev::after {
  content: "1964年〜　自社ブランドの立ち上げ";
}
.sec.sec2 .inner .history .inhistory .buttons.step3 .swiper-button-next::after {
  content: "2001年〜　創業100周年を迎え更なる躍進を目指す";
}
.sec.sec2 .inner .history .inhistory .buttons.step4 .swiper-button-prev::after {
  content: "1988年〜　IDAグループとして体制を強化";
}
.sec.sec2 .inner .enviroment {
  text-align: left;
}
.sec.sec2 .inner .enviroment h3 {
  color: #111;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 10px 0;
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
  margin-bottom: 20px;
}
.sec.sec2 .inner .enviroment div:not(:last-child) {
  margin-bottom: 80px;
}
.sec.sec2 .inner .enviroment div p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: 0rem;
}
.sec.sec2 .inner .enviroment div p:not(:last-child) {
  margin-bottom: 40px;
}
.sec.sec2 .inner .enviroment div ul:not(:last-child) {
  margin-bottom: 40px;
}
.sec.sec2 .inner .enviroment div ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec.sec2 .inner .enviroment div ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sec.sec2 .inner .enviroment div ul li::before {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0rem;
  padding: 0 20px 0 0;
  display: inline-block;
}
.sec.sec2 .inner .enviroment div ul li:nth-child(1)::before {
  content: "1.";
}
.sec.sec2 .inner .enviroment div ul li:nth-child(2)::before {
  content: "2.";
}
.sec.sec2 .inner .enviroment div ul li:nth-child(3)::before {
  content: "3.";
}
.sec.sec2 .inner .enviroment div ul li:nth-child(4)::before {
  content: "4.";
}
.sec.sec2 .inner .enviroment div ul li:nth-child(5)::before {
  content: "5.";
}
.sec.sec2 .inner .enviroment div ul li:nth-child(6)::before {
  content: "6.";
}
.sec.sec2 .inner .enviroment div ul li p:not(:last-child) {
  margin-bottom: 10px;
}
.sec.sec2 .inner .enviroment div ul li ul li {
  color: #666;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: 0rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.sec.sec2 .inner .enviroment div ul li ul li:not(:last-child) {
  margin-bottom: 5px;
}
.sec.sec2 .inner .enviroment div ul li ul li::before {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0rem;
  padding: 5px;
  margin: 0 10px 0 0;
  background-color: #666;
  border-radius: 3px;
  display: inline-block;
}
.sec.sec2 .inner .enviroment div ul li ul li:nth-child(1)::before {
  content: "1";
}
.sec.sec2 .inner .enviroment div ul li ul li:nth-child(2)::before {
  content: "2";
}
.sec.sec2 .inner .enviroment div ul li ul li:nth-child(3)::before {
  content: "3";
}
.sec.sec2 .inner .enviroment div.date {
  text-align: right;
  background-color: #F0F0F0;
  padding: 20px;
  border-radius: 3px;
}
.sec.sec3 {
  width: 100%;
  padding: 70px 0;
  margin: 0px;
  background-color: #E6E6E6;
}
.sec.sec3 .link {
  width: 100%;
}
.sec.sec3 .link ul {
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.sec.sec3 .link ul li {
  width: 25%;
  padding: 10px;
}
.sec.sec3 .link ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sec.sec3 .link ul li a {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1rem;
  height: 60px;
  padding: 0 20px;
  background-color: #006666;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.sec.sec3 .link ul li a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin: -10px 0 0 0;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
}
.sec.sec3 .link ul li a::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #339999;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sec.sec3 .link ul li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.sec.sec3 .link ul li a span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.sec.sec3 .link ul li:last-child a::before {
  background-image: url(../images/blank.png);
}
.sec.sec-message {
  width: 100%;
  padding: 80px 0 0 0;
}
.sec.sec-message .inner {
  text-align: left;
}
.sec.sec-message .inner h3 {
  color: #111;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
}
.sec.sec-message .inner div {
  width: 960px;
  margin: 0 auto;
}
.sec.sec-message .inner div:not(:last-child) {
  margin-bottom: 80px;
}
.sec.sec-message .inner div p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: 0rem;
}
.sec.sec-message .inner div p:not(:last-child) {
  margin-bottom: 20px;
}
.sec.sec-message .inner div.photo {
  margin-bottom: 40px;
}
.sec.sec-message .inner div.date {
  text-align: right;
}
.sec.sec-message .inner div.date dl dd {
  color: #111;
  font-family: "MyYuMinchoC", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0.2em;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .sec.sec2 .inner .group ul.link li a::after {
    background-image: url(../../common/images/icon_blank3.png);
    background-size: 15px 10px;
  }
}
/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  /* sec1 */
  .sec1 {
    height: 50vh;
  }
  .sec1.message {
    background-image: url(../images/visual_message.jpg);
    background-repeat: no-repeat;
    background-position: right -50px top;
    background-size: auto 50vh;
    height: auto;
    padding-top: calc(50vh - 80px);
  }
  .sec1.message .title {
    text-align: left;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .sec1.message .title h2 {
    order: 2;
    margin-bottom: 60px;
  }
  .sec1.message .title h3 {
    color: #7c592d;
    font-family: garamond-premier-pro, serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2rem;
    order: 1;
  }
  .sec1.message .title p {
    color: #111;
    font-family: "MyYuMinchoC", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    order: 3;
  }
  .sec1.message .title p br {
    display: none;
  }
  .sec1 .title h2 {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1rem;
  }
  .sec1 .title h3 {
    color: #FFF;
    font-family: garamond-premier-pro, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
  }

  .sec {
    width: 100%;
    padding: 0px;
    margin: 0 auto 120px auto;
    position: relative;
    /* sec2 */
    /* sec3 */
    /* message */
  }
  .sec.sec2 {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
  }
  .sec.sec2 h3 {
    color: #111;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
  }
  .sec.sec2 p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0rem;
  }
  .sec.sec2 .inner {
    /* 営業所一覧 */
    /* グループ */
    /* 企業理念 */
    /* ヒストリー */
    /* 環境方針 */
  }
  .sec.sec2 .inner .lead {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .sec.sec2 .inner .index {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec.sec2 .inner .index .thumb {
    width: 50%;
    padding: 10px;
    position: relative;
  }
  .sec.sec2 .inner .index .thumb::after {
    content: none;
  }
  .sec.sec2 .inner .index .thumb a dl dt {
    width: 100%;
    margin-bottom: 10px;
    background-color: #FFF;
  }
  .sec.sec2 .inner .index .thumb a dl dt img {
    transition: all 0.25s ease-in 0s;
  }
  .sec.sec2 .inner .index .thumb a dl dd {
    color: #111;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: 0em;
  }
  .sec.sec2 .inner .index .thumb:hover a dl dt img {
    opacity: 1;
  }
  .sec.sec2 .inner .index .thumb:hover a dl dd {
    color: #111;
  }
  .sec.sec2 .inner .offices {
    text-align: left;
  }
  .sec.sec2 .inner .offices h3 {
    color: #111;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .sec.sec2 .inner .offices dl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .sec.sec2 .inner .offices dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec.sec2 .inner .offices dl dt {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0rem;
  }
  .sec.sec2 .inner .offices dl dt:not(:last-child) {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec.sec2 .inner .offices dl dt + dd {
    width: 100%;
    padding: 0px;
  }
  .sec.sec2 .inner .offices dl dd {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4rem;
    letter-spacing: 0rem;
  }
  .sec.sec2 .inner .offices div {
    background-color: #f8f8ee;
    padding: 20px;
    margin-bottom: 0px;
    border-radius: 0px;
  }
  .sec.sec2 .inner .offices div.office2 {
    background-color: transparent;
  }
  .sec.sec2 .inner .offices div.office4 {
    background-color: transparent;
  }
  .sec.sec2 .inner .offices div.office7 {
    padding: 20px 20px 0 20px;
    margin-bottom: 0px;
    background-color: transparent;
  }
  .sec.sec2 .inner .offices div.office7 dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec.sec2 .inner .offices div.office7 dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec.sec2 .inner .group {
    text-align: left;
  }
  .sec.sec2 .inner .group h3 {
    color: #111;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1rem;
    width: calc(100% - 40px);
    padding: 10px 0;
  }
  .sec.sec2 .inner .group table {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .sec.sec2 .inner .group table:not(:last-child) {
    margin: 0 auto 40px auto;
  }
  .sec.sec2 .inner .group table tr:nth-child(odd) {
    background-color: #f8f8ee;
  }
  .sec.sec2 .inner .group table tr th {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: block;
  }
  .sec.sec2 .inner .group table tr td {
    padding: 0 10px 10px 10px;
    display: block;
  }
  .sec.sec2 .inner .group table tr td span {
    display: none;
  }
  .sec.sec2 .inner .group ul.link {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec.sec2 .inner .group ul.link li {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
  }
  .sec.sec2 .inner .group ul.link li a {
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80% auto;
    height: 70px;
    border: solid 1px #666;
    transition: all 0.25s ease-in 0s;
  }
  .sec.sec2 .inner .group ul.link li a:hover {
    border: solid 1px #999;
    opacity: 1;
  }
  .sec.sec2 .inner .group ul.link li:nth-child(1) a {
    background-size: 90% auto;
  }
  .sec.sec2 .inner .group ul.link li:nth-child(2) a {
    background-size: 90% auto;
  }
  .sec.sec2 .inner .group ul.link li:nth-child(3) a {
    background-size: 90% auto;
  }
  .sec.sec2 .inner .group ul.link li:nth-child(4) a {
    background-size: 90% auto;
  }
  .sec.sec2 .inner .group ul.link li:nth-child(5) a {
    background-size: 80% auto;
  }
  .sec.sec2 .inner .spirit {
    padding: 0 20px;
  }
  .sec.sec2 .inner .spirit .lead {
    padding: 40px 20px;
    margin-bottom: 80px;
  }
  .sec.sec2 .inner .spirit .lead dl {
    text-align: center;
  }
  .sec.sec2 .inner .spirit .lead dl dt {
    color: #666;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  .sec.sec2 .inner .spirit .lead dl dd {
    font-size: 0.9rem;
  }
  .sec.sec2 .inner .spirit .set {
    margin: 0 auto;
  }
  .sec.sec2 .inner .spirit .set:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .sec.sec2 .inner .spirit .set h3 {
    color: #111;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 40px;
  }
  .sec.sec2 .inner .spirit .set p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  .sec.sec2 .inner .spirit .set ul {
    display: inline-block;
    margin: 0 auto;
  }
  .sec.sec2 .inner .spirit .set ul li {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0em;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .sec.sec2 .inner .spirit .set ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec.sec2 .inner .spirit .set ul li span:first-child {
    color: #FFF;
    background-color: #666;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .sec.sec2 .inner .spirit .set ul li span:last-child {
    text-align: left;
    width: calc(100% - 80px);
    margin: 0 0 0 20px;
  }
  .sec.sec2 .inner .history .lead {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  .sec.sec2 .inner .history .lead dl {
    text-align: center;
  }
  .sec.sec2 .inner .history .lead dl dt {
    color: #666;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  .sec.sec2 .inner .history .lead dl dd {
    color: #666;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
    text-align: left;
    font-feature-settings: "palt";
  }
  .sec.sec2 .inner .history .lead dl dd br {
    display: none;
  }
  .sec.sec2 .inner .history .inhistory {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: none;
    overflow: hidden;
    position: relative;
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper {
    margin: 0 auto 20px auto;
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide h4 {
    color: #111;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    text-align: left;
    padding: 10px 20px;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set {
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .photo p {
    color: #666;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0rem;
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .photo p:not(:last-child) {
    margin-bottom: 5px;
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data {
    width: 100%;
    border-top: solid 1px #111;
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data dl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data dl:not(:last-child) {
    border-bottom: solid 1px #111;
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data dl:last-child {
    border-bottom: solid 1px #111;
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data dl dt {
    color: #666;
    font-family: din-2014-narrow, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1rem;
    width: 90px;
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data dl dd {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0em;
    width: calc(100% - 90px);
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data dl.etc dt {
    color: #336699;
  }
  .sec.sec2 .inner .history .inhistory .swiper-wrapper .swiper-slide .set .data dl.etc dd {
    color: #336699;
  }
  .sec.sec2 .inner .history .inhistory .buttons {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-bottom: none;
    position: static;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .sec.sec2 .inner .history .inhistory .buttons .swiper-button-prev {
    width: calc(100% - 40px);
    height: auto;
    background-color: rgba(50, 0, 0, 0.1);
    padding: 10px;
    margin: 0 0 1px 0;
    background-image: url(../images/direction.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px;
    position: static;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  .sec.sec2 .inner .history .inhistory .buttons .swiper-button-prev::after {
    content: "";
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: 0rem;
    text-align: left;
    padding: 0 0 0 30px;
  }
  .sec.sec2 .inner .history .inhistory .buttons .swiper-button-prev.swiper-button-disabled {
    display: none;
  }
  .sec.sec2 .inner .history .inhistory .buttons .swiper-button-prev:hover {
    opacity: 0.7;
  }
  .sec.sec2 .inner .history .inhistory .buttons .swiper-button-next {
    width: calc(100% - 40px);
    height: auto;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 0px;
    border-radius: 3px;
    background-image: url(../images/direction2.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    position: static;
    right: 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  .sec.sec2 .inner .history .inhistory .buttons .swiper-button-next::after {
    content: "";
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: 0rem;
    text-align: left;
    padding: 0 30px 0 0;
  }
  .sec.sec2 .inner .history .inhistory .buttons .swiper-button-next.swiper-button-disabled {
    display: none;
  }
  .sec.sec2 .inner .history .inhistory .buttons .swiper-button-next:hover {
    opacity: 0.7;
  }
  .sec.sec2 .inner .history .inhistory .buttons.step1 .swiper-button-next::after {
    content: "1964年〜 自社ブランドを立ち上げ";
  }
  .sec.sec2 .inner .history .inhistory .buttons.step2 .swiper-button-prev::after {
    content: "1918年〜 卸商社として創業";
  }
  .sec.sec2 .inner .history .inhistory .buttons.step2 .swiper-button-next::after {
    content: "1988年〜 IDAグループとして体制を強化";
  }
  .sec.sec2 .inner .history .inhistory .buttons.step3 .swiper-button-prev::after {
    content: "1964年〜 自社ブランドの立ち上げ";
  }
  .sec.sec2 .inner .history .inhistory .buttons.step3 .swiper-button-next::after {
    content: "2001年〜 創業100周年を迎え更なる躍進…";
  }
  .sec.sec2 .inner .history .inhistory .buttons.step4 .swiper-button-prev::after {
    content: "1988年〜 IDAグループとして体制を強化";
  }
  .sec.sec2 .inner .enviroment {
    text-align: left;
    padding: 0 20px;
  }
  .sec.sec2 .inner .enviroment h3 {
    color: #111;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 10px 0;
    border-top: solid 1px #111;
    border-bottom: solid 1px #111;
    margin-bottom: 20px;
  }
  .sec.sec2 .inner .enviroment div:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec.sec2 .inner .enviroment div p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0rem;
  }
  .sec.sec2 .inner .enviroment div p:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec.sec2 .inner .enviroment div ul:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec.sec2 .inner .enviroment div ul li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec.sec2 .inner .enviroment div ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec.sec2 .inner .enviroment div ul li::before {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: 0rem;
    padding: 0 10px 0 0;
  }
  .sec.sec2 .inner .enviroment div ul li p:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec.sec2 .inner .enviroment div ul li ul li {
    color: #666;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4rem;
    letter-spacing: 0rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec.sec2 .inner .enviroment div ul li ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .sec.sec2 .inner .enviroment div ul li ul li::before {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0rem;
    padding: 5px;
    margin: 0 10px 0 0;
  }
  .sec.sec2 .inner .enviroment div.date {
    font-size: 0.9rem;
    line-height: 1.6rem;
    text-align: left;
    background-color: #F0F0F0;
    padding: 20px;
    border-radius: 3px;
  }
  .sec.sec3 {
    width: 100%;
    padding: 70px 0;
    margin: 0px;
    background-color: #E6E6E6;
  }
  .sec.sec3 .link {
    width: 100%;
  }
  .sec.sec3 .link ul {
    width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .sec.sec3 .link ul li {
    width: 25%;
    padding: 10px;
  }
  .sec.sec3 .link ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec.sec3 .link ul li a {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1rem;
    height: 60px;
    padding: 0 20px;
    background-color: #006666;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    box-sizing: border-box;
  }
  .sec.sec3 .link ul li a::before {
    content: "";
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 1;
  }
  .sec.sec3 .link ul li a::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #339999;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .sec.sec3 .link ul li a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .sec.sec3 .link ul li a span {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .sec.sec3 .link ul li:last-child a::before {
    background-image: url(../images/blank.png);
  }
  .sec.sec-message {
    width: 100%;
    padding: 40px 0 0 0;
    margin: 0 0 60px 0;
    border-top: solid 1px #666;
  }
  .sec.sec-message .inner {
    text-align: left;
  }
  .sec.sec-message .inner h3 {
    color: #111;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  .sec.sec-message .inner div {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .sec.sec-message .inner div:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec.sec-message .inner div p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0rem;
  }
  .sec.sec-message .inner div p:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec.sec-message .inner div.photo {
    padding: 0px;
    margin-bottom: 20px;
  }
  .sec.sec-message .inner div.date {
    text-align: left;
  }
  .sec.sec-message .inner div.date dl dt {
    color: #111;
    font-family: "MyYuMinchoC", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: 0em;
  }
  .sec.sec-message .inner div.date dl dd {
    color: #111;
    font-family: "MyYuMinchoC", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0.2em;
  }
}

/*# sourceMappingURL=style_group202402.css.map */
