@charset "utf-8";
/*==================================================

Global Default
==================================================*/
body {
  font-family: "Noto Sans Japanese", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (1920 - 320)));
  color: #111;
  font-weight: bold;
  text-align: justify;
}
body * {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #111;
  font-family: "M PLUS Rounded 1c", "Noto Sans Japanese", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
p {
  line-height: 2;
}
.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main,
section {
  position: relative;
}
a {
  color: inherit;
  transition: opacity .3s;
}
a:hover {
  color: inherit;
  opacity: .7;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
img {
  height: auto;
}
i {
  vertical-align: middle;
  line-height: 1;
  font-size: 20px;
}
.center {
  text-align: center;
}
.caution {
  color: #d50000;
}
.flexbox:after {
  display: none;
}
[class*="viewport"] {
  width: 100%;
  max-width: 1366px;
  padding: 0 2%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.viewport-l {
  max-width: 1366px;
}
.viewport-m {
  max-width: 1024px;
}
.viewport-s {
  max-width: 768px;
}
.section-spacing {
  padding-top: 11vmin;
  padding-bottom: 11vmin;
}
/*==================================================

Customize Global Standard Style
==================================================*/
[class*="standard-header"] {
  font-size: 2em;
  text-align: center;
  margin: 0 0 1.3em;
}
[class*="standard-header"]:before {
  content: "";
  display: block;
  width: 70px;
  height: 35px;
  margin: auto;
  background: url("../img/ico-header.png") no-repeat top center;
  background-size: contain;
}
[class*="underline"] {
  background: #fde339;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 59.9%, #fde339 60%, #fde339 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 59.9%, #fde339 60%, #fde339 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 59.9%, #fde339 60%, #fde339 100%);
}
.bg-pattern {
  background: url("../img/bg-pattern.png") repeat left top;
}
@media only screen and (max-width: 1024px) {
  [class*="standard-header"] {
    margin-bottom: 1em;
  }
}
/*==================================================

Main Header
==================================================*/
#main-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
#main-header .flexbox {
  display: flex;
  justify-content: space-between;
  padding: 10px 2%;
}
#main-header h1 {
  flex: 1;
}
#main-header h1 img {
  max-width: 300px;
}
#main-header .rightbox {
  display: flex;
}
#main-header .rightbox figure {
  width: 250px;
}
#main-header .rightbox > a {
  display: block;
  width: 45px;
  margin-left: 8px;
}
#global-navi {
  background: #ff7900;
  padding: 8px 0;
}
#global-navi ul {
  display: flex;
  justify-content: center;
}
#global-navi li + li {
  border-left: 2px dotted rgba(255, 255, 255, 0.54);
}
#global-navi a {
  display: block;
  padding: 10px 1.5em;
  color: #fff;
  font-weight: 500;
  font-size: 1.1em;
}
#global-navi a span {
  display: block;
  font-size: 12px;
  opacity: 0.8;
  text-align: center;
  line-height: 1;
}
#menu {
  display: none;
}
#main-header .external {
  position: relative;
  margin-left: 1em;
  background: #a4de58;
  padding-right: 30px;
  border-radius: 6px;
  color: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#main-header .external i {
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
  #menu {
    width: 50px;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 10;
    display: block;
  }
  #menu span {
    height: 2px;
    width: 26px;
    background: #ff7900;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #menu span:before,
  #menu span:after {
    content: "";
    height: 2px;
    width: 26px;
    background: #ff7900;
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #menu span:before {
    top: -8px;
  }
  #menu span:after {
    top: 8px;
  }
  #obfuscator {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    visibility: hidden;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
  }
  #global-navi {
    min-width: initial;
    width: 240px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    transform: translateX(-250px);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    overflow-y: auto;
    z-index: 10;
    margin: 0;
    padding: 0;
  }
  #global-navi ul {
    display: block;
  }
  #global-navi ul li {
    border: none;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.54);
  }
  #global-navi ul li a {
    padding: 10px;
  }
  #global-navi a span {
    text-align: left;
  }
  body.menu-visible #menu span {
    background: transparent;
  }
  body.menu-visible #menu span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  body.menu-visible #menu span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  body.menu-visible #obfuscator {
    visibility: visible;
  }
  body.menu-visible #global-navi {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #main-header h1 img {
    max-width: 120px;
  }
  #main-header .rightbox figure {
    width: 120px;
  }
  #main-header .rightbox a {
    width: 25px;
    margin-left: 4px;
  }
  #main-header .external {
    margin: 12px;
  }
}
/*==================================================

Main Visual
==================================================*/
#main-visual {
  padding: 200px 0 11vmin;
  background-image: url("../img/img-main-visual.png"), url(../img/bg-pattern.png);
  background-position: 95% 270px, left top;
  background-repeat: no-repeat, repeat;
  background-size: 260px auto, auto;
}
#main-visual h2 {
  max-width: 680px;
  margin: 0 auto 20px;
}
#main-visual p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0;
}
#main-visual ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#main-visual li {
  width: 47%;
  min-width: 300px;
  margin: 2% 0;
}
@media only screen and (max-width: 1024px) {
  #main-visual {
    padding-top: 100px;
    background: url(../img/bg-pattern.png) repeat left top;
  }
  #main-visual h2 {
    width: 80%;
    max-width: 500px;
  }
  #main-visual p {
    font-size: 1.2em;
    margin: 1em 0 0;
  }
}
/*==================================================

Work
==================================================*/
#work h2 + p {
  text-align: center;
  letter-spacing: 0.1em;
}
#work h3 {
  margin: 40px auto 10px;
}
#work ul + h3 {
  max-width: 560px;
  margin: 30px auto 10px;
}
#work > ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#work > ul > li {
  width: 47%;
  margin: 2% 0;
}
#reason .block {
  margin: 100px auto 0;
  border: 3px solid #111;
  border-radius: 25px;
  padding: 30px 3%;
  box-shadow: 5px 5px 0 #fd9639;
}
#reason h4 {
  width: 300px;
  margin: -80px auto 0;
}
#reason ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
#reason li {
  width: 33.3%;
  padding: 10px;
}
#reason li + li {
  border-left: 2px solid #111;
}
#reason li i {
  width: 50px;
  margin: 0 auto 10px;
  display: block;
}
@media only screen and (max-width: 768px) {
  #reason h3 {
    max-width: 400px;
  }
  #reason .block {
    max-width: 300px;
  }
  #reason h4 {
    width: 200px;
    margin: -60px auto 0;
  }
  #reason li {
    max-width: 230px;
    width: 100%;
    border: none !important;
  }
}
@media only screen and (max-width: 560px) {
  #work h2 + p br {
    display: none;
  }
  #work h2 + p {
    text-align: justify;
  }
  #work > ul > li {
    width: 90%;
    max-width: 420px;
  }
}
/*==================================================

Merit
==================================================*/
.merit {
  display: flex;
  margin: 50px auto;
  text-align: justify;
}
.merit .info {
  padding-left: 30px;
}
.merit h3 + p {
  margin: 20px;
}
.merit figure {
  flex: 1 0 350px;
  order: -1;
}
#merit .viewport-m > p {
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .merit {
    display: block;
    margin: 40px auto 0;
    max-width: 560px;
  }
  .merit .info {
    padding: 0;
  }
  .merit h3 {
    max-width: 350px;
    margin: 0;
  }
  .merit h3 + p {
    margin: 1em;
  }
  .merit figure {
    max-width: 200px;
    margin: 0 auto;
  }
  #merit .viewport-m > p {
    text-align: justify;
  }
  #merit .viewport-m > p br {
    display: none;
  }
}
/*==================================================

Support
==================================================*/
#support {
  padding-top: 11vmin;
}
.support {
  background: #eeeeee;
  border: 3px solid #111;
  border-radius: 25px;
  padding: 30px;
  text-align: center;
  margin: 80px auto 30px;
}
.support h3 {
  max-width: 350px;
  margin: -60px auto 0;
}
.support ul {
  text-align: left;
  margin-top: 20px;
}
.support li {
  padding: 15px;
}
.support li + li {
  border-top: 2px dotted #666;
}
#flow {
  margin-top: 11vmin;
  padding-top: 100px;
}
#flow > h2 {
  width: 80%;
  max-width: 350px;
  margin: -125px auto 50px;
}
.flow {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 40px 30px 30px;
  border: 3px solid #111;
  border-radius: 20px;
  margin: 50px 0 0;
  position: relative;
}
.flow i {
  width: 70px;
}
.flow .info {
  padding-left: 30px;
}
.flow h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.flow p {
  font-size: 14px;
}
.flow:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 50%;
  top: -25px;
  margin-left: -25px;
}
.flow:nth-child(1):before {
  background-image: url("../img/no1.png");
}
.flow:nth-child(2):before {
  background-image: url("../img/no2.png");
}
.flow:nth-child(3):before {
  background-image: url("../img/no3.png");
}
.flow:nth-child(4):before {
  background-image: url("../img/no4.png");
}
.flow:nth-child(5):before {
  background-image: url("../img/no5.png");
}
#archivement ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 20px;
}
#archivement li {
  flex: 1 0 46%;
  margin: 2%;
}
.contact-sec {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 19.9%, rgba(147, 190, 64, 1) 20%, rgba(147, 190, 64, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 19.9%, rgba(147, 190, 64, 1) 20%, rgba(147, 190, 64, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 19.9%, rgba(147, 190, 64, 1) 20%, rgba(147, 190, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#93be40', GradientType=0);
}
.contact-sec .flexbox {
  display: flex;
  align-items: center;
}
.contact-sec figure:first-child {
  max-width: 250px;
  width: 100%;
  margin: 60px 10px 0 0;
}
@media only screen and (max-width: 1024px) {
  .flow {
    padding: 30px 15px 15px;
    margin: 30px 0 0;
  }
  .flow i {
  }
  .flow .info {
    padding-left: 15px;
  }
  .flow h3 {
    font-size: 18px;
  }
  .flow p {
    font-size: 14px;
  }
  .flow:before {
    width: 40px;
    height: 40px;
    top: -20px;
    margin-left: -20px;
  }
  #archivement > p {
    text-align: justify;
  }
  #archivement > p br {
    display: none;
  }
  .contact-sec .flexbox {
    flex-direction: column;
    padding: 20px 2%;
  }
  .contact-sec figure:first-child {
    margin: 0;
    order: 2;
  }
  .contact-sec figure:last-child {
    max-width: 450px;
  }
}
@media only screen and (max-width: 560px) {
  #archivement li {
    flex: auto;
    max-width: 420px;
  }
}
/*==================================================

About
==================================================*/
#about:before,
#about:after {
  content: "";
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: auto 100% !important;
}
#about:before {
  background: url("../img/bg-left.png") no-repeat right center;
  left: 0;
}
#about:after {
  background: url("../img/bg-right.png") no-repeat left center;
  right: 0;
}
#about p {
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  #about:before,
  #about:after {
    display: none;
  }
  #about p {
    text-align: justify;
    margin: 1em 2em;
  }
  #about p br {
    display: none;
  }
}
/*==================================================

Company
==================================================*/
#company {
  padding-top: 11vmin;
}
#company table {
  width: 50%;
  float: left;
}
#company table th {
  width: 140px;
  padding: 8px;
  vertical-align: top;
}
#company table th span {
  color: #fff;
  background: #ff7900;
  text-align: center;
  display: block;
  border: 3px solid #111;
  border-radius: 16px;
  padding: 4px;
}
#company table td {
  padding: 15px 8px;
  font-weight: 500;
}
#philosophy {
  text-align: center;
  background: #fff;
  border: 4px solid #111;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  padding: 40px 3% 3%;
  border-radius: 20px;
  box-shadow: 4px 4px 0 #70ac20;
  transform: translateY(-60px);
}
#philosophy h3 {
  width: 250px;
  position: absolute;
  left: 50%;
  margin-top: -75px;
  margin-left: -125px;
}
#philosophy h4 {
  font-size: 1.5em;
  margin: 20px 0 10px;
}
#philosophy h4 i {
  width: 70px;
  display: inline-block;
  margin-right: 8px;
}
#philosophy p {
  text-align: justify;
}
#policy {
  text-align: center;
  background: #fff;
  border: 4px solid #111;
  max-width: 768px;
  margin: 80px auto auto;
  position: relative;
  padding: 40px 3% 3%;
  border-radius: 20px;
  box-shadow: 4px 4px 0 #70ac20;
  transform: translateY(-60px);
}
#policy h3 {
  width: 250px;
  position: absolute;
  left: 50%;
  margin-top: -75px;
  margin-left: -125px;
}
#policy h4 {
  font-size: 1.5em;
  margin: 20px 0 10px;
}
#policy h4 i {
  width: 70px;
  display: inline-block;
  margin-right: 8px;
}
#policy p {
  text-align: justify;
}
#vision {
  text-align: center;
  background: #fff;
  border: 4px solid #111;
  max-width: 768px;
  margin: 80px auto auto;
  position: relative;
  padding: 40px 3% 3%;
  border-radius: 20px;
  box-shadow: 4px 4px 0 #70ac20;
  transform: translateY(-60px);
}
#vision h3 {
  width: 250px;
  position: absolute;
  left: 50%;
  margin-top: -75px;
  margin-left: -125px;
}
#vision h4 {
  font-size: 1.5em;
  margin: 20px 0 10px;
}
#vision h4 i {
  width: 70px;
  display: inline-block;
  margin-right: 8px;
}
#vision p {
  text-align: justify;
}
#mission {
  text-align: center;
  background: #fff;
  border: 4px solid #111;
  max-width: 768px;
  margin: 80px auto auto;
  position: relative;
  padding: 40px 3% 3%;
  border-radius: 20px;
  box-shadow: 4px 4px 0 #70ac20;
  transform: translateY(-60px);
}
#mission h3 {
  width: 250px;
  position: absolute;
  left: 50%;
  margin-top: -75px;
  margin-left: -125px;
}
#mission h4 {
  font-size: 1.5em;
  margin: 20px 0 10px;
}
#mission h4 i {
  width: 70px;
  display: inline-block;
  margin-right: 8px;
}
#mission p {
  text-align: justify;
}
#company .bg-pattern {
  margin-top: 120px;
}
#branches {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 10vmin;
}
.branch {
  width: 280px;
  background: #fff;
  margin: 15px;
  padding: 30px 10px 10px;
  text-align: center;
  position: relative;
  border-radius: 20px;
}
.branch h3 {
  background: #ff7900;
  border-radius: 1000px;
  color: #fff;
  font-size: 17px;
  position: relative;
  padding: 8px 16px;
  width: fit-content;
  max-width: 255px;
  margin: 0 auto;
}
.branch h3 i {
  width: 40px;
  position: absolute;
  left: -25px;
  top: -20px;
}
.branch p {
  margin: 1em 0;
  font-size: 13px;
  min-height: 3em;
  font-weight: bold;
}
.branch ul {
  display: flex;
}
.branch li {
  width: 50%;
  padding: 0 3px;
  font-size: 12px;
}
.branch li i {
  opacity: 0.54;
  margin-right: 6px;
  font-size: 16px;
}
.branch .map {
  width: 50px;
  position: absolute;
  right: -15px;
  top: -15px;
}
@media only screen and (max-width: 1024px) {
  #company table {
    float: none;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
  #philosophy {
    max-width: 560px;
  }
  #philosophy h3 {
    width: 180px;
    margin-top: -70px;
    margin-left: -90px;
  }
  #philosophy h4 {
    margin: 0 0 10px;
  }
  #philosophy h4 i {
    width: 50px;
  }
  .branch .map {
    width: 35px;
  }
}
/*==================================================

Contact
==================================================*/
#contact figure {
  max-width: 280px;
  margin: 20px auto;
}
#contact form {
  background: #fff;
  max-width: 1024px;
  margin: 0 auto 50px;
  padding: 40px 20px;
  border-radius: 20px;
}
#contact table {
  width: 100%;
}
#contact th {
  text-align: left;
  padding: 8px;
  width: 220px;
}
#contact th span {
  display: inline-block;
  width: 40px;
  background: #f16871;
  text-align: center;
  line-height: 18px;
  height: 18px;
  font-size: 12px;
  border-radius: 4px;
  color: #111;
  margin: 2px;
}
#contact td {
  padding: 8px;
}
#contact input[type="text"],
#contact textarea {
  background: #e6e6e6;
  width: 100% !important;
  height: 50px;
  border: none;
  border-radius: 4px;
  padding: 8px;
}
#contact textarea {
  height: 180px !important;
}
#contact input[type="submit"] {
  background: #ff7900;
  max-width: 300px;
  height: 65px;
  display: block;
  width: 100%;
  margin: 20px auto 0;
  font-family: "Noto Sans Japanese", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border: 3px solid #111;
  border-radius: 1000px;
}
#group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 2% 40px;
}
#group li {
  width: 16.6%;
  padding: 4px;
}
#sponsor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 2% 0;
}
#sponsor li {
  width: 16.6%;
  padding: 4px;
}
@media only screen and (max-width: 1024px) {
  #contact form {
    margin: 0 3% 50px;
  }
  #contact th {
    display: block;
    padding: 0 0 4px;
  }
  #contact td {
    padding: 0 0 16px;
    display: block;
  }
  #contact input[type="text"],
  #contact textarea {
    height: 40px;
  }
  #contact input[type="submit"] {
    height: 50px;
    line-height: 40px;
    max-width: 220px;
    font-size: 16px;
  }
  #group li {
    width: 25%;
  }
  #sponsor li {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  #group li {
    width: 33.3%;
  }
  #sponsor li {
    width: 33.3%;
  }
}

/*==================================================

Report
==================================================*/
#sec-report {
  padding: 11vmin 0;
  text-align: center;
}
#sec-report ul {
  display: inline-block;
}
#sec-report ul li a {
  display: block;

  padding: 10px 10px 10px 40px;
  background: url(../img/ico-chevron-right-solid.svg) no-repeat 16px center / 16px auto;
  border-radius: 1000px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
}
/*==================================================

Main Footer
==================================================*/
#main-footer {
  background: #ff7900;
  position: relative;
  padding: 30px 0;
  color: #fff;
}
#main-footer .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-footer figure {
  width: 400px;
  background: #fff;
  padding: 20px;
  margin-right: 20px;
}
#main-footer li + li {
  margin-top: 8px;
}
#main-footer li i {
  margin-right: 8px;
}
#main-footer p {
  text-align: center;
  opacity: 0.7;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  #main-footer .flexbox {
    flex-direction: column;
  }
  #main-footer figure {
    width: 200px;
    margin: 0 auto 10px;
  }
}
