@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  border-style: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*=====================================================================
    COLOR
======================================================================= */
::selection {
  background: #3E86AC;
}

.Mv--list_item .item--heading {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.Mv--scroll_text {
  font-family: 'Crimson Text';
}

.News--title .-subtitle, .Anchor--list_item .item--text {
  font-family: 'Crimson Text';
  font-style: italic;
}

/*=====================================================================
    BREAPOINT
======================================================================= */
/*=====================================================================
    DEVICE
======================================================================= */
@media screen and (max-width: 991px) {
  .-sp_none {
    display: none;
  }
}

.-pc_none {
  display: none;
}

@media screen and (max-width: 991px) {
  .-pc_none {
    display: block;
  }
}

.xs-none{
  display: none;
}
@media screen and (max-width: 768px){
  .xs-none{
    display: block;
  }
}

/*=====================================================================
    FONT SIZE
======================================================================= */
/*=====================================================================
    CENTER LAYOUT
======================================================================= */
/*=====================================================================
    FLEXBOX
======================================================================= */
/*=====================================================================
    BEFROE&AFTER
======================================================================= */
/*=====================================================================
    HOVER
======================================================================= */
/*=====================================================================
    body
======================================================================= */
body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin: 0;
  background: #fff;
  box-sizing: border-box;
}

@media (min-width: 375px) {
  body {
    font-size: calc(0.24242vw + 12.09091px);
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 15px;
  }
}

.Header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

@media screen and (max-width: 991px) {
  .Header {
    min-width: 100%;
  }
}

.Header_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .Header_upper {
    display: block;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 991px){
  .Header_upper--hamburgar{
    position: fixed;
    top: 18px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Header_upper--hamburgar span{
    width: 30px;
    height: 1px;
    background-color: #0F79BF;
    position: relative;
    display: block;
    transition: 0.3s ease-in-out;
  }

  .Header_upper--hamburgar span::after{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0F79BF;
    transition: 0.3s ease-in-out;
  }
  .Header_upper--hamburgar span::before{
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0F79BF;
    transition: 0.3s ease-in-out;
  }
  .Header_upper--hamburgar.active span{
    background-color: #fff;
  }
  .Header_upper--hamburgar.active span::after{
    top: 0;
    transform: rotate(45deg);
  }
  .Header_upper--hamburgar.active span::before{
    top: 0;
    transform: rotate(-45deg);
  }
}
.Header_upper--logo {
  width: 210px;
  padding: 14px 30px;
}

@media screen and (max-width: 991px) {
  .Header_upper--logo {
    width: 145px;
    margin: 0;
    padding: 18px 20px;
  }
}

.Header_upper--logo_link {
  display: block;
}

@media screen and (min-width: 768px) {
  .Header_upper--logo_link {
    transition: .4s;
  }
  .Header_upper--logo_link:hover {
    opacity: .75;
  }
}

.Header_upper--logo_image {
  vertical-align: middle;
}

@media screen and (max-width: 991px){
  .Header_upper--list_wrapper{
    position: absolute;
    left: 100%;
    width: 100%;
    background-color: #fff;
    padding: 0 0 35px;
    height: 100dvh;
    z-index: -1;
    transition: 0.3s ease-in-out;
  }
  .Header_upper--list_wrapper.active{
    left: 0;
  }
}

.Header_upper--list {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .Header_upper--list {
    justify-content: center;
    margin: 5px auto 0;
    flex-direction: column;
  }
}

.Header_upper--list_item {
  position: relative;
  padding: 14px 0;
}

.Header_upper--list_item:nth-child(n+2) {
  padding-left: 8px;
  margin-left: 8px;
}

@media screen and (max-width: 991px) {
  .Header_upper--list_item {
    padding: 15px 20px;
    border-bottom: 1px solid #E0E0E0;
  }
  .Header_upper--list_item:nth-child(n+2){
    padding: 15px 20px;
    border-bottom: 1px solid #E0E0E0;
    margin: 0;
  }
}

.Header_upper--list_item:nth-child(n+2)::before {
  content: "/";
  display: block;
  position: absolute;
  font-size: 10px;
  left: -2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px){
  .Header_upper--list_item:nth-child(n+2)::before{
    content: "";
  }
}

.Header_upper--list_item.btn-design{
  margin: 0;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.Header_upper--list_item.btn-design:hover{
  opacity: 0.6;
}

@media screen and (max-width: 991px){
  .Header_upper--list_item.btn-design{
    margin: 12px auto 0;
    max-width: 300px;
    width: 100%;
    text-align: center;
  }
}

.Header_upper--list_item.btn-design::before{
  content: "";
}

.Header_upper--list_item.btn-design.blue{
  background-color: #0F79BF;
  margin-left: 30px;
}
@media screen and (max-width: 991px){
  .Header_upper--list_item.btn-design.blue{
    margin: 40px auto 0;
  }
}

.Header_upper--list_item.btn-design.brown{
  background-color: #995417;
}

.Header_upper--list_item.btn-design .item--link{
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  padding: 14px 33px;
}

.Header_upper--list_item .item--link {
  font-size: 10px;
}

@media (min-width: 375px) {
  .Header_upper--list_item .item--link {
    /* font-size: calc(0.24242vw + 9.09091px); */
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .Header_upper--list_item .item--link {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .Header_upper--list_item .item--link {
    transition: .4s;
  }
  .Header_upper--list_item .item--link:hover {
    opacity: .75;
  }
}

@media screen and (max-width: 991px) {
  .Header_upper--list_item .item--link {
    letter-spacing: 0;
  }
}

.News--list_link, .Anchor--list_item .item--title, .Anchor--bottom_list_item .item--title {
  position: relative;
  display: table;
  padding-left: 35px;
  transition: all .4s;
}

.News--list_link::before, .Anchor--list_item .item--title::before, .Anchor--bottom_list_item .item--title::before, .News--list_link::after, .Anchor--list_item .item--title::after, .Anchor--bottom_list_item .item--title::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../images/icon_arrow_white.png") no-repeat center;
  background-size: contain;
  transition: all .4s;
  z-index: 0;
}

.News--list_link::after, .Anchor--list_item .item--title::after, .Anchor--bottom_list_item .item--title::after {
  background: url("../images/icon_arrow_blue.png") no-repeat center;
  background-size: contain;
  z-index: 1;
}

.News--list_link:hover, .Anchor--list_item .item--title:hover, .Anchor--bottom_list_item .item--title:hover {
  transform: translateX(12px);
}

.News--list_link:hover::after, .Anchor--list_item .item--title:hover::after, .Anchor--bottom_list_item .item--title:hover::after {
  opacity: 0;
  transform: translate(-12px, -50%);
}

.News--list_link:hover::before, .Anchor--list_item .item--title:hover::before, .Anchor--bottom_list_item .item--title:hover::before {
  transform: translate(-12px, -50%);
}

/*=====================================================================
    Header
======================================================================= */
/*=====================================================================
    Footer
======================================================================= */
.Footer {
  width: 100%;
  padding: 30px 0;
  margin-top: 45px;
  border-top: solid 1px #0F79BF;
}

.Footer_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .Footer_inner {
    display: block;
  }
}

.Footer--btn_top {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -60px;
  right: 0;
  border-radius: 50%;
  border: solid 1px #0F79BF;
  background: #fff;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .Footer--btn_top {
    transition: .4s;
  }
  .Footer--btn_top:hover {
    opacity: .75;
  }
}

@media screen and (max-width: 991px) {
  .Footer--btn_top {
    width: 45px;
    height: 45px;
    top: -55px;
  }
}

.Footer--btn_top::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0F79BF;
  line-height: 1;
  font-size: 16px;
  transform: translate(-60%, -55%) rotate(-90deg) scale(0.8, 1.25);
  z-index: 2;
}

@media (min-width: 375px) {
  .Footer--btn_top::before {
    font-size: calc(0.48485vw + 14.18182px);
  }
}

@media (min-width: 1200px) {
  .Footer--btn_top::before {
    font-size: 20px;
  }
}

.Footer--sns_list {
  display: flex;
}

@media screen and (max-width: 991px) {
  .Footer--sns_list {
    justify-content: center;
  }
}

.Footer--sns_list_item:nth-child(n+2) {
  margin-left: 20px;
}

.Footer--sns_list_item .item--link {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #000;
}

@media screen and (min-width: 768px) {
  .Footer--sns_list_item .item--link {
    transition: .4s;
  }
  .Footer--sns_list_item .item--link:hover {
    opacity: .75;
  }
}

.Footer--sns_list_item .item--link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}

.Footer--sns_list_item .item--link.-facebook svg {
  width: 22%;
}

.Footer--sns_list_item .item--link.-instagram svg {
  width: 40%;
}

.Footer--sns_list_item .item--link.-twitter svg {
  width: 40%;
}

.Footer--sns_list_item .item--link.-blog svg {
  width: 55%;
}

.Footer--rights {
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .Footer--rights {
    font-size: 11px;
    text-align: center;
    margin-top: 20px;
  }
}


.Mv {
  display: block;
  position: relative;
}

@media screen and (max-width: 991px){
  .Mv{
    margin-top: var(--header-upper-height);
  }
}

.Mv--text{
  position: absolute;
  top: 50%;
  left: 80px;
  z-index: 1;
  transform: translate(0,-50%);
}

@media screen and (max-width: 991px){
  .Mv--text{
    left: 50%;
    transform: translate(-50%,0%);
    width: 90%;
    top: 15%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70%;
  }
}
@media screen and (max-width: 768px){
  .Mv--text{
    top: 25px;
    height: 90%;
  }
}

.Mv--text--heading{
  font-size: 40px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 991px){
  .Mv--text--heading{
    font-size: 32px;
  }
}

.Mv--text--dtl{
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 40px;
}
@media screen and (max-width: 991px){
  .Mv--text--dtl{
    font-size: 15px;
  }
}

.Mv--text--btn{
  display: flex;
}
@media screen and (max-width: 991px){
  .Mv--text--btn{
    justify-content: center;
  }
}
@media screen and (max-width: 768px){
  .Mv--text--btn{
    flex-direction: column;
  }
}

.Mv--text--btn--link{
  max-width: 300px;
  width: 100%;
  height: 74px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 991px){
  .Mv--text--btn--link{
    margin: 6px auto;
  }
}

.Mv--text--btn--link.blue{
  background-color: #0F79BF;
  border: 1px solid #0F79BF;
}

.Mv--text--btn--link.blue:hover{
  background-color: transparent;
  color: #0F79BF;
}

.Mv--text--btn--link.brown{
  background-color: #995417;
  border: 1px solid #995417;
}
.Mv--text--btn--link.brown:hover{
  background-color: transparent;
  color: #995417;
}

.Mv--list{
  overflow: hidden;
}

.Mv--list_item {
  width: 100%;
  height: 100vh;
  background: url("../images/mv_04.jpg") no-repeat center/cover;
}

@media screen and (max-width: 991px) {
  .Mv--list_item {
    background: url("../images/mv_04_sp.jpg") no-repeat center/cover;
  }
}

.Mv--list_item:nth-child(2) {
  background: url("../images/mv_05.jpg") no-repeat center/cover;
}

@media screen and (max-width: 991px) {
  .Mv--list_item:nth-child(2) {
    background: url("../images/mv_05_sp.jpg") no-repeat center/cover;
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}

/*.Mv--list_item:nth-child(3) {
  background: url("../images/mv_03.jpg") no-repeat center/cover;
}

@media screen and (max-width: 991px) {
  .Mv--list_item:nth-child(3) {
    background: url("../images/mv_03_sp.jpg") no-repeat center/cover;
  }
}*/

.Mv--list_item .item--link {
  display: block;
}

.Mv--list_item .item--text_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .Mv--list_item .item--text_wrapper {
    width: 100%;
  }
}

.Mv--list_item .item--heading {
  font-size: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 991px) {
  .Mv--list_item .item--heading {
    font-size: 26px;
    letter-spacing: 0.08em;
  }
}

.Mv--list_item .item--logo_wrapper {
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: center;
}

.Mv--list_item .item--logo {
  width: auto;
  height: auto;
  max-width: 80%;
}

.Mv--list_item .item--btn {
  display: block;
  width: 260px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 10px 0;
  margin: 10px auto 0;
  border: solid 1px #fff;
}

@media screen and (min-width: 768px) {
  .Mv--list_item .item--btn {
    transition: .4s;
  }
  .Mv--list_item .item--btn:hover {
    opacity: .75;
    opacity: 1;
    color: #000;
    background: #fff;
  }
}

.Mv .slick-dots {
  position: absolute;
  display: flex;
  bottom: 10px;
  right: 60px;
  display: none !important;
}

@media screen and (max-width: 991px) {
  .Mv .slick-dots {
    right: 20px;
  }
}

.Mv .slick-dots li {
  margin-left: 10px;
}

.Mv .slick-dots li.slick-active button {
  opacity: 1;
}

.Mv .slick-dots li button {
  width: 60px;
  height: 4px;
  text-indent: -9999px;
  padding: 0;
  background: #fff;
  cursor: pointer;
  opacity: .6;
}

@media screen and (max-width: 991px) {
  .Mv .slick-dots li button {
    width: 40px;
  }
}

.Mv--scroll_text {
  position: absolute;
  left: 90%;
  transform: translateX(-50%);
  bottom: 0;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 991px) {
  .Mv--scroll_text{
    display: none;
  }
}

.Mv--scroll_text::before {
  content: " ";
  position: absolute;
  left: -2px;
  transform: translateX(-50%);
  bottom: 0;
  width: 1px;
  height: 120px;
  background: #fff;
  animation: arrow 6s infinite alternate;
}

@keyframes arrow {
  0% {
    height: 120px;
  }
  50% {
    height: 0;
  }
  100% {
    height: 120px;
  }
}

.News {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1180px;
  margin: 90px auto;
}

@media screen and (max-width: 991px) {
  .News {
    display: block;
    margin-top: 50px;
  }
}

.News--title {
  font-size: 24px;
  letter-spacing: 0.1em;
}

.News--title .-subtitle {
  display: block;
  color: #0F79BF;
}

.News--list {
  width: 80%;
}

@media screen and (max-width: 991px) {
  .News--list {
    width: 100%;
    margin-top: 5px;
  }
}

.News--list_item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: solid 1px #0F79BF;
}

@media screen and (max-width: 991px) {
  .News--list_item {
    display: block;
  }
}

.News--list_item .item--date {
  width: 250px;
}

@media screen and (max-width: 991px) {
  .News--list_item .item--date {
    width: 100%;
  }
}

.News--list_item .item--date .-category {
  display: inline-block;
  width: 130px;
  font-size: 11px;
  text-align: center;
  line-height: 1.8;
  margin-left: 10px;
  border: solid 1px #000;
}

@media screen and (min-width: 768px) {
  .News--list_item .item--date .-category {
    transition: .4s;
  }
  .News--list_item .item--date .-category:hover {
    opacity: .75;
  }
}

.News--list_item .item--title {
  width: calc(100% - 265px);
}

@media screen and (min-width: 768px) {
  .News--list_item .item--title {
    transition: .4s;
  }
  .News--list_item .item--title:hover {
    opacity: .75;
  }
}

@media screen and (max-width: 991px) {
  .News--list_item .item--title {
    width: 100%;
    margin-top: 5px;
  }
}

.News--list_link {
  margin-left: auto;
  margin-top: 15px;
}

.Service{
  background-color: #ECF2F5;
  padding: 90px 0;
}
@media screen and (max-width: 991px){
  .Service{
    padding: 60px 0;
  }
}

.Service--inner--wrap{
  margin: 0 auto;
  width: 90%;
  max-width: 1180px;
}

.Service--ttl{
  font-family: 'Crimson Text';
  font-style: italic;
  color: #0F79BF;
  font-size: 24px;
  text-align: center;
}

.Service--ttl .Service--ttl--ja{
  font-style: normal;
  color: #000;
}

.Service--inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: stretch;
  margin: 40px 0 0;
}
@media screen and (max-width: 991px){
  .Service--inner{
    flex-direction: column;
  }
}

.Service--inner__card{
  width: calc(100% / 2 - 18px);
  background-color: #fff;
  padding-bottom: 104px;
  position: relative;
}
@media screen and (max-width: 991px){
  .Service--inner__card{
    width: 100%;
  }
  .Service--inner__card:last-of-type{
    margin: 30px 0 0;
  }
}

.Service--inner__card--text{
  padding: 30px;
}
@media screen and (max-width: 991px){
  .Service--inner__card--text{
    padding: 24px;
  }
}

.Service--inner__card--text--ttl{
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 991px){
  .Service--inner__card--text--ttl{
    font-size: 18px;
  }
}

.Service--inner__card--text--dtl{
  margin: 15px 0 0;
  font-size: 15px;
}
@media screen and (max-width: 991px){
  .Service--inner__card--text--dtl{
    font-size: 13px;
  }
}

.Service--inner__card--btn{
  margin: auto;
  max-width: 340px;
  height: 74px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 991px){
  .Service--inner__card--btn{
    margin: auto;
    width: 90%;
  }
}

.Service--inner__card--btn--link{
  padding: 0 20px;
  width: 100%;
  background-color: #0F79BF;
  display: block;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #0F79BF;
  transition: 0.3s ease-in-out;
}

.Service--inner__card--btn--link:hover{
  color: #0F79BF;
  background-color: transparent;
}

.Service--inner__card--btn--link.brown{
  background-color: #995417;
  border: 1px solid #995417;
}

.Service--inner__card--btn--link.brown:hover{
  background-color: transparent;
  color: #995417;
}

.Anchor {
  margin: 60px auto 0;
}

.Anchor--list {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

.Anchor--list_item {
  width: 48.5%;
}

.Anchor--list_item:nth-child(even) {
  margin-left: 3%;
}

.Anchor--list_item:nth-child(n+3) {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .Anchor--list_item {
    width: 100%;
  }
  .Anchor--list_item:nth-child(even) {
    margin-left: 0;
  }
  .Anchor--list_item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.Anchor--list_item .item--image_wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .Anchor--list_item .item--image_wrapper {
    transition: .4s;
  }
  .Anchor--list_item .item--image_wrapper:hover {
    opacity: .75;
  }
}

.Anchor--list_item .item--text {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #0F79BF;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.7);
}

.Anchor--list_item .item--title {
  margin-top: 15px;
}

.Anchor--list_item .item--link {
  display: block;
}

.Anchor--list_item .item--link:hover .item--image_wrapper {
  opacity: .6;
}

.Anchor--list_item .item--link:hover .item--title {
  transform: translateX(12px);
}

.Anchor--list_item .item--link:hover .item--title::after {
  opacity: 0;
  transform: translate(-12px, -50%);
}

.Anchor--list_item .item--link:hover .item--title::before {
  transform: translate(-12px, -50%);
}

.Anchor--bottom_list_wrapper {
  width: 100%;
  padding: 45px 0;
  margin-top: 90px;
  background: #ECF2F5;
}

@media screen and (max-width: 991px) {
  .Anchor--bottom_list_wrapper {
    margin-top: 50px;
  }
}

.Anchor--bottom_list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .Anchor--bottom_list {
    display: block;
  }
}

.Anchor--bottom_list_item {
  width: 48.5%;
}

.Anchor--bottom_list_item:nth-child(even) {
  margin-left: 3%;
}

@media screen and (max-width: 991px) {
  .Anchor--bottom_list_item {
    width: 100%;
  }
  .Anchor--bottom_list_item:nth-child(even) {
    margin-left: 0;
  }
  .Anchor--bottom_list_item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.Anchor--bottom_list_item .item--link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Anchor--bottom_list_item .item--link:hover .item--image {
  opacity: .6;
}

.Anchor--bottom_list_item .item--link:hover .item--title {
  transform: translateX(12px);
}

.Anchor--bottom_list_item .item--link:hover .item--title::after {
  opacity: 0;
  transform: translate(-12px, -50%);
}

.Anchor--bottom_list_item .item--link:hover .item--title::before {
  transform: translate(-12px, -50%);
}

.Anchor--bottom_list_item .item--image {
  width: 150px;
}

@media screen and (min-width: 768px) {
  .Anchor--bottom_list_item .item--image {
    transition: .4s;
  }
  .Anchor--bottom_list_item .item--image:hover {
    opacity: .75;
  }
}

.Anchor--bottom_list_item .item--text_wrapper {
  width: calc(100% - 190px);
}

@media screen and (max-width: 991px) {
  .Anchor--bottom_list_item .item--text_wrapper {
    width: calc(100% - 170px);
  }
}

.Anchor--bottom_list_item .item--text {
  margin-top: 15px;
}

.Pride {
  width: 90%;
  max-width: 1180px;
  margin: 80px auto 0;
}

@media screen and (max-width: 991px) {
  .Pride {
    margin-top: 50px;
  }
}

.Pride--text {
  color: #7C7C7C;
  font-size: 13px;
  line-height: 1.8;
}
.foot-sns-note{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.foot-sns-note img{
	display: block;
}
.foot-sns-note:hover{
	opacity: .6;
}

/*20240530 top banner*/
.top_banner_2{
		margin: 20px auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.top_banner_2 a{
		display: block;
		margin:15px 20px;
		width: 300px;
		padding:15px 20px;
		text-align: center;
		font-size: 12px;
		transition: .2s;
	}
	.top_banner_2 a:first-child{
		color:#0F79BF;
		border:1px solid rgb(15,121,191);
	}
	.top_banner_2 a:last-child{
		color:#995417;
		border:1px solid #995417;
	}
	.top_banner_2 a:first-child:hover{
		color:#fff;
		background: #0F79BF;
	}
	.top_banner_2 a:last-child:hover{
		color:#fff;
		background:#995417;
	}
	.Mv--list_item{
	height: calc( 100vh - 80px );
}
@media screen and (max-width: 991px){
  .Mv--list_item{
    height: calc(100vh - 120px);
  }
}
@media screen and (max-width: 991px) {
  .top_banner_2{
    flex-direction: column;
  }
  .Mv--list_item{
    height: calc(100vh - 100px)
  }
}
/*# sourceMappingURL=style.css.map */