@charset "UTF-8";
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", Meiryo, sans-serif;
}

@media (max-width: 575.98px) {
  nav {
    background-color: white;
    height: 63px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  nav {
    background-color: white;
    height: 58px;
  }
}

@media (min-width: 992px) {
  nav {
    background-color: #004445;
    width: 256px;
  }
}

@media (max-width: 575.98px) {
  nav #logo {
    width: 128px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  nav #logo {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 300px;
    -webkit-box-shadow: 10px 10px 3px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 10px 10px 3px 0px rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  nav #logo {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 380px;
    -webkit-box-shadow: 10px 10px 3px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 10px 10px 3px 0px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 767.98px) {
  nav .logo_smaller {
    width: 128px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  nav .logo_smaller {
    width: 150px !important;
  }
}

@media (min-width: 992px) {
  nav .logo_smaller {
    width: 300px !important;
  }
}

@media (max-width: 767.98px) {
  nav .navbar-brand {
    position: relative;
    margin: auto;
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  nav .navbar-brand {
    position: relative;
    margin: auto;
  }
}

@media (min-width: 992px) {
  nav .navbar-brand {
    position: absolute;
    top: 20px;
    left: 38px;
    z-index: 3;
  }
}

nav button {
  position: absolute;
  top: 7px;
  right: 12px;
}

nav button .menu_text {
  font-size: 14px;
}

@media (max-width: 575.98px) {
  nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav button .menu_text {
    font-size: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 575.98px) {
  nav .navbar-collapse {
    background-color: white;
    position: absolute;
    top: 63px;
    right: 0;
    width: 100%;
    padding: 1.4em 10px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  nav .navbar-collapse {
    background-color: white;
    position: absolute;
    top: 58px;
    right: 0;
    width: 100%;
    padding: 1.4em 10px;
  }
}

@media (min-width: 992px) {
  nav .navbar-collapse {
    position: relative;
    top: 229px;
  }
}

nav .navbar-collapse a {
  color: white !important;
}

nav .navbar-collapse a::after {
  content: "　▶";
}

nav .navbar-collapse .inquiry {
  border: solid 2px white;
  margin: auto;
  margin-top: 2em;
}

nav .navbar-collapse .inquiry a {
  display: block;
  line-height: 2em;
  padding-left: 2em !important;
}

@media all and (-ms-high-contrast: none) {
  nav .navbar-collapse .inquiry {
    margin-left: 2em;
    margin-right: 2em;
    text-align: center;
  }
}

nav .navbar-collapse .phonenumber {
  margin: auto;
  margin-top: 1em;
  color: white;
}

@media all and (-ms-high-contrast: none) {
  nav .navbar-collapse .phonenumber {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  nav .navbar-collapse a, nav .navbar-collapse .phonenumber {
    color: black !important;
  }
  nav .navbar-collapse a::after {
    color: #000000bb;
  }
  nav .navbar-collapse .inquiry {
    border: solid 2px black;
  }
  nav .navbar-collapse li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    line-height: 3em;
  }
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

.divide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .divide .left_side {
    background-color: #004445;
    width: 256px;
    z-index: 500;
  }
}

@media (max-width: 991.98px) {
  .divide .main {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .divide .main {
    width: calc(100% - 256px);
  }
}

h2 {
  background-image: url(../images/icon/doublecircle.svg);
  background-repeat: no-repeat;
  background-position: 37% top;
  text-align: center;
  color: #2c7873;
  position: relative;
  margin-top: 70px;
  padding-top: 60px;
  padding-bottom: 50px;
  font-family: serif;
  font-weight: normal;
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 28px;
  }
}

@media (min-width: 576px) {
  h2 {
    font-size: 36px;
  }
}

h2::before {
  content: "";
  display: inline-block;
  border-bottom: solid 4px #2c7873;
  position: absolute;
  top: 3.2em;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767.98px) {
  h2::before {
    width: 50%;
  }
}

@media (min-width: 768px) {
  h2::before {
    width: 40%;
  }
}

h2::after {
  content: "";
  display: inline-block;
  border-bottom: solid 4px #6fb98f;
  position: absolute;
  top: 3.2em;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media (max-width: 767.98px) {
  h2::after {
    width: 50%;
  }
}

@media (min-width: 768px) {
  h2::after {
    width: 40%;
  }
}

.sub_right {
  position: absolute;
  right: 0;
  top: -23px;
  font-weight: bold;
  color: #e8e8e8;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=);
  background-repeat: no-repeat;
  background-position: -1px -1px;
}

@media (max-width: 575.98px) {
  .sub_right {
    font-size: 62px;
  }
}

@media (min-width: 576px) {
  .sub_right {
    font-size: 96px;
  }
}

.sub_left {
  position: absolute;
  left: 0;
  top: -23px;
  font-weight: bold;
  color: #e8e8e8;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=);
  background-repeat: no-repeat;
  background-position: -1px -1px;
}

@media (max-width: 575.98px) {
  .sub_left {
    font-size: 62px;
  }
}

@media (min-width: 576px) {
  .sub_left {
    font-size: 96px;
  }
}

.w80 {
  margin: auto;
}

@media (max-width: 575.98px) {
  .w80 {
    width: 95%;
  }
}

@media (min-width: 576px) {
  .w80 {
    width: 80%;
  }
}

@media (max-width: 575.98px) {
  .support_box {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .support_box {
    width: 338px;
    margin: auto;
  }
}

@media (max-width: 575.98px) {
  .o2right {
    width: 100%;
    margin: auto;
  }
  .o2right .support_image {
    margin-top: 2em;
    padding: 0 !important;
    position: relative;
  }
  .o2right .support_image::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .o2right .support_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    top: 0;
  }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
  .o2right {
    width: 80%;
    margin: auto;
  }
  .o2right .support_image {
    margin-top: 2em;
  }
}

@media (min-width: 1400px) {
  .o2right {
    width: 90%;
    margin-left: 10%;
  }
}

@media (max-width: 575.98px) {
  .normal_text {
    line-height: 2em;
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .normal_text {
    line-height: 2em;
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .r14 {
    line-height: 2em;
    font-size: 24px;
  }
}

@media (min-width: 576px) {
  .r14 {
    line-height: 2em;
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .small-xs {
    line-height: 1.5em;
    font-size: 16px;
  }
}

.top-images {
  width: 100%;
  position: relative;
}

@media (max-width: 575.98px) {
  .top-images {
    height: 115vh;
  }
  .top-images ul {
    height: 100vh !important;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .top-images {
    height: 130vh;
  }
  .top-images ul {
    height: 100vh !important;
  }
}

@media (min-width: 992px) {
  .top-images {
    height: 100vh;
  }
}

.top-images #indexMainSplit {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  list-style: none;
}

@media (max-width: 767.98px) {
  .top-images #indexMainSplit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media (min-width: 768px) {
  .top-images #indexMainSplit {
    height: 100%;
  }
  .top-images #indexMainSplit li {
    height: 100%;
  }
}

.top-images #indexMainSplit img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top-images #indexMainSplit .active {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 767.98px) {
  .top-images #indexMainSplit .active {
    height: 70%;
  }
}

@media (min-width: 768px) {
  .top-images #indexMainSplit .active {
    width: 70%;
  }
}

.top-images #indexMainSplit .no-active {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 767.98px) {
  .top-images #indexMainSplit .no-active {
    height: 10%;
  }
}

@media (min-width: 768px) {
  .top-images #indexMainSplit .no-active {
    width: 10%;
  }
}

.top-images .title {
  z-index: 4;
  text-align: center;
}

@media (max-width: 991.98px) {
  .top-images .title {
    position: absolute;
    top: 100vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #2c7873;
    width: 100%;
    padding: 25px;
  }
}

@media (min-width: 992px) {
  .top-images .title {
    position: relative;
    top: calc(50% - 5em);
  }
}

.top-images .title h1 {
  font-weight: bold;
  color: white;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}

@media (max-width: 575.98px) {
  .top-images .title h1 {
    font-size: 2em;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .top-images .title h1 {
    font-size: 4em;
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .top-images .title h1 {
    font-size: 5em;
  }
}

@media (min-width: 1400px) {
  .top-images .title h1 {
    font-size: 7em;
  }
}

.top-images .title .sub_text {
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

@media (max-width: 575.98px) {
  .top-images .title .sub_text {
    font-size: 1.2em;
  }
}

@media (min-width: 576px) {
  .top-images .title .sub_text {
    font-size: 2.5em;
  }
}

.top-images .left {
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: solid 26vh rgba(44, 120, 115, 0.5);
  z-index: 3;
}

@media (max-width: 991.98px) {
  .top-images .left {
    border-right: solid 50vw transparent;
  }
}

@media (min-width: 992px) {
  .top-images .left {
    border-right: solid calc((100vw - 256px) / 2) transparent;
  }
}

.top-images .right {
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  border-bottom: solid 26vh rgba(0, 116, 191, 0.5);
  z-index: 3;
}

@media (max-width: 991.98px) {
  .top-images .right {
    border-left: solid 50vw transparent;
  }
}

@media (min-width: 992px) {
  .top-images .right {
    border-left: solid calc((100vw - 256px) / 2) transparent;
  }
}

.photo3 {
  position: relative;
}

.photo3 img {
  position: absolute;
  height: auto;
}

@media (max-width: 991.98px) {
  .photo3 img {
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .photo3 img {
    width: 60%;
  }
}

@media (min-width: 1400px) {
  .photo3 img {
    width: 36%;
  }
}

.photo3 img:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 1;
}

.photo3 img:nth-child(2) {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .photo3 img:nth-child(2) {
    top: 36vw;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .photo3 img:nth-child(2) {
    top: 310px;
  }
}

@media (min-width: 1400px) {
  .photo3 img:nth-child(2) {
    top: 120px;
  }
}

.photo3 img:nth-child(3) {
  right: 0px;
  z-index: 3;
}

@media (max-width: 991.98px) {
  .photo3 img:nth-child(3) {
    top: 72vw;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .photo3 img:nth-child(3) {
    top: 620px;
  }
}

@media (min-width: 1400px) {
  .photo3 img:nth-child(3) {
    top: 240px;
  }
}

@media (max-width: 991.98px) {
  .float_box_right {
    margin: 96px 1em 2em;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .float_box_right {
    width: 540px;
    margin: auto;
    margin-right: 3px;
    margin-bottom: 32px;
  }
}

@media (min-width: 1400px) {
  .float_box_right {
    position: absolute;
    right: 13%;
    top: -54px;
    width: 540px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .float_box_left {
    width: 540px;
    margin-left: 3px;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .float_box_left {
    width: 540px;
    margin-left: 9%;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  .bread3 {
    height: calc(100vw * 0.6 / 3 * 2 + 72vw + 144px);
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .bread3 {
    height: calc(100vw * 0.6 / 3 * 2 + 72vw + 216px);
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .bread3 {
    height: calc((100vw - 256px) * 0.6 / 3 * 2 + 620px + 182px);
    margin-top: 128px;
  }
}

@media (min-width: 1400px) {
  .bread3 {
    height: 28vw;
    margin-top: 128px;
  }
}

.belt {
  margin-top: 100px;
}

.belt img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (max-width: 991.98px) {
  .center_left {
    width: 95%;
    margin: auto;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .center_left {
    width: 80%;
    margin: auto;
  }
}

@media (min-width: 1400px) {
  .center_left {
    width: 60%;
    margin-left: 10%;
  }
}

@media (max-width: 991.98px) {
  .center_right {
    width: 95%;
    margin: auto;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .center_right {
    width: 80%;
    margin: auto;
  }
}

@media (min-width: 1400px) {
  .center_right {
    width: 60%;
    margin-left: 30%;
  }
}

@media (max-width: 991.98px) {
  .green_line {
    content: "";
    border-top: 3px solid #1a7587;
    width: 90vw;
    margin: auto;
  }
}

@media (max-width: 991.98px) {
  .text_in_image {
    width: 256px;
    background: #1a7587 0% 0% no-repeat padding-box;
    border-radius: 16px 16px 0px 0px;
    font-size: 1.6em;
    color: white;
    text-align: center;
    padding: 7px;
    margin: 1em auto 0;
    position: relative;
  }
}

@media (min-width: 992px) {
  .text_in_image {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 256px;
    bottom: 0;
    background: rgba(26, 117, 135, 0.75) 0% 0% no-repeat padding-box;
    border-radius: 16px 16px 0px 0px;
    font-size: 1.6em;
    color: white;
    text-align: center;
    padding: 7px;
  }
}

.work_list h5 {
  display: inline-block;
  border-bottom: solid 4px #2c7873;
  font-size: 24px;
  margin-bottom: 0.7em;
  padding-left: 5px;
  padding-right: 5px;
}

.work_list li {
  list-style: none;
  font-size: 20px;
  line-height: 2.3em;
}

@media (max-width: 991.98px) {
  .schedule_main {
    width: 96%;
    margin: auto;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .schedule_main {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .schedule_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 98%;
    margin-left: 2%;
  }
}

.schedule_main .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1199.98px) {
  .schedule_main .image {
    width: 96%;
    margin: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .schedule_main .image {
    width: 80%;
    margin-left: 20%;
  }
}

.schedule_main .image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 440px;
}

@media (min-width: 1200px) {
  .schedule_main .boxarrow {
    width: 800px;
  }
}

.schedule_main .boxarrow div {
  white-space: nowrap;
}

.schedule_main .boxarrow span {
  display: inline-block;
  width: 262px;
  height: 64px;
  line-height: 64px;
  padding-left: 68px;
  font-size: 36px;
  color: white;
  background-size: cover;
}

.schedule_main .boxarrow .clock {
  z-index: 3;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .schedule_main .boxarrow .clock {
    padding-left: 0;
  }
}

.schedule_main .boxarrow .schedule_text {
  position: relative;
  height: 64px;
  line-height: 64px;
  font-size: 28px;
  padding-left: 97px;
  color: #303030;
}

@media (max-width: 575.98px) {
  .schedule_main .boxarrow .schedule_text {
    text-align: right;
    padding-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .schedule_main .boxarrow .schedule_text {
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .schedule_main .boxarrow .schedule_text {
    left: -12px;
    width: 1px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .schedule_main .boxarrow .schedule_text {
    left: -35px;
    width: 1px;
  }
}

@media (min-width: 1200px) {
  .schedule_main .boxarrow .schedule_text {
    left: -29px;
  }
}

@media (min-width: 768px) {
  .schedule_main .boxarrow .schedule_text {
    border-top: 3px solid #dddddd;
  }
  .schedule_main .boxarrow .schedule_text:before {
    height: 0;
    display: block;
    position: absolute;
    left: -4px;
    content: "";
    border-top: solid 64px #fff;
    border-right: solid 102px transparent;
    top: -4px;
    z-index: 2;
  }
  .schedule_main .boxarrow .schedule_text:after {
    height: 0;
    display: block;
    position: absolute;
    left: -2px;
    content: "";
    border-top: solid 64px #dddddd;
    border-right: solid 102px transparent;
    top: -2px;
  }
}

.schedule_main .boxarrow div:nth-child(1) svg {
  fill: #1a7587;
  vertical-align: bottom;
}

.schedule_main .boxarrow div:nth-child(1) span {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="262" height="64" viewBox="0 0 262 64"><g transform="translate(-355 -268)"><rect width="194" height="64" transform="translate(369 268)" fill="%231a7587"/><path d="M32,0,64,48H0Z" transform="translate(617 268) rotate(90)" fill="%231a7587"/><rect width="8" height="64" transform="translate(355 268)" fill="%231a7587"/></g></svg>');
}

@media all and (-ms-high-contrast: none) {
  .schedule_main .boxarrow div:nth-child(1) span {
    background-image: url("../images/icon/boxarrow.svg");
  }
}

.schedule_main .boxarrow div:nth-child(2) svg {
  fill: #93843f;
  vertical-align: bottom;
}

.schedule_main .boxarrow div:nth-child(2) span {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="262" height="64" viewBox="0 0 262 64"><g transform="translate(-355 -268)"><rect width="194" height="64" transform="translate(369 268)" fill="%2393843F"/><path d="M32,0,64,48H0Z" transform="translate(617 268) rotate(90)" fill="%2393843F"/><rect width="8" height="64" transform="translate(355 268)" fill="%2393843F"/></g></svg>');
}

@media all and (-ms-high-contrast: none) {
  .schedule_main .boxarrow div:nth-child(2) span {
    background-image: url("../images/icon/boxarrow.svg");
  }
}

.schedule_main .boxarrow div:nth-child(3) svg {
  fill: #5f861b;
  vertical-align: bottom;
}

.schedule_main .boxarrow div:nth-child(3) span {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="262" height="64" viewBox="0 0 262 64"><g transform="translate(-355 -268)"><rect width="194" height="64" transform="translate(369 268)" fill="%235F861B"/><path d="M32,0,64,48H0Z" transform="translate(617 268) rotate(90)" fill="%235F861B"/><rect width="8" height="64" transform="translate(355 268)" fill="%235F861B"/></g></svg>');
}

@media all and (-ms-high-contrast: none) {
  .schedule_main .boxarrow div:nth-child(3) span {
    background-image: url("../images/icon/boxarrow.svg");
  }
}

.schedule_main .boxarrow div:nth-child(4) svg {
  fill: #bf5346;
  vertical-align: bottom;
}

.schedule_main .boxarrow div:nth-child(4) span {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="262" height="64" viewBox="0 0 262 64"><g transform="translate(-355 -268)"><rect width="194" height="64" transform="translate(369 268)" fill="%23BF5346"/><path d="M32,0,64,48H0Z" transform="translate(617 268) rotate(90)" fill="%23BF5346"/><rect width="8" height="64" transform="translate(355 268)" fill="%23BF5346"/></g></svg>');
}

@media all and (-ms-high-contrast: none) {
  .schedule_main .boxarrow div:nth-child(4) span {
    background-image: url("../images/icon/boxarrow.svg");
  }
}

.schedule_main .boxarrow2 div:nth-child(5) svg {
  fill: #1a7587;
  vertical-align: bottom;
}

.schedule_main .boxarrow2 div:nth-child(5) span {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="262" height="64" viewBox="0 0 262 64"><g transform="translate(-355 -268)"><rect width="194" height="64" transform="translate(369 268)" fill="%231a7587"/><path d="M32,0,64,48H0Z" transform="translate(617 268) rotate(90)" fill="%231a7587"/><rect width="8" height="64" transform="translate(355 268)" fill="%231a7587"/></g></svg>');
}

@media all and (-ms-high-contrast: none) {
  .schedule_main .boxarrow2 div:nth-child(5) span {
    background-image: url("../images/icon/boxarrow.svg");
  }
}

.schedule_main .boxarrow2 div:nth-child(6) svg {
  fill: #93843f;
  vertical-align: bottom;
}

.schedule_main .boxarrow2 div:nth-child(6) span {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="262" height="64" viewBox="0 0 262 64"><g transform="translate(-355 -268)"><rect width="194" height="64" transform="translate(369 268)" fill="%2393843F"/><path d="M32,0,64,48H0Z" transform="translate(617 268) rotate(90)" fill="%2393843F"/><rect width="8" height="64" transform="translate(355 268)" fill="%2393843F"/></g></svg>');
}

@media all and (-ms-high-contrast: none) {
  .schedule_main .boxarrow2 div:nth-child(6) span {
    background-image: url("../images/icon/boxarrow.svg");
  }
}

.schedule_main .boxarrow2 div:nth-child(7) svg {
  fill: #5f861b;
  vertical-align: bottom;
}

.schedule_main .boxarrow2 div:nth-child(7) span {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="262" height="64" viewBox="0 0 262 64"><g transform="translate(-355 -268)"><rect width="194" height="64" transform="translate(369 268)" fill="%235F861B"/><path d="M32,0,64,48H0Z" transform="translate(617 268) rotate(90)" fill="%235F861B"/><rect width="8" height="64" transform="translate(355 268)" fill="%235F861B"/></g></svg>');
}

@media all and (-ms-high-contrast: none) {
  .schedule_main .boxarrow2 div:nth-child(7) span {
    background-image: url("../images/icon/boxarrow.svg");
  }
}

.schedule_main .boxarrow2 span {
  padding-left: 51px;
}

.schedule_main .boxarrow2 .line {
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.schedule_main .boxarrow2 .line:before, .schedule_main .boxarrow2 .line:after {
  border-top: 3px solid #dddddd;
  content: "";
  display: inline;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.schedule_main .boxarrow2 .line:before {
  margin-right: 0.5em;
}

.schedule_main .boxarrow2 .line:after {
  margin-left: 0.5em;
  margin-right: 1.3em;
}

.flow_image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flow_image div {
  margin-bottom: 1.5em;
}

.flow_image div img {
  max-width: 500px;
}

.work_details {
  margin: 30px auto 30px;
  background-color: #efeae7;
  padding: 32px 10px 25px;
}

@media (max-width: 767.98px) {
  .work_details {
    width: 95%;
  }
}

@media (min-width: 768px) {
  .work_details {
    width: 80%;
  }
}

.work_details div {
  margin: auto;
}

.work_details img {
  width: 100%;
}

.work_details h5 {
  display: inline-block;
  border-bottom: solid 4px #2c7873;
  font-size: 24px;
  margin-bottom: 0.7em;
  padding-left: 5px;
  padding-right: 5px;
}

.work_details ul {
  padding-left: 0;
}

.work_details li {
  list-style: none;
  font-size: 20px;
  line-height: 2.3em;
}

.guide {
  margin: 30px auto 30px;
}

@media (max-width: 767.98px) {
  .guide {
    width: 95%;
  }
}

@media (min-width: 768px) {
  .guide {
    width: 80%;
  }
}

.guide h5 {
  display: inline-block;
  border-bottom: solid 4px #2c7873;
  font-size: 24px;
  margin-bottom: 0.7em;
  padding-left: 5px;
  padding-right: 5px;
}

.guide li {
  list-style-image: url(../images/icon/check.svg);
  font-size: 20px;
  line-height: 2.3em;
}

.profile {
  width: 80%;
  margin: 30px auto 30px;
}

@media (max-width: 767.98px) {
  .profile {
    width: 100%;
  }
}

.profile .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.profile .workshop {
  text-align: center;
  border: 3px solid #303030;
}

@media (max-width: 767.98px) {
  .profile .workshop {
    width: 90%;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .profile .workshop {
    width: 75%;
    margin: auto;
  }
}

.profile .workshop .item {
  margin: 22px 10px;
}

.profile .workshop .item h6 {
  background-color: #2c7873;
  color: white;
  display: inline-block;
  padding: 8px;
}

.profile .workshop .item a {
  font-size: 18px;
}

@media (max-width: 575.98px) {
  .profile .workshop .item a {
    font-size: 3vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .up_report {
    text-align: center;
  }
}

.report {
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 575.98px) {
  .report {
    width: initial;
  }
}

@media all and (-ms-high-contrast: none) {
  .report {
    display: inline-block;
  }
}

.report ul {
  list-style: none;
  padding-left: 0;
}

.report ul li {
  border: 2px solid black;
  border-radius: 0.3em;
  text-align: center;
  margin: 1em;
}

.report ul li a {
  color: black;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em 2em;
}

.map {
  height: 479px;
  margin: 30px auto 30px;
}

@media (max-width: 1199.98px) {
  .map {
    width: 95%;
  }
}

@media (min-width: 1200px) {
  .map {
    width: 80%;
  }
}

.map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 575.98px) {
  .un-machi img {
    width: 95%;
  }
}

.footer {
  background-color: #2c7873;
}

.footer ul {
  padding-bottom: 1em;
  padding-left: 0;
}

.footer li {
  list-style: none;
  display: inline-block;
  margin: 11px 18px;
}

.footer li a {
  color: white;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .footer li {
    display: block;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin: auto;
    width: 90%;
    line-height: 3em;
  }
  .footer li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer li a::after {
    content: "▶";
    position: absolute;
    right: 0;
  }
}

.footer .business_card {
  background-color: white;
  -webkit-box-shadow: 10px 10px 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 3px 0px rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .footer .business_card {
    margin: 1em auto;
  }
}

.footer .copyright {
  color: white;
  text-align: center;
}

a:hover {
  text-decoration: underline !important;
}

.invisible {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */