/*------------------------------------
  Default Styles
------------------------------------*/

@font-face {
  font-family: "Noto Sans JP";
  font-style: Regular;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Noto_Sans_JP/NotoSansJP-Light.otf') format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: Regular;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf') format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: Medium;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Noto_Sans_JP/NotoSansJP-Medium.otf') format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: Bold;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Noto_Sans_JP/NotoSansJP-Bold.otf') format("opentype");
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
}

a {
  color: #0196C8;
}

a:hover {
  color: #28AED8;
}

a:focus {
  outline: none;
}

figure {
  margin-bottom: 0;
}

hr {
  border-color: #e6e7e9;
}

[role=button] {
  cursor: pointer;
}

p {
  overflow-wrap: anywhere;
}


/*------------------------------------
  Headings
------------------------------------*/

.h1,
h1 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0px;
}

.h2,
h2 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0px;
}

.h3,
h3 {
  font-weight: bold;
  font-size: 16px;
}

#flow .h3,
h3 {
  line-height: 35px;
}

.lead_sub {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0px;
}

.news_title {
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 1px;
}

.news_upd {
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 1px;
}

.msg_body {
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 2px;
}

.comp_link {
  background-color: #D8F5FE;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 10px 20px;
  margin: 0 -1.75rem;
  width: calc(100% + 3.5rem);
}

.comp_link_a {
  background-color: #D8F5FE;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 10px 20px;
  margin: 0 -1.75rem;
  width: 100%;
}

.comp_link a,
.comp_link_a a {
  color: #383838;
}


/*------------------------------------
  Highlight Color
------------------------------------*/

::selection {
  color: #fff;
  background-color: #75DEFE;
}

.bg-gray2 {
  background-color: #4f4f4f;
}

.bg-gray6 {
  background-color: #f2f2f2;
}

.bg-skyblue {
  background-color: #75DEFE;
}

.bg-lightyellow {
  background-color: #FFFADD;
}

.text-gray2 {
  color: #4f4f4f;
}

.text-gray4 {
  color: #9d9d9d;
}

.text-gray6 {
  color: #f2f2f2;
}

.text-blue {
  color: #75DEFE;
  background-color: #f2f2f2;
}

.text-blue:hover {
  background-color: #d7d7d7;
}

.bg-news {
  background-color: #F6FDFF;
}

.bg-about {
  background-image: url(/assets/img/back01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-color: #FCFBF4;
}

.bg-flow {
  background-image: url(/assets/img/back02.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-color: #F6FDFF;
}

.bg-company {
  background-image: url(/assets/img/back03.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-color: #FCFBF4;
}

.bg-outline {
  background-image: url(/assets/img/back01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-color: #FAF9F7;
}

@media (max-width: 768px) {
  .bg-about,
  .bg-flow,
  .bg-company,
  .bg-outline {
    background-size: 100% auto;
  }
  #company.u-content-space {
    padding-top: 4.25rem !important;
  }
}

.flow_mark {
  background-color: #75DEFE;
  color: #383838;
  padding: 4px 14px;
  margin-right: 18px;
  display: inline-block;
}


/*----------------------------------
  Buttons
------------------------------------*/

.btn {
  cursor: pointer;
  transition: .2s ease;
  border-radius: 0;
}

.btn--pill {
  border-radius: 6.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.btn--pill.btn-sm {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.btn--pill.btn-lg {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.btn-link {
  color: #75DEFE;
}

.btn-link:hover {
  color: #75DEFE;
}


/*----------------------------------
  Header
------------------------------------*/

#top {
  margin-top: 74px;
}

@media (max-width: 767px) {
  .navbar-expand-sm.fixed-top {
    background-color: #ffffff;
  }
}

@media (max-width: 991px) {
  .navbar-expand-md.fixed-top {
    background-color: #ffffff;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-lg.fixed-top {
    background-color: #ffffff;
  }
}

.navbar-bg-onscroll.fixed-top {
  background-color: #ffffff;
  /* transition: all .3s ease-out; */
}

.navbar {
  background-color: #ffffff;
  min-height: 74px;
}

.nav-logo {
	height: 48px;
}

@media (max-width: 767px) {
	#top {
		margin-top: 64px;
	}
	.navbar {
		min-height: 64px;
	}
	.nav-logo {
		height: 38px;
	}
}

.navbar-dark .navbar-nav .nav-link {
  color: #383838 !important;
  font-weight: bold;
  font-size: 17px;
}

.nav-link span {
  color: #383838 !important;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.3;
  display: block;
}

.btn-red-move {
  display: block;
  padding: 0.6em 0.88em;
  background: linear-gradient(to left, #fb4143 50%, #fff 50%);
  background-size: 200% 100.5%;
  background-position: right bottom;
  border: none;
  border-color: none;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: all 0.3s ease-out;
}

.btn-red-move:hover {
  background-position: left bottom;
  color: #fb4143;
}

.btn-blue {
  padding: 0.6em 0.88em;
  background: #75DEFE;
  color: #fff;
}

.btn-blue-move {
  display: block;
  padding: 0.6em 0.88em;
  background: linear-gradient(to left, #fff 50%, #00699e 50%);
  color: #75DEFE;
  background-size: 200% 100.5%;
  background-position: right bottom;
  border: none;
  border-color: none;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: all 0.3s ease-out;
}

.btn-blue-move:hover {
  background-position: left bottom;
  color: #fff !important;
}

.btn-white-move {
  display: block;
  padding: 0.6em 0.88em;
  background: linear-gradient(to left, #75DEFE 50%, #e6f2f7 50%);
  color: #fff;
  background-size: 200% 100.5%;
  background-position: right bottom;
  border: none;
  border-color: none;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: all 0.3s ease-out;
}

.btn-white-move:hover {
  background-position: left bottom;
  color: #75DEFE !important;
}


/*----------------------------------
  Spaces
------------------------------------*/

.u-content-space {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.u-content-space-top {
  padding-top: 6.25rem;
}

.u-content-space-bottom {
  padding-bottom: 6.25rem;
}


/*----------------------------------
  Overlays
------------------------------------*/

.page-running {
  display: none;
}

.dropdown-menu {
  border-color: #75DEFE!important;
}

.ribbon12-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #F7FEFF;
  border: solid 1px #00BEFF;
  /* box-shadow: 0px 0px 15px rgba(31, 45, 92, 0.49); */
  margin-bottom: 145px;
}

.ribbon12-wrapper ul {
  padding-left: 2em;
}

.ribbon12-wrapper ul .lsn {
  list-style: none;
  margin-left: -2em;
}

.ribbon12-wrapper-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  box-shadow: 0px 0px 15px rgba(31, 45, 92, 0.49);
  margin-bottom: 53px;
}

@media (max-width: 768px) {
  .ribbon12-wrapper {
    margin-bottom: 230px;
  }
  /* 230-full / 153-short */
  /* .ribbon12-wrapper {
    margin-bottom: 153px;
  } */
  .ribbon12-wrapper-a {
    margin-bottom: 53px;
  }
}

.ribbon12 {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 78px;
  line-height: 78px;
  color: #383838;
  background: #75DEFE;
}

.ribbon12 h2 {
  line-height: 78px;
}

.ribbon12:before {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 20px transparent;
  border-left: solid 30px #D8F5FE;
}

.city-img {
  margin-top: 78px;
}

.city-btn img {
  max-width: 250px;
}

a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.city-fot {
  position: absolute;
  bottom: 0;
}

.city-fot-a {
  position: absolute;
  bottom: 0;
  width: calc(100% + 3rem);
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(56,56,56,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.under-yellow {
  background: linear-gradient(transparent 70%, #fffd6b 70%);
}

.fadein {
  opacity: 0;
  transition: all 1.4s;
}

.fadein-b {
  transform: translate(0, 100px);
}

.fadein-t {
  transform: translate(0, -100px);
}

.fadein-r {
  transform: translate(180px, 0);
}

.fadein-l {
  transform: translate(-180px, 0);
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

.br-mdonly {
  display: block;
}

.br-smonly {
  display: none;
}

@media (max-width: 768px) {
  .br-mdonly {
    display: none;
  }
  .br-smonly {
    display: block;
  }
}

.popiframe {
  max-width: 320px !important;
  height: 70vh !important;
  margin: auto;
  max-height: 480px;
  padding: 70vh 16px 0 13px !important;
}


/*====================================================================
.accordion_one
====================================================================*/

.accordion_one .accordion_header {
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: 15px;
}

.accordion_one .accordion_header:hover {
  opacity: .8;
}

.accordion_one .accordion_header .i_box {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border: 1px solid #383838;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 8px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion_one .accordion_header .i_box .one_i:before,
.accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #383838;
  border-radius: 10px;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 8px;
  top: 5px;
  left: 3px;
}

.accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}

.accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}

.accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion_one .accordion_inner {
  display: none;
}

.accordion_one .accordion_inner.stay {
  display: block;
}


/*----------------------------------
  Modals
------------------------------------*/

.modal {
  background: rgba(0, 0, 0, 0.48);
}

.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 1rem);
	width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
	margin: 0;
}

.modal-content {
  width: 90vw;
  max-width: 90vw;
  height: 90vh;
  max-height: 90vh;
  width: 90svw;
  max-width: 90svw;
  height: 90svh;
  max-height: 90svh;
}

.modal-header {
  background: #F6FDFF;
  align-items: center;
}

.modal-title {
  font-weight: 600;
}

.modal-body {
  overflow-y: scroll;
}

.modal-footer {
  justify-content: center;
}

.square_btn {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #383838;
  background: #F6FDFF;
}

.square_btn::before,
.square_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  background: #383838;
}

.square_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.square_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}


/*----------------------------------
  Flow
------------------------------------*/

.flow {
  padding-left: 190px;
  position: relative;
}

.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #D8F5FE;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 190px;
}

.flow>ul {
  padding: 0;
}

.flow>dd {
  margin-left: 0;
}

.flow>li {
  position: relative;
  list-style-type: none;
}

.flow>li:not(:last-child) {
  margin-bottom: 4rem;
}

.flow>li .icon {
  font-size: 14px;
  color: #6D6D6D;
  background-color: #B6EEFF;
  padding: 8px 20px;
  text-align: center;
  display: block;
  position: absolute;
  width: 160px;
  top: 0;
  left: -190px;
  z-index: 100;
}

.flow>li .icon.pickup {
  font-size: 16px;
  font-weight: 600;
  color: #383838;
  background-color: #75DEFE;
}

.flow>li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #B6EEFF;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow>li .icon.pickup::after {
  border-color: transparent transparent transparent #75DEFE;
}

.flow>li dl {
  padding-left: 40px;
  position: relative;
}

.flow>li dl::before,
.flow>li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
}

.flow>li dl::before {
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background: #75DEFE;
  border-radius: 50%;
  left: -4px;
}

.flow>li dl::after {
  width: 30px;
  border-bottom: 2px dashed #75DEFE;
  position: absolute;
  left: 2px;
}

.flow>li dl dt {
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 1vh;
}

.flow hr {
  width: 50px;
  margin-left: 0;
  border-top: 2px solid #75DEFE;
}

@media (max-width: 768px) {
  .flow {
    padding-left: revert;
  }
  .flow::before {
    left: revert;
  }
  .flow>li .icon {
    position: relative;
    left: revert;
    margin-left: 42px;
    margin-bottom: 20px;
  }
  .flow>li .icon::after {
    display: none;
  }
  .flow>li .icon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 11px solid #B6EEFF;
  }
  .flow>li .icon.pickup::before {
    border-top: 11px solid #75DEFE;
  }
}

.loader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.loader::after {
  animation: loader 0.5s linear infinite;
  border-left: 1px solid orange;
  border-bottom: 1px solid orange;
  border-radius: 50%;
  border-right: 1px solid rgba(orange, 0.2);
  border-top: 1px solid rgba(orange, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}