@charset "utf-8";
/* CSS Document */
/* Reset
------------------------------------------------------------*/
html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, small, form, fieldset, p, blockquote, th, td, header, footer, nav, aside, article, section, caption, summary, audio, video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
}
h1, h2, h3, h4, h5, h6, small, table, input, textarea, select, option, button {
  font-size: 100%;
}
ul, ol {
  list-style-type: none;
}
a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
img, fieldset {
  border: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
input[type="submit"], input[type="button"] {
  /*	border-radius: 0;*/
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
/* style
------------------------------------------------------------*/
html {
  overflow-y: scroll;
  height: 100%;
  line-height: 1.6;
}
body {
  width: 100%;
  font-size: 100%;
  font-size: 18px;
  color: #4D4D4D;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
#wrapper {
  min-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pcshow {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mbshow {
    display: none;
  }
}
@media screen and (min-width: 479px) {
  .spshow {
    display: none;
  }
}
.inline {
  display: inline-block;
}
/* h2*/
.contents__headline {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #005490;
  padding-bottom: 1rem;
}
.contents__headline:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 48px);
  width: 6rem;
  height: 7px;
  content: '';
  border-radius: 3px;
  background: #00C56B;
}
@media screen and (max-width: 767px) {
  .contents__headline {
    font-size: 1.5rem;
  }
}
.legal_headline {
  font-weight: bold;
  font-size: 2rem;
  color: #005490;
  text-align: left;
  border-left: #00C56B solid 7px;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .legal_headline {
    font-size: 1.5rem;
  }
}
/* list*/
.list--group {
  width: 60%;
  font-size: 1.5rem;
  margin-left: 3rem;
}
.list {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
}
.list::before {
  position: absolute;
  top: 0.5rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("../images/checkicon.svg");
  background-repeat: no-repeat;
  margin-left: -2.5rem;
  padding-left: 1.5rem;
}
.strong {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .list--group {
    font-size: 1.125rem;
    line-height: 1.6rem;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .list {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
  }
  .list::before {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: 0.25rem;
    margin-left: -1.5rem;
  }
}
.text__link {
  color: #006FBC;
  border-bottom: #006FBC 1px solid;
}
.window_icon {
  margin-left: 0.5rem;
}
.underline {
  background: linear-gradient(transparent 70%, #FFCC39 40%);
}
.strong {
  color: #009B55;
  font-weight: bold;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .strong {
    color: #009B55;
    font-weight: bold;
    font-size: 1.5rem;
  }
}
/* header
------------------------------------------------------------*/
header {
  width: 100%;
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.headerlogo-group {
  display: flex;
  padding: 0.5rem 2rem;
}
.header_message {
  color: #005490;
  font-weight: bold;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .headerlogo-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem;
  }
  .headerlogo {
    width: 200px;
    margin: 0 autoauto;
  }
  .header_message {
    display: none;
  }
}
.headerphone-group {
  position: relative;
  font-weight: bold;
  color: #fafafa;
  background: #006FBC;
  padding: 0.5rem 2rem 0.5rem 6rem;
}
@media screen and (max-width: 1279px) {
  .headerphone-group {
    position: static;
    text-align: center;
    width: 100%;
    padding: 0.5rem 1rem;
  }
}
.headerphone-group::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 0 200px 200px;
  border-color: transparent transparent #006FBC transparent;
  left: 0;
  margin-left: -200px;
  padding: 0;
  top: 0;
}
@media screen and (max-width: 1279px) {
  .headerphone-group::before {
    display: none;
  }
}
.header_phone {
  font-size: 2.625rem;
  margin: -1rem 0 -0.6rem 0;
}
.header_phone_link {
  color: #fafafa;
  font-weight: bold;
}
/* button
------------------------------------------------------------*/
.button-group {
  text-align: center;
  font-weight: bold;
  background-color: #F4F5F6;
  padding: 4rem 0 6rem 0;
}
@media screen and (max-width: 767px) {
  .button-group {
    padding: 1rem 0 4rem 0;
  }
}
.button_note {
  color: #006FBC;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 767px) {
  .button_note {
    font-size: 1rem;
  }
}
.button_text {
  display: inline-block;
  margin-top: 1.75rem;
}
.button_link {
  color: #fafafa;
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
  background-color: #006FBC;
  border-radius: 60px;
  padding: 1.5rem 3rem;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .3), 0px 5px 4px 4px rgba(255, 250, 248, .03);
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .button_link {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    padding: 1.5rem 1.75rem;
  }
}
.button_link:hover {
  opacity: 0.6;
  box-shadow: none;
}
.button_link::after {
  display: inline-block;
  content: "＞";
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .button_link::after {
    margin-left: 0.5rem;
  }
}
/* mainVisual
------------------------------------------------------------*/
main {
  width: 100%;
}
.container {
  position: static;
}
.maincontents--wrap {
  background-color: #FFFAF8;
}
.mainvisual-wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainvisual-wrap {
    position: static;
    display: block;
    height: auto;
    min-height: 0;
  }
}
.text-wrap {
  position: absolute;
  top: calc(250 / 1920 * 100vw);
  left: 0;
  width: calc(960 / 1920 * 100vw);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, .8);
  padding: calc(48 / 1920 * 100vw) calc(48 / 1920 * 100vw) calc(48 / 1920 * 100vw) calc(64 / 1920 * 100vw);
}
@media screen and (max-width: 767px) {
  .text-wrap {
    position: static;
    width: 100%;
    max-width: 460px;
    background: none;
    margin: 0 auto;
    padding: 1rem;
  }
}
.site_headine {
  color: #009B55;
  font-size: calc(55 / 1920 * 100vw);
  letter-spacing: 0.1rem;
  line-height: 1.4;
  padding-bottom: 0.5rem;
}
.site_headine_small {
  display: block;
  font-size: calc(38 / 1920 * 100vw);
  color: #006FBC;
}
.sitetop_message {
  font-size: calc(32 / 1920 * 100vw);
  font-weight: bold;
  line-height: 1.4;
  background: #009B55;
  color: #FFF;
  padding: 0.2rem 1rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .site_headine {
    font-size: 2rem;
    line-height: 1.2;
    padding-bottom: 0.5rem;
  }
  .site_headine_small {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
  }
  .sitetop_message {
    font-size: 1rem;
  }
}
.sitetop_cta-wrap {
  display: flex;
  align-items: center;
  margin-top: calc(32 / 1920 * 100vw);
}
.sitetop_cta_note {
  width: calc(480 / 1920 * 100vw);	
  color: #006FBC;
  line-height: 1.2;
  font-size: calc(26 / 1920 * 100vw);
  font-weight: 700;
  letter-spacing: 0.4rem;
  margin-right: 0.5rem;
}
.sitetop_cta_button {
  display: inline-block;
  font-weight: bold;
}
.sitetop_cta_link {
  color: #fafafa;
  font-size: calc(32 / 1920 * 100vw);
  letter-spacing: 0.2rem;
  background-color: #006FBC;
  border-radius: 60px;
  padding: calc(16 / 1920 * 100vw) calc(32 / 1920 * 100vw) calc(24 / 1920 * 100vw) calc(32 / 1920 * 100vw);
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .3), 0px 5px 4px 4px rgba(255, 250, 248, .03);
  transition: .3s;
}
.sitetop_cta_link:hover {
  opacity: 0.6;
  box-shadow: none;
}
.sitetop_cta_link::after {
  display: inline-block;
  content: "＞";
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
.sitetop_cta-wrap {
    flex-direction: column;
}	
  .sitetop_cta_note {
    width: 100%;
	  text-align: center;
    font-size: 1rem;
	  margin-top: 0.5rem;
  }	
  .sitetop_cta_button {
    text-align: center;
    margin: 2rem auto 0;
  }	
  .sitetop_cta_link {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    padding: 1rem 2rem;
  }	
  .sitetop_cta_link::after {
    margin-left: 0.5rem;
  }
}
.circle {
  position: absolute;
  top: calc(60 / 1920 * 100vw);
  left: 4rem;
  width: calc(240 / 1920 * 100vw);
  height: calc(240 / 1920 * 100vw);
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  font-size: calc(24 / 1920 * 100vw);
  font-weight: bold;
  line-height: 1.4;
  border-radius: 50%;
  background: #009B55;
  z-index: 2;
}
.sitetop_icon {
  padding-top: 8%;
  width: calc(90 / 1920 * 100vw);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .circle {
    display: none;
  }
}
/* sendmail
------------------------------------------------------------*/
.error {
  font-size: 0.875rem;
  color: #EB662D;
}
.sendmail__container {
  max-width: 960px;
  margin: 0 auto;
  padding: 6rem 1rem 0 1rem;
}
.sendmail__headline {
  color: #006FBC;
  font-weight: bold;
  font-size: 2rem;
}
.sendmail_message-wrap {
  margin-top: 1rem;
  padding: 2rem;
  background: #FFF;
}
.sendmail_title {
  font-size: 1.25rem;
  border-bottom: 2px solid #009B55;
  padding-bottom: 1rem;
}
.sendmail_message {
  margin-top: 1rem;
}
.sendmail_phone_mark {
  margin-bottom: 0.2rem;
}
.site__banner {
  text-align: center;
  margin: 2rem 0;
}
.phone_mark {
  margin-bottom: 0.8rem;
}
.top_link {
  color: #006FBC;
}
/* main
------------------------------------------------------------*/
.contents--inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 6rem 1rem;
}
@media screen and (max-width: 767px) {
  .contents--inner {
    max-width: 540px;
    padding: 3rem 1rem;
  }
}
.legal--textbox {
  margin: 1rem 0 2rem 0;
  padding: 1rem 1rem 1rem 2rem;
}
.legal--box {
  background: #F4F5F6;
  margin-top: 2rem;
  padding: 1rem 1rem 1rem 2rem;
}
.references {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1rem;
}
/* problem
------------------------------------------------------------*/
.problem--wrap {
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem auto 2rem auto;
}
.problem__image {
  margin-right: 2.5rem;
  width: calc(50% - 32px);
}
@media screen and (max-width: 767px) {
  .problem--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1rem auto;
  }
  .problem__image {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.problem__note {
  text-align: center;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .problem__note {
    text-align: left;
    font-size: 1.125rem;
  }
}
/* service
------------------------------------------------------------*/
.service__title {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .service__title {
    text-align: left;
    font-size: 1.25rem;
  }
}
.service__list--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem auto 4rem auto;
}
@media screen and (max-width: 767px) {
  .service__list--group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1rem auto;
  }
}
.service__list {
  position: relative;
  width: calc(25% - 32px);
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 50%;
  background: #009B55;
  padding: 12%;
}
.service__item {
  position: absolute;
  left: 0;
  top: 25%;
  margin: -2rem 0 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.service__icom {
  display: block;
  margin: 0 auto;
}
.line_1 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .service__list {
    width: 100%;
    border-radius: 0;
    margin-bottom: 2rem;
    padding: 6rem 0;
  }
}
/* support
------------------------------------------------------------*/
.support__text--wrap {
  width: 55%;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .support__text--wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.farm__headerimage {
  margin-top: 4rem;
}
.support__note {
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .support__note {
    margin: 1rem 0;
  }
}
.support--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .support--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1rem auto;
  }
}
.farmimage--wrap {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .farmimage--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1rem auto;
  }
}
.farmmerit__list--wrap {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.farmmerit__list {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.farmmerit__list::before {
  content: "●";
  color: #00C56B;
  margin-right: 0.5rem;
}
.support__title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #009B55;
  margin-bottom: 0.5rem;
}
/* merit
------------------------------------------------------------*/
.merit__title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
  border-bottom: #00C56B solid 2px;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.merit__strong {
  color: #006FBC;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .merit__title {
    font-size: 1.25rem;
  }
  .merit__strong {
    font-size: 1.5rem;
  }
}
.merit--wrap + .merit--wrap {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .merit--wrap + .merit--wrap {
    margin-top: 1.5rem;
  }
}
.merit__text {
  width: 70%;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .merit__text {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.contents__image {
  text-align: center;
}
/* contact
------------------------------------------------------------*/
#contact {
  background-color: #F4F5F6;
  padding: 6rem 1rem;
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 3rem 0;
  }
}
.contact__note {
  color: #00C56B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__note {
    text-align: left;
  }
}
.contact_headline {
  color: #006FBC;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .contact_headline {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
  }
}
.contact_headline_strong {
  font-size: 3rem;
}
.contact-form {
  max-width: 960px;
  background-color: #fafafa;
  border-radius: 8px;
  margin: 0 auto;
  padding: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .contact-form {
    max-width: 540px;
    padding: 4rem 1rem 2rem 1rem;
  }
}
.form__note {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .form__note {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.input_area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .input_area-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 25rem;
    margin: 0 auto;
  }
}
placeholder {
  color: #cccccc;
}
.register_item, .contact_item {
  width: 25%;
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .register_item, .contact_item {
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    font-weight: bold;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.register_iuput, .contact_input {
  width: 26rem;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .contact_input {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.required {
  display: inline-block;
  background: #FF4500;
  font-size: 0.875rem;
  letter-spacing: 0.2rem;
  color: #FAFAFA;
  border-radius: 4px;
  margin-right: 0.75rem;
  padding: 0.125rem 0.4375rem;
}
.optional {
  display: inline-block;
  background: #00C56B;
  font-size: 0.875rem;
  letter-spacing: 0.2rem;
  color: #FAFAFA;
  border-radius: 4px;
  margin-right: 0.75rem;
  padding: 0.125rem 0.4375rem;
}
.input_area {
  width: 24rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  background: #FFFFFF;
  border: 1px solid #006FBC;
  padding: 0.75rem 1rem;
}
@media screen and (max-width: 767px) {
  .input_area {
    width: calc(98.5% - 2rem);
    font-size: 16px;
    margin: 0.25rem auto;
  }
}
.policy__information--wrap {
  margin-top: 2rem;
}
.policy__information__headline {
  text-align: center;
  font-size: 1.5rem;
}
.policy__text--wrap {
  max-width: 740px;
  height: 8rem;
  overflow-y: scroll;
  background: #F4F4F4;
  margin: 1rem auto;
  padding: 2rem 1rem;
}
.policy__title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.numberlist--wrap {
  counter-reset: item;
  margin: 1rem 0;
}
.numberlist {
  text-indent: -1.5rem;
  padding-left: 1.3rem;
}
.numberlist::before {
  counter-increment: item;
  content: '('counter(item)')';
  margin-right: 0.25rem;
}
#check__text {
  text-align: center;
}
#ok {
  transform: scale(1.5);
  margin: 0 0.5rem 0.2rem 0;
}
.submit-group {
  text-align: center;
  font-weight: bold;
  padding-top: 3rem;
}
.submit_note {
  color: #006FBC;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .submit_note {
    font-size: 1rem;
  }
}
.submit_text {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .submit_text {
    margin-right: 0;
  }
}
.submit_text::after {
  position: absolute;
  display: inline-block;
  content: "＞";
  width: 28px;
  height: 28px;
  top: 20%;
  right: 40px;
  font-size: 1.75rem;
  color: #fafafa;
}
@media screen and (max-width: 767px) {
  .submit_text::after {
    top: 18%;
    right: 20px;
  }
}
.submit_link {
  color: #fafafa;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  background-color: #006FBC;
  border-radius: 60px;
  padding: 1rem 6.8rem 1.25rem 3rem;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .3), 0px 5px 4px 4px rgba(255, 250, 248, .03);
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .submit_link {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    padding: 1.25rem 4rem 1.5rem 2.5rem;
  }
}
.submit_link:hover {
  opacity: 0.6;
  box-shadow: none;
}
.contact_phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  margin: 3rem auto;
}
@media screen and (max-width: 959px) {
  .contact_phone-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin: 3rem auto 2rem auto;
  }
}
.contact_phone_note {
  font-weight: 400;
  font-size: 1.25rem;
  margin-right: 2rem;
}
@media screen and (max-width: 959px) {
  .contact_phone_note {
    margin-right: 0;
    line-height: 1.2;
  }
}
.contact_phone {
  font-size: 2.625rem;
  margin: -0.6rem 0;
}
@media screen and (max-width: 767px) {
  .contact_phone {
    font-size: 2.25rem;
    margin: 0.5rem 0;
  }
}
.phone_icon {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .phone_icon {
    margin-bottom: 0.5rem;
  }
}
.phone_link {
  color: #006FBC;
  font-weight: bold;
}
input[type="submit"] {
  border-radius: 40px;
}
input[type="submit"][disabled] {
  background-color: #CCCCCC;
  cursor: default;
}
.error {
  font-size: 0.875rem;
  color: #FF4500;
}
/* flow
------------------------------------------------------------*/
.flow--group {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4rem auto;
}
@media screen and (max-width: 767px) {
  .flow--group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 3rem auto 0 auto;
  }
}
.flow__list {
  position: relative;
  width: calc(25% - 32px);
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #FAFAFA;
  line-height: 8rem;
  background: #009B55;
}
.flow__list:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  border-style: solid;
  right: -7rem;
  border-color: transparent transparent transparent #009B55;
  border-width: 4rem 5rem 4rem 2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flow__list {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .flow__list:not(:last-child)::after {
    left: 50%;
    bottom: -2rem;
    border-color: #009B55 transparent transparent transparent;
    border-width: 2rem 4rem 0 4rem;
    margin-left: -4rem;
  }
}
/* company
------------------------------------------------------------*/
.company {
  background: #FFFAF8;
}
.company_headline {
  color: #89D1D1;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .company_headline {
    font-size: 1.5rem;
  }
}
.information_item {
  float: left;
  width: 10rem;
  font-weight: bold;
  border-right: #004270 4px solid;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .information_item {
    float: none;
    width: 100%;
    border-right: none;
    border-left: #004270 4px solid;
    padding: 0 0 0 0.5rem;
  }
}
.company_information_list {
  max-width: 680px;
  margin: 4rem auto;
}
.information_list {
  float: left;
  width: calc(100% - 200px);
  margin: 0 0 1rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .information_list {
    float: none;
    width: 100%;
    margin: 0.5rem 0 1rem 0;
    padding: 0 0 0 1rem;
  }
}
/* pagetop
------------------------------------------------------------*/
#page__top {
  position: fixed;
  right: 120px;
  bottom: 60px;
  z-index: 2;
  transform: translateX(100px);
}
.pagetop__link {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  background: rgb(77, 196, 255);
  background: linear-gradient(135deg, rgba(77, 196, 255, 1) 0%, rgba(0, 90, 255, 1) 100%);
  transition: all 0.3s;
  border-radius: 54% 50%;
  padding: 0.5rem 1rem 0.75rem 1rem;
}
.pagetop__link:hover {
  opacity: 0.8;
}
@media screen and (max-width:767px) {
  #page__top {
    bottom: 20px;
  }
}
/* footer
------------------------------------------------------------*/
footer {
  background: #006FBC;
}
.footer-inner {
  max-width: 960px;
  font-weight: bold;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media screen and (max-width: 959px) {
  .footer-inner {
    padding: 1rem 2rem 2rem 2rem;
  }
}
@media screen and (max-width: 959px) {
  .footerlink-company {
    margin-left: 2rem;
  }
}
.footerlink--company {
  text-align: right;
}
.footerlink_icon {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.footerlink {
  color: #fafafa;
}
.copy {
  color: #fafafa;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 1rem;
}