@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%);
}

.tenmetsu {
  animation: tenm 1.5s infinite;
}

@keyframes tenm {
  50% {
    opacity: 0;
  }
}
@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);
}

figure.img_main {
  position: relative;
  top: 0;
  left: 0;
}
figure.img_main .img_caption {
  position: absolute;
  bottom: 12px;
  right: 24px;
  z-index: 1;
}
@media screen and (max-width:800px) {
  figure.img_main .img_caption {
    bottom: 8px;
    right: 6px;
  }
}
figure.img_main .img_caption.img_caption--wh {
  color: #fff;
}

/**scss共通ここまで***/
#section01 {
  position: relative;
  width: 100%;
  z-index: 15;
  background-color: #002437;
  margin-top: -84px;
}
@media screen and (max-width:800px) {
  #section01 {
    margin-top: 0;
  }
}
#section01 .text_box {
  position: absolute;
  bottom: 54px;
  left: 93px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 .text_box {
    bottom: 9vw;
    left: 6vw;
  }
}
#section01 .text_box .main_copy {
  width: 350px;
  padding-left: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width:800px) {
  #section01 .text_box .main_copy {
    width: 69vw;
    padding-left: 1vw;
    margin-bottom: 4vw;
  }
}
#section01 .text_box .sub_copy {
  line-height: 2.7em;
  letter-spacing: 0.01em;
}
@media screen and (max-width:800px) {
  #section01 .text_box .sub_copy {
    font-size: 3.2vw;
    line-height: 3em;
  }
}

#section02 .main_copy,
#section03 .main_copy,
#section04 .main_copy {
  color: #8f7347;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: -0.04em;
}
@media screen and (max-width:800px) {
  #section02 .main_copy,
  #section03 .main_copy,
  #section04 .main_copy {
    font-size: 6.7vw;
    line-height: 1.5em;
  }
}

#section02 {
  position: relative;
  width: 100%;
  z-index: 15;
  padding-bottom: 120px;
  background: #002437;
  color: #fff;
  padding: 94px 0 100px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 13vw 0 13vw;
  }
}
#section02 .section_in {
  margin: 0 auto;
  max-width: 968px;
  width: 91%;
}
#section02 .mv_title {
  text-align: center;
}
#section02 .mv_title img {
  max-width: 186px;
}
@media screen and (max-width:800px) {
  #section02 .mv_title img {
    width: 34vw;
  }
}
#section02 .main_copy {
  margin-top: 103px;
}
@media screen and (max-width:800px) {
  #section02 .main_copy {
    margin-top: 16vw;
  }
}
#section02 .intro_mv {
  margin: 42px auto 0;
  width: 62%;
}
@media screen and (max-width:800px) {
  #section02 .intro_mv {
    margin: 7vw calc(50% - 50vw) 0;
    width: 106%;
  }
}
#section02 .logobox {
  text-align: center;
  margin-top: 30px;
}
#section02 .logobox figure {
  margin: 18px auto 0;
  max-width: 810px;
}
@media screen and (max-width:800px) {
  #section02 .logobox figure {
    margin: 5vw auto 0;
  }
}
#section02 .bottom_box {
  margin-top: 64px;
  text-align: center;
  background-color: #211513;
  box-sizing: border-box;
  padding: 24px 57px;
}
@media screen and (max-width:800px) {
  #section02 .bottom_box {
    margin-top: 3vw;
    padding: 7vw 5vw 5vw;
  }
  #section02 .bottom_box .box_title {
    letter-spacing: -0.1em;
  }
}
#section02 .bottom_box .box_sub_title {
  margin-top: 5px;
}
@media screen and (max-width:800px) {
  #section02 .bottom_box .box_sub_title {
    margin-top: 2vw;
  }
}
#section02 .bottom_box .img_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section02 .bottom_box .img_wrap {
    display: block;
    margin-top: 3vw;
  }
}
#section02 .bottom_box .img_wrap .img_item {
  position: relative;
  top: 0;
  left: 0;
  width: 49%;
}
@media screen and (max-width:800px) {
  #section02 .bottom_box .img_wrap .img_item {
    width: 100%;
  }
  #section02 .bottom_box .img_wrap .img_item:last-child {
    margin-top: 2vw;
  }
}
#section02 .bottom_box .img_wrap .img_item figcaption {
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#section02 .bottom_box .bottom_box_text {
  margin-top: 24px;
  line-height: 1.6em;
}
@media screen and (max-width:800px) {
  #section02 .bottom_box .bottom_box_text {
    margin-top: 3vw;
    text-align: left;
  }
}
#section02 .attention {
  margin-top: 21px;
}
@media screen and (max-width:800px) {
  #section02 .attention {
    margin-top: 3vw;
  }
}

#section03 {
  position: relative;
  width: 100%;
  z-index: 15;
  padding-bottom: 86px;
}
@media screen and (max-width:800px) {
  #section03 {
    padding-bottom: 12vw;
  }
}
#section03 .mv_area {
  position: relative;
  top: 0;
  left: 0;
}
#section03 .section_in {
  margin: 0 auto;
  max-width: 965px;
  width: 91%;
}
#section03 .main_copy {
  padding-top: 80px;
}
@media screen and (max-width:800px) {
  #section03 .main_copy {
    padding-top: 10vw;
  }
}
#section03 .block {
  background: rgba(3, 36, 54, 0.07);
  padding: 62px 50px;
}
@media screen and (max-width:800px) {
  #section03 .block {
    padding: 10vw 6vw;
  }
}
#section03 .block .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section03 .block .box {
    display: block;
  }
}
#section03 .block .box dt {
  width: 49.6%;
}
@media screen and (max-width:800px) {
  #section03 .block .box dt {
    width: 100%;
  }
}
#section03 .block .box dd {
  width: 46%;
}
@media screen and (max-width:800px) {
  #section03 .block .box dd {
    width: 100%;
    margin-top: 8vw;
  }
}
#section03 .block .box dd .title_text {
  line-height: 1.6em;
  color: #17264c;
}
#section03 .block .box dd .text {
  margin-top: 16px;
  line-height: 1.6em;
}
#section03 .block.block--1 {
  margin-top: 27px;
  padding-bottom: 28px;
}
@media screen and (max-width:800px) {
  #section03 .block.block--1 {
    margin-top: 4vw;
  }
}
#section03 .block.block--1 .box_attention {
  margin-top: 24px;
}
@media screen and (max-width:800px) {
  #section03 .block.block--1 .box_attention {
    margin-top: 5vw;
  }
}
#section03 .block.block--2 {
  margin-top: 46px;
  padding: 107px 38px;
}
@media screen and (max-width:800px) {
  #section03 .block.block--2 {
    margin-top: 5vw;
    padding: 10vw 6vw;
  }
}
#section03 .block.block--3 {
  margin-top: 46px;
  padding: 28px 38px 46px;
}
@media screen and (max-width:800px) {
  #section03 .block.block--3 {
    margin-top: 5vw;
    padding: 10vw 6vw;
  }
}
#section03 .block.block--3 .box {
  align-items: center;
}
#section03 .block.block--3 dt img {
  display: block;
  margin: 0 auto;
  width: 79%;
}
@media screen and (max-width:800px) {
  #section03 .block.block--3 dt img {
    width: 88%;
  }
}
#section03 .block.block--4 {
  margin-top: 26px;
  padding: 35px 38px;
}
@media screen and (max-width:800px) {
  #section03 .block.block--4 {
    margin-top: 2vw;
    padding: 10vw 6vw;
  }
}
#section03 .block.block--4 figcaption {
  margin-top: 10px;
}
#section03 .block.block--4b {
  margin-top: 26px;
  padding: 35px 38px;
}
@media screen and (max-width:800px) {
  #section03 .block.block--4b {
    margin-top: 2vw;
    padding: 6vw 6vw;
  }
}
#section03 .block.block--4b figcaption {
  margin-top: 10px;
}
#section03 .tstage_block {
  margin-top: 94px;
}
@media screen and (max-width:800px) {
  #section03 .tstage_block {
    margin-top: 11vw;
  }
}
#section03 .tstage_block .main_copy {
  padding-top: 0;
  margin-bottom: 26px;
}
@media screen and (max-width:800px) {
  #section03 .tstage_block .main_copy {
    margin-bottom: 4vw;
    font-size: 5.6vw;
  }
}
#section03 .tstage_block > .text {
  line-height: 1.7em;
  width: 75%;
  margin-left: auto;
}
@media screen and (max-width:800px) {
  #section03 .tstage_block > .text {
    font-size: 4vw;
    width: 100%;
  }
}
#section03 .tstage_block > .text span {
  font-size: 60%;
  vertical-align: 0.5em;
}
#section03 .box {
  position: relative;
}
#section03 .box .base {
  position: relative;
}
#section03 .box .mark {
  position: absolute;
  width: 21.36%;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translate(-10%, -70%);
}
@media screen and (max-width:800px) {
  #section03 .box .mark {
    position: relative;
    width: 60%;
    top: auto;
    left: auto;
    z-index: 10;
    transform: translate(0%, 0%);
    margin: 0 auto 2.5vw auto;
  }
}

#section04 {
  position: relative;
  width: 100%;
  z-index: 15;
  background-color: #002437;
  color: #fff;
  padding: 100px 0 140px;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 6vw 0 10vw;
  }
}
#section04 .section_in {
  margin: 0 auto;
  max-width: 965px;
  width: 91%;
}
#section04 .mv {
  margin-top: 26px;
}
@media screen and (max-width:800px) {
  #section04 .mv {
    margin-top: 6vw;
  }
}
#section04 .mv figcaption {
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #section04 .mv figcaption {
    margin-top: 3vw;
  }
}
#section04 .managa_block {
  margin-top: 107px;
}
@media screen and (max-width:800px) {
  #section04 .managa_block {
    margin-top: 10vw;
  }
}
#section04 .managa_block .main_copy_text {
  margin-top: 38px;
  line-height: 1.7em;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .main_copy_text {
    margin-top: 3vw;
    font-size: 4.6vw;
  }
}
#section04 .managa_block .block_wrap {
  margin-top: 22px;
  padding: 30px 45px;
  background-color: #fff;
  color: #231815;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block_wrap {
    margin-top: 4vw;
    padding: 3vw 5vw 10vw;
  }
}
#section04 .managa_block .block_wrap .block p {
  line-height: 1.6em;
}
#section04 .managa_block .block--1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--1 {
    display: block;
  }
}
#section04 .managa_block .block--1 dt {
  width: 74%;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--1 dt {
    width: 100%;
  }
}
#section04 .managa_block .block--1 dt h4 {
  color: #18264c;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--1 dt h4 {
    letter-spacing: -0.1em;
  }
}
#section04 .managa_block .block--1 dt p {
  margin-top: 16px;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--1 dt p {
    margin-top: 2vw;
  }
}
#section04 .managa_block .block--1 dd {
  width: 25%;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--1 dd {
    margin: 3vw auto 0;
    width: 83%;
  }
}
#section04 .managa_block .block--2 {
  padding: 0;
  padding-top: 40px;
  border-top: 1px solid #231815;
  margin-top: 38px;
  padding-bottom: 45px;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--2 {
    margin-top: 5vw;
    padding: 6vw 0 8vw;
  }
}
#section04 .managa_block .block--2 h4 {
  color: #18264c;
}
#section04 .managa_block .block--2 h5 {
  padding: 7px 0;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(4, 36, 54, 0.07);
  letter-spacing: -0.1em;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--2 h5 {
    padding: 2vw 0;
    margin-top: 1vw;
  }
}
#section04 .managa_block .block--2 .img_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 33px;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--2 .img_box {
    margin-top: 2vw;
    display: block;
  }
}
#section04 .managa_block .block--2 .img_box figure {
  margin-left: 3.2%;
}
#section04 .managa_block .block--2 .img_box .note {
  width: 24%;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--2 .img_box .note {
    width: 100%;
    margin-top: 5vw;
  }
}
#section04 .managa_block .block--3 {
  padding-top: 36px;
  border-top: 1px solid #231815;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--3 {
    padding: 4vw 0 3vw;
  }
}
#section04 .managa_block .block--3 h4 {
  color: #18264c;
  margin-bottom: 8px;
}
#section04 .managa_block .block--3 figure {
  margin: 24px auto 0;
  max-width: 730px;
}
#section04 .managa_block .block--3 .service_box {
  background-color: #e7e5dc;
  padding: 13px 32px;
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--3 .service_box {
    padding: 4vw 3vw;
  }
}
#section04 .managa_block .block--3 .service_box h5 {
  text-align: center;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--3 .service_box h5 {
    font-size: 4.5vw;
  }
}
#section04 .managa_block .block--3 .service_box .service_box_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--3 .service_box .service_box_wrap {
    display: block;
  }
}
#section04 .managa_block .block--3 .service_box .service_box_wrap .service_content {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--3 .service_box .service_box_wrap .service_content {
    width: 100%;
  }
  #section04 .managa_block .block--3 .service_box .service_box_wrap .service_content:last-child {
    margin-top: 3vw;
  }
}
#section04 .managa_block .block--3 .service_box .service_box_wrap .service_content .service_item_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--3 .service_box .service_box_wrap .service_content .service_item_wrap {
    display: block;
  }
}
#section04 .managa_block .block--3 .service_box .service_box_wrap .service_content .service_item_wrap .service_item {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--3 .service_box .service_box_wrap .service_content .service_item_wrap .service_item {
    width: 100%;
  }
  #section04 .managa_block .block--3 .service_box .service_box_wrap .service_content .service_item_wrap .service_item:last-child {
    margin-top: 3vw;
  }
}
#section04 .managa_block .block--3 .service_box h6 {
  text-align: center;
  padding: 4px 0;
  margin-bottom: 6px;
  color: #fff;
}
#section04 .managa_block .block--3 .service_box h6.title--br {
  background-color: #bc9f71;
}
#section04 .managa_block .block--3 .service_box h6.title--bl {
  background-color: #8f7347;
}
#section04 .managa_block .block--3 .service_box .list_title {
  margin-top: 10px;
}
#section04 .managa_block .block--3 .service_box .support_list {
  margin-top: 7px;
}
#section04 .managa_block .block--3 .service_box .support_list li {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1.3em;
}
#section04 .managa_block .block--3 .service_box .support_list li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 100px;
  background: #adadac;
}
#section04 .managa_block .block--3 .service_box .support_list_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--3 .service_box .support_list_wrap {
    display: block;
  }
}
#section04 .managa_block .block--3 .service_box .support_list_wrap .support_list {
  width: 47%;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--3 .service_box .support_list_wrap .support_list {
    width: 100%;
  }
}
#section04 .managa_block .block--4 {
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid #231815;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--4 {
    margin-top: 3vw;
  }
}
#section04 .managa_block .block--4 h4 {
  color: #18264c;
  margin-bottom: 8px;
}
#section04 .managa_block .block--4 .logo_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--4 .logo_block {
    display: block;
  }
}
#section04 .managa_block .block--4 dt {
  width: 70%;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--4 dt {
    width: 100%;
  }
}
#section04 .managa_block .block--4 dt p {
  margin-top: 10px;
}
#section04 .managa_block .block--4 dd {
  width: 25%;
}
@media screen and (max-width:800px) {
  #section04 .managa_block .block--4 dd {
    margin: 4vw auto 0;
    width: 71%;
  }
}

ul.jisseli_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5em;
}
ul.jisseli_list li {
  width: 15.7%;
}
@media screen and (max-width:800px) {
  ul.jisseli_list li {
    width: 48.5%;
    margin-bottom: 4vw;
  }
}
ul.jisseli_list li .names {
  text-align: left;
  line-height: 140%;
  padding-top: 0.4em;
  width: 110%;
  margin-right: -10%;
  margin-left: 0;
}
ul.jisseli_list li .times {
  text-align: left;
  padding-top: 0.4em;
}
ul.jisseli_list li.long {
  width: 31.85%;
  margin-right: 1.3%;
  position: relative;
}
@media screen and (max-width:800px) {
  ul.jisseli_list li.long {
    width: 100%;
    margin-right: 0%;
  }
}
ul.jisseli_list li.long figure {
  position: relative;
}
ul.jisseli_list li.long figcaption {
  position: absolute;
  width: 100%;
  display: block;
  text-align: left;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  ul.jisseli_list li.long figcaption {
    text-align: center;
    width: 100%;
  }
}
ul.jisseli_list li.long figcaption span {
  display: inline-block;
  padding: 0.3em 0.75em 0.4em 0.75em;
  background-color: rgba(0, 0, 0, 0.74);
  color: #fff;
}
@media screen and (max-width:800px) {
  ul.jisseli_list li.long figcaption span {
    text-align: center;
    width: 100%;
  }
}/*# sourceMappingURL=brand.css.map */