@charset "UTF-8";
/* 汎用クラス */
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	#animation
----------------------------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 0px);
            transform: translate(20px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(20px, 0px);
            transform: translate(20px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 0px);
            transform: translate(20px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(20px, 0px);
            transform: translate(20px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/*----------------------------------------------------
	下層ページ共通
----------------------------------------------------*/
.page_contents {
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f3f7), to(#fff));
  background: linear-gradient(to bottom, #f0f3f7 0%, #fff 100%);
}
@media only screen and (max-width: 820px) {
  .page_contents {
    background: #fff;
  }
}

.page_wrapper {
  background: #fff;
  margin-right: 5%;
  padding-left: 5%;
  padding-top: 64px;
}
@media only screen and (max-width: 820px) {
  .page_wrapper {
    padding-top: 24px;
  }
}

.kv {
  position: relative;
  height: 320px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #f0f3f7;
}
@media only screen and (max-width: 820px) {
  .kv {
    padding-top: 72px;
    height: 200px;
  }
}
.kv_heading {
  width: 88%;
  max-width: 1400px;
  margin: 0 auto;
}
.kv_heading .eng {
  font-size: 80px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: relative;
  color: #003587;
  letter-spacing: 0;
  display: block;
  line-height: 1.2;
}
.kv_heading span {
  font-size: 21px;
  color: #003587;
  font-weight: bold;
}
@media only screen and (max-width: 820px) {
  .kv_heading .eng {
    font-size: 38px;
  }
  .kv_heading span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 820px) {
  .scrolldown {
    display: none;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1400px;
  width: 88%;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumbs li {
  font-size: 15px;
}
.breadcrumbs li.home img {
  vertical-align: -1px;
}
.breadcrumbs li.home a:hover {
  opacity: .6;
}
.breadcrumbs li + li {
  position: relative;
  padding-left: 32px;
  margin-left: 24px;
}
.breadcrumbs li + li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #003587;
  border-bottom: 2px solid #003587;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 820px) {
  .breadcrumbs {
    width: 88vw;
    margin-bottom: 12px;
  }
  .breadcrumbs li {
    font-size: 11px;
  }
  .breadcrumbs li.home img {
    width: 16px;
  }
  .breadcrumbs li + li {
    padding-left: 20px;
    margin-left: 12px;
  }
  .breadcrumbs li + li:before {
    width: 4px;
    height: 4px;
    border-right: 1px solid #003587;
    border-bottom: 1px solid #003587;
    top: calc(50% - 3px);
  }
}

.list_snip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.list_snip li {
  line-height: 1;
}
.list_snip li + li {
  margin-left: 40px;
}
.list_snip a {
  position: relative;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.list_snip a:hover {
  color: #003587;
}
.list_snip .current a {
  color: #003587;
}
@media only screen and (max-width: 820px) {
  .list_snip {
    padding: 0 5vw;
  }
  .list_snip li + li {
    margin-left: 20px;
  }
  .list_snip a {
    min-width: auto;
  }
  .list_snip a:after {
    min-width: auto;
  }
}

.pagination {
  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;
}
.pagination_pageLink {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 0 5px;
  border: 1px solid #e8e8e8;
  border-radius: 40px;
  line-height: 38px;
}
.pagination a:hover, .pagination .selected {
  background: #003587;
  border-color: #003587;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 820px) {
  .pagination_pageLink {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }
}

/*----------------------------------------------------
	NEWS
----------------------------------------------------*/
#news .news_contents {
  width: 88%;
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 150px;
}
#news .news_contents.news_detail {
  display: block;
  max-width: 1042px;
}
#news .news_contents.news_detail .datetime {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  opacity: .7;
  font-size: 14px;
  margin-left: 1.5rem;
  margin-top: .25rem;
  vertical-align: -.15rem;
}
#news .news_contents.news_detail .cate {
  border: 1px solid #003587;
  border-radius: 12px;
  height: 24px;
  min-width: 90px;
  font-size: 12px;
  color: #003587;
  text-align: center;
  display: inline-block;
  line-height: 22px;
  margin-right: .25rem;
  margin: .1rem .25rem .1rem 0;
}
#news .news_contents.news_detail .news_title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 24px;
}
#news .news_contents.news_detail .text strong {
  font-weight: bold;
}
#news .news_contents.news_detail .text i {
  font-style: italic;
}
#news .news_contents.news_detail .text h4 {
  font-size: 21px;
  font-weight: bold;
}
#news .news_contents.news_detail .text h5 {
  font-size: 18px;
  font-weight: bold;
}
#news .news_contents.news_detail .text p {
  text-align: justify;
  line-height: 2;
}
#news .news_contents.news_detail .text li {
  font-size: 16px;
}
#news .news_contents.news_detail .text ul {
  margin: 1rem 0;
}
#news .news_contents.news_detail .text ul li {
  list-style: disc inside;
}
#news .news_contents.news_detail .text ol {
  margin: 1rem 0;
}
#news .news_contents.news_detail .text ol li {
  list-style: decimal inside;
}
#news .news_contents.news_detail .text a {
  text-decoration: underline;
}
#news .news_contents.news_detail .text a:hover {
  text-decoration: none;
}
#news .news_contents.news_detail .btn_view_more {
  margin: 56px auto 0;
  width: 240px;
}
#news .news_contents.news_detail .btn_view_more span {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans CJK", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
@media only screen and (max-width: 820px) {
  #news .news_contents {
    display: block;
    padding-bottom: 56px;
    padding-top: 0;
  }
  #news .news_contents.news_detail .datetime {
    font-size: 12px;
  }
  #news .news_contents.news_detail .cate {
    height: 20px;
    line-height: 18px;
    font-size: 10px;
    min-width: 78px;
  }
  #news .news_contents.news_detail .news_title {
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 20px;
  }
  #news .news_contents.news_detail .text h4 {
    font-size: 18px;
  }
  #news .news_contents.news_detail .text h5 {
    font-size: 15px;
  }
  #news .news_contents.news_detail .text li {
    font-size: 13px;
  }
  #news .news_contents.news_detail .btn_view_more {
    width: 232px;
  }
}
#news .news_list_wrap {
  padding-right: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 820px) {
  #news .news_list_wrap {
    padding-right: 0;
  }
}
#news .news_list_wrap .news_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
#news .news_list_wrap .news_category p {
  font-weight: bold;
  color: #003587;
  border-right: 1px solid #003587;
  padding-right: 28px;
  margin-right: 28px;
  line-height: 1.6;
}
#news .news_list_wrap .news_category .cate {
  border: 1px solid #003587;
  border-radius: 14px;
  height: 28px;
  min-width: 90px;
  font-size: 13px;
  color: #003587;
  text-align: center;
  display: inline-block;
  line-height: 26px;
  margin-right: .75rem;
}
#news .news_list_wrap .news_category .cate:hover, #news .news_list_wrap .news_category .cate.selected {
  background: #003587;
  color: #fff;
}
@media only screen and (max-width: 820px) {
  #news .news_list_wrap .news_category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #news .news_list_wrap .news_category p {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #news .news_list_wrap .news_category .cate {
    margin-bottom: .5rem;
    font-size: 12px;
    margin-right: .5rem;
    height: 24px;
    line-height: 22px;
  }
}
#news .news_list_wrap .news_list {
  margin-bottom: 56px;
}
#news .news_list_wrap .news_list li {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
}
#news .news_list_wrap .news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news .news_list_wrap .news_list li a:hover {
  opacity: .6;
}
#news .news_list_wrap .news_list .datetime {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  width: 100px;
}
#news .news_list_wrap .news_list .cate {
  border: 1px solid #003587;
  border-radius: 12px;
  height: 24px;
  min-width: 90px;
  font-size: 12px;
  color: #003587;
  text-align: center;
  display: inline-block;
  line-height: 22px;
}
#news .news_list_wrap .news_list .cate + .cate {
  margin-left: .5rem;
}
#news .news_list_wrap .news_list .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.5rem;
}
@media only screen and (max-width: 820px) {
  #news .news_list_wrap .news_list {
    margin-bottom: 32px;
  }
  #news .news_list_wrap .news_list li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news .news_list_wrap .news_list .datetime {
    font-size: 12px;
    width: 80px;
  }
  #news .news_list_wrap .news_list .cate {
    height: 20px;
    line-height: 18px;
    font-size: 10px;
    min-width: 68px;
    margin-top: .25rem;
    margin-bottom: .25rem;
  }
  #news .news_list_wrap .news_list .text {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 1rem;
    width: 100%;
    margin-left: 0;
  }
}
#news .news_archive {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 220px;
}
#news .news_archive dt {
  font-size: 16px;
  font-weight: bold;
  color: #003587;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  padding-bottom: .5rem;
  margin-bottom: 2rem;
}
#news .news_archive dt:after {
  content: "";
  height: 1px;
  width: 25%;
  background: #003587;
  display: block;
  position: absolute;
  bottom: -1px;
}
#news .news_archive dd {
  font-size: 15px;
  text-indent: 1rem;
  margin-bottom: 1rem;
}
#news .news_archive dd a:hover {
  opacity: .6;
}
@media only screen and (max-width: 820px) {
  #news .news_archive {
    margin-top: 48px;
    max-width: none;
  }
  #news .news_archive dt {
    font-size: 14px;
  }
  #news .news_archive dd {
    font-size: 13px;
  }
}
#news .img_slide {
  margin: 64px auto;
  max-width: 900px;
}
@media only screen and (max-width: 820px) {
  #news .img_slide {
    margin: 40px auto;
  }
}
#news .img_slide .slider-nav {
  margin-top: 20px;
}
#news .img_slide .slider-nav .slick-slide {
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 4px solid #fff;
}
#news .img_slide .slider-nav .slick-slide img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .img_slide .slider-nav .slick-slide.slick-current {
  position: relative;
}
#news .img_slide .slider-nav .slick-slide.slick-current:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border: 4px solid #003587;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 820px) {
  #news .img_slide .slider-nav .slick-slide.slick-current:before {
    border-width: 3px;
  }
}
#news .img_slide .slider-nav .slick-slide:not(.slick-current) {
  opacity: .4;
}
#news .img_slide .slider-nav .slick-slide:not(.slick-current):hover {
  opacity: 1;
}
#news .img_slide .slider-nav .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}
@media only screen and (max-width: 820px) {
  #news .img_slide .slider-nav {
    margin-top: 5px;
  }
  #news .img_slide .slider-nav .slick-slide {
    border: 3px solid #fff;
  }
  #news .img_slide .slider-nav .slick-slide img {
    height: 15vw;
  }
}

/*----------------------------------------------------
	SERVICES
----------------------------------------------------*/
#services .services_contents {
  padding-bottom: 160px;
}
@media only screen and (max-width: 820px) {
  #services .services_contents {
    padding-bottom: 56px;
  }
}
#services .box_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#services .box_service + .box_service {
  margin-top: 150px;
}
@media only screen and (max-width: 820px) {
  #services .box_service {
    display: block;
  }
  #services .box_service + .box_service {
    margin-top: 32px;
  }
}
#services .box_service .img_blk {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#services .box_service .img_blk img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 14 / 11;
}
@media only screen and (max-width: 820px) {
  #services .box_service .img_blk img {
    aspect-ratio: 8 / 5;
  }
}
#services .box_service .text_blk {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  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;
}
#services .box_service .text_blk .heading {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
#services .box_service .text_blk .heading .eng {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 15px;
  color: #003587;
  font-weight: 600;
}
#services .box_service .text_blk .text {
  width: 75%;
  max-width: 560px;
  margin: 0 auto;
  text-align: justify;
}
@media only screen and (max-width: 820px) {
  #services .box_service .text_blk {
    background: #fff !important;
    padding: 8% 0;
  }
  #services .box_service .text_blk .heading {
    font-size: 24px;
    margin-bottom: 2rem;
  }
  #services .box_service .text_blk .heading .eng {
    font-size: 13px;
  }
  #services .box_service .text_blk .text {
    width: 88%;
  }
}
#services .box_service:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*----------------------------------------------------
	FLOW
----------------------------------------------------*/
#flow .flow_contents {
  width: 88%;
  margin: 0 auto;
  max-width: 1042px;
  padding-top: 24px;
}
#flow .flow_heading {
  font-size: 24px;
  font-weight: bold;
  padding-left: 32px;
  position: relative;
  margin: 0 auto 40px;
}
#flow .flow_heading:before {
  content: "";
  display: block;
  background: #003587;
  width: 6px;
  height: 32px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 2px;
}
@media only screen and (max-width: 820px) {
  #flow .flow_heading {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #flow .flow_heading:before {
    height: 22px;
    width: 4px;
  }
}
#flow .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 150px;
}
#flow .flow_list > li {
  max-height: 360px;
  z-index: 1;
  position: relative;
  border: 2px solid #003587;
  border-radius: 2px;
  width: 10%;
}
#flow .flow_list > li + li {
  margin-left: 32px;
}
#flow .flow_list > li span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 19px;
  display: inline-block;
  padding: 20px 0;
  width: 100%;
  color: #003587;
  background: #f0f3f7;
  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;
  height: 100%;
}
#flow .flow_list > li:after {
  content: "";
  height: 10px;
  width: 100%;
  background-color: #003587;
  position: absolute;
  top: calc(50% - 5px);
  left: 100%;
  z-index: -1;
}
#flow .flow_list > li:last-of-type {
  border-color: #0194d9;
}
#flow .flow_list > li:last-of-type span {
  background: #0194d9;
  color: #fff;
}
#flow .flow_list > li:last-of-type:after {
  display: none;
}
#flow .flow_list > li:last-of-type:before {
  content: "";
  background: #003587;
  height: calc(48px / 2);
  width: 24px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: calc(50% - 12px);
  left: -15px;
  display: block;
  position: absolute;
}
@media only screen and (max-width: 820px) {
  #flow .flow_list > li:last-of-type:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: calc(32px / 2);
    width: 16px;
    top: -10px;
    left: calc(50% - 8px);
  }
}
#flow .flow_list.sell > li {
  width: 16%;
}
#flow .flow_list.sell > li + li {
  margin-left: 7%;
}
@media only screen and (max-width: 820px) {
  #flow .flow_list {
    display: block;
    margin-bottom: 56px;
  }
  #flow .flow_list > li {
    width: 100% !important;
  }
  #flow .flow_list > li span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 10px 0;
    font-size: 15px;
  }
  #flow .flow_list > li + li {
    margin-left: 0 !important;
    margin-top: 16px;
  }
  #flow .flow_list > li:after {
    height: 100%;
    width: 8px;
    top: 100%;
    left: calc(50% - 4px);
  }
}

/*----------------------------------------------------
	FAQ
----------------------------------------------------*/
#faq .faq_contents {
  width: 88%;
  margin: 0 auto;
  max-width: 1042px;
  padding-top: 24px;
}
#faq .faq_heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
  padding-left: 32px;
  position: relative;
}
#faq .faq_heading:before {
  content: "";
  display: block;
  background: #003587;
  width: 6px;
  height: 32px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 2px;
}
@media only screen and (max-width: 820px) {
  #faq .faq_heading {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #faq .faq_heading:before {
    height: 22px;
    width: 4px;
  }
}
#faq .accordion-area {
  margin-bottom: 100px;
}
@media only screen and (max-width: 820px) {
  #faq .accordion-area {
    margin-bottom: 64px;
  }
}
#faq .accordion-area li {
  border-bottom: 1px solid #e5e5e5;
}
#faq .accordion-area li:first-of-type {
  border-top: 1px solid #e5e5e5;
}
#faq .accordion-area .title {
  cursor: pointer;
  position: relative;
  padding: 32px 0 32px 88px;
}
#faq .accordion-area .title:before {
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #003587;
  position: absolute;
  left: 28px;
  top: 28px;
}
#faq .accordion-area .title h4 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-right: 42px;
}
#faq .accordion-area .title h4::before, #faq .accordion-area .title h4::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 3px;
  background-color: #003587;
  border-radius: 2px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: -1px;
  right: 24px;
  top: 50%;
}
#faq .accordion-area .title h4::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#faq .accordion-area .title h4::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq .accordion-area .title:hover h4 {
  color: #003587;
}
#faq .accordion-area .title.accordion_close h4::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0;
}
@media only screen and (max-width: 820px) {
  #faq .accordion-area .title {
    padding: 18px 0 18px 40px;
  }
  #faq .accordion-area .title:before {
    font-size: 18px;
    left: 8px;
    top: 14px;
  }
  #faq .accordion-area .title h4 {
    font-size: 14px;
  }
  #faq .accordion-area .title h4::before, #faq .accordion-area .title h4::after {
    width: 12px;
    height: 2px;
    right: 8px;
  }
}
#faq .accordion-area .box {
  display: none;
  padding: 0 0 0 88px;
  position: relative;
}
#faq .accordion-area .box:before {
  content: "A";
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #cad0df;
  position: absolute;
  left: 28px;
  top: -2px;
}
#faq .accordion-area .box p {
  padding-bottom: 32px;
}
@media only screen and (max-width: 820px) {
  #faq .accordion-area .box {
    padding: 0 0 0 40px;
  }
  #faq .accordion-area .box:before {
    font-size: 18px;
    left: 8px;
  }
  #faq .accordion-area .box p {
    font-size: 13px;
  }
}

/*----------------------------------------------------
	COMPANY
----------------------------------------------------*/
#company .company_contents {
  width: 88%;
  margin: 0 auto;
  max-width: 1042px;
  padding-top: 24px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 820px) {
  #company .company_contents {
    margin-bottom: 80px;
  }
}
#company .company_info {
  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;
}
#company .company_info dt, #company .company_info dd {
  border-bottom: 1px solid #dbdde1;
  font-size: 16px;
  padding: 32px 20px;
}
#company .company_info dt {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  font-weight: bold;
}
#company .company_info dd {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
#company .company_info dd a:hover {
  opacity: .5;
}
@media only screen and (max-width: 820px) {
  #company .company_info {
    display: block;
  }
  #company .company_info dt, #company .company_info dd {
    padding: 18px 0;
    font-size: 13px;
  }
  #company .company_info dt {
    border-bottom: 0;
    padding-bottom: 0;
  }
  #company .company_info dd {
    padding-top: 8px;
  }
}

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/
#contact .contact_contents {
  width: 88vw;
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 0 56px;
}
#contact .multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 64px;
}
@media only screen and (max-width: 820px) {
  #contact .multi-steps {
    margin-bottom: 48px;
  }
}
#contact .multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #003587;
  font-weight: bold;
  z-index: 1;
}
@media only screen and (max-width: 820px) {
  #contact .multi-steps > li {
    font-size: 12px;
  }
}
#contact .multi-steps > li:before {
  content: counter(stepNum);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin: 0 auto 8px;
  background-color: #003587;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: #003587;
  border-radius: 50%;
}
@media only screen and (max-width: 820px) {
  #contact .multi-steps > li:before {
    font-size: 16px;
  }
}
#contact .multi-steps > li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #003587;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}
#contact .multi-steps > li:last-of-type:after {
  display: none;
}
#contact .multi-steps > li.is-active:after {
  background: #f0f3f7;
}
#contact .multi-steps > li.is-active ~ li {
  color: #99a6c4;
}
#contact .multi-steps > li.is-active ~ li:before {
  background: #f0f3f7;
  border-color: #f0f3f7;
  color: #99a6c4;
  font-weight: 400;
}
#contact .multi-steps > li.is-active ~ li:after {
  background: #f0f3f7;
}
#contact .contact_form {
  max-width: 970px;
  width: 88%;
  margin: 0 auto;
}
#contact .contact_form.complete {
  max-width: 740px;
}
#contact .contact_form.complete h3 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 820px) {
  #contact .contact_form.complete h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 820px) {
  #contact .contact_form {
    width: 94%;
  }
}
#contact .contact_form .blk_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact .contact_form .blk_contact + .blk_contact {
  margin-top: 40px;
}
@media only screen and (max-width: 820px) {
  #contact .contact_form .blk_contact {
    display: block;
  }
  #contact .contact_form .blk_contact + .blk_contact {
    margin-top: 24px;
  }
}
#contact .contact_form .blk_contact label {
  position: relative;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 0;
  display: block;
}
@media only screen and (max-width: 820px) {
  #contact .contact_form .blk_contact label {
    font-size: 14px;
    padding: 8px 0;
  }
}
#contact .contact_form .blk_contact .input_blk {
  -ms-flex-preferred-size: 71%;
      flex-basis: 71%;
}
#contact .contact_form .blk_contact .confirm_blk {
  -ms-flex-preferred-size: 71%;
      flex-basis: 71%;
  padding: 18px 0;
}
@media only screen and (max-width: 820px) {
  #contact .contact_form .blk_contact .confirm_blk {
    padding: 0;
  }
}
#contact .contact_form .blk_contact.required label {
  padding-right: 48px;
}
#contact .contact_form .blk_contact.required label:after {
  content: "必須";
  background: #e22c39;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  right: 0;
  font-weight: bold;
  width: 40px;
  text-align: center;
}
@media only screen and (max-width: 820px) {
  #contact .contact_form .blk_contact.required label:after {
    font-size: 10px;
    width: 32px;
  }
}
#contact .contact_form .blk_contact textarea {
  height: 300px;
}
@media only screen and (max-width: 820px) {
  #contact .contact_form .blk_contact textarea {
    height: 200px;
  }
}
#contact .contact_form .privacy_check_wrap {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 820px) {
  #contact .contact_form .privacy_check_wrap {
    margin-top: 24px;
  }
}
#contact .contact_form .privacy_check_wrap input[type="checkbox"] {
  margin-right: 12px;
}
#contact .contact_form .privacy_check_wrap input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  height: 10px;
  border-right: 2px solid #003587;
  border-bottom: 2px solid #003587;
  content: '';
}
#contact .contact_form .privacy_check_wrap a {
  font-weight: bold;
  text-decoration: underline;
}
#contact .contact_form .privacy_check_wrap a:hover {
  text-decoration: none;
}
#contact .contact_form .privacy_check_wrap label {
  font-size: 16px;
}
@media only screen and (max-width: 820px) {
  #contact .contact_form .privacy_check_wrap label {
    font-size: 14px;
  }
}
#contact .contact_form .warning {
  color: #e22c39;
  font-weight: bold;
  margin-top: 4px;
}
@media only screen and (max-width: 820px) {
  #contact .contact_form .warning {
    font-size: 12px;
  }
}
#contact .contact_form .btn_view_more:not(.back_home) {
  height: 64px;
  border-radius: 32px;
  width: 240px;
}
#contact .contact_form .btn_view_more:not(.back_home) span {
  font-size: 16px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans CJK", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#contact .contact_form .wrap_btn {
  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;
  margin: 56px auto;
}
#contact .contact_form .wrap_btn .btn_back {
  display: block;
  text-align: center;
  background: #777;
  width: 140px;
  height: 64px;
  border-radius: 32px;
  line-height: 62px;
  border: 2px solid #777;
  margin-right: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
#contact .contact_form .wrap_btn .btn_back:hover {
  background: inherit;
  color: #666;
  letter-spacing: .15em;
}
#contact .contact_form .wrap_btn .back_home span {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans CJK", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#contact .contact_form .wrap_btn .btn_send {
  background: #0194d9;
  border-color: #0194d9;
}
#contact .contact_form .wrap_btn .btn_send:hover {
  background: #fff;
}
#contact .contact_form .wrap_btn .btn_send:hover span {
  color: #0194d9;
}
#contact .contact_form .wrap_btn .btn_send:hover span:after {
  background: #0194d9;
}
@media only screen and (max-width: 820px) {
  #contact .contact_form .wrap_btn {
    margin: 40px auto 56px;
  }
  #contact .contact_form .wrap_btn .btn_back {
    width: 100px;
  }
  #contact .contact_form .wrap_btn .btn_send {
    width: 200px;
  }
}

/*----------------------------------------------------
	Privacy Policy
----------------------------------------------------*/
#privacy .privacy_contents {
  width: 88vw;
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 0 56px;
}
#privacy .privacy_contents h3 {
  font-size: 24px;
  color: #003587;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 40px;
}
@media only screen and (max-width: 820px) {
  #privacy .privacy_contents h3 {
    font-size: 18px;
  }
}
#privacy .privacy_contents p {
  margin-bottom: 1rem;
}
#privacy .privacy_contents > ol {
  padding-left: 4rem;
}
#privacy .privacy_contents > ol > li {
  font-size: 16px;
  text-indent: -4rem;
  margin-bottom: 0.5rem;
}
#privacy .privacy_contents > ol ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
  margin-top: .5rem;
}
#privacy .privacy_contents > ol ol > li {
  list-style: decimal outside;
  text-indent: 0;
  margin-bottom: .5rem;
}
#privacy .privacy_contents > ol ol ul {
  padding-left: 2rem;
}
#privacy .privacy_contents > ol ol ul li {
  list-style: disc;
}
@media only screen and (max-width: 820px) {
  #privacy .privacy_contents > ol > li {
    font-size: 13px;
  }
}
