@charset "utf-8";

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  letter-spacing: .05em;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #000;
}

img {
  max-width: 100%;
  vertical-align: top;
  border: 0;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dd {
  margin: 0;
}

object,
embed {
  vertical-align: top;
}

a {
  transition: all .3s ease;
  text-decoration: none;
}

:focus {
  outline: none;
}

table {
  border-style: solid;
  border-collapse: collapse;
  border-width: 0;
}

th {
  white-space: nowrap;
}

.cf::before,
.cf::after {
  content: "";
  display: table;
}

.cf::after {
  clear: both;
}

.pc {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.wrapper {
  width: 100%;
}

.anchor {
  clear: both;
  margin: -45px 0 0;
  padding: 45px 0 0;
}

.header {
  position: fixed;
  background-color: #fff;
  border-top: solid #2A53A2 5px;
  line-height: 1;
  width: 100%;
  z-index: 9;
}

.header__inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 45px;
}

.header__logo {
  width: 60%;
}

.header__text {
  display: none;
}

.menu_btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  height: 70%;
}

.menu_btn img {
  width: auto;
  height: 100%;
}

.menu_btn .on {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  opacity: 0;
}

.menu_btn.on .on {
  opacity: 1;
}

.menu_btn.on .off {
  opacity: 0;
}

.menu {
  position: fixed;
  top: 5px;
  left: 0;
  width: 100%;
  margin: 45px 0 0;
  display: none;
}

.menu__list {
  background: #2A53A2;
}

.menu__item {
  border-bottom: solid 3px #fff;
  color: #fff;
  line-height: 1.4;
}

.menu__item a {
  display: block;
  padding: 4.5%;
  color: inherit;
  text-align: center;
}

.menu.show {
  display: block;
}

.main {
  width: 100%;
  padding: 50px 0 0;
}

.main img {
  width: 100%;
}

.content__title {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
  max-width: 90%;
}

.footer {
  background-color: #2A53A2;
  padding: 10px;
}

.footer__copy {
  text-align: center;
  color: #fff;
  font-size: .6rem;
}

.info {
  background: url(../images/info_bg.png) repeat-x;
  width: 100%;
  padding: 0 0 30px;
}

.info__frame {
  width: 90%;
  margin: auto;
  padding: 6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #5E5E5E;
  border-bottom: 1px solid #5E5E5E;
  height: 250px;
  overflow: auto;
}

.info__frame::-webkit-scrollbar {
  width: 7px;
  background: #eee;
}

.info__frame::-webkit-scrollbar-piece {
  background: #eee;
}

.info__frame::-webkit-scrollbar-piece:start {
  background: #eee;
}

.info__frame::-webkit-scrollbar-thumb {
  background: #0061BB;
}

.info__item {
  margin: 0 0 50px;
  font-size: 14px;
}

.info__img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 10px;
}

.info__column__title {
  color: #0061bb;
  font-weight: bold;
  font-size: 120%;
}

.info__column__text p {
  padding: 0 0 3%;
}

.product {
  position: relative;
  background-image: url(../images/product_bg.jpg);
  background-size: cover;
}

.product__link {
  margin: 0 auto;
  text-align: center;
  padding: 0 0 23%;
  width: 90%;
}

.product__image {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.product__image img {
  width: 100%;
  height: auto;
}

.qa {
  margin: 0 auto;
  padding: 5% 0 20px;
  width: 96%;
}

.qa__title {
  text-align: center;
  border-bottom: #000 solid 1px;
  line-height: 1.8;
  font-size: 1rem;
}

.qa__list {
  padding: 20px 0;
}

.qa__list.blue .qa__list__title {
  background-color: #BFE3F5;
}

.qa__list.green .qa__list__title {
  background-color: #B2E3E1;
}

.qa__list.yellow .qa__list__title {
  background-color: #DCEDBC;
}

.qa__list.orange .qa__list__title {
  background-color: #F9E3C3;
}

.qa__list.gray .qa__list__title {
  background-color: #DCDDDD;
}

.qa__list__item div {
  display: none;
}

.qa__list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 7px;
  cursor: pointer;
  margin: 0 0 15px;
}

.qa__list__title::before {
  content: "Q";
  display: block;
  background: #2A53A2;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.qa__list__title::after {
  content: "▶︎";
  display: block;
  margin: 0 0 0 auto;
  padding: 5px 0 0;
  color: #fff;
  font-size: .7rem;
}

.qa__list__title.active::after {
  content: "▼";
}

.qa__list__title span {
  width: 85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 7px;
  color: #2A53A2;
}

.qa__list__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 7px 15px;
}

.qa__list__text::before {
  content: "A";
  display: block;
  background: #000;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.qa__list__text span {
  width: 85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 0 3px 7px;
  color: #000;
}

.contact {
  position: relative;
  background-image: url(../images/contact_bg.png);
  background-size: cover;
  padding: 0 0 20px;
}

.contact__text {
  margin: 0 auto;
  text-align: center;
  font-size: .9rem;
  max-width: 90%;
}

.contact__image {
  position: absolute;
  top: -28px;
  right: 0;
  width: 35%;
}

.contact__block {
  margin: 0 auto;
  width: 96%;
  padding: 30px 0 0;
}

.contact__block__image {
  margin: 0 auto;
  width: 90%;
}

.contact__form {
  margin: 0 auto;
  width: 96%;
  padding: 15px 0 0;
}

.contact__form__text {
  font-size: .8rem;
}

.contact__form__text img {
  vertical-align: text-top;
}

.contact__form__list__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 0 0;
}

.contact__form__list__radio {
  width: 100%;
  font-size: .8rem;
}

.contact__form__list__radio__title {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 0 10px;
}

.contact__form__list__radio__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.contact__form__list__radio span.wpcf7-list-item {
  padding: 0 40px 15px 0;
}

.contact__form__list__radio span.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__form__list__text {
  font-size: .8rem;
  line-height: 1;
  padding: 0 0 15px;
}

.contact__form__list__text input {
  width: 30px;
  margin: 5px 0 0;
  padding: 3px;
  border: solid #646464 1px;
  font-size: 16px;
}

.contact__form__list__text:not(:last-child)::after {
  content: "×";
  display: inline-block;
  padding: 0 5px;
}

.contact__form__list__title {
  font-size: .8rem;
}

.contact__form__list__input {
  line-height: 1;
  padding: 0 0 10px;
}

.contact__form__list__input input {
  border: solid #646464 1px;
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.contact__form__list__input input.long {
  width: 100%;
}

.contact__form__list__input input.short {
  width: 50px;
}

.contact__form__list__input textarea {
  border: solid #646464 1px;
  resize: none;
  width: 100%;
  height: 100px;
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.contact__form__list__input__text {
  color: #E60012;
  font-size: .8rem;
  padding: 5px 0 0;
}

.contact__form__list__button {
  padding: 20px 0 0;
  width: 100%;
  text-align: center;
}

.contact__form__list__button .submit__btn {
  border: solid #646464 1px;
  width: 100px;
  line-height: 2.3;
  background-color: #fff;
  text-align: center;
  font-size: .8rem;
  border-radius: 8px;
}

.wpcf7 span.wpcf7-not-valid-tip {
  position: static;
  border: none;
  color: red;
  background: transparent;
  font-size: .6rem;
}

.wpcf7 div.wpcf7-response-output,
.wpcf7 div.wpcf7-validation-errors {
  margin: 0;
}

.toi {
  background: url(../images/toi_bg.png) repeat-x;
  background-position: center top;
  background-color: #2a53a2;
}

.toi__title {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  padding: 7% 0 3%;
  border-bottom: solid #fff 1px;
}

.toi__list {
  padding: 0 0 40px;
}

.toi__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: .9rem;
  line-height: 1.8;
  border-bottom: solid #fff 1px;
  padding: 4% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.toi__list__title {
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0 5%;
  white-space: nowrap;
}

.toi__list__txt {
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5%;
}

.toi__list__txt img {
  vertical-align: text-top;
}

.toi__txt {
  color: #fff;
  padding: 5% 10% 6%;
}

.toi__txt img {
  vertical-align: text-top;
}

.about {
  position: relative;
  background: url(../images/info_bg.png) repeat-x;
  width: 100%;
}

.about__text {
  margin: 0 auto;
  width: 96%;
  font-weight: bold;
}

.about__name {
  margin: 0 auto;
  text-align: right;
  padding: 10px 0 30px;
  width: 96%;
  font-weight: bold;
}

.about__image {
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 25%;
}

.about__block {
  background: url(../images/about_bg.png);
  background-size: cover;
}

.about__block__wrap {
  margin: 0 auto;
}

.about__block__half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 0;
}

.about__block__title {
  width: 13%;
}

.about__block__list {
  width: 87%;
  padding: 0 0 40px;
  font-weight: bold;
}

.about__block__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: .8rem;
  padding: 0 0 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about__block__list__title {
  width: 45%;
}

.about__block__list__text {
  width: 55%;
}

.about__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 96%;
  padding: 30px 0 180px;
}

.about__bottom__title {
  width: 16%;
  padding: 0 0 0 3%;
}

.about__bottom__list {
  font-weight: bold;
}

.about__bottom__list:nth-of-type(1) .about__bottom__list__title {
  width: 80%;
}

.about__bottom__list:nth-of-type(1) .about__bottom__list__text {
  width: 20%;
}

.about__bottom__list:nth-of-type(2) {
  padding: 0 0 0 19%;
}

.about__bottom__list:nth-of-type(2) .about__bottom__list__title {
  width: 45%;
}

.about__bottom__list:nth-of-type(2) .about__bottom__list__text {
  width: 55%;
}

.about__bottom__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .8rem;
}

.about__bottom__image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.recruitment {
  background: url(../images/recruitment_bg.jpg);
  background-size: cover;
}

.recruitment__text {
  margin: 0 auto;
  text-align: center;
  width: 70%;
  line-height: 1;
}

.recruitment__image {
  margin: 0 auto;
  text-align: center;
  width: 90%;
  padding: 10px 0 0;
}

.recruitment__image--2 {
  padding: 20px 0 0;
}

.recruitment__image--2 img {
  width: 100%;
}

.aichi {
  background-color: #fff;
  padding: 7% 7%;
}

.aichi__btn {
  padding: 7% 0 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  .wrapper {
    min-width: 1024px;
  }
  .anchor {
    margin: -75px 0 0;
    padding: 75px 0 0;
  }
  .header__inner {
    height: 75px;
    padding: 0 20px;
    justify-content: center;
    min-width: 1024px;
  }
  .header__logo {
    width: auto;
  }
  .header__text {
    display: inline-block;
    font-weight: normal;
    white-space: nowrap;
    font-size: .7rem;
    line-height: 1.4;
    padding: 0 15px;
  }
  .menu_btn {
    display: none;
  }
  .menu {
    top: 0;
    display: block;
    position: relative;
    margin: 0;
    width: auto;
  }
  .menu__list {
    display: flex;
    align-items: center;
    background: #fff;
  }
  .menu__item {
    display: flex;
    align-items: center;
    border-bottom: none;
    white-space: nowrap;
    border-right: 1px solid #BEBFBF;
    font-size: .8rem;
    height: 45px;
    color: #000;
  }
  .menu__item:nth-child(1) {
    border-left: 1px solid #BEBFBF;
  }
  .menu__item a {
    padding: 7px 12px;
  }
  .main {
    padding: 80px 0 0;
  }
  .content__title {
    padding: 50px 0 40px;
  }
  .info {
    padding: 0 0 50px;
  }
  .info__frame {
    height: 320px;
    padding: 30px 30px 0;
    max-width: 1024px;
  }
  .info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .info__img {
    padding: 0 20px 0 0;
    width: 40%;
  }
  .info__column {
    width: 60%;
  }
  .info__column__title {
    font-size: 1.4rem;
    padding: 0 0 5px;
  }
  .info__column__text {
    line-height: 2;
  }
  .product__link {
    padding: 0 0 190px;
    width: auto;
  }
  .product__image {
    top: 74%;
  }
  .qa__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .qa__wrap__list--full {
    width: 100%;
  }
  .qa__wrap__list--full .qa__list__item {
    width: 23%;
    padding: 0 1% 15px;
  }
  .qa__wrap__list--half {
    width: 49%;
  }
  .qa__wrap__list--half .qa__list__item {
    width: 46%;
    padding: 0 2% 15px;
  }
  .qa__title {
    font-size: 1.2rem;
  }
  .qa__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 40px;
  }
  .qa__list__item {
    font-size: .9rem;
  }
  .qa__list__title {
    margin: 0;
  }
  .qa__list__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 7px 0;
  }
  .contact {
    padding: 0 0 80px;
  }
  .contact__image {
    width: auto;
  }
  .contact__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1024px;
  }
  .contact__block__image {
    width: auto;
  }
  .contact__form {
    width: auto;
    padding: 0 0 0 30px;
  }
  .contact__form__text {
    font-size: .9rem;
  }
  .contact__form__list {
    padding: 20px 0 0;
  }
  .contact__form__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 10px;
  }
  .contact__form__list__radio__title {
    padding: 0 0 5px;
    text-align: center;
  }
  .contact__form__list__radio__wrap {
    width: 190px;
  }
  .contact__form__list__radio span.wpcf7-list-item {
    padding: 0 20px 8px 0;
  }
  .contact__form__list__text {
    line-height: 1.5;
  }
  .contact__form__list__text input {
    font-size: 1rem;
  }
  .contact__form__list__title {
    width: 22%;
  }
  .contact__form__list__input {
    width: 78%;
  }
  .contact__form__list__input input {
    font-size: 1rem;
  }
  .contact__form__list__input input.long {
    width: 300px;
  }
  .contact__form__list__input textarea {
    width: 300px;
    height: 100px;
    font-size: 1rem;
  }
  .contact__form__list__input__text {
    display: inline-block;
  }
  .contact__form__list__button {
    text-align: left;
    width: auto;
  }
  .wpcf7 span.wpcf7-not-valid-tip {
    position: absolute;
    top: 23px;
    left: 0;
  }
  .toi__title {
    padding: 4% 0 3%;
    font-size: 1.4rem;
  }
  .toi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10% 90px;
  }
  .toi__list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
    border-right: solid #fff 1px;
    margin: 3% 0 0;
    padding: 0;
  }
  .toi__list__item:nth-child(1) {
    border-left: solid #fff 1px;
  }
  .toi__list__title {
    width: 100%;
  }
  .toi__list__txt {
    width: 100%;
    padding: 4% 10% 0;
  }
  .toi__txt {
    text-align: center;
    padding: 3% 10% 4%;
    font-size: 1.4rem;
  }
  .about__text {
    max-width: 800px;
    line-height: 1.9;
    width: auto;
  }
  .about__name {
    max-width: 800px;
    padding: 20px 0 50px;
    width: auto;
  }
  .about__image {
    top: -168px;
    width: auto;
  }
  .about__block__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1024px;
  }
  .about__block__half {
    width: 47%;
    padding: 70px 0 30px;
  }
  .about__block__title {
    width: 13%;
  }
  .about__block__list {
    width: 87%;
    padding: 0 0 40px;
  }
  .about__block__list__item {
    padding: 0 0 7px;
    line-height: 2;
  }
  .about__block__list__title {
    width: 28%;
  }
  .about__block__list__text {
    width: 72%;
  }
  .about__bottom {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 50px 0 40px;
    height: 96%;
    max-width: 1024px;
  }
  .about__bottom__title {
    width: auto;
  }
  .about__bottom__list:nth-of-type(1) {
    width: 25%;
  }
  .about__bottom__list:nth-of-type(1) .about__bottom__list__title {
    width: 80%;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 0;
  }
  .about__bottom__list:nth-of-type(1) .about__bottom__list__text {
    width: 20%;
  }
  .about__bottom__list:nth-of-type(2) {
    width: 22%;
    padding: 0;
  }
  .about__bottom__list:nth-of-type(2) .about__bottom__list__title {
    width: 33%;
  }
  .about__bottom__list:nth-of-type(2) .about__bottom__list__text {
    width: 67%;
  }
  .about__bottom__image {
    max-width: 67%;
  }
  .recruitment__text {
    width: auto;
  }
  .recruitment__image {
    padding: 20px 0 0;
    width: auto;
  }
  .recruitment__image--2 {
    padding: 50px 0 0;
  }
  .aichi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3% 7%;
  }
  .aichi__btn {
    padding: 0 0 0 5%;
  }
}

@media screen and (max-width: 768px) {
  .about__bottom__list {
    width: 80%;
  }
}
