@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section_title {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #12335f;
  padding: 50px 0 5px 0;
}
@media screen and (max-width:800px) {
  #section_title {
    padding: 5vw 0 2.5vw 0;
  }
}
#section_title .base {
  position: relative;
}
#section_title .section__in {
  width: 90%;
  max-width: 1100px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0 auto;
}
#section_title .titles {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #section_title .titles {
    flex-wrap: wrap;
  }
}
#section_title .titles h2 {
  width: 75%;
  color: #fff;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section_title .titles h2 {
    width: 100%;
  }
}
#section_title .titles h2 .eng {
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 0.8em;
  position: relative;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section_title .titles h2 .eng {
    width: 100%;
    display: block;
  }
}
#section_title .titles h2 .eng::after {
  content: "";
  width: 5px;
  height: 70%;
  position: absolute;
  right: 0.35em;
  top: 12.5%;
  background-color: #fff;
  /*background : linear-gradient(180deg, rgba(119, 152, 186, 1) 0%,  rgba(19, 75, 103, 1) 100%);*/
}
@media screen and (max-width:800px) {
  #section_title .titles h2 .eng::after {
    content: none;
  }
}
#section_title .titles h2 .jpn {
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  #section_title .titles h2 .jpn {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 1em;
    padding-top: 0.5em;
  }
}
#section_title .titles h2 .jpn::after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0em;
  top: 12.5%;
  background-color: #fff;
  /*background : linear-gradient(180deg, rgba(119, 152, 186, 1) 0%,  rgba(19, 75, 103, 1) 100%);*/
  display: none;
}
@media screen and (max-width:800px) {
  #section_title .titles h2 .jpn::after {
    display: block;
  }
}
#section_title .titles .lefttext {
  width: 50%;
  text-align: right;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section_title .titles .lefttext {
    width: 100%;
    text-align: left;
    margin-top: 0.35em;
  }
}

#section01 {
  width: 100%;
  height: 275px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section01 {
    height: auto;
  }
}
#section01 .left {
  width: 50%;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section01 .left {
    width: 100%;
    height: 52.5vw;
  }
}
#section01 .left .left__in {
  width: 90%;
  max-width: 560px;
  margin: 0 0 0 auto;
}
#section01 .left .left__in h1 {
  font-weight: 700;
  margin-bottom: 0.75em;
}
#section01 .left .left__in .base_text {
  line-height: 160%;
}
#section01 .right {
  width: 50%;
  background: url(../images/business/sam01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:800px) {
  #section01 .right {
    width: 100%;
    height: 52.5vw;
  }
}
#section01 .right.img02 {
  background: url(../images/business/sam02.jpg) no-repeat center;
  background-size: cover;
}
#section01 .right.img03 {
  background: url(../images/business/sam03.jpg) no-repeat center;
  background-size: cover;
}
#section01 .right.img04 {
  background: url(../images/business/sam04.jpg) no-repeat center;
  background-size: cover;
}
#section01 .right.img05 {
  background: url(../images/business/sam05.jpg) no-repeat center;
  background-size: cover;
}
#section01 .right.img06 {
  background: url(../images/business/sam06.jpg) no-repeat center;
  background-size: cover;
}
#section01 .right.img07 {
  background: url(../images/business/sam07.jpg) no-repeat center;
  background-size: cover;
}
#section01 .right.img08 {
  background: url(../images/business/sam08.jpg) no-repeat center;
  background-size: cover;
}
#section01 .right.img09 {
  background: url(../images/business/sam09.jpg) no-repeat center;
  background-size: cover;
}
#section01 .base {
  position: relative;
}
#section01 .section__in {
  width: 90%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  z-index: 10;
}
#section01 .titles {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section01 .titles {
    flex-wrap: wrap;
  }
}
#section01 .titles h2 {
  width: 50%;
  color: #fff;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 {
    width: 100%;
  }
}
#section01 .titles h2 .eng {
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 0.8em;
  position: relative;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .eng {
    width: 100%;
    display: block;
  }
}
#section01 .titles h2 .eng::after {
  content: "";
  width: 5px;
  height: 70%;
  position: absolute;
  right: 0.35em;
  top: 12.5%;
  background-color: #fff;
  /*background : linear-gradient(180deg, rgba(119, 152, 186, 1) 0%,  rgba(19, 75, 103, 1) 100%);*/
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .eng::after {
    content: none;
  }
}
#section01 .titles h2 .jpn {
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .jpn {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 1em;
    padding-top: 0.75em;
  }
}
#section01 .titles h2 .jpn::after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0em;
  top: 12.5%;
  background-color: #fff;
  /*background : linear-gradient(180deg, rgba(119, 152, 186, 1) 0%,  rgba(19, 75, 103, 1) 100%);*/
  display: none;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .jpn::after {
    display: block;
  }
}
#section01 .titles .lefttext {
  width: 50%;
  text-align: right;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 .titles .lefttext {
    width: 100%;
    text-align: left;
    margin-top: 0.35em;
  }
}

#section_flow {
  width: 100%;
  background-color: #12335f;
  padding: 80px 0;
}
@media screen and (max-width:800px) {
  #section_flow {
    padding: 10vw 0;
  }
}
#section_flow .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section_flow .section__in {
    width: 95%;
    margin: 0 0 0 auto;
  }
}
#section_flow .section__in h2 {
  width: 29%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section_flow .section__in h2 {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section_flow .section__in .contents {
  width: 66.8%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section_flow .section__in .contents {
    width: 100%;
  }
}
#section_flow .section__in .contents h3 {
  width: 100%;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section_flow .section__in .contents h3 {
    padding-bottom: 0.5em;
    width: 100%;
    display: block;
  }
}
#section_flow .section__in .contents h3 .text {
  width: 70%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section_flow .section__in .contents h3 .text {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #section_flow .section__in .contents h3 .text span {
    width: 100%;
  }
}
#section_flow .section__in .contents h3 .text .nos {
  display: inline-block;
  padding-right: 0.5em;
}
#section_flow .section__in .contents h3 .text_long {
  width: 70%;
}
@media screen and (max-width:800px) {
  #section_flow .section__in .contents h3 .text_long {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #section_flow .section__in .contents h3 .text_long span {
    width: 100%;
  }
}
#section_flow .section__in .contents h3 .text_long .nos {
  display: inline-block;
  padding-right: 0.5em;
}
#section_flow .section__in .contents h3 a.pclink {
  display: inline-block;
  width: 30%;
  padding: 0.5em 0 0.65em 0;
  text-align: center;
  background-color: #ca5520;
  color: #fff;
  border-radius: 30px;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section_flow .section__in .contents h3 a.pclink {
    display: none;
  }
}
#section_flow .section__in .contents .base_text {
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section_flow .section__in .contents .base_text {
    padding-right: 5vw;
  }
}
#section_flow .section__in .contents .base_text.more {
  margin-bottom: 3em;
}
#section_flow .section__in .contents .base_text a.splink {
  display: inline-block;
  width: 30%;
  padding: 0.5em 0 0.65em 0;
  text-align: center;
  background-color: #ca5520;
  color: #fff;
  border-radius: 30px;
  line-height: 100%;
  display: none;
}
@media screen and (max-width:800px) {
  #section_flow .section__in .contents .base_text a.splink {
    display: block;
    width: 60%;
    margin-top: 1em;
  }
}

#sectionlist {
  width: 100%;
  padding: 175px 0 100px 0;
}
@media screen and (max-width:800px) {
  #sectionlist {
    padding: 15vw 0 10vw 0;
  }
}
#sectionlist .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#sectionlist .linkslints {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sectionlist .linkslints a {
  width: 32%;
  padding: 1em 0 1.05em 0;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #12335f;
  margin-bottom: 35px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width:800px) {
  #sectionlist .linkslints a {
    display: flex;
    align-items: center;
    height: 6em;
  }
}
@media screen and (max-width:800px) {
  #sectionlist .linkslints a span {
    width: 100%;
    text-align: center;
  }
}
#sectionlist .linkslints a.color02 {
  background-color: #005693;
}
#sectionlist .linkslints a.active {
  background-color: #676767;
}

#nayamibox {
  width: 100%;
  padding: 90px 0 100px 0;
}
@media screen and (max-width:800px) {
  #nayamibox {
    padding: 10vw 0;
  }
}
#nayamibox .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #nayamibox .section__in {
    width: 100%;
  }
}
#nayamibox .slidebox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#nayamibox .slidebox .left {
  width: 26.36%;
}
@media screen and (max-width:800px) {
  #nayamibox .slidebox .left {
    width: 100%;
    margin-bottom: 0;
  }
}
#nayamibox .slidebox .left .scrollbox {
  position: sticky;
  top: 120px; /* ヘッダーがあるならその高さ分にする（例：top: 80px） */
  z-index: 2;
  background: linear-gradient(90deg, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
  padding: 3.5em 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #666;
}
@media screen and (max-width:800px) {
  #nayamibox .slidebox .left .scrollbox {
    width: 100%;
    position: static;
    top: auto;
    padding: 1.75em 5vw;
    margin-bottom: 5vw;
  }
}
#nayamibox .slidebox .right {
  width: 69.54%;
}
@media screen and (max-width:800px) {
  #nayamibox .slidebox .right {
    width: 90%;
    margin: 0 auto;
  }
}
#nayamibox .slidebox .right ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#nayamibox .slidebox .right ul li {
  width: 48.5%;
  padding-left: 1.5em;
  border-left: 4px solid #12335f;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #nayamibox .slidebox .right ul li {
    width: 100%;
  }
}
#nayamibox .slidebox .right ul li.color02 {
  border-left: 4px solid #005693;
}
@media screen and (max-width:800px) {
  #nayamibox .slidebox .right ul li.color02 {
    border-left: 4px solid #12335f;
  }
}

#suportbox {
  width: 100%;
}
#suportbox .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #suportbox .section__in {
    width: 100%;
  }
}
#suportbox .slidebox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#suportbox .slidebox .left {
  width: 26.36%;
}
@media screen and (max-width:800px) {
  #suportbox .slidebox .left {
    width: 100%;
    margin-bottom: 0;
  }
}
#suportbox .slidebox .left .scrollbox {
  position: sticky;
  top: 120px; /* ヘッダーがあるならその高さ分にする（例：top: 80px） */
  z-index: 2;
  background: linear-gradient(90deg, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
  padding: 3.5em 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #666;
}
@media screen and (max-width:800px) {
  #suportbox .slidebox .left .scrollbox {
    width: 100%;
    position: static;
    top: auto;
    padding: 1.75em 5vw;
    margin-bottom: 5vw;
  }
}
#suportbox .slidebox .right {
  width: 69.54%;
}
@media screen and (max-width:800px) {
  #suportbox .slidebox .right {
    width: 90%;
    margin: 0 auto;
  }
}
#suportbox .slidebox .right .ttls {
  font-weight: 600;
  color: #12335f;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
#suportbox .slidebox .right .ttls.color02 {
  color: #005693;
}
#suportbox .slidebox .right .base_text {
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-bottom: 3em;
}
#suportbox .slidebox .right .base_text.last {
  margin-bottom: 0;
}/*# sourceMappingURL=business_page.css.map */