@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共通ここまで***/
body {
  overflow: hidden;
}

#section01 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section01 ul.base {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01 ul.base li {
  width: 25%;
}
@media screen and (max-width:800px) {
  #section01 ul.base li {
    width: 50%;
  }
}
#section01 .section__in {
  width: 90%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  align-items: center;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    display: flex;
  }
}
#section01 .section__in2 {
  width: 90%;
  max-width: 960px;
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 .section__in2 {
    display: none;
  }
}
#section01 .section__in3 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section01 .section__in3 {
    display: none;
  }
}
#section01 .titles {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #section01 .titles {
    flex-wrap: wrap;
  }
}
#section01 .titles h2 {
  width: 50%;
  color: #fff;
  line-height: 100%;
  position: relative;
}
@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%;
  z-index: 5;
}
@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;
  position: relative;
  z-index: 4;
}
@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 .pos {
  position: relative;
  z-index: 5;
}
#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;
  z-index: 5;
}
@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;
  }
}

#waku {
  background: linear-gradient(0deg, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width:800px) {
  #waku {
    padding: 12vw 0 0 0;
    background: linear-gradient(0deg, rgba(231, 231, 231, 0) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

#section02 {
  width: 100%;
  padding: 75px 0 150px 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 12vw 0 0 0;
    background: linear-gradient(0deg, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
  }
}
#section02 .lastwhite {
  width: 100%;
  height: 3.5vw;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: none;
}
@media screen and (max-width:800px) {
  #section02 .lastwhite {
    display: block;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1025px;
  margin: 0 auto;
}
#section02 h2 {
  width: 100%;
  background-color: #12335f;
  color: #fff;
  padding: 0.2em 0.75em 0.3em 0.75em;
  line-height: 100%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    text-align: left;
    width: 115%;
    margin-right: -15%;
    margin-left: 0;
    margin-bottom: 6vw;
  }
}
#section02 dl.box01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section02 dl.box01 {
    margin-bottom: 6vw;
  }
}
#section02 dl.box01 dt {
  width: 15.6%;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02 dl.box01 dt {
    width: 100%;
    margin-bottom: 0.35em;
  }
}
#section02 dl.box01 dd {
  width: 83.9%;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02 dl.box01 dd {
    width: 100%;
    margin-bottom: 1em;
  }
}
#section02 dl.box01 dd a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 0em;
}
#section02 dl.box01 dd a:hover {
  color: #0576db;
}
#section02 dl.box01 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 dl.box01 ul li {
  width: 50%;
  line-height: 200%;
}
@media screen and (max-width:800px) {
  #section02 dl.box01 ul li {
    width: 100%;
    line-height: 160%;
  }
}
#section02 figure.img01 {
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section02 figure.img01 {
    width: 115%;
    margin-left: -7.5%;
    margin-right: -7.5%;
    margin-bottom: 6vw;
  }
}
#section02 .ttlssub {
  margin-bottom: 2em;
  letter-spacing: 0.1em;
}
#section02 .othercomp {
  width: 100%;
  margin-bottom: 2em;
}
#section02 .othercomp.last {
  margin-bottom: 200px;
}
@media screen and (max-width:800px) {
  #section02 .othercomp.last {
    margin-bottom: 25vw;
  }
}
#section02 .othercomp .name {
  letter-spacing: 0.1em;
}
#section02 .othercomp .name a {
  letter-spacing: 0.1em;
  text-decoration: underline;
  display: inline-block;
  margin-left: 0.5em;
}
#section02 .othercomp .name a:hover {
  color: #0576db;
}
#section02 .othercomp .name a.noleft {
  margin-left: 0em;
}
#section02 .othercomp .base_text {
  letter-spacing: 0.1em;
}
#section02 .othercomp .base_text a {
  letter-spacing: 0.1em;
  text-decoration: underline;
  display: inline-block;
  margin-left: 0.5em;
}
#section02 .othercomp .base_text a:hover {
  color: #0576db;
}
#section02 dl.box02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 dl.box02 {
    margin-bottom: 6vw;
  }
}
#section02 dl.box02 dt {
  width: 11.7%;
  margin-bottom: 3em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02 dl.box02 dt {
    width: 100%;
    margin-bottom: 0.35em;
  }
}
#section02 dl.box02 dt.mini {
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section02 dl.box02 dt.mini {
    width: 15.7%;
  }
}
#section02 dl.box02 dt.nobottom {
  margin-bottom: 0;
}
#section02 dl.box02 dd {
  width: 87.8%;
  margin-bottom: 3em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02 dl.box02 dd {
    width: 100%;
    margin-bottom: 3em;
  }
}
#section02 dl.box02 dd.mini {
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section02 dl.box02 dd.mini {
    width: 83.8%;
  }
}
#section02 dl.box02 dd.nobottom {
  margin-bottom: 0;
}
#section02 dl.box02 dd a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 0.5em;
}
#section02 dl.box02 .yaji {
  width: 6.5%;
  margin-left: 15%;
  margin-right: 75%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section02 dl.box02 .yaji {
    width: 15%;
    margin: 1.25em 60% 1.25em 20%;
  }
}
#section02 dl.box02 .whitebox {
  width: 65%;
  background-color: #fff;
  padding: 1.5em 1em;
  text-align: center;
  line-height: 175%;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0.5em;
  right: 0;
}
@media screen and (max-width:800px) {
  #section02 dl.box02 .whitebox {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 1.5em;
  }
}
#section02 .imgbox {
  width: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section02 .imgbox {
    width: 112%;
    position: relative;
    margin-left: -6%;
    margin-right: -6%;
    margin-top: 4em;
  }
}
#section02 .imgbox .left {
  width: 48.5%;
}
#section02 .imgbox .right {
  width: 48.5%;
}

#section03 {
  width: 100%;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 12vw 0;
    background-color: #fff;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1025px;
  margin: 0 auto;
}
#section03 h2 {
  width: 100%;
  background-color: #12335f;
  color: #fff;
  padding: 0.2em 0.75em 0.3em 0.75em;
  line-height: 100%;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  #section03 h2 {
    text-align: left;
    width: 115%;
    margin-right: -15%;
    margin-left: 0;
    margin-bottom: 6vw;
  }
}
#section03 .maps {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section03 .maps {
    margin-bottom: 6vw;
  }
}
#section03 iframe {
  width: 100%;
  height: 400px;
}
#section03 .addressbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section03 .addressbox .text {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section03 .addressbox .text h4 {
  letter-spacing: 0.1em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5em;
}
#section03 .addressbox .text h4.second {
  margin-top: 3em;
}
#section03 .addressbox .text p {
  text-decoration: -1em;
  padding-left: 1em;
  letter-spacing: 0.1em;
  line-height: 160%;
}
#section03 .addressbox .photo {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section03 .addressbox .photo {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #section03 .addressbox .photo figure {
    width: 112%;
    margin-left: -6%;
    margin-right: -6%;
  }
}
#section03 .addressbox .photo .atens {
  padding: 0.35em;
}
@media screen and (max-width:800px) {
  #section03 .addressbox .photo .atens {
    margin-left: -5%;
  }
}/*# sourceMappingURL=outline.css.map */