@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. 共通CSS (第2階層)
*05. 各ページ

-------------------------------------------------
------------------------------------------------- */
/* ---------------------------

01. pc common

---------------------------*/
/* ------------------

フォントサイズ 

------------------ */
/* ------------------

margin-bottom 

------------------ */
/* ------------------

テキスト隠す 

------------------ */
html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #8D8C8A;
  color: #FFF;
  font-size: 1.0625rem;
  font-weight: normal;
  font-family: Helvetica, Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  letter-spacing: 0;
  line-height: 180%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
  body {
    font-size: 0.875rem;
  }
}
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  width: 85.9722222222svw;
}

.clearfix {
  display: block;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: block;
  clear: both;
}

/**
* bg
*/
.bg_light_gray {
  background-color: #8D8C8A;
}

.bg_white {
  background-color: #FFF;
}

.bg_blue {
  background-color: #005AC2;
  color: #FFF;
}

/**
* text
*/
.text_gothic {
  font-family: Helvetica, Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.text_small {
  font-size: 0.8125rem;
  line-height: 25px;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-semibold, .tit_01 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-extrabold {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}

.float-right {
  float: right;
}

.list_circle {
  list-style: none;
  margin-bottom: 2em;
}
.list_circle li {
  padding-left: 16px;
  position: relative;
}
.list_circle li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0.8em;
}

.img_w_100 {
  width: 100%;
  height: auto;
}
.img_w_100 img {
  width: 100%;
  height: auto;
}

.img_border {
  border: 1px solid #DDD;
}

img {
  pointer-events: none;
}

figure {
  margin: 0 0 30px;
  width: 100%;
}
figure img {
  width: 100%;
  height: auto;
}

.link_border {
  text-decoration: underline !important;
}

.link_border_none {
  text-decoration: none !important;
}

/* button */
a.btn:link, a.btn:visited, a.btn:hover, a.btn:active,
button.btn, input[type=submit].btn {
  border-radius: 0;
  text-decoration: none;
}
a.btn:link:hover, a.btn:visited:hover, a.btn:hover:hover, a.btn:active:hover,
button.btn:hover, input[type=submit].btn:hover {
  text-decoration: none !important;
}

#search {
  border: 2px solid #DDD;
  border-radius: 3px;
  position: relative;
}
#search .input_search {
  border: none;
  width: 100%;
}
#search .input_search_btn {
  background: url("../images/common/icon_serach.png") no-repeat;
  background-size: 24px;
  border: none;
  width: 24px;
  height: 24px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto 0;
}

/* list */
.list-style-disc {
  margin-left: 3em;
}
.list-style-disc li {
  list-style: disc;
}

.list_center {
  text-align: center;
}
.list_center li {
  display: inline-block;
  margin: 0 13px;
}

/* link */
a {
  cursor: pointer;
}

a:link, a:visited {
  color: #005AC2;
  cursor: pointer;
  text-decoration: underline;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover, a:active {
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.anchor_link {
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (min-width: 993px) {
  .anchor_link_pc {
    margin-top: -80px;
    padding-top: 80px;
  }
  .anchor_link {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .anchor_link_sp {
    margin-top: -60px;
    padding-top: 60px;
  }
  .anchor_link {
    margin-top: -60px;
    padding-top: 60px;
  }
}
/* -------------------------------

02. header

------------------------------- */
@media screen and (min-width: 1141px) {
  header.hidden {
    -webkit-transform: translateY(-130px);
            transform: translateY(-130px); /* ヘッダの高さだけ上に移動 */
  }
}
@media screen and (max-width: 1140px) {
  header.hidden:before {
    -webkit-transform: translateY(-130px);
            transform: translateY(-130px); /* ヘッダの高さだけ上に移動 */
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.hidden .menu_set, header.hidden .nav_logo, header.hidden .menu-mobile {
    -webkit-transform: translateY(-130px);
            transform: translateY(-130px); /* ヘッダの高さだけ上に移動 */
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* ---------------------------

03. footer

---------------------------*/
#ftr {
  background-color: #4A4A4A;
  padding: 50px 30px 30px;
  position: relative;
  text-align: center;
  color: #FFF;
}
#ftr a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#ftr a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ftr_logo_box {
  text-align: center;
}

.ftr_logo {
  display: block;
  margin: 0 auto 10px;
  width: 60px;
}

/* ---------------------------

04. 共通CSS (第2階層)

---------------------------*/
/* hdr scroll */
.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
  background-color: transparent;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: transparent;
}

.ps__thumb-y {
  background-color: transparent;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: transparent;
}

/* ----------------------------------------------

05. 各ページ

----------------------------------------------*/
/*  --------------------------------------

top  

--------------------------------------*/
#mainvisual {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/top/mainvisual_pc.jpg) center;
  background-size: cover;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100svh;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 0;
}
#mainvisual .mainvisual_tit01 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 3.0555555556svw;
  line-height: 179%;
  letter-spacing: 0.05em;
  margin: -6.1111111111svw auto 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#mainvisual .mainvisual_tit01 p {
  margin: 0;
}
#mainvisual .mainvisual_tit01 span {
  opacity: 0;
}
#mainvisual .mainvisual_tit02 {
  margin: 0 auto;
  max-width: 602px;
  overflow: hidden;
  position: absolute;
  top: calc(50% + 3.0555555556svw);
  right: 0;
  left: 0;
  text-align: center;
  width: calc(100% - 40px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*
  p{
  	font-size: fz(26);
  	opacity: 0;
  }
  */
}
#mainvisual .mainvisual_tit03 {
  height: 0;
  margin: 0 auto;
  opacity: 0;
  text-align: center;
}
#mainvisual .mainvisual_tit03 h1 {
  font-size: 3.1944444444svw;
}
#mainvisual.is-act {
  opacity: 1;
}
#mainvisual.is-act .mainvisual_tit01 span {
  opacity: 0;
  -webkit-animation: letter-glow 0.7s 0s ease both;
          animation: letter-glow 0.7s 0s ease both;
}
#mainvisual.is-act .mainvisual_tit01 span.text01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#mainvisual.is-act .mainvisual_tit01 span.text02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#mainvisual.is-act .mainvisual_tit01 span.text03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#mainvisual.is-act .mainvisual_tit01 span.text04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#mainvisual.is-act .mainvisual_tit01 span.text05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#mainvisual.is-act .mainvisual_tit01 span.text06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#mainvisual.is-act .mainvisual_tit01 span.text07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#mainvisual.is-act .mainvisual_tit01 span.text08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#mainvisual.is-act .mainvisual_tit01 span.text09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#mainvisual.is-act .mainvisual_tit01 span.text10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#mainvisual.is-act .mainvisual_tit01 span.text11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
#mainvisual.is-act .mainvisual_tit01 span.text12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#mainvisual.is-act .mainvisual_tit01 span.text13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
#mainvisual.is-act .mainvisual_tit01 span.text14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
#mainvisual.is-act .mainvisual_tit01 span.text15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#mainvisual.is-act .mainvisual_tit01 span.text16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
#mainvisual.is-act .mainvisual_tit01 span.text17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
#mainvisual.is-act .mainvisual_tit01 span.text18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#mainvisual.is-act .mainvisual_tit01 span.text19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
#mainvisual.is-act .mainvisual_tit01 span.text20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#mainvisual.is-act .mainvisual_tit01 span.text21 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
#mainvisual.is-act .mainvisual_tit01 span.text22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
#mainvisual.is-act .mainvisual_tit01 span.text23 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
#mainvisual.is-act .mainvisual_tit01 span.text24 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
#mainvisual.is-act .mainvisual_tit01 span.text25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
#mainvisual.is-act .mainvisual_tit01 span.text26 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
#mainvisual.is-act .mainvisual_tit01 span.text27 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
#mainvisual.is-act .mainvisual_tit01 span.text28 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
#mainvisual.is-act .mainvisual_tit01 span.text29 {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
#mainvisual.is-act .mainvisual_tit01 span.text30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#mainvisual.is-act .mainvisual_tit01 span.text31 {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
#mainvisual.is-act .mainvisual_tit02 {
  -webkit-animation: letter-glow2 0.7s 3.3s ease both;
          animation: letter-glow2 0.7s 3.3s ease both;
  /*
  p{
  	animation: letter-glow2 0.7s 3.3s ease both;
  }
  */
}
#mainvisual.is-contents .mainvisual_tit01 p {
  -webkit-animation: letter-glow_reverse 1s 0s ease both;
          animation: letter-glow_reverse 1s 0s ease both;
}
#mainvisual.is-contents .mainvisual_tit03 {
  -webkit-animation: letter-glow 1s 1s ease both;
          animation: letter-glow 1s 1s ease both;
}

@-webkit-keyframes letter-glow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes letter-glow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes letter-glow2 {
  0% {
    margin-top: 10px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes letter-glow2 {
  0% {
    margin-top: 10px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes letter-glow_reverse {
  0% {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  80% {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes letter-glow_reverse {
  0% {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  80% {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@media screen and (min-width: 993px) {
  #mainvisual .mainvisual_br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #mainvisual {
    background: url(../images/top/mainvisual_sp.jpg) right center;
    background-size: cover;
    height: 100svh;
  }
  #mainvisual .mainvisual_tit01 {
    font-size: 4.6875svw;
    line-height: 179%;
    letter-spacing: 0.05em;
    margin: -2.1875% auto 0;
  }
  #mainvisual .mainvisual_tit01 p {
    margin: 0;
  }
  #mainvisual .mainvisual_tit01 span {
    opacity: 0;
  }
  #mainvisual .mainvisual_tit02 {
    top: 55.625%;
  }
  #mainvisual .mainvisual_tit02 p {
    font-size: 0.75rem;
    opacity: 0;
  }
  #mainvisual .mainvisual_tit03 h1 {
    font-size: 5.625svw;
  }
}
#wrapper {
  position: relative;
}

.tit_01 {
  font-size: 2.9375rem;
  margin-bottom: 40px;
  text-align: center;
}
.tit_01 span {
  display: block;
  margin: 0 auto;
}
.tit_01 .tit_mission {
  margin-bottom: 40px;
  width: 122px;
}
.tit_01 .tit_service {
  width: 192px;
}
.tit_01 .tit_strength {
  width: 212px;
}
.tit_01 .tit_message {
  width: 138px;
}
.tit_01 .tit_members {
  width: 154px;
}
.tit_01 .tit_outline {
  width: 120px;
}
.tit_01 .tit_contact {
  width: 134px;
}

.tit_02 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}

/* mission */
#mission {
  padding: 140px 0;
}

.vision_wrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.mission_container {
  margin: 0 auto 140px;
  max-width: 940px;
  padding: 0 30px;
}
.mission_container p {
  margin-bottom: 50px;
}

.mission_tit02 {
  font-size: 1.625rem;
}
.mission_tit02 span {
  font-size: 1.125rem;
}

.mission_photo_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6944444444svw;
}

.mission_photo01 {
  width: 22.6388888889svw;
}

.mission_photo02 {
  width: 26.3888888889svw;
}

.mission_photo03 {
  width: 22.5694444444svw;
}

.mission_photo04 {
  width: 26.3194444444svw;
}

/* service */
#service {
  background: url(../images/top/service_bg.jpg) center;
  background-size: cover;
  padding: 140px 0;
}

.service_container {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 30px;
}

.service_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.service_box {
  -webkit-animation-name: blur;
  animation-name: blur;
  text-align: center;
  width: 33.333333%;
}
.service_box p {
  font-size: 1.25rem;
  line-height: 140%;
}

.service_poto {
  margin: 0 2.0833333333svw 10px;
}

/* strength */
#strength {
  padding: 140px 0;
}

.strength_container {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 30px;
}

.strength_ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
}
.strength_ol li {
  border: 1px solid #FFF;
  padding: 30px;
  width: calc(33% - 5px);
}

.strength_img {
  margin: 0 auto 10px;
  width: 80px;
}

.tit_strength02 {
  font-size: 1.3125rem;
  line-height: 140%;
  margin-bottom: 10px;
  text-align: center;
}

/* message */
#message {
  background: url(../images/top/message_bg.jpg) left bottom no-repeat #555453;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 140px 0;
}

.message_container {
  margin: 0;
  padding: 0 6.9444444444svw;
  width: 65%;
}

.message_bg {
  display: none;
}

.message_text01 {
  font-size: 1.375rem;
  line-height: 180%;
}

.message_name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}
.message_name p {
  margin: 0;
}

.img_name {
  width: 214px;
}

/* members */
#members {
  padding: 140px 0;
}

.members_container {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 30px;
}

.members_set {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.members_photo {
  max-width: 365px;
  position: relative;
  width: 25.3472222222svw;
}
.members_photo.members_photo02 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.members_text_set {
  max-width: 400px;
}
.members_text_set.members_text_set {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.members_text01 {
  font-size: 1.125rem;
  line-height: 140%;
  margin-bottom: 25px;
  text-align: center;
}

.members_text02 {
  font-size: 1.8125rem;
  line-height: 140%;
  margin-bottom: 25px;
  text-align: center;
}
.members_text02 span {
  display: block;
  font-size: 1rem;
  line-height: 140%;
  margin: 0 auto;
}

.member_0101 {
  position: absolute;
  right: -80px;
  bottom: 0;
  width: 265px;
}
.member_0101 img {
  mix-blend-mode: screen;
}

/* outline */
#outline {
  background: url(../images/top/outline.png) right center no-repeat #515151;
  background-size: 445px;
  padding: 140px 0;
  position: relative;
}

.outline_container {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 30px;
}

.outline_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.outline_dl dt {
  font-weight: normal;
  margin-right: 30px;
  padding: 10px 0;
  width: 220px;
}
.outline_dl dt:first-child {
  padding-top: 0;
}
.outline_dl dt:first-child + dd {
  padding-top: 0 !important;
}
.outline_dl dd {
  width: calc(100% - 250px);
  padding: 10px 0;
}

/* contact */
#contact {
  background: url(../images/top/contact_bg.jpg) center;
  background-size: cover;
  padding: 160px 0;
}

.contact_container {
  margin: 0 auto;
  max-width: 890px;
}

.contact_ul {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
}
.contact_ul li {
  background-color: #FFF;
  color: #000;
  padding: 27px 40px;
  text-align: center;
}
.contact_ul li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_ul li a:hover {
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_ul li p {
  font-size: 1.8125rem;
  line-height: 140%;
}
.contact_ul li p span {
  display: block;
  font-size: 1rem;
  line-height: 140%;
}

.icon_fb {
  margin: 0 auto;
  width: 27px;
}

.icon_li {
  margin: 0 auto;
  width: 112px;
}

@media screen and (max-width: 1200px) {
  .members_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .members_photo {
    margin-bottom: 15px;
    max-width: 465px;
    position: relative;
    width: 50svw;
  }
  .members_photo.members_photo02 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .members_text_set {
    max-width: 465px;
  }
  .members_text_set.members_text_set02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .members_text01 {
    margin-bottom: 15px;
  }
  .members_text02 {
    margin-bottom: 15px;
  }
  .member_0101 {
    right: -15svw;
  }
}
@media screen and (max-width: 1024px) {
  #message {
    background-position: left top;
    background-size: 40%;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual_tit01 {
    font-size: 4.6875svw;
    margin: -7.8125svw auto 0;
  }
  #mainvisual .mainvisual_tit02 {
    top: calc(50% + 5svw);
  }
  #mainvisual .mainvisual_tit03 {
    height: 0;
    margin: 0 auto;
    opacity: 0;
    text-align: center;
  }
  #mainvisual .mainvisual_tit03 h1 {
    font-size: 5.2083333333svw;
  }
  .tit_01 {
    font-size: 2.25rem;
  }
  #mission, #service, #strength, #message, #members, #outline, #contact {
    padding: 100px 0;
  }
  .mission_container {
    margin: 0 auto 100px;
  }
  .strength_ol li {
    width: 100%;
  }
  #message {
    background-image: none;
  }
  .message_container {
    padding: 0 30px;
    width: 100%;
  }
  .message_bg {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
  }
  .outline_dl dt {
    margin-right: 5%;
    width: 30%;
  }
  .outline_dl dt:first-child {
    padding-top: 0;
  }
  .outline_dl dt:first-child + dd {
    padding-top: 0 !important;
  }
  .outline_dl dd {
    width: 65%;
    padding: 10px 0;
  }
  .contact_container {
    padding: 0 30px;
  }
  .service_box p {
    font-size: 1rem;
  }
  .member_0101 {
    width: 30svw;
  }
}
@media screen and (max-width: 767px) {
  .contact_ul {
    gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contact_ul li {
    padding: 13px;
  }
}
@media screen and (max-width: 576px) {
  #mission, #service, #strength, #message, #members, #outline, #contact {
    padding: 50px 0;
  }
  .tit_01 {
    font-size: 1.625rem;
    margin-bottom: 40px;
    text-align: center;
  }
  .tit_01 .tit_mission {
    margin-bottom: 0;
    width: 97px;
  }
  .tit_01 .tit_service {
    width: 154px;
  }
  .tit_01 .tit_strength {
    width: 170px;
  }
  .tit_01 .tit_message {
    width: 110px;
  }
  .tit_01 .tit_members {
    width: 123x;
  }
  .tit_01 .tit_outline {
    width: 96px;
  }
  .tit_01 .tit_contact {
    width: 107px;
  }
  .tit_02 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .mission_container {
    margin: 0 auto 50px;
  }
  .mission_tit02 {
    font-size: 1.375rem;
  }
  .mission_tit02 span {
    font-size: 1rem;
  }
  .service_container, .strength_container, .message_container, .members_container, .outline_container {
    padding: 0 20px;
  }
  .service_box {
    width: 50%;
  }
  .service_box p {
    font-size: 0.875rem;
  }
  .service_poto {
    margin-bottom: 5px;
  }
  .strength_ol li {
    padding: 10px 20px 20px;
  }
  .strength_img {
    margin: 0 auto;
  }
  .members_photo {
    width: 70%;
  }
  .member_0101 {
    right: -12svw;
  }
  .img_name {
    width: 154px;
  }
  #outline {
    background-size: 80%;
  }
  .contact_ul li {
    padding: 10px;
  }
  .contact_ul li p {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
  .contact_ul li p span {
    display: inline;
    font-size: 0.8125rem;
    margin-left: 10px;
  }
  .icon_fb {
    width: 22px;
  }
  .icon_li {
    width: 82px;
  }
}
/*  --------------------------------------

下層  

--------------------------------------*/
.en_mainvisual {
  margin-top: 120px;
  width: 100%;
}

.en_container {
  margin: 0 auto;
  max-width: 920px;
  padding: 40px 30px 100px;
}

@media screen and (max-width: 768px) {
  .en_mainvisual {
    margin-top: 70px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .en_mainvisual {
    margin-top: 55px;
    width: 100%;
  }
}