@charset "UTF-8";
.sp-br {
  display: none;
}

.concept {
  position: relative;
}

.content-wrapper {
  margin-top: 130px;
}

.concept-01 {
  padding-top: 150px;
}

.concept-02 {
  padding-top: 200px;
}

.concept-03 {
  padding-top: 200px;
}

.bace-wrapper {
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 100px;
  padding-bottom: 200px;
}

.bg-color_1 {
  background: url(../img/pattern01.png);
}

.bg-color_3 {
  background: url(../img/pattern02.png);
}

.page-wrapper {
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.com-ttl_wrapper {
  padding-bottom: 40px;
}

.sub-ttl {
  font-family: "Volkhov", serif;
  font-weight: 400;
  font-size: 30px;
}

.h2_ttl {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

/* philosophy */
.philo-section {
  background: url(../img/philosophy_bg.png) no-repeat 0 0/100% 380px;
  display: flex;
  justify-content: space-between;
  margin: 80px 0 200px;
}

.philo-item {
  width: 29%;
  height: 380px;
  background: rgba(255, 255, 255, 0.5);
  background-color: #fafafc;
  border: 4px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #000;
  text-decoration: none;
}
.philo-item .subTitle {
  font-size: 16px;
}
.philo-item .lead {
  font-size: 13px;
}
.philo-item .title {
  font-size: 27px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding-top: 1.5em;
  letter-spacing: 0.1em;
  font-family: "Hannari", "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 400;
}

.concept-inner {
  flex: 1;
  position: relative;
  z-index: 99;
}

/* concept-detail */
.concept-detail_section {
  padding-top: 150px;
}

.detail_container {
  font-weight: normal;
  font-size: 93%;
  padding-top: 1em;
}

.detail_container {
  position: relative;
  display: flex;
}

.concept-h {
  width: 28%;
  position: relative;
  z-index: 99;
}
.concept-h .sub-ttl {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.concept-h h3 {
  font-weight: normal;
  font-size: 11.5px;
  padding-top: 1em;
}

.concept-inner {
  flex: 1;
  position: relative;
  z-index: 99;
}
.concept-inner .ttl-h4 {
  font-family: "Hannari", "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: 36px;
  padding-bottom: 50px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.concept-inner .text {
  font-family: "Hannari", "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 15px;
  line-height: 2.2em;
  position: relative;
  z-index: 9;
}
.concept-inner .concept-text {
  font-size: 14px;
}

.ttl-h4::after {
  content: attr(data-text) "";
  display: block;
  font-size: 24px;
  padding-top: 1em;
  font-family: "Hannari", "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.h2-ttl {
  font-size: 14px;
  padding-bottom: 40px;
}

/* concept2 */
.bg-color_2 {
  background: url(../img/pattern02.png);
  padding-top: 200px;
}

.bace-wrapper_2 {
  width: auto;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px;
}

.team_container {
  padding: 100px 5% 0 5%;
  background-color: #fff;
}

.team_wrapper .flex_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: -50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 120px;
  margin-bottom: 120px;
}
.team_wrapper .img_wrapper {
  width: 55%;
}
.team_wrapper .img_wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.team_wrapper .tx-inner {
  width: 40%;
}
.team_wrapper .tx-inner p {
  font-size: 14px;
  line-height: 2;
}

.welfare-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.welfare-ul li {
  width: 45%;
  padding-bottom: 80px;
}

.member-container {
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.member-ttl {
  padding-bottom: 60px;
}
.member-ttl .sub-ttl {
  font-family: "Volkhov", serif;
  font-weight: 400;
  font-size: 28px;
}

.img_wrapper {
  padding-bottom: 100px;
}
.img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.welfare_wrapper {
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.wel-ttl_wrapper {
  padding-bottom: 80px;
}
.wel-ttl_wrapper .sub-ttl {
  font-family: "Volkhov", serif;
  font-weight: 400;
  font-size: 30px;
}
.wel-ttl_wrapper .ttl {
  font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 16px;
  font-weight: normal;
  padding-top: 0.8em;
}
.wel-ttl_wrapper .ttl small {
  font-size: 11px;
  margin-left: 2em;
}

.welfare-ul h3 {
  padding-bottom: 40px;
}
.welfare-ul h3 img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.welfare-ul p {
  font-size: 15px;
}

/* member */
.member-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.member-list li {
  width: 45%;
  border-top: 1px solid #ccc;
  padding: 40px 0 60px;
}

.member .img_wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* profile  */
.company-section {
  background: url(../img/pattern02.png);
}

.company-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.flex-wrapper {
  display: flex;
}

.flex_ttl {
  width: 40%;
}

.company-list {
  border-top: 1px solid #ccc;
  width: 100%;
}
.company-list dl {
  display: flex;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}
.company-list dt {
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  padding: 1.5em 0 1.5em;
  width: 10em;
}
.company-list dd {
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  padding: 1.5em 0 1.5em;
}

.history-list dl {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.history-list dt {
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  padding-bottom: 1em;
  width: 10em;
}
.history-list dd {
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  padding-bottom: 1em;
}

/* svg */
svg:not(:root) {
  overflow: hidden;
}

.concept-blobSvg01 {
  display: block;
  width: 720px;
  height: 720px;
  position: absolute;
  left: -150px;
  top: -200px;
  opacity: 0.3 !important;
  fill: #fff;
}

.concept-blobSvg02 {
  display: block;
  width: 920px;
  height: 920px;
  position: absolute;
  right: -50px;
  top: -200px;
  opacity: 0.3 !important;
  fill: #fff;
}

.concept-blobSvg03 {
  display: block;
  width: 920px;
  height: 920px;
  position: absolute;
  left: -250px;
  top: 0px;
  opacity: 0.3 !important;
  fill: #fff;
}

.member-list h3 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.08em;
  padding-bottom: 0.8em;
}
.member-list .member-text {
  font-size: 14px;
  line-height: 1.85;
}

/* news */
.news-section {
  background-color: #f7f7f7;
  padding-top: 130px;
}

.news-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.page-news-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-news-ul li {
  width: 48.5%;
  margin-bottom: 3%;
}
.page-news-ul li a {
  display: block;
  height: 100%;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding: 30px 40px;
}
.page-news-ul li h2 {
  font-size: 20px;
  font-weight: normal;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.4;
  box-sizing: content-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  position: relative;
}
.page-news-ul li p {
  font-size: 12px;
  line-height: 1.8;
  height: 5.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page-news-ul li time {
  font-size: 12px;
}

.page-news-ul h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ccc;
}

.page-news-ul h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ccc;
}

.page-news-ul h2::after {
  transform: scaleX(0);
  transition: transform 0.5s ease;
  transform-origin: right center;
  z-index: 2;
  background-color: #333;
}

/* journal */
.journal-container {
  margin-top: 120px;
}

.main-journal-wrapper {
  margin-top: 130px;
  overflow: hidden;
}

.new-journal {
  width: 100%;
  height: 820px;
  position: relative;
}
.new-journal .overlay-brk {
  content: "";
  display: block;
  width: 100%;
  height: 820px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.journal-img_wrapper {
  width: 100%;
}
.journal-img_wrapper img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.journal-tx_wrapper {
  background-position: center center;
  background-size: cover;
  height: calc(100vh - 130px);
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.journal-tx_wrapper .journal-h3_wrapper {
  padding-bottom: 30px;
  max-width: 800px;
}
.journal-tx_wrapper .journal-h3_wrapper .journal-tx {
  line-height: 1.8;
  height: 3.6em;
  overflow: hidden;
  font-size: 12px;
}
.journal-tx_wrapper .journal-ttl_wrapper {
  padding-bottom: 40px;
}
.journal-tx_wrapper .journal-ttl_wrapper h3 {
  font-size: 26px;
  font-weight: normal;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.journal-tx_wrapper .journal-ttl_wrapper .sub-ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.journal-wrapper {
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 150px;
  padding-top: 100px;
}

/*tab-journal*/
.tab-list {
  display: flex;
  font-size: 14px;
}
.tab-list li {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  color: #333;
  transition: 0.2s ease;
  cursor: pointer;
}

.tab-list a {
  display: inline-block;
  font-size: 108%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  letter-spacing: 0.08em;
  padding: 0.2em 0;
  position: relative;
}
.tab-container {
  padding: 20px;
  line-height: 2;
}
.tab-container .tab-content {
  display: none;
}
.tab-container .tab-content.active {
  display: block;
}

.tab-list li:not(:last-child)::after {
  content: "/";
  padding: 0 2em;
}

/* news-list */
.news-list_ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -40px;
}
.news-list_ul li {
  width: 30.3%;
  margin-left: 3%;
  margin-bottom: 80px;
}
.news-list_ul .zoom-hover {
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.news-list_ul .zoom-hover img {
  width: auto;
  max-width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.news-list_ul .news-ctg {
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 124%;
  letter-spacing: 0.1em;
  padding-bottom: 1em;
}

.zoom-hover img:hover {
  transform: scale(1.03);
}

.news-tx-content {
  padding-top: 20px;
  padding-top: 20px;
}
.news-tx-content time {
  display: inline-block;
  padding-bottom: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  opacity: 0.7;
  font-size: 18px;
}
.news-tx-content .news-desc {
  margin-top: 1.5em;
  font-size: 12px;
  line-height: 1.8;
  height: 5.4em;
  overflow: hidden;
}
.news-tx-content .news-ttl {
  line-height: 1.4;
  font-size: 18px;
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.tab-list a {
  display: inline-block;
  font-size: 108%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  letter-spacing: 0.08em;
  padding: 0.2em 0;
  position: relative;
}

.tab-list li:not(:last-child)::after {
  content: "/";
  padding: 0 2em;
}

/* recruit */
#recruit-container {
  overflow: hidden;
  background: url(../img/pattern03.png);
}

.rec-section {
  padding-bottom: 150px;
  padding-top: 100px;
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.h2_ttl_wrapper {
  padding-bottom: 40px;
}

.job-desc_wrapper {
  padding: 60px 5%;
  background-color: #fff;
}

.job-desc_tx-wrapper {
  display: flex;
  padding-bottom: 50px;
}
.job-desc_tx-wrapper .h3_ttl_wrapper {
  min-width: 28%;
  padding-right: 100px;
}
.job-desc_tx-wrapper .h3_ttl_wrapper .sub-ttl {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.job-desc_tx-wrapper .h3_ttl_wrapper .h3_ttl {
  font-weight: normal;
  padding-top: 1em;
}
.job-desc_tx-wrapper .tx-wrapper {
  font-size: 15px;
  line-height: 2;
}

.rec-img_wrapper {
  margin-bottom: 50px;
}
.rec-img_wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.recruitSection-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recruit-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit-list ul li {
  width: 49%;
  font-size: 22px;
}

.recruit-list li a::before {
  content: "募集中";
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  border-radius: 10em;
  padding: 0.2em 1em;
  background-color: #000;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.recruit-list a span {
  display: inline-block;
  padding: 0.2em 0;
  position: relative;
}

.recruit-list a span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right center;
}

.recruit-list a {
  display: inline-block;
  font-feature-settings: "palt";
  text-decoration: none;
  padding: 0.5em 120px 0.5em 0;
  position: relative;
}

.recruit-list a::after {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 50%;
  background: url(../img/arrow_rec.png) no-repeat 0 0/100% 100%;
  opacity: 0.5;
  transition: 0.2s;
}

/* organi */
.organi-section {
  margin-bottom: 50px;
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.empl-section {
  margin-bottom: 200px;
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

/* eval */
.eval-flex {
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
}
.eval-flex li {
  width: 47%;
}
.eval-flex li .h3-ttl {
  font-size: 20px;
  padding-bottom: 1em;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.eval-flex li .tx {
  font-size: 12px;
  line-height: 1.8;
}

.eval-img_wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* welfare */
.welfare-section {
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 50px;
}

.benefit-list li {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.benefit-list li:first-child {
  border-top: 1px solid #ccc;
}
.benefit-list li .h3-ttl_wrapper {
  min-width: 28%;
  padding-right: 100px;
}
.benefit-list li h3 {
  font-size: 24px;
}

.benefit-inner p {
  font-size: 14px;
}

.bene-attention {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 50px;
}

/* business */
#business-container {
  margin-top: 130px;
}

.bsns-wrapper_01 {
  padding-top: 100px;
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.bsns-wrapper_02 {
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.bsns-wrapper_flex {
  display: flex;
  padding-bottom: 100px;
}
.bsns-wrapper_flex .h2_ttl_wrapper {
  width: 28%;
}

.tx-wrapper {
  flex: 1;
}
.tx-wrapper p {
  line-height: 2;
  font-size: 15px;
}

.bsns-img_wrapper {
  padding-left: 80px;
  position: relative;
  padding-bottom: 250px;
}
.bsns-img_wrapper .img_wrapper {
  padding-bottom: 0px;
}

.bsns-vertical {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  transform: rotate(90deg) translateY(-1.5em);
  transform-origin: left top;
  letter-spacing: 0.1em;
}
.bsns-vertical span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-right: 2em;
}

.img_wrapper a {
  display: block;
  position: relative;
}

.bsns-tx_flex {
  display: flex;
  padding-top: 50px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.bsns-tx_flex .bsns-h2_wrapper {
  min-width: 34.5%;
  padding-right: 100px;
}
.bsns-tx_flex .h2-ttl_bsns {
  font-size: 28px;
}
.bsns-tx_flex .sub-ttl {
  font-size: 16px;
}
.bsns-tx_flex h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.url-link {
  padding-top: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

.gallery-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.gallery-flex li {
  width: 24.5%;
  margin-left: 0.5%;
  margin-bottom: 0.5%;
}
.gallery-flex li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#flex-col_3 {
  margin-left: -4%;
  margin-bottom: -3%;
}
#flex-col_3 li {
  width: 29.3%;
  margin-left: 4%;
  margin-bottom: 3%;
}

/* link-btn */
/* link-btn */
#journal-post_link {
  font-size: 12px;
}
#journal-post_link a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 93%;
  color: #fff;
  text-decoration: none;
  padding: 30px 0 30px 80px;
  position: relative;
}

.link-btn::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/arrow_wt.png) no-repeat 20px center;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}

.link-btn:hover::before {
  background-color: rgba(12, 22, 39, 0.8);
  animation: anim-link-01 0.4s ease forwards 0.4s;
}

.link-btn::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
}

.link-btn::after {
  background-color: rgba(0, 0, 0, 0.2);
  transform: scale(0);
  transition: 0.5s;
}

.link-btn:hover::after {
  transform: scale(1);
  opacity: 1;
}

@keyframes anim-link-01 {
  0% {
    background-position: 20px center;
  }
  50% {
    background-position: 23px center;
  }
  100% {
    background-position: 20px center;
  }
}
/* address */
.address-wrapper {
  display: flex;
  justify-content: space-between;
}

.address_img_wrapper {
  width: 45%;
}
.address_img_wrapper img {
  width: 100%;
  -o-object-fit: contain;
    object-fit: contain;
}

.address-list {
  width: 50%;
}
.address-list dl {
  font-size: 16px;
  display: grid;
  grid-template-columns: 3fr 7fr;
}
.address-list dt, .address-list dd {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  line-height: 2;
  padding-bottom: 20px;
}
.address-list span {
  font-size: 14px;
  line-height: 1;
}

.address-map_wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
}
.address-map_wrapper iframe {
  width: 100%;
}/*# sourceMappingURL=common.css.map */

/* contact */ 

.page-head_wrapper .sub-head {
  transform: translateY(38px);
  font-size: 70px;
  align-self: flex-end;
  width: 100%;
}
.page-head_wrapper h1 {
  align-self: flex-start;
  width: 100%;
  transform: translateY(13px);
  font-size: 20px;
}

.page-head_wrapper {
  height: 480px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#contact-head {
  background-image: url(../img/contact_head.jpg);
  height: 480px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.contact-container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.contact-section {
  padding-top:60px;
}

.contact_wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 0 30px;
}
.contact_wrapper .h3_ttl {
  margin-bottom: 65px;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.form-flex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
}
.form-flex:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.form-flex .form-ttl {
  width: 32%;
  padding: 0px 28px;
  vertical-align: middle;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-flex .form-ttl_2 {
  width: 32%;
  padding: 0px 28px;
  vertical-align: middle;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.required {
  color: #fff;
  background-color: #262626;
  padding: 6px 16px;
}

.form-content {
  margin-left: 10%;
}
.form-content select {
  border: 1px solid #e6e6e6;
  background: #fff url(../img/ico_arw01.png) no-repeat center right 15px;
  background-size: 12px;
  padding: 12px 8px;
}
.form-content .form-type-1 {
  position: relative;
  box-sizing: border-box;
  background-color: #f0f0f0;
  width: 100%;
  height: 43px;
  padding: 0 15px;
}
.form-content textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 680px;
  height: 280px;
  background-color: #f0f0f0;
}

.contact_h4-ttl {
  font-size: 23px;
  text-align: left;
  position: relative;
  padding: 15px 13px 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 40px;
}
.contact_h4-ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  background-color: #67d407;
  top: 26px;
  width: 6px;
  height: 20px;
}

#basic-info {
  margin-top: 45px;
  margin-bottom: 65px;
  font-size: 35px;
}

.c-form01-table {
  margin-bottom: 45px;
  border-bottom: 0;
}

.p-policy {
  margin-bottom: 70px;
  font-size: 16px;
  text-align: center;
}

.form-policy {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 289px;
  margin: 0 -20px 26px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  height: 260px;
  margin-bottom: 35px;
  padding: 35px 18px 35px 35px;
}

.form-policy_wrapper {
  height: 259px;
  padding: 35px 20px 0 0;
  box-sizing: border-box;
  overflow: auto;
}
.form-policy_wrapper h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.form-policy_wrapper .policy-tx {
  font-size: 16px;
  margin-bottom: 16px;
}

.c-form01-concent__check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.c-form01-btn button {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 200px;
  height: 48px;
  margin: auto;
  line-height: 1.25;
  border: 1px solid #67d407;
  background-color: #67d407;
  color: #fff;
  transition: all 0.3s ease;
}

.c-form01-btn button {
  width: 320px;
  height: 60px;
  font-size: 18px;
}

/* add contact_form */

.form-content {
	width:70%
}

.form-content select {
	width:70%;
}

.wpcf7-spinner {
display:none;	
}

.wpcf7-list-item-label {
	font-size:18px;
}

.c-form01-btn {
	padding-bottom:100px;
}

.form-flex .form-ttl {
  width: 32%;
  padding: 0px 28px;
  vertical-align: middle;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}