@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
/* ========================================================= *
 * $RESET                                                    *
 * ========================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
main {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-text-size-adjust: 100%;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
img{
	vertical-align: middle;
	max-width: 100%;
	margin: auto;
}
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
a{
	color:#464646;
	text-decoration: none;
}


/* ======================================= *
 * $ALL                                    *
 * ======================================= */
@media screen and (min-width: 769px){
.sp{display: none;}
}
.img {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

main {
    min-width: 1400px;
    margin: 0 auto;
}
.wrap {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

header {
    padding: 20px;
    border-bottom: 2px solid #6f9b12;
}

h1 {
    background: url("../images/logo.png") no-repeat;
    background-position: center;
    background-size: contain;
width: 386px;
    height: 39px;
}
h1 a {
	display: block;
}
footer {
    background: #6f9b12;
        padding: 20px;
    border-top:1px solid #333;
    overflow: hidden;
}
footer small {
    float: right;
    color: white;
    font-size: 14px;
}
footer ul {
    float: left;
}
footer ul li {
    display: inline-block;
}



footer ul li a {
        font-size: 14px;
    color: white;
    margin-right: 10px;
}
footer ul li a:hover {
opacity: 0.7;
    transition: 0.5s;
}

.fv {
    padding: 25vh;
}
.fv h2 {
    margin: 0;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.15em;
    font-weight: bold;

    padding-bottom: 5px;

}

.fv h2 span {
display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    border-bottom: 1px solid;
}

.business {
    padding:70px 0;
    background: #6f9b12;
}

.business h3 {
  font-family: 'Kosugi Maru', sans-serif;
    color: white;
    font-size: 38px;
    line-height: 100%;
}
.business h3 span {
    font-size: 25px;
    display: inline-block;
    padding-left: 20px;
    vertical-align: bottom;
    line-height: 96%;
}
.business p {
    text-align: justify;
    font-size: 20px;
    line-height: 170%;
    color: white;
    margin-top: 30px;
}

.company {
    padding:80px 0;
}

.company h3 {
  font-family: 'Kosugi Maru', sans-serif;
    font-size: 38px;
    line-height: 100%;
}
.company h3 span {
    font-size: 25px;
    display: inline-block;
    padding-left: 20px;
    vertical-align: bottom;
    line-height: 96%;
}
.company h4 {
    margin: 50px 0 30px;
}


.company dl {
    background: #f5f5f5;
    padding:15px 0px;
    margin-bottom: 2px;
}

.company dt,.company dd {
    display: table-cell;
    font-size: 18px;
}
.company dt {
    font-weight: bold;
    text-align: center;
    width: 180px;
}


.title-border-right {
display: flex;
align-items: center;
    font-size: 24px;
}
.title-border-right:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border-right:after {
margin-left: 1rem;
}

.company a {
    display: block;
    border-radius: 15px;
    padding: 20px 0px;
    background: url("../images/vector.png") no-repeat #6f9b12;
    background-position:93% center;
    color: white;
    font-weight: bold;
    font-size: 24px;
    width: 480px;
    margin: 50px auto 0;
    text-align: center;

}
.company a:hover {
    background: url("../images/vector.png") no-repeat #6f9b12;
    background-position:94% center;
    transition: 0.3s;
}

.company a span {
  font-family: 'Kosugi Maru', sans-serif;
}


.contact {
    border-bottom: 2px solid #6f9b12;
    padding: 25px 0;
	background: #6f9b12;
}

.contact .menu-sdgs {
    display: flex;
    justify-content: space-between;

}

.contact a {
    font-size: 19px;
    font-weight: bold;
    color: white;
      font-family: 'Kosugi Maru', sans-serif;
}

.contact .menu span {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: white;
}


.contact a:hover {
opacity: 0.7;
    transition: 0.5s;
}

.sdgs {
    width: 50%;
}
.sdgs ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sdgs ul li {

    text-align: right;
}
.sdgs ul li img {
    height: 36px;
    width: auto;
}
.sdgs ul li:nth-of-type(2) {
    margin-left: 20px;
}


/*---SP---*/
@media screen and (max-width: 768px){
.pc{display: none;}



main {
    min-width:100%;
    margin: 0 auto;
}

.wrap {
    width: 87%;
    margin: 0 auto;
    overflow: hidden;
}

header {
    padding: 10px;
}

h1 {
    background: url("../images/logo.png") no-repeat;
    background-position:left center;
    background-size: contain;
width: 200px;
    height: auto;
}

footer {
    background: #6f9b12;
padding: 26px 20px 48px;
    border-top:1px solid #333;
    overflow: hidden;
}
footer small {
    float:none;
    color: white;
    font-size: 12px;
}
footer ul {
    float:none;
}
footer ul li {
    display:block;
}
footer ul li a {
        font-size: 12px;
    color: white;
    margin-right: 10px;
}
footer ul li a:hover {
opacity: 0.7;
    transition: 0.5s;
}
.contact li img {
width: 75%;
display: block;
}
.fv {
    padding: 20% 0;
}
.fv h2 {
    margin: 0;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: none;
    letter-spacing: 0.1em;
}

.business {
    padding:30px 0;
    background: #6f9b12;
}

.business h3 {
  font-family: 'Kosugi Maru', sans-serif;
    color: white;
    font-size: 24px;
    line-height: 100%;
}
.business h3 span {
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
    vertical-align: bottom;
    line-height: 96%;
}

.business p {
    font-size: 13px;
    line-height: 170%;
    color: white;
    margin-top: 20px;
}

.company {
    padding:30px 0;
}

.company h3 {
  font-family: 'Kosugi Maru', sans-serif;
    font-size: 24px;
    line-height: 100%;
}
.company h3 span {
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
    vertical-align: bottom;
    line-height: 96%;
}

.company h4 {
    margin: 30px 0 10px;
}


.company dl {
    background: #f5f5f5;
    padding:15px 0px;
    margin-bottom: 2px;
}

.company dt,.company dd {
    display: table-cell;
    font-size: 15px;
}
.company dt {
    font-weight: bold;
    text-align: center;
    width: 140px;
}


.title-border-right {
display: flex;
align-items: center;
    font-size: 18px;
}
.title-border-right:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border-right:after {
margin-left: 1rem;
}

.company a {
    display: block;
    border-radius: 14px;
    padding: 12px 0px;
    background: url("../images/vector.png") no-repeat #6f9b12;
    background-position:93% center;
    background-size: 2%;
    color: white;
    font-weight: bold;
    font-size: 17px;
    width: 90%;
    margin: 50px auto 0;
    text-align: center;
}




.contact {
    background: #6f9b12;
padding: 35px 20px 25px;
}

.contact .menu-sdgs {
    display: flex;
    justify-content: space-between;

}
    .contact .wrap,footer .wrap {
        width:96%;
    }
.contact a {
    font-size: 16px;
    font-weight: bold;
    color: white;
}
.sdgs ul {
    display:block;
    justify-content: flex-end;
    align-items: center;
}

    .contact .menu {
        width: 46%;
    }

.contact .menu span {
    display:block;
    margin-left:0px;
    font-size: 10px;
    color: white;
}

.sdgs ul li img {
display: block;
    margin-left: auto;
    margin-right: 0;
}

.sdgs ul li:nth-of-type(1) img {
    width: 60%;
    height: auto;
}
.sdgs ul li:nth-of-type(2) img {
    width: 100%;
    height: auto;
}
.sdgs ul li:nth-of-type(2) {
    margin-left:0px;
}
.sdgs ul li:nth-of-type(1) {
    margin-bottom: 20px;
    text-align: right;
}
}


/*********************
  Contact Form by CG
**********************/
.contact_form .fv {
  padding: 80px 0;
  border-bottom: 4px solid #6f9b12;;
  margin-bottom: 48px;
}
.contact_form .fv h2 {
  text-align: left;
  max-width: 1050px;
  margin: 0 auto;
	color: #6f9b12;
}
.contact_form .fv h2 span {
  border-bottom: none;
}
.contact_form .area-form {
  max-width: 1050px;
  margin: 0 auto;
  margin-bottom: 88px;
}
.contact_form .area-form ul.steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 232px;
  margin: 0 auto 32px auto;
}
.contact_form .area-form .steps::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact_form .area-form ul.steps li {
  width: 56px;
  height: 56px;
  border: 2px solid #E0E0E0;
  border-radius: 50%;
  position: relative;
  background: #fff;
  z-index: 2;
}
.contact_form .area-form ul.steps li.current {
  color: #fff;
  background-color: #6f9b12;;
}
.contact_form .area-form ul.steps li.past {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.contact_form .area-form ul.steps li span {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.contact_form .area-form .lead {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.contact_form .area-form .lead p {
  font-size: 24px;
}
.contact_form .area-form .lead p small {
  font-size: 14px;
}
.contact_form .area-form .require {
  display: inline-block;
  vertical-align: middle;
  background: #E8380D;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  padding: 0.5em 0.8em;
  font-weight: bold;
  margin-right: 0.3em;
}
.contact_form .area-form .form dl .row {
  margin-bottom: 48px;
  display: flex;
}
.contact_form .area-form .form dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  width: 270px;
  padding-top: 0.6em;
}
.contact_form .area-form .form dl dt .require {
  margin-right: 0;
  margin-left: 0.3em;
  line-height: 1;
}
.contact_form .area-form .form dl dd {
  margin: 0;
  flex-grow: 1;
}
.contact_form .area-form .form input[type="text"] {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  font-size: 16px;
  padding: 1em;
  width: 100%;
}
.contact_form .area-form .form textarea {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  font-size: 16px;
  padding: 1em;
  width: 100%;
}
.contact_form .area-form .form select {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  font-size: 16px;
  padding: 1em;
  width: 100%;
  background: url(../images/contact/arw-d01.svg) calc(100% - 10px) 50% no-repeat;
}
.contact_form .area-form .action {
  padding: 43px;
  border-radius: 16px;
  background: #f5f5f5;
}
.contact_form .area-form .action p {
  text-align: center;
}
.contact_form .area-form .action p small {
  font-size: 14px;
  font-weight: bold;
}
.contact_form .area-form .action p small a {
  color: #000;
}
.contact_form .area-form .action p small a[href$=".pdf"]:after {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(../images/contact/icn-pdf.svg) no-repeat;
  margin-left: 5px;
}
.contact_form .area-form .action label {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 10px;
  padding-left: 2em;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.contact_form .area-form .action label input {
  width: 24px;
  height: 24px;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -1px;
}
.contact_form .area-form .action label input::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/contact/icn-check-off.svg) 50% 50% no-repeat;
}
.contact_form .area-form .action label input:checked::after {
  background: url(../images/contact/icn-check-on.svg) 50% 50% no-repeat;
}
.contact_form .area-form .action label span {
  line-height: 1;
  margin-left: 3px;
}
.contact_form .area-form .action .btns {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.contact_form .area-form .action .btns li {
  margin: 0 8px;
}
.contact_form .area-form .action .btns button.button-primary {
  background: #6f9b12 url(../images/contact/arw-r02.svg) calc(100% - 16px) 50% no-repeat;
  background-size: 11px 8px;
}
.contact_form .area-form .action .btns button.button-back {
  background: #333 url(../images/contact/arw-l01.svg) 16px 50% no-repeat;
  background-size: 11px 8px;
}
.contact_form .area-form .action .btns button {
  display: block;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-radius: 100px;
  box-shadow: none;
  border: 0;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  width: 320px;
  margin: 0 auto;
}
.contact_form .area-form .error {
  margin-bottom: 3em;
}
.contact_form .area-form .error p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0.6em;
  color: #E8380D;
}

@media screen and (max-width: 768px) {
  .contact_form .fv {
    padding: 32px;
    margin-bottom: 32px;
  }
  .contact_form .area-form {
    padding: 0 32px;
    margin-bottom: 64px;
  }
  .contact_form .area-form .lead {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .contact_form .area-form .lead p {
    font-size: 18px;
  }
  .contact_form .area-form .form dl .row {
    display: inherit;
    margin-bottom: 32px;
  }
  .contact_form .area-form .form dl dt {
    margin-bottom: 1em;
    padding-top: 0;
  }
  .contact_form .area-form .action {
    padding: 32px;
  }
  .contact_form .area-form .action p {
    text-align: left;
  }
  .contact_form .area-form .action .btns {
    display: block;
  }
  .contact_form .area-form .action .btns button {
    width: 100%;
  }

}

.action a {
	font-weight: bold;
	text-decoration: underline;
	color:#6f9b12 !important;
}