.pageTitle1 {
  color: #0F3A57;
  font-size: 2vw;
}
.pageTitle1 span {
  position: relative;
  line-height: 1.5;
}
.pageTitle1 span::before {
  content: "";
  width: 4.5vw;
  height: 2px;
  background: #0F3A57;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.pageTop {
  background-color: #FF6600;
  color: #fff;
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .pageTop {
    padding-top: 18vw;
  }
}
@media screen and (max-width: 599px) {
  .pageTop {
    padding-top: 12vw;
  }
  .pageTitle1 {
    font-size: 5vw;
    margin-bottom: 6vw;
  }
  .rb-l {
    background: url("img/svg/logosmall.svg") no-repeat right top/20%;
  }
  .comment1 {
    padding: 6vw 4vw;
  }
  .comment1 p {
    font-size: 4.6vw;
    line-height: 2;
  }
  .reason {
    margin-top: 12vw;
  }
  .reason h2 {
    font-size: 4.8vw;
    width: 90%;
  }
  .reason p {
    font-size: 4vw;
    max-width: 90%;
  }
  .closing1 h2 {
    font-size: 4.7vw;
    max-width: 100%;
  }
  .aproach {
    font-size: 4.8vw;
    margin-bottom: 12vw;
  }
  .aproach span {
    padding: 0.8em;
  }
  .flowTitle {
    font-size: 5vw;
  }
  .flowTitle span {
    font-size: 3.6vw;
    width: 12vw;
  }
}
.ts {
  font-size: 1.2vw;
  font-weight: bold;
}

.ts span {
  border: solid 2px #000;
  padding: 0.6em 4em;
  margin-bottom: 2vw;
  display: inline-block;
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .ts {
    font-size: 1.5vw;
  }
  .def {
    font-size: 1.6vw;
  }
  .mainTitle2 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 599px) {
  .mainTitle2 {
    font-size: 5.6vw;
  }
  .ts {
    font-size: 3.6vw;
  }
  .def {
    font-size: 3.8vw;
  }
}
.mainTitle2 {
  font-size: 2.2vw;
  color: #f60;
  margin-bottom: 1vw;
}

.mainTitle2 span {
  position: relative;
  z-index: 5;
}

.mainTitle2 span::before {
  content: "";
  width: 100%;
  height: 0.4em;
  background: #E0E7E8;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  z-index: -1;
}

#nav li a {
  display: block;
  color: #fff;
  position: relative;
}

#nav .menu-item-has-children > a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

#nav .menu-item-has-children > a.open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

#nav .menu-item-has-children > a.open:after {
  background: transparent;
}

#nav .menu-item-has-children .sub-menu {
  display: none;
}

@media only screen and (max-width: 767px) {
  #nav .menu-item-has-children > a:after, #nav .menu-item-has-children > a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 10px;
    height: 1px;
    background: #fff;
    transition: 0.2s;
  }
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(255, 255, 255, 0.7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    transition: all 0.5s;
    min-height: 100vh;
  }
  #main.open {
    position: fixed;
    width: 100%;
  }
  #menu_btn {
    top: 12px;
    right: 15px;
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 40px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .menu-trigger {
    width: 30px;
    height: 25px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
  }
  .is-scrolled .menu-trigger span {
    background-color: #f60;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span {
    background: #fff;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
  #nav {
    width: 90vw;
    height: 100vh;
    overflow: auto;
    padding: 90px 0;
    background: #f60;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    transform: translate(90vw);
    transition: all 0.5s;
  }
  #nav.open {
    transform: translateZ(0);
  }
  #nav li {
    padding: 0 20px;
  }
  #nav li a {
    position: relative;
    padding: 20px;
    color: #fff;
  }
  #nav .menu-item-has-children .sub-menu {
    padding: 20px;
  }
  #nav .menu-item-has-children > a:first-of-type {
    position: relative;
    padding-right: 2em;
  }
  #nav .menu-item-has-children > a.open:first-of-type {
    color: #dad4ec;
  }
  #nav .menu-item-has-children .sub-menu li {
    padding: 0;
    margin-bottom: 20px;
  }
  #nav .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  #nav .menu-item-has-children .sub-menu li a {
    padding: 0;
  }
  .menu_text {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .is-scrolled .menu_text {
    color: #f60;
  }
}
@media print, screen and (min-width: 768px) {
  #menu_btn, .overlay {
    display: none;
  }
  #nav ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
  }
  #nav li {
    font-weight: bold;
  }
  #nav li a {
    padding: 20px;
    font-size: 16px;
  }
  #nav .menu-item-has-children > a {
    padding-right: 40px;
  }
  #nav .menu-item-has-children > a.open:first-of-type, #nav .current-menu-item a {
    text-decoration: underline;
    text-underline-offset: 8px;
  }
  #nav .current-menu-item li a {
    color: #fff;
  }
  #nav .menu-item-has-children > a:after, #nav .menu-item-has-children > a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 10px;
    height: 2px;
    background: #1a1a1a;
    transition: 0.2s;
  }
  #nav li ul.sub-menu {
    background: #DBEBF5;
    position: absolute;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    left: 0;
    top: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
  }
  #nav li ul.sub-menu li {
    width: 23%;
    display: inline-block;
  }
  #nav li ul.sub-menu li a {
    line-height: 1.6em;
    color: #1a1a1a;
    padding: 10px 20px;
  }
  #nav li ul.sub-menu li a:hover {
    color: #357AA8;
  }
}/*# sourceMappingURL=style.css.map */