@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
.fuwafuwa {
  -webkit-animation: fuwafuwa 3s infinite linear alternate;
  animation: fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(2deg);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-1deg);
            transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    -webkit-transform: translate(0, -2px) rotate(0deg);
            transform: translate(0, -2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(1deg);
            transform: translate(0, 0) rotate(1deg);
  }
}
li:nth-child(1) {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

li:nth-child(2) {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}

li:nth-child(3) {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.button01 {
  display: block;
  width: 260px;
  height: 64px;
  line-height: 60px;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
  background-color: #1db572;
  border-bottom: solid 6px #188455;
  border-radius: 5px;
}

.button01:hover {
  background-color: #16c075; /*ボタン色*/
  border-bottom: solid 6px #248d5f; /*下線色*/
}

.button01:active {
  margin-top: 6px;
  border-bottom: none;
  -webkit-transform: translateY(6px); /*下移動*/
  transform: translateY(6px);
}

a.button01:hover,
.button01:hover a {
  color: #ffffff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-weight: normal;
  font-family: YakuHanJP, "Noto Sans Japanese", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #22292f;
  line-height: 1.6;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  list-style: none;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

a:hover {
  color: #1db572;
}

p {
  color: #333333;
  line-height: 1.8em;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #b8c2cc;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #b8c2cc;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

input,
textarea {
  padding: 8px;
  border: 1px solid #b8c2cc;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
}
input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #b8c2cc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  resize: none;
}

input,
select {
  vertical-align: middle;
}

input[type=submit] {
  cursor: pointer;
  border: none;
}
input[type=submit]:hover, input[type=submit]:focus {
  outline: none;
  border: none;
}
input[type=submit] ::-moz-focus-inner {
  padding: 0;
  border: none;
}
input[type=radio] {
  display: none;
}
input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 0.2em 0;
  cursor: pointer;
}
input[type=radio] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #b8c2cc;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  display: block;
}
input[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
input[type=radio] + span:focus, input[type=radio] + span:checked {
  outline: none;
  border: 1px solid #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #b8c2cc;
}
input[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #b8c2cc;
  border-radius: 50%;
  width: 0.6em;
  height: 0.6em;
  display: block;
  opacity: 1;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 0.2em 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input[type=checkbox] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #b8c2cc;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  display: block;
}
input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: 0.6em;
  margin-top: -0.2em;
  display: block;
  border-left: 3px solid #b8c2cc;
  border-bottom: 3px solid #b8c2cc;
  opacity: 1;
}

select {
  width: 100%;
  padding: 8px 24px 8px 8px;
  border-radius: 0;
  background-image: none;
  border: 1px solid #b8c2cc;
  font-family: inherit;
  font-size: 1.2rem;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
  border: 1px solid #b8c2cc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:focus {
  outline: none;
}

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

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.tx-c {
  text-align: center !important;
}

.tx-l {
  text-align: left !important;
}

.tx-r {
  text-align: right !important;
}

/* スマホ以外ではリンク無効 */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*
@include mq('min') {}
@include mq('max') {}
*/
.breadcrumb {
  padding: 8px 0;
  font-size: 1.2rem;
}

.breadcrumb ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb li {
  display: inline;
  list-style: none;
}

.breadcrumb li:after {
  content: ">";
  padding: 0 3px;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 45.0625em) {
  .breadcrumb {
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    background-position: center top;
    position: relative;
  }
}
h2.page_title {
  padding: 20px;
  text-align: center;
  font-size: 2.4rem;
  color: #3e1e09;
}

@media screen and (min-width: 45.0625em) {
  main, #news {
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    background-position: center top;
    position: relative;
  }
}
.sp_only {
  display: block;
}
@media screen and (min-width: 45.0625em) {
  .sp_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 45.0625em) {
  .pc_only {
    display: block;
  }
}

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

/* mv */
#sec_mv {
  width: 100%;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  padding-bottom: 68px;
  margin-top: 70px;
}

.mv {
  max-width: 1025px;
  margin: 0 auto;
  height: 100%;
  padding: 0 15px;
}

.mv-title {
  text-align: center;
  color: #e8863d;
  font-size: 3.2rem;
  line-height: 120%;
  padding: 30px 0;
}

.mv-title span {
  display: block;
  color: #1db572;
  font-size: 2rem;
}

.mv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mv ul li {
  width: 50%;
  text-align: center;
}

.mv-bg {
  height: 68px;
  width: 100%;
  display: block;
  background-image: url(../img/bg_mati.png);
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 45.0625em) {
  .mv {
    padding-top: 25px;
  }
  .mv ul li {
    width: 25%;
  }
  .mv-title br + br {
    display: none;
  }
}
/* pagetitle */
.pagetitle {
  padding-top: 120px;
  width: 100%;
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  padding-bottom: 80px;
  color: #3e1e09;
}

.pagetitle h1 {
  text-align: center;
  font-size: 4rem;
}
.pagetitle h1 span {
  font-size: 2.4rem;
  display: block;
}

@media screen and (min-width: 45.0625em) {
  .pagetitle h1 {
    font-size: 5rem;
  }
}
/* header */
.header {
  width: 100%;
  height: 70px;
  display: block;
  position: fixed;
  background-color: #ffffff;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0px 2px 3px #e8863d;
          box-shadow: 0px 2px 3px #e8863d;
}

.header__inner-logo {
  width: 160px;
}

.header__tel {
  position: fixed;
  width: 48px;
  height: 48px;
  right: 68px;
  top: 11px;
}

.header__tel a {
  display: block;
}
.header__tel a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2a0";
  position: relative;
  top: 10px;
  left: 12px;
  font-size: 4rem;
  color: #1db572;
}

@media screen and (min-width: 45.0625em) {
  .header {
    background-color: #ffffff;
    height: 100px;
  }
  .header__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
/* footer */
footer {
  padding-top: 30px;
  background-color: #fffbf1;
}

footer h2.sec-title {
  color: #3e1e09;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 10px;
}
footer h2.sec-title:before {
  content: url(../img/footer_h2.svg);
  position: relative;
  display: block;
  top: 10px;
}

footer > div:first-of-type {
  padding: 0 15px;
  margin-bottom: 10px;
}

footer > div:nth-of-type(2) p {
  max-width: 320px;
  width: 100%;
}

footer > div:nth-of-type(2) p {
  margin: 20px auto;
}

footer > div:nth-of-type(3) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

footer > div:nth-of-type(3) ul {
  border-bottom: 1px solid #1db572;
}

footer > div:nth-of-type(3) ul li {
  text-align: center;
  width: 50%;
  padding: 8px 0;
  font-size: 1.5rem;
  background-color: white;
  border-left: 1px solid #1db572;
  border-top: 1px solid #1db572;
}

footer > div:nth-of-type(3) ul li:nth-child(even) {
  border-right: 1px solid #1db572;
}

footer .copy {
  padding: 15px 0;
  text-align: center;
  color: white;
  letter-spacing: 0.05em;
  background-color: #1db572;
}

@media screen and (min-width: 45.0625em) {
  footer > div:first-of-type p {
    text-align: center;
    margin: 20px 0;
  }
  footer > div:first-of-type p span {
    display: block;
  }
  footer > div:nth-of-type(2) {
    width: 700px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer > div:nth-of-type(3) ul {
    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;
    margin-bottom: 0px;
    background-color: #ffffff;
  }
  footer > div:nth-of-type(3) ul {
    border: none;
  }
  footer > div:nth-of-type(3) ul li {
    text-align: center;
    width: auto;
    padding: 20px;
    font-size: 1.5rem;
    background-color: white;
    border: none;
  }
  footer > div:nth-of-type(3) ul li:nth-child(even) {
    border: none;
  }
}
.drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 0.5em;
  background: white;
}

.navbar_toggle {
  z-index: 9999;
  padding: 8px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #1db572;
}
.navbar_toggle::after {
  content: "MENU";
  color: #1db572;
  font-size: 1.07rem;
  top: -4px;
  position: relative;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 3px;
  width: 32px;
  background: #1db572;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.navbar_toggle_icon:nth-child(1) {
  top: 0;
}

.navbar_toggle_icon:nth-child(2) {
  margin: 5px 0;
}

.navbar_toggle_icon:nth-child(3) {
  top: 0;
}

/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 1000;
}

/*OPEN時の動き*/
.menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  background-color: #1db572;
}

.open a {
  color: white;
}

.open ul li {
  padding: 1em;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}

.open > div:first-of-type {
  width: 90vw;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  position: relative;
}

.open > div:first-of-type a {
  font-size: 4rem;
}
.open > div:first-of-type a span {
  padding-top: 8px;
  border-top: 4px solid #ffffff;
  display: block;
  font-size: 1.6rem;
}
.open > div:first-of-type a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2a0";
  position: absolute;
  top: 0;
  left: 40vw;
  font-size: 4rem;
  color: #ffffff;
}

@media screen and (min-width: 720px) {
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar_toggle {
    display: none;
  }
  .menu {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu ul {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu ul li {
    padding: 0 1em;
    border-bottom: none;
  }
}
/*トップページ*/
h2.top_title {
  color: #3e1e09;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
h2.top_title:before {
  content: url(../img/top_h2.svg);
  position: relative;
  display: block;
  top: 10px;
}

.top section {
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.top section:first-child {
  color: #3e1e09;
  text-align: center;
}

.top section:first-child h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}
.top section:first-child h2 span {
  display: block;
  font-size: 1.8rem;
}

.top section:first-child p {
  text-align: justify;
  margin-bottom: 20px;
}

.top section .button01 {
  margin: 0 auto;
}

.sec-about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-about ul li {
  width: 50%;
}

.sec-product ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.sec-product ul li {
  text-align: center;
  margin-bottom: 20px;
}

.sec-news {
  width: 100%;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  padding-bottom: 20px;
  margin-top: 40px;
  padding-top: 20px !important;
}

.sec-news ul {
  margin-bottom: 10px;
}

.sec-news ul li {
  background-color: #fff;
  padding: 10px;
  border-top: 1px solid #1db572;
}

.sec-news ul li:last-of-type {
  border-bottom: 1px solid #1db572;
}

.sec-news ul li a {
  text-decoration: underline;
}

@media screen and (min-width: 45.0625em) {
  .top section:first-child h2 span {
    display: block;
    font-size: 2rem;
  }
  .top section:first-child p {
    text-align: justify;
    margin-bottom: 20px;
  }
  .top section:first-child,
  .sec-about,
  .sec-product {
    width: 100%;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    background-position: center top;
    position: relative;
  }
  .sec-product {
    padding-bottom: 40px;
  }
  .sec-news {
    margin-top: 20px;
    background-image: none;
  }
  .top section:first-child p {
    line-height: 4rem;
    text-align: center;
  }
  .top section:first-child p span {
    display: block;
  }
  .sec-about ul,
  .sec-product ul {
    max-width: 1200px;
    margin: 20px auto 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec-about ul li {
    max-width: 280px;
    text-align: center;
    width: calc(25% - 10px);
  }
  .sec-about ul li p {
    padding-top: 20px;
    text-align: justify;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec-news > div {
    max-width: 1200px;
    margin: 20px auto 40px;
  }
}
/*サービス一覧*/
.service__inner {
  padding: 15px;
}

.service__card {
  width: 100%;
  max-width: 480px;
  text-align: center;
  margin: 0 auto 40px;
}

.service__card img {
  max-width: 100%;
}

.service__card h3 {
  text-align: center;
  margin: 10px 0 10px;
  font-size: 2rem;
  color: #3e1e09;
}

.service__card p {
  text-align: justify;
}

.service__card a p + p {
  text-align: center;
  border: 1px solid #1db572;
  background-color: #ffffff;
  padding: 4px;
  font-size: 1.4rem;
  color: #1db572;
  position: relative;
  right: 0;
  width: 120px;
  float: right;
}

@media screen and (min-width: 45.0625em) {
  .service__inner {
    width: 100%;
    max-width: 1200px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service__card {
    max-width: 480px;
    width: calc(50% - 20px);
    margin: 0 auto 40px;
  }
  .service__card h3 span {
    display: block;
  }
  .service__card p:nth-of-type(1) {
    height: 84px;
  }
}
/*私たちについて*/
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
}

.about__inner {
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about__inner > div:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about__inner > div:first-child h3 {
  text-align: center;
  margin-bottom: 10px;
}

.about__inner > div:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
}

.about__inner ol {
  color: #e8863d;
  margin-bottom: 20px;
  line-height: 3rem;
}

.about__gaiyou {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 15px;
}

.about__gaiyou > div {
  width: 100%;
  text-align: center;
}

.about__gaiyou dl {
  width: 100%;
  max-width: 480px;
  margin: 20px auto 0;
  text-align: left;
}

.about__gaiyou dl dt {
  width: 100%;
  background-color: #dae1e7;
}

.about__gaiyou dl dd {
  width: 100%;
  margin-bottom: 10px;
}

.about__gaiyou dl dt,
.about__gaiyou dl dd {
  padding: 4px 10px;
}

.about__access {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}

@media screen and (min-width: 45.0625em) {
  .about__gaiyou {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .about__gaiyou > div {
    width: calc(50% - 20px);
  }
  .about__gaiyou dl {
    margin: 0 auto 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about__gaiyou dl dt {
    width: 30%;
    background-color: #e8863d;
    color: white;
  }
  .about__gaiyou dl dd {
    width: 70%;
  }
  .about__gaiyou dl dt,
  .about__gaiyou dl dd {
    padding: 4px 10px;
    margin-bottom: 4px;
  }
}
/*モーメント*/
.workshop {
  padding: 15px;
}

.workshop__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.workshop__inner h2 {
  padding: 10px;
  background-color: #eff8ff;
  color: #12283a;
  margin: 20px 0 10px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.workshop__inner h3 {
  color: #1db572;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.workshop__inner:first-of-type > div:first-of-type {
  margin-bottom: 40px;
  text-align: center;
}

.workshop__inner:first-of-type > div:first-of-type p {
  text-align: justify;
}

.workshop__inner:nth-of-type(2) ul {
  margin-top: 20px;
}

.workshop__inner:nth-of-type(2) ul li {
  padding: 12px;
  border-top: 1px solid #1db572;
}

.workshop__inner:nth-of-type(2) ul li:last-of-type {
  border-bottom: 1px solid #1db572;
}

.workshop__inner:nth-of-type(2) div > div:first-of-type {
  text-align: center;
}

.workshop__inner:nth-of-type(2) div > div:first-of-type h4 {
  margin-top: 20px;
}

.workshop__inner:nth-of-type(2) div > div:first-of-type h4,
.workshop__inner:nth-of-type(2) div > div:first-of-type p {
  text-align: left;
  font-size: 1.3rem;
}

.workshop__access {
  margin-top: 40px;
}

.workshop__access p {
  margin: 0 auto;
}

.workshop__inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 20px;
}

.workshop__card {
  background-color: #FAED2B;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 10px;
  border-radius: 8px;
  position: relative;
}

.workshop__card h5 {
  font-size: 1.8rem;
  color: #462a16;
}

.workshop__card:first-of-type::before,
.workshop__card:nth-of-type(2)::before,
.workshop__card:nth-of-type(3)::before,
.workshop__card:nth-of-type(4)::before,
.workshop__card:nth-of-type(5)::before {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  line-height: 30px;
  background-color: #e8863d;
  /* padding: 4px 10px; */
  border-radius: 20px;
  color: #ffffff;
  font-size: 1.6rem;
}

.workshop__card:first-of-type::before {
  content: "1";
}

.workshop__card:nth-of-type(2)::before {
  content: "2";
}

.workshop__card:nth-of-type(3)::before {
  content: "3";
}

.workshop__card:nth-of-type(4)::before {
  content: "4";
}

.workshop__card:nth-of-type(5)::before {
  content: "5";
}

.workshop__card:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FAED2B transparent transparent transparent;
  border-width: 15px 10px 5px 10px;
}

.workshop__card:last-of-type:after {
  border: none;
}

.workshop__privacy {
  margin-top: 20px;
}

.workshop__privacy h6 {
  font-size: 1.4rem;
  margin-top: 10px;
}

.contact-tel {
  max-width: 480px;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  background-color: #eff8ff;
}

.contact-tel p:first-of-type {
  font-size: 3.2rem;
  text-align: center;
  text-decoration: underline;
}

@media screen and (min-width: 45.0625em) {
  .workshop__box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background-color: white;
  }
  .workshop__inner:first-of-type h3 {
    font-size: 4rem;
  }
  .workshop__inner:first-of-type > div:first-of-type p {
    width: 580px;
    text-align: center;
    margin: 0 auto;
    line-height: 3em;
  }
  .workshop__inner:nth-of-type(2) > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .workshop__inner:nth-of-type(2) div > div:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 360px;
  }
  .workshop__inner:nth-of-type(2) div > div + div {
    width: 100%;
    max-width: 580px;
  }
  .workshop__access {
    margin-bottom: 40px;
  }
  .workshop__access p {
    margin-top: 20px;
  }
  .workshop__card {
    width: calc(20% - 15px);
  }
  .workshop__card:after {
    border: none;
  }
  .workshop__inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .workshop__card p {
    text-align: justify;
    letter-spacing: -0.025em;
  }
  .workshop__inner:nth-of-type(4) > p {
    margin: 20px 0 40px;
  }
  .workshop__inner:nth-of-type(2) ul {
    margin-right: 20px;
  }
}
/*お知らせ*/
.news {
  width: 92vw;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

#news main ul {
  margin-bottom: 40px;
}

#news main ul li {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #b8c2cc;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news__article li a {
  width: 100%;
}

.news__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.news__date p:first-child {
  padding-right: 15px;
}

.news__date p + p {
  background-color: #e8863d;
  text-align: center;
  width: 100px;
  color: white;
}

#news aside h3 {
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
  color: white;
  background-color: #1db572;
}

#news aside ul {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 40px;
}

#news aside ul li {
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  border-bottom: 1px solid #b8c2cc;
}

#news aside ul li span {
  display: block;
  font-size: 1.2rem;
  line-height: 120%;
  color: #e8863d;
}

#news aside ul li a {
  width: 100%;
  display: block;
  position: relative;
}

#news aside ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: relative;
  top: 0;
  right: 10px;
  font-size: 2rem;
  color: #1db572;
}

.archive {
  padding: 0 15px;
}

.archive section article > div {
  margin-bottom: 20px;
}

.archive__data {
  font-size: 1.2rem;
  color: #b8c2cc;
}

@media screen and (min-width: 45.0625em) {
  .news,
  .archive {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news h2 {
    text-align: left;
    padding: 4px;
    border-bottom: 2px solid #1db572;
    margin-bottom: 20px;
  }
  #news main {
    width: calc(100% - 340px);
  }
  #news aside {
    width: 280px;
  }
  .archive h2 {
    text-align: left;
    padding: 20px 20px 20px 0;
  }
}