@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  background-color: #fff;
  word-break: break-all;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

li {
  list-style: none;
}

figure {
  width: 100%;
  max-width: 100%;
}

address {
  word-break: break-all;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
  word-break: break-all;
}

a:hover {
  cursor: pointer;
}

a.disable:hover {
  cursor: default;
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

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

  .pc {
    display: none !important;
  }
}
/*themeカラー変数設定*/
/*----------
	HEADER
----------*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 76px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  z-index: 2;
}
.header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 13px 45px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_inner .site_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}
.header .header_inner .site_logo a {
  margin-right: 30px;
}
.header .header_inner .site_logo span {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  margin-right: 15px;
}
.header .header_inner .site_logo span:last-child {
  margin-right: 0;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.header .header_inner .link_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.header .header_inner .link_list ul li {
  margin-right: 30px;
}
.header .header_inner .link_list ul li:first-child {
  margin-right: 40px;
}
.header .header_inner .link_list ul li:last-child {
  margin-right: 0;
}
.header .header_inner .link_list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 9px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header_inner .link_list a.recruit {
  border: 1px solid #000;
}
.header .header_inner .link_list a.recruit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #39546B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.header .header_inner .link_list a::after {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  background-image: url(../images/link_arrow_black.svg);
  margin-left: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header_inner .link_list a:hover {
  color: #39546B;
}
.header .header_inner .link_list a:hover.recruit {
  color: #fff;
}
.header .header_inner .link_list a:hover.recruit::before {
  width: 100%;
}
.header .header_inner .link_list a:hover.recruit::after {
  background-image: url(../images/link_arrow_white.svg);
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.header .header_inner .link_list a:hover::after {
  background-image: url(../images/link_arrow_black.svg);
  margin-left: 8px;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.header .lower_navi_wrap {
  width: 100%;
  max-width: calc(100% - 90px);
  margin: 0 auto;
  border-top: 1px solid #CCCCCC;
}
.header .lower_navi_list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Helvetica Neue";
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  color: #000;
}
.header .lower_navi_list li.active a, .header .lower_navi_list li:hover a {
  color: #fff;
  background-color: #39546B;
}
.header .lower_navi_list li.active span::after, .header .lower_navi_list li:hover span::after {
  background: #fff;
}
.header .lower_navi_list a {
  display: block;
  padding: 20px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .lower_navi_list span {
  margin-right: 0.5em;
}
.header .lower_navi_list span:last-child {
  margin-right: 0;
}
.header .lower_navi_list span.first {
  position: relative;
}
.header .lower_navi_list span.first::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  margin: 5px auto 0;
}

@media screen and (max-width: 767px) {
  .header {
    min-height: 44px;
  }
  .header .header_inner {
    padding: 6px 10px;
  }
  .header .header_inner .site_logo {
    display: block;
    margin-right: auto;
    max-width: 115px;
  }
  .header .header_inner .site_logo a {
    margin-right: 30px;
  }
  .header .header_inner .site_logo span {
    display: none;
  }
  .header .header_inner .link_list ul {
    font-size: 1rem;
  }
  .header .header_inner .link_list ul li {
    margin-right: 5px;
  }
  .header .header_inner .link_list ul li:first-child {
    margin-right: 5px;
  }
  .header .header_inner .link_list ul li:last-child {
    margin-right: 0;
  }
  .header .header_inner .link_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2px 5px;
    text-align: center;
    min-height: 32px;
  }
  .header .header_inner .link_list a.recruit {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
    line-height: 1.3;
  }
  .header .header_inner .link_list a.recruit::before {
    display: none;
  }
  .header .header_inner .link_list a.internship, .header .header_inner .link_list a.entry {
    border: 1px solid #CCCCCC;
    line-height: 1.1;
  }
  .header .header_inner .link_list a::after {
    display: none;
  }
  .header .lower_navi_wrap {
    max-width: 100%;
  }
  .header .lower_navi_list {
    font-size: 1rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .lower_navi_list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .header .lower_navi_list li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background: #000;
  }
  .header .lower_navi_list li.active a, .header .lower_navi_list li:hover a {
    color: #fff;
    background-color: #39546B;
  }
  .header .lower_navi_list li.active span::after, .header .lower_navi_list li:hover span::after {
    background: #fff;
  }
  .header .lower_navi_list li.active::after, .header .lower_navi_list li:hover::after {
    background: #fff;
  }
  .header .lower_navi_list a {
    padding: 9px 3px;
    text-align: center;
    line-height: 1.2;
  }
  .header .lower_navi_list span {
    margin-right: 0;
  }
  .header .lower_navi_list span.first {
    position: relative;
  }
  .header .lower_navi_list span.first::after {
    display: none;
  }
}
/*-------------------------------------------
	body
--------------------------------------------*/
body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.wrap {
  overflow: hidden;
}

/*-------------------------------------------
	#navi_wrap
--------------------------------------------*/
#navi_wrap_list {
  min-height: 77px;
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #39546B;
}

#navi_wrap {
  width: 100%;
  background-color: #6C7F90;
}
#navi_wrap .navi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Helvetica Neue";
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}
#navi_wrap .navi_list li {
  min-width: 240px;
}
#navi_wrap .navi_list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 25px;
  color: #fff;
  background-color: #6C7F90;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#navi_wrap .navi_list li a::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
}
#navi_wrap .navi_list li a span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 6px;
}
#navi_wrap .navi_list li.active a {
  color: #000;
  background-color: #fff;
}
#navi_wrap .navi_list li.active a::after {
  background-color: #000;
}
#navi_wrap.fixed {
  position: fixed;
  top: 76px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #navi_wrap_list {
    min-height: 240px;
    padding-top: 10px;
  }

  #navi_wrap .navi_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.1rem;
  }
  #navi_wrap .navi_list li {
    min-width: 175px;
  }
  #navi_wrap .navi_list li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 0;
  }
  #navi_wrap .navi_list li a::after {
    width: 30px;
  }
  #navi_wrap .navi_list li a span {
    display: block;
    font-size: 1.1rem;
    line-height: 1.6666666667;
    margin-bottom: 6px;
  }
  #navi_wrap.fixed {
    top: 44px;
  }
}
/*-------------------------------------------
	section layout
--------------------------------------------*/
section [class^=bs_inner] {
  width: 100%;
  max-width: 1260px;
  padding: 0 10px;
  margin: 0 auto;
}
section [class^=lower_bs_inner] {
  width: 100%;
  max-width: 1640px;
  padding: 0 10px;
  margin: 0 auto;
}
section [class^=dialogue_bs_inner] {
  width: 95%;
  max-width: 1560px;
  padding: 0 10px;
  margin: 0 auto;
}
section [class^=itv_bs_inner] {
  width: 95%;
  max-width: 1560px;
  padding: 0 10px;
  margin: 0 auto;
}
section.bg_thm_n {
  position: relative;
  z-index: 0;
}
section.bg_thm_n::before, section.bg_thm_n::after {
  content: "";
  display: block;
  height: 80px;
}
section.bg_thm_n::before {
  width: 100%;
  background-color: #39546B;
  border-radius: 80px 0 0 0;
}
section.bg_thm_n::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  background-color: #F5F5F5;
  z-index: -1;
}
section.bg_thm_w {
  position: relative;
  z-index: 0;
}
section.bg_thm_w::before, section.bg_thm_w::after {
  content: "";
  display: block;
  height: 80px;
}
section.bg_thm_w::before {
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 0 80px 0 0;
}
section.bg_thm_w::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  background-color: #39546B;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  section [class^=bs_inner] {
    padding: 0 20px;
  }
  section.bg_thm_n::before, section.bg_thm_n::after {
    height: 50px;
  }
  section.bg_thm_n::before {
    border-radius: 40px 0 0 0;
  }
  section.bg_thm_w::before, section.bg_thm_w::after {
    height: 50px;
  }
  section.bg_thm_w::before {
    border-radius: 0 40px 0 0;
  }
}
/*-------------------------------------------
	sc_ttl
--------------------------------------------*/
section .sc_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  border-bottom: 1px solid #000;
  color: #000;
}
section .sc_ttl.white {
  border-bottom: 1px solid #fff;
  color: #fff;
}
section .sc_ttl img {
  margin-bottom: 10px;
}
section .sc_ttl span {
  font-family: "Zen Kaku Gothic New";
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 20px;
}

/*-------------------------------------------
	section home_hero
--------------------------------------------*/
section.home {
  position: relative;
  height: 100vh;
  background-color: #39546B;
  z-index: 1;
}
section.home .slider_wrap {
  position: relative;
  z-index: 1;
}
section.home .slider_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
section.home .slider_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #39546B;
  border-radius: 80px 0 0 0;
  z-index: -1;
}
section.home .slider_wrap li {
  height: calc(100vh - 76px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.home .slider_wrap li.slide_01 {
  background-image: url("../images/slick/home_slide01.jpg");
}
section.home .slider_wrap li.slide_02 {
  background-image: url("../images/slick/home_slide03.jpg");
}
section.home .slider_wrap li.slide_03 {
  background-image: url("../images/slick/home_slide02.jpg");
}
section.home .slider_wrap li.slide_04 {
  background-image: url("../images/slick/home_slide04.jpg");
}
section.home .slider_wrap li.slide_05 {
  background-image: url("../images/slick/home_slide05.jpg");
}
section.home .slider_wrap .slick-dots {
  width: auto;
  right: 50px;
  bottom: 30px;
}
section.home .slider_wrap .slick-dots li {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}
section.home .slider_wrap .slick-dots li:last-child {
  margin-right: 0;
}
section.home .slider_wrap .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #F5F5F5;
  opacity: 1;
}
section.home .slider_wrap .slick-dots li.slick-active button::before {
  background: #39546B;
}
section.home .home_lead {
  width: 54.5833333333vw;
  max-width: 1048px;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 2;
  opacity: 0;
}
section.home .home_slide {
  position: relative;
  width: 92.7083333333vw;
  max-width: 1780px;
  margin: 0 auto;
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.home .home_slide.slick-initialized {
  opacity: 1;
  display: block;
}
section.home .home_active {
  webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fluffyAnime;
          animation-name: fluffyAnime;
  visibility: visible !important;
}
@-webkit-keyframes fluffyAnime {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
            transform: translatex(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fluffyAnime {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
            transform: translatex(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*-------------------------------------------
	section about
--------------------------------------------*/
section.about {
  padding: 30px 0 70px;
  font-family: "Zen Kaku Gothic New";
  background-color: #39546B;
  color: #fff;
}
section.about .ttl {
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.5238095238;
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
}
section.about .inner {
  width: 1260px;
  padding: 10px 0;
  margin: 0 auto;
}
section.about .txt_area {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7777777778;
  text-align: center;
  color: #fff;
}
section.about .txt {
  font-weight: 400;
  margin-bottom: 30px;
}
section.about .txt:last-child {
  margin-bottom: 0;
}

/*-------------------------------------------
	section branch
--------------------------------------------*/
section.branch {
  padding-bottom: 70px;
  background-color: #F5F5F5;
}
section.branch .txt {
  font-family: "Zen Kaku Gothic New";
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7777777778;
  margin-bottom: 60px;
}
section.branch .map_content_wrap {
  width: 100%;
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
section.branch .map_content_wrap .list_wrap {
  padding: 0 0 0 50px;
}
section.branch .map_content_wrap .list li {
  width: 100%;
  max-width: 440px;
  font-family: "Zen Kaku Gothic New";
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.3333333333;
  color: #000;
  margin-bottom: 25px;
}
section.branch .map_content_wrap .list li:last-child {
  margin-bottom: 0;
}
section.branch .map_content_wrap .list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
}
section.branch .map_content_wrap .list a span {
  position: relative;
  margin-right: 40px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.branch .map_content_wrap .list a span:last-child {
  font-size: 1.6rem;
  margin-right: 0;
}
section.branch .map_content_wrap .list a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #39546B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.branch .map_content_wrap .list a.active span {
  position: relative;
  z-index: 1;
  color: #fff;
}
section.branch .map_content_wrap .list a.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #39546B;
}
section.branch .map_content_wrap .jp_map_wrap .jp_map {
  position: relative;
}
section.branch .map_content_wrap .jp_map_wrap .pin_list li {
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
section.branch .map_content_wrap .jp_map_wrap .pin_list li.active {
  opacity: 1;
}
section.branch .map_content_wrap .jp_map_wrap .pin_list .hokkaido_pin {
  top: 78px;
  left: 511px;
}
section.branch .map_content_wrap .jp_map_wrap .pin_list .touhoku_pin {
  top: 307px;
  left: 494px;
}
section.branch .map_content_wrap .jp_map_wrap .pin_list .niigata_pin {
  top: 322px;
  left: 428px;
}
section.branch .map_content_wrap .jp_map_wrap .pin_list .hokuriku_pin {
  top: 382px;
  left: 340px;
}
section.branch .map_content_wrap .jp_map_wrap .pin_list .tokai_pin {
  top: 452px;
  left: 348px;
}
section.branch .map_content_wrap .jp_map_wrap .pin_list .kansai_pin {
  top: 471px;
  left: 298px;
}
section.branch .map_content_wrap .jp_map_wrap .pin_list .shikoku_pin {
  top: 485px;
  left: 246px;
}
section.branch .map_content_wrap .jp_map_wrap .pin_list .chugoku_pin {
  top: 483px;
  left: 187px;
}
section.branch .map_content_wrap .jp_map_wrap .pin_list .kyushu_pin {
  top: 518px;
  left: 110px;
}
section.branch .map_content_wrap .jp_map_wrap .pin_list .minami-kyushu_pin {
  top: 605px;
  left: 117px;
}

/*-------------------------------------------
	section map
--------------------------------------------*/
section.work {
  padding-bottom: 70px;
  background-color: #39546B;
  font-family: "Zen Kaku Gothic New";
  color: #fff;
}
section.work .lead {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
}
section.work .txt {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7777777778;
  margin-bottom: 1em;
}
section.work .txt.bottom {
  margin-bottom: 60px;
}
section.work .work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.work .work_list li {
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  padding: 100px 40px;
  border: 1px solid #fff;
  margin-right: 20px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7777777778;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.work .work_list li .list_ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3333333333;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
section.work .work_list li:last-child {
  margin-right: 0;
}
section.work .work_list li.work_list_1 {
  background-image: url(../images/work_list_1.jpg);
}
section.work .work_list li.work_list_2 {
  background-image: url(../images/work_list_2.jpg);
}
section.work .work_list li.work_list_3 {
  background-image: url(../images/work_list_3.jpg);
}

/*-------------------------------------------
	section job
--------------------------------------------*/
section.job {
  padding-bottom: 70px;
  background-color: #F5F5F5;
  font-family: "Zen Kaku Gothic New";
  color: #000;
}
section.job .lead {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
}
section.job .job_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.job .job_list li {
  position: relative;
  width: 100%;
  max-width: 400px;
  max-height: 360px;
  padding: 100px 40px;
  border: 1px solid #000;
  margin-right: 20px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7777777778;
  color: #030303;
}
section.job .job_list li .list_ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3333333333;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
section.job .job_list li:last-child {
  margin-right: 0;
}
section.job .job_list li .num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*-------------------------------------------
	section dialogue
--------------------------------------------*/
section.dialogue {
  padding-bottom: 70px;
  background-color: #39546B;
}
section.dialogue .dialogue_contents .bnr_dialogue {
  margin-bottom: 40px;
}
section.dialogue .dialogue_contents .bnr_dialogue:last-of-type {
  margin-bottom: 170px;
}
section.dialogue .dialogue_contents .bnr_dialogue a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.dialogue .dialogue_contents .bnr_dialogue a:hover {
  opacity: 0.8;
}
section.dialogue .dialogue_contents .bnr_dialogue a:hover .read_more::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 60px 40px 0;
}
section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .bnr_ttl {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.6;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #39546B;
}
section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 50px;
  color: #39546b;
}
section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .profile.bottom {
  margin-bottom: 70px;
}
section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .name {
  width: 100%;
  max-width: 180px;
}
section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .name_ttl {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 40px;
}
section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .read_more {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  padding-bottom: 5px;
}
section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .read_more::before, section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .read_more::after {
  content: "";
  display: block;
}
section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .read_more::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 8px);
  height: 1px;
  background-color: #000;
}
section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .read_more::after {
  width: 9px;
  height: 10px;
  background-image: url("../images/link_arrow_black.svg");
  margin-left: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.dialogue .interview_contents .bnr_interview ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
section.dialogue .interview_contents .bnr_interview ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.dialogue .interview_contents .bnr_interview ul li a:hover {
  opacity: 0.8;
}

/*-------------------------------------------
	section dialogue
--------------------------------------------*/
section.application {
  padding-bottom: 70px;
  background-color: #F5F5F5;
}
section.application .bnr_application_wrap {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #39546b;
}
section.application .bnr_application_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
section.application .bnr_application_wrap li {
  width: 100%;
  max-width: 420px;
  margin-bottom: 70px;
}
section.application .bnr_application_wrap li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 29px 29px;
  border: 1px solid #39546B;
}
section.application .bnr_application_wrap li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #39546B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
section.application .bnr_application_wrap li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 21px;
  height: 21px;
  background-image: url("../images/link_flow_navy.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.application .bnr_application_wrap li a:hover {
  color: #fff;
}
section.application .bnr_application_wrap li a:hover::before {
  width: 100%;
}
section.application .bnr_application_wrap li a:hover::after {
  content: "";
  background-image: url("../images/link_flow_white.svg");
}
section.application .bnr_application_wrap li a.entry {
  color: #fff;
  background-color: #39546B;
}
section.application .bnr_application_wrap li a.entry span {
  position: relative;
  z-index: 0;
}
section.application .bnr_application_wrap li a.entry::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F5F5F5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
section.application .bnr_application_wrap li a.entry::after {
  width: 24px;
  height: 21px;
  background-image: url("../images/link_arrow_white.svg");
  z-index: 0;
}
section.application .bnr_application_wrap li a.entry:hover {
  color: #39546B;
}
section.application .bnr_application_wrap li a.entry:hover::before {
  width: 100%;
  z-index: 0;
}
section.application .bnr_application_wrap li a.entry:hover::after {
  background-image: url("../images/link_arrow_navy.svg");
}

@media screen and (max-width: 767px) {
  /*-------------------------------------------
  	sc_ttl
  --------------------------------------------*/
  section .sc_ttl {
    margin-bottom: 30px;
  }
  section .sc_ttl img {
    width: 65%;
  }
  section .sc_ttl span {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  /*-------------------------------------------
  	section home_hero
  --------------------------------------------*/
  section.home {
    height: auto;
    min-height: 600px;
  }
  section.home .slider_wrap {
    position: relative;
    z-index: 1;
  }
  section.home .slider_wrap::before {
    height: 640px;
  }
  section.home .slider_wrap::after {
    height: 40px;
    border-radius: 40px 0 0 0;
  }
  section.home .slider_wrap li {
    height: 600px;
  }
  section.home .slider_wrap li.slide_01 {
    background-image: url("../images/slick/home_slide01_sp.jpg");
  }
  section.home .slider_wrap li.slide_02 {
    background-image: url("../images/slick/home_slide03_sp.jpg");
  }
  section.home .slider_wrap li.slide_03 {
    background-image: url("../images/slick/home_slide02_sp.jpg");
  }
  section.home .slider_wrap li.slide_04 {
    background-image: url("../images/slick/home_slide04_sp.jpg");
  }
  section.home .slider_wrap li.slide_05 {
    background-image: url("../images/slick/home_slide05_sp.jpg");
  }
  section.home .slider_wrap .slick-dots {
    width: auto;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    right: 50%;
    bottom: 20px;
  }
  section.home .slider_wrap .slick-dots li {
    width: 30px;
    height: 30px;
    margin-right: 4px;
  }
  section.home .slider_wrap .slick-dots li:last-child {
    margin-right: 0;
  }
  section.home .slider_wrap .slick-dots li button::before {
    width: 10px;
    height: 10px;
  }
  section.home .home_lead {
    width: 93.3333333333vw;
    max-width: 364px;
    top: 40px;
  }
  /*-------------------------------------------
  	section about
  --------------------------------------------*/
  section.about {
    padding: 40px 0;
  }
  section.about .ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  section.about .txt_area {
    font-size: 1.6rem;
    text-align: left;
  }
  /*-------------------------------------------
  	section branch
  --------------------------------------------*/
  section.branch {
    padding-bottom: 70px;
    background-color: #F5F5F5;
  }
  section.branch .txt {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  section.branch .map_content_wrap .list_wrap {
    padding: 0;
  }
  section.branch .map_content_wrap .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.branch .map_content_wrap .list li {
    width: 100%;
    max-width: 50%;
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  section.branch .map_content_wrap .list li:last-child {
    margin-bottom: 0;
  }
  section.branch .map_content_wrap .list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 20px;
  }
  section.branch .map_content_wrap .list a span {
    margin-right: 40px;
  }
  section.branch .map_content_wrap .list a span:last-child {
    font-size: 1.4rem;
  }

  /*-------------------------------------------
  	section map
  --------------------------------------------*/
  section.work {
    padding-bottom: 50px;
  }
  section.work .lead {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 30px;
  }
  section.work .txt {
    font-size: 1.6rem;
  }
  section.work .work_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.work .work_list li {
    padding: 60px 25px;
    border: 1px solid #fff;
    margin-right: 0;
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
  section.work .work_list li .list_ttl {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  /*-------------------------------------------
  	section job
  --------------------------------------------*/
  section.job {
    padding-bottom: 50px;
  }
  section.job .lead {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 40px;
  }
  section.job .job_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.job .job_list li {
    padding: 40px 25px;
    margin-right: 0;
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  section.job .job_list li .list_ttl {
    font-size: 2rem;
  }
  /*-------------------------------------------
  	section dialogue
  --------------------------------------------*/
  section.dialogue {
    padding-bottom: 50px;
  }
  section.dialogue .dialogue_contents .bnr_dialogue {
    margin-bottom: 20px;
  }
  section.dialogue .dialogue_contents .bnr_dialogue:last-of-type {
    margin-bottom: 100px;
  }
  section.dialogue .dialogue_contents .bnr_dialogue a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 20px;
  }
  section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .bnr_ttl {
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: center;
  }
  section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .read_more {
    max-width: 129px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .read_more::before, section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .read_more::after {
    content: "";
    display: block;
  }
  section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .read_more::before {
    width: calc(100% - 6px);
  }
  section.dialogue .dialogue_contents .bnr_dialogue .txt_wrap .read_more::after {
    margin-left: auto;
  }
  section.dialogue .interview_contents .bnr_interview ul {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /*-------------------------------------------
  	section dialogue
  --------------------------------------------*/
  section.application {
    padding-bottom: 50px;
  }
  section.application .bnr_application_wrap {
    font-size: 2rem;
  }
  section.application .bnr_application_wrap ul {
    padding: 0 10px;
  }
  section.application .bnr_application_wrap li {
    margin-bottom: 30px;
  }
  section.application .bnr_application_wrap li a {
    padding: 22px 29px;
  }
  section.application .bnr_application_wrap li a::after {
    right: 40px;
  }
}
/*-------------------------------------------
	section lower layout
--------------------------------------------*/
.lower_wrap {
  overflow: hidden;
  background-color: #F5F5F5;
}

section .lower_ttl {
  width: 95%;
  border-bottom: 1px solid #000;
  padding-bottom: 17px;
  margin: 0 auto 70px;
}
section .lower_ttl span {
  font-family: "Zen Kaku Gothic New";
  font-weight: 300;
  font-size: 2rem;
  margin-left: 40px;
}
section .dlg_ttl,
section .itv_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}
section .dlg_ttl img,
section .itv_ttl img {
  margin-bottom: 15px;
}
section .dlg_ttl span,
section .itv_ttl span {
  font-family: "Zen Kaku Gothic New";
  font-weight: 300;
  font-size: 2rem;
}
section .dlg_lead,
section .itv_lead {
  font-family: "Zen Kaku Gothic New";
  font-weight: bold;
  font-size: 3.6rem;
  border-bottom: 1px solid #CCC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

section.branch_home {
  font-family: "Zen Kaku Gothic New";
  padding-top: 75px;
  margin-bottom: 155px;
}
section.branch_home .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.branch_home .content_wrap .image_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
}
section.branch_home .content_wrap .txt_wrap {
  width: 100%;
  max-width: 580px;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7777777778;
}
section.branch_home .content_wrap .txt_wrap .map {
  margin-bottom: 60px;
}
section.branch_home .content_wrap .txt_wrap .txt {
  line-break: strict;
}

section.case_study {
  font-family: "Zen Kaku Gothic New";
  margin-bottom: 155px;
}
section.case_study .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
section.case_study .content_wrap .image_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  padding: 112px 25px 0;
}
section.case_study .content_wrap .txt_wrap {
  padding-top: 20px;
  width: 100%;
  max-width: 760px;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  color: #555;
}
section.case_study .content_wrap .txt_wrap .pick_up {
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #000;
}
section.case_study .content_wrap .txt_wrap .tag {
  font-weight: bold;
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 35px;
}
section.case_study .content_wrap .txt_wrap .ttl {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.6;
  color: #000;
}
section.case_study .content_wrap .txt_wrap .txt {
  line-break: strict;
}
section.case_study .content_wrap .txt_wrap .txt span.pc_lsm_1em {
  letter-spacing: -1em;
}

section.branch_Address {
  margin-bottom: 140px;
}
section.branch_Address .branch_ph {
  margin-bottom: 60px;
}
section.branch_Address .branch_Address_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.branch_Address .branch_Address_info .branch_info {
  margin-right: auto;
}
section.branch_Address .branch_Address_info .branch_info .branch_name {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
section.branch_Address .branch_Address_info .branch_info dl {
  font-size: 1.6rem;
  line-height: 1.7777777778;
}
section.branch_Address .branch_Address_info .branch_info dl dt {
  font-weight: bold;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
section.branch_Address .branch_Address_info .branch_info dl dd {
  font-weight: normal;
  margin-bottom: 40px;
}
section.branch_Address .g_map_wrap {
  width: 100%;
  max-width: 720px;
}
section.branch_Address .g_map {
  position: relative;
  width: 100%;
  padding-top: 66.6666666667%;
}
section.branch_Address .g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.d_interview {
  margin-bottom: 155px;
}
section.d_interview .d_itv_bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.d_interview .d_itv_bnr a:hover {
  opacity: 0.8;
}
section.d_interview .d_itv_bnr .image_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.d_interview .d_itv_bnr .txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 40px;
  background-color: #fff;
}
section.d_interview .d_itv_bnr .txt_wrap .itv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
section.d_interview .d_itv_bnr .txt_wrap .itv span {
  font-family: "Zen Kaku Gothic New";
  font-weight: bold;
  font-size: 1.4rem;
}
section.d_interview .d_itv_bnr .txt_wrap .ttl {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.6;
  padding-bottom: 25PX;
  border-bottom: 1PX solid #707070;
  margin-bottom: 20px;
}
section.d_interview .d_itv_bnr .txt_wrap .prf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  color: #39546B;
}
section.d_interview .d_itv_bnr .txt_wrap .prf.fc_int {
  color: #39546B;
}
section.d_interview .d_itv_bnr .txt_wrap .prf.pc_mb5 {
  margin-bottom: 10px;
}
section.d_interview .d_itv_bnr .txt_wrap .prf .name {
  width: 100%;
  max-width: 180px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.0833333333;
}
section.d_interview .d_itv_bnr .txt_wrap .prf .cat {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2222222222;
}
section.d_interview .d_itv_bnr .txt_wrap .tag {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.2222222222;
  color: #39546B;
}

section.other_branch {
  margin-bottom: 120px;
}
section.other_branch .bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.other_branch .bnr_list li {
  width: 100%;
  max-width: 220px;
  margin-bottom: 30px;
}
section.other_branch .bnr_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 94px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
  line-height: 1.5;
}
section.other_branch .bnr_list a span {
  font-family: "Zen Kaku Gothic New";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.7;
}
section.other_branch .bnr_list a.active, section.other_branch .bnr_list a:hover {
  color: #fff;
  background-color: #39546B;
}

@media screen and (max-width: 767px) {
  section .lower_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 15px;
    margin: 0 auto 20px;
  }
  section .lower_ttl img {
    max-width: 60%;
    margin-bottom: 5px;
  }
  section .lower_ttl span {
    font-weight: 300;
    font-size: 1.6rem;
    margin-left: 0;
  }
  section .dlg_ttl,
section .itv_ttl {
    width: 37%;
    margin-bottom: 20px;
  }
  section .dlg_ttl img,
section .itv_ttl img {
    margin-bottom: 10px;
  }
  section .dlg_ttl span,
section .itv_ttl span {
    font-size: 1.6rem;
  }
  section .dlg_lead,
section .itv_lead {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  section.branch_home {
    padding-top: 30px;
    margin-bottom: 100px;
  }
  section.branch_home .content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.branch_home .content_wrap .image_wrap {
    margin-right: 0;
    margin-bottom: 20px;
  }
  section.branch_home .content_wrap .image_wrap img {
    width: 100%;
  }
  section.branch_home .content_wrap .txt_wrap {
    font-size: 1.6rem;
    padding: 0 10px;
  }
  section.branch_home .content_wrap .txt_wrap .map {
    margin-bottom: 0;
  }
  section.case_study {
    margin-bottom: 100px;
  }
  section.case_study .lower_ttl {
    margin-bottom: 0;
  }
  section.case_study .lower_ttl img {
    max-width: 50%;
  }
  section.case_study .content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  section.case_study .content_wrap .image_wrap {
    margin-right: 0;
    padding: 0;
  }
  section.case_study .content_wrap .txt_wrap .pick_up {
    padding: 0 10px;
  }
  section.case_study .content_wrap .txt_wrap .tag {
    padding: 0 10px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  section.case_study .content_wrap .txt_wrap .ttl {
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  section.case_study .content_wrap .txt_wrap .txt {
    padding: 10px 10px 0;
  }
  section.case_study .content_wrap .txt_wrap .txt span.pc_lsm_1em {
    letter-spacing: normal;
  }

  section.branch_Address {
    margin-bottom: 100px;
  }
  section.branch_Address .branch_ph {
    margin-bottom: 20px;
  }
  section.branch_Address .branch_ph img {
    width: 100%;
  }
  section.branch_Address .branch_Address_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.branch_Address .branch_Address_info .branch_info {
    padding: 0 10px;
    margin-right: auto;
  }
  section.branch_Address .branch_Address_info .branch_info .branch_name {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  section.branch_Address .branch_Address_info .branch_info dl {
    font-size: 1.6rem;
  }
  section.branch_Address .branch_Address_info .branch_info dl dd {
    margin-bottom: 20px;
  }
  section.d_interview {
    margin-bottom: 100px;
  }
  section.d_interview .d_itv_bnr {
    padding: 0 10px;
  }
  section.d_interview .d_itv_bnr a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.d_interview .d_itv_bnr .txt_wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 10px 20px;
  }
  section.d_interview .d_itv_bnr .txt_wrap .itv {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  section.d_interview .d_itv_bnr .txt_wrap .itv span {
    font-size: 1.2rem;
  }
  section.d_interview .d_itv_bnr .txt_wrap .ttl {
    font-size: 1.8rem;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  section.other_branch {
    margin-bottom: 100px;
  }
  section.other_branch .bnr_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.other_branch .bnr_list li {
    width: 100%;
    width: calc(50% - 5px);
    margin-bottom: 15px;
  }
  section.other_branch .bnr_list a {
    min-height: 86px;
    padding: 15px;
    font-size: 1.2rem;
  }
  section.other_branch .bnr_list a span {
    font-size: 1.1rem;
  }
  section.other_branch .bnr_list a.active, section.other_branch .bnr_list a:hover {
    color: #fff;
    background-color: #39546B;
  }
}
/*-------------------------------------------
	dialogue
--------------------------------------------*/
section.dlg_main {
  padding-top: 100px;
  font-family: "Zen Kaku Gothic New";
}
section.dlg_main .dialogue_ph_wrap {
  position: relative;
  z-index: 0;
}
section.dlg_main .dialogue_ph_wrap::before, section.dlg_main .dialogue_ph_wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 280px;
  z-index: -1;
}
section.dlg_main .dialogue_ph_wrap::before {
  width: 100%;
  background-color: #39546B;
  border-radius: 80px 0 0 0;
}
section.dlg_main .dialogue_ph_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  background-color: #F5F5F5;
  z-index: -1;
}
section.dlg_main .dlg_lead_txt {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7777777778;
  margin-bottom: 70px;
}
section.dlg_main .prf_wrap {
  background-color: #39546B;
}
section.dlg_main .prf_content {
  width: 100%;
  max-width: 1240px;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
section.dlg_main .prf {
  width: 50%;
  max-width: 560px;
  color: #fff;
  font-weight: normal;
}
section.dlg_main .prf:first-child {
  padding-right: 40px;
}
section.dlg_main .prf:last-child {
  padding-left: 40px;
}
section.dlg_main .prf .name {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.1904761905;
  margin-bottom: 15px;
}
section.dlg_main .prf .cat {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 30px;
}
section.dlg_main .prf .txt {
  font-size: 1.6rem;
  line-height: 1.7777777778;
}

section.dlg_talk {
  padding-bottom: 70px;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7777777778;
}
section.dlg_talk.bg_w {
  background-color: #F5F5F5;
  color: #000;
}
section.dlg_talk.bg_w .talk_content_wrap {
  border-top: 2px solid #000;
}
section.dlg_talk.bg_w .talk_ttl::after {
  background-color: #000;
}
section.dlg_talk.bg_n {
  background-color: #39546B;
  color: #fff;
}
section.dlg_talk.bg_n .talk_content_wrap {
  border-top: 2px solid #fff;
}
section.dlg_talk.bg_n .talk_ttl::after {
  background-color: #fff;
}
section.dlg_talk .talk_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
}
section.dlg_talk .talk_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
section.dlg_talk .talk_ttl {
  width: 100%;
  max-width: 400px;
  position: relative;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.6;
  margin-right: 60px;
}
section.dlg_talk .talk_ttl::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  margin-top: 40px;
}
section.dlg_talk .talk_name {
  width: 100%;
  max-width: 75px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.7777777778;
}
section.dlg_talk .talk_txt {
  width: 100%;
  max-width: 790px;
  line-break: strict;
}

section.links .related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 1.8rem;
  color: #000;
  border-top: 1px solid #ccc;
  padding-top: 70px;
  margin-bottom: 70px;
}
section.links .related span {
  font-family: "Zen Kaku Gothic New";
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.1666666667;
}
section.links .d_itv_bnr {
  margin-bottom: 70px;
}
section.links .d_itv_bnr:last-child {
  margin-bottom: 150px;
}
section.links .d_itv_bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.links .d_itv_bnr a:hover {
  opacity: 0.8;
}
section.links .d_itv_bnr .image_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.links .d_itv_bnr .txt_wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 40px;
  background-color: #fff;
}
section.links .d_itv_bnr .txt_wrap .itv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
section.links .d_itv_bnr .txt_wrap .itv span {
  font-family: "Zen Kaku Gothic New";
  font-weight: bold;
  font-size: 1.4rem;
}
section.links .d_itv_bnr .txt_wrap .ttl {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.6;
  padding-bottom: 25PX;
  border-bottom: 1PX solid #707070;
  margin-bottom: 20px;
}
section.links .d_itv_bnr .txt_wrap .prf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  color: #39546B;
}
section.links .d_itv_bnr .txt_wrap .prf.fc_int {
  color: #39546B;
}
section.links .d_itv_bnr .txt_wrap .prf.pc_mb5 {
  margin-bottom: 10px;
}
section.links .d_itv_bnr .txt_wrap .prf.pc_mb0 {
  margin-bottom: 0;
}
section.links .d_itv_bnr .txt_wrap .prf .name {
  width: 100%;
  max-width: 180px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.0833333333;
}
section.links .d_itv_bnr .txt_wrap .prf .cat {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2222222222;
}
section.links .d_itv_bnr .txt_wrap .tag {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.2222222222;
  color: #39546B;
}
section.links .d_itv_bnr .txt_wrap .akar_link_out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 40px;
  bottom: 20px;
  font-size: 1.6rem;
}
section.links .d_itv_bnr .txt_wrap .akar_link_out img {
  margin-left: 10px;
}
section.links .bnr_application_wrap {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #39546b;
}
section.links .bnr_application_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
section.links .bnr_application_wrap li {
  width: 100%;
  max-width: 420px;
  margin-bottom: 70px;
}
section.links .bnr_application_wrap li:first-child {
  margin-right: 150px;
}
section.links .bnr_application_wrap li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 29px;
  border: 1px solid #39546B;
}
section.links .bnr_application_wrap li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #39546B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
section.links .bnr_application_wrap li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 24px;
  height: 21px;
  background-image: url("../images/link_arrow_white.svg");
  background-image: url("../images/link_arrow_navy.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.links .bnr_application_wrap li a:hover {
  color: #fff;
}
section.links .bnr_application_wrap li a:hover::before {
  width: 100%;
}
section.links .bnr_application_wrap li a:hover::after {
  content: "";
  background-image: url("../images/link_arrow_navy.svg");
  background-image: url("../images/link_arrow_white.svg");
}
section.links .bnr_application_wrap li a.entry {
  color: #fff;
  background-color: #39546B;
}
section.links .bnr_application_wrap li a.entry span {
  position: relative;
  z-index: 0;
}
section.links .bnr_application_wrap li a.entry::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F5F5F5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
section.links .bnr_application_wrap li a.entry::after {
  width: 24px;
  height: 21px;
  background-image: url("../images/link_arrow_white.svg");
  z-index: 0;
}
section.links .bnr_application_wrap li a.entry:hover {
  color: #39546B;
}
section.links .bnr_application_wrap li a.entry:hover::before {
  width: 100%;
  z-index: 0;
}
section.links .bnr_application_wrap li a.entry:hover::after {
  background-image: url("../images/link_arrow_navy.svg");
}

@media screen and (max-width: 767px) {
  section.dlg_main {
    padding-top: 45px;
  }
  section.dlg_main .dialogue_ph_wrap::before, section.dlg_main .dialogue_ph_wrap::after {
    display: none;
  }
  section.dlg_main .dlg_lead_txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  section.dlg_main .dialogue_main_ph img {
    width: 100%;
  }
  section.dlg_main .prf_wrap {
    border-radius: 40px 0 0 0;
  }
  section.dlg_main .prf_content {
    padding: 30px 20px 50px;
  }
  section.dlg_main .prf {
    border-right: 1px solid #6C7F90;
  }
  section.dlg_main .prf:first-child {
    padding-right: 20px;
  }
  section.dlg_main .prf:last-child {
    padding-left: 20px;
    border-right: none;
  }
  section.dlg_main .prf .name {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  section.dlg_main .prf .cat {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  section.dlg_main .prf .txt {
    font-size: 1.4rem;
  }

  section.dlg_talk {
    padding-bottom: 50px;
    font-size: 1.6rem;
  }
  section.dlg_talk .talk_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
  section.dlg_talk .talk_frame {
    margin-bottom: 20px;
  }
  section.dlg_talk .talk_ttl {
    font-size: 2rem;
    margin-right: 0;
    margin-bottom: 30px;
  }
  section.dlg_talk .talk_ttl::after {
    width: 120px;
    margin-top: 20px;
  }
  section.dlg_talk .talk_name {
    max-width: 50px;
    font-size: 1.6rem;
  }
  section.links .related {
    font-size: 1.6rem;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  section.links .related span {
    font-size: 2rem;
  }
  section.links .d_itv_bnr {
    margin-bottom: 30px;
  }
  section.links .d_itv_bnr:last-child {
    margin-bottom: 50px;
  }
  section.links .d_itv_bnr a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.links .d_itv_bnr .image_wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  section.links .d_itv_bnr .txt_wrap {
    padding: 20px 15px;
  }
  section.links .d_itv_bnr .txt_wrap .itv {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  section.links .d_itv_bnr .txt_wrap .itv span {
    font-size: 1.2rem;
  }
  section.links .d_itv_bnr .txt_wrap .ttl {
    font-size: 1.8rem;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  section.links .d_itv_bnr .txt_wrap .akar_link_out {
    right: 20px;
    font-size: 1.4rem;
  }
  section.links .d_itv_bnr .txt_wrap .akar_link_out img {
    width: 14px;
    height: 14px;
  }
  section.links .bnr_application_wrap {
    margin-bottom: 100px;
  }
  section.links .bnr_application_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.links .bnr_application_wrap li {
    margin-bottom: 30px;
  }
  section.links .bnr_application_wrap li:first-child {
    margin-right: 0;
  }
  section.links .bnr_application_wrap li a {
    padding: 22px 29px;
  }
}
/*-------------------------------------------
	itv
--------------------------------------------*/
section.itv_main {
  padding-top: 100px;
}
section.itv_main .itv_main_ph {
  margin: 0 auto;
}

section.itv_prf .prf_wrap {
  padding-bottom: 70px;
  background-color: #39546B;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7777777778;
  color: #fff;
}
section.itv_prf .prf_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.itv_prf .prf {
  width: 100%;
  max-width: 560px;
  margin-right: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.itv_prf .prf .prf_name_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
section.itv_prf .prf .name {
  margin-right: 80px;
}
section.itv_prf .prf .name_en {
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2.2222222222;
}
section.itv_prf .prf .name_jp {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.1904761905;
}
section.itv_prf .prf .cat {
  margin-top: 20px;
}
section.itv_prf .prf .tag {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 70px;
}
section.itv_prf .prf .txt {
  font-weight: 400;
}
section.itv_prf .career_s {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}
section.itv_prf .career_s .ttl {
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 2rem;
  line-height: 2;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
section.itv_prf .career_s li {
  margin-bottom: 50px;
}
section.itv_prf .career_s li:last-child {
  margin-bottom: 0;
}
section.itv_prf .career_s li p {
  margin-bottom: 10px;
}
section.itv_prf .career_s li p:first-child {
  font-size: 1.8rem;
}
section.itv_prf .career_s li p:last-child {
  font-weight: 400;
}

section.itv_talk {
  padding-bottom: 70px;
  font-family: "Zen Kaku Gothic New";
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7777777778;
}
section.itv_talk.bg_w {
  background-color: #F5F5F5;
  color: #000;
}
section.itv_talk.bg_w .talk_content_wrap {
  border-top: 2px solid #000;
}
section.itv_talk.bg_w .talk_ttl::after {
  background-color: #000;
}
section.itv_talk.bg_w .talk_ttl.f_w_space {
  white-space: nowrap;
}
section.itv_talk.bg_w .talk_txt_q::before {
  background-color: #000;
}
section.itv_talk.bg_n {
  background-color: #39546B;
  color: #fff;
}
section.itv_talk.bg_n .talk_content_wrap {
  border-top: 2px solid #fff;
}
section.itv_talk.bg_n .talk_ttl::after {
  background-color: #fff;
}
section.itv_talk.bg_n .talk_txt_q::before {
  background-color: #fff;
}
section.itv_talk .talk_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  margin-bottom: 70px;
}
section.itv_talk .talk_frame {
  margin-bottom: 70px;
  width: 100%;
  max-width: 790px;
}
section.itv_talk .talk_frame:last-child {
  margin-bottom: 0;
}
section.itv_talk .talk_ttl_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin-right: 50px;
}
section.itv_talk .talk_ttl_area .talk_ttl {
  position: relative;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.6;
}
section.itv_talk .talk_ttl_area .talk_ttl::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 50px;
}
section.itv_talk .talk_ttl_area .talk_ttl.mb_auto {
  margin-bottom: auto;
}
section.itv_talk .talk_txt_q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5416666667;
  margin-bottom: 40px;
}
section.itv_talk .talk_txt_q::before {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  margin-right: 1em;
  margin-top: 1em;
}
section.itv_talk .sc_bottom_ph.int_03_3 {
  margin-bottom: 150px;
}

section.schedule {
  padding: 70px 0;
  font-family: "Zen Kaku Gothic New";
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7777777778;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 80px 0 0 0;
}
section.schedule.itv01 {
  background-image: url("../images/itv01_schedule_bg.png");
}
section.schedule.itv02 {
  background-image: url("../images/itv02_schedule_bg.png");
}
section.schedule.itv03 {
  background-image: url("../images/itv03_schedule_bg.png");
}
section.schedule.itv04 {
  background-image: url("../images/itv04_schedule_bg.png");
}
section.schedule.bg_n {
  background-color: #39546B;
  color: #fff;
}
section.schedule .schedule_ttl_area {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
section.schedule .schedule_ttl_area .schedule_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
section.schedule .schedule_ttl_area .schedule_ttl span {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.6666666667;
}
section.schedule .sc_time_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}
section.schedule .sc_time_line ul {
  width: 100%;
  max-width: 507px;
  border-left: 2px solid #fff;
}
section.schedule .sc_time_line li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 40px;
}
section.schedule .sc_time_line li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 0.5em;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  section.itv_main {
    padding-top: 40px;
  }
  section.itv_prf .prf_wrap {
    padding-bottom: 40px;
    font-size: 1.4rem;
  }
  section.itv_prf .prf_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.itv_prf .prf {
    margin-right: 0;
    margin-bottom: 35px;
  }
  section.itv_prf .prf .prf_name_area {
    margin-bottom: 30px;
  }
  section.itv_prf .prf .name {
    margin-right: 35px;
  }
  section.itv_prf .prf .name_en {
    font-size: 1.2rem;
  }
  section.itv_prf .prf .name_jp {
    font-size: 2rem;
  }
  section.itv_prf .prf .cat {
    margin-top: 20px;
  }
  section.itv_prf .prf .tag {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  section.itv_prf .prf .txt {
    font-size: 1.6rem;
  }
  section.itv_prf .career_s {
    font-size: 1.8rem;
  }
  section.itv_prf .career_s .ttl {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  section.itv_prf .career_s li {
    margin-bottom: 40px;
    font-weight: bold;
  }
  section.itv_prf .career_s li:last-child {
    margin-bottom: 0;
  }
  section.itv_prf .career_s li p {
    margin-bottom: 10px;
  }
  section.itv_prf .career_s li p:last-child {
    font-size: 1.6rem;
    font-weight: normal;
  }

  section.itv_talk {
    padding-bottom: 50px;
    font-family: "Zen Kaku Gothic New";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
  section.itv_talk.bg_w {
    background-color: #F5F5F5;
    color: #000;
  }
  section.itv_talk.bg_w .talk_content_wrap {
    border-top: 2px solid #000;
    border-top: none;
  }
  section.itv_talk.bg_w .talk_ttl {
    border-top: 2px solid #000;
  }
  section.itv_talk.bg_w .talk_ttl::after {
    background-color: #000;
  }
  section.itv_talk.bg_w .talk_ttl.f_w_space {
    white-space: break-spaces;
  }
  section.itv_talk.bg_w .talk_txt_q::before {
    background-color: #000;
  }
  section.itv_talk.bg_n {
    background-color: #39546B;
    color: #fff;
  }
  section.itv_talk.bg_n .talk_content_wrap {
    border-top: 2px solid #fff;
  }
  section.itv_talk.bg_n .talk_ttl {
    border-top: 2px solid #fff;
  }
  section.itv_talk.bg_n .talk_ttl::after {
    background-color: #fff;
  }
  section.itv_talk.bg_n .talk_txt_q::before {
    background-color: #fff;
  }
  section.itv_talk .talk_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    margin-bottom: 0;
  }
  section.itv_talk .talk_content_wrap.sp_mb100 {
    margin-bottom: 100px;
  }
  section.itv_talk .talk_frame {
    margin-bottom: 30px;
  }
  section.itv_talk .talk_frame:last-child {
    margin-bottom: 30px;
  }
  section.itv_talk .talk_ttl_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
  section.itv_talk .talk_ttl_area .talk_ttl {
    font-size: 2rem;
    padding-top: 20px;
  }
  section.itv_talk .talk_ttl_area .talk_ttl::after {
    width: 120px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  section.itv_talk .talk_ttl_area .talk_ttl.mb_auto {
    margin-bottom: auto;
  }
  section.itv_talk .talk_ttl_area img {
    margin-bottom: 30px;
  }
  section.itv_talk .talk_txt_q {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  section.itv_talk .talk_txt {
    font-size: 1.6rem;
  }
  section.itv_talk .sc_bottom_ph.int_03_3 {
    margin-bottom: 50px;
  }

  section.schedule {
    padding: 50px 0;
    font-size: 1.4rem;
    border-radius: 40px 0 0 0;
  }
  section.schedule.itv01 {
    background-image: url("../images/itv01_schedule_bg_sp.png");
  }
  section.schedule.itv02 {
    background-image: url("../images/itv02_schedule_bg_sp.png");
  }
  section.schedule.itv03 {
    background-image: url("../images/itv03_schedule_bg_sp.png");
  }
  section.schedule.itv04 {
    background-image: url("../images/itv04_schedule_bg_sp.png");
  }
  section.schedule .schedule_ttl_area .schedule_ttl {
    margin-bottom: 30px;
  }
  section.schedule .schedule_ttl_area .schedule_ttl span {
    font-size: 2rem;
  }
  section.schedule .sc_time_line {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.schedule .sc_time_line ul {
    border-left: 1px solid #fff;
  }
  section.schedule .sc_time_line li {
    padding-left: 15px;
    margin-bottom: 20px;
  }
  section.schedule .sc_time_line li::before {
    left: -6px;
    width: 10px;
    height: 10px;
  }
}
/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/
footer.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  background-color: #39546B;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
}
footer.footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1780px;
  padding: 0 10px;
  margin: 0 auto;
}
footer.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}
footer.footer ul li {
  border-right: 1px solid #fff;
}
footer.footer ul li a {
  display: block;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer.footer ul li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  footer.footer {
    padding: 10px 0;
    background-color: #39546B;
    font-size: 1.2rem;
  }
  footer.footer .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer.footer ul {
    margin-right: 0;
  }
  footer.footer ul li {
    border-right: 1px solid #fff;
  }
  footer.footer ul li:first-child {
    border-left: 1px solid #fff;
  }
  footer.footer .c_right {
    font-size: 1.1rem;
  }
}
/*-------------------------------------------
	btn
--------------------------------------------*/
[class$=thm_btn] a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 144px;
  height: 48px;
  border-radius: 24px;
  margin: 30px auto;
  background-color: #4525f2;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
[class$=thm_btn] a:after {
  content: "";
  background-color: #7489ff;
  width: 0;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
[class$=thm_btn] a:hover:after {
  width: 100%;
}
[class$=thm_btn] a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  /*-------------------------------------------
  	btn
  --------------------------------------------*/
  [class$=thm_btn] a {
    width: 100px;
    height: 35px;
    border-radius: 24px;
    margin: 15px auto;
    font-size: 1.2rem;
  }
}