@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
::-moz-selection {
  background-color: #2d2c29;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #2d2c29;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

* {
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  box-sizing: border-box;
  word-break: break-all;
}
*::after, *::before {
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1;
  font-size: 62.5%;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

ol,
ul {
  padding: 0;
  margin: 0 0 0 1.4em;
}

body {
  background-color: #f1ede7;
  color: #2d2c29;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

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

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

small {
  font-size: 0.8em;
}

button {
  border: none;
  outline: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

body,
input,
button,
textarea {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #2d2c29;
}

.ttl p,
dt,
b,
strong,
h1,
h2,
h3,
h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

footer ul,
time,
header,
aside h2,
.ttl h2 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  word-spacing: -2px;
}

main {
  font-size: 1.4rem;
  margin: 0 auto;
  position: relative;
}

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

nav,
footer ul {
  font-size: 1.5rem;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .flex {
    gap: 40px;
  }
}

.column {
  flex-shrink: 0;
}

a {
  color: #2d2c29;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:hover {
  color: #619e56;
}
a::after, a::before {
  transition: all 0.4s ease;
}
a figure {
  overflow: hidden;
}

button {
  background-color: #f1ede7;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
button::after, button::before {
  transition: all 0.4s ease;
}

a img {
  transition: all 0.4s ease;
}

a:hover figure img {
  transform: scale(1.1);
}

main p,
main ul,
main ol {
  margin-bottom: 1em;
}

main p:last-child,
main ul:last-child,
main ol:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  vertical-align: middle;
}

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

ol.list-unstyled,
ul.list-unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

section {
  margin: 0 4% 30px;
  padding: 40px 4%;
}
@media screen and (min-width: 768px) {
  section {
    margin: 0 4% 60px;
    margin-bottom: 60px;
    padding: 80px 4%;
  }
}

main section#contact,
main section#message,
main section#story,
main section#news {
  background-color: #fff;
  border-radius: 0 40px 0 40px;
}
@media screen and (min-width: 768px) {
  main section#contact,
  main section#message,
  main section#story,
  main section#news {
    border-radius: 0 60px 0 60px;
  }
}

.block {
  max-width: calc(1200px + 16%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
}

.ttl {
  margin-bottom: 40px;
}
.ttl p {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  margin-bottom: 10px;
}

h1 {
  font-size: clamp(3.8rem, 10vw, 6.6rem);
  margin: 0;
}

h2 {
  font-size: clamp(4.2rem, 3vw, 5.7rem);
  margin-bottom: 20px;
}

h3 {
  font-size: clamp(2rem, 3vw, 2.2rem);
  line-height: 1.6;
  position: relative;
  margin-bottom: 20px;
}
h3 small {
  line-height: 1.1;
  display: block;
}

.btn {
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .btn {
    margin: 40px auto;
  }
}

.btn:first-child {
  margin-top: 0;
}

.btn:last-child {
  margin-bottom: 0;
}

.btn button,
.btn a {
  background-color: #2d2c29;
  border-radius: 0 18px 0 18px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .btn button,
  .btn a {
    padding: 20px 40px;
  }
}
.btn button::after,
.btn a::after {
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 12px;
  height: 17px;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
}
.btn button:hover,
.btn a:hover {
  background-color: #619e56;
  color: #fff;
}

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

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

.txt-attention {
  color: #ff2a75;
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 768px) {
  .vertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: normal;
  }
}

.ytb {
  position: relative;
  padding-bottom: 56.25%;
}
.ytb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-short {
  width: auto;
  max-width: 320px;
  position: relative;
  aspect-ratio: 4/7;
}
.youtube-short iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1040px) {
  br.pc_none {
    display: none;
  }
}
@media screen and (min-width: 1041px) {
  br.sp_none {
    display: none;
  }
}
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 6%;
}
@media screen and (min-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}

aside#contact {
  border: 1px solid #2d2c29;
  margin: 0 4%;
  padding: 80px 0;
  border-radius: 0 40px 0 40px;
}
@media screen and (min-width: 768px) {
  aside#contact {
    border-radius: 0 60px 0 60px;
  }
}
aside#contact h2 {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #2d2c29;
}
aside#contact .grid {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  aside#contact .grid {
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
  }
}
aside#contact .grid .btn {
  width: 100%;
  margin-top: 0;
}
aside#contact .grid .btn a {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  aside#contact .block {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

/*-------------------------------------------------------------------------------------------
/*-------------------------------------------------------------------------------------------
/*-------------------------------------------------------------------------------------------
/*-------------------------------------------------------------------------------------------
/*-------------------------------------------------------------------------------------------
/*------------------------------------------------------------------------------------------------------------------------------------header */
.logo {
  display: flex;
  align-items: center;
}

.logo img {
  line-height: 0;
  vertical-align: bottom;
  width: 59.2dvw;
  display: block;
  aspect-ratio: 285/24;
}
@media screen and (min-width: 1000px) {
  .logo img {
    width: 288px;
  }
}

@media screen and (max-width: 999px) {
  header li a {
    font-size: 2rem;
  }
}
header .contact {
  display: flex;
  align-items: center;
}
header .contact a {
  background-color: #000000;
  -webkit-mask-image: url("../img/icon_contact.svg");
          mask-image: url("../img/icon_contact.svg");
  -webkit-mask-size: 15px auto;
          mask-size: 15px auto;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  display: block;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 30px 4%;
}
@media screen and (min-width: 1000px) {
  header {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 999px) {
  header nav {
    background-color: #f1ede7;
    padding: 80px 5dvw 0;
    height: 100dvh;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  header nav ul {
    display: flex;
    gap: 18px;
    justify-content: flex-end;
    position: relative;
  }
}
@media screen and (min-width: 1100px) {
  header nav ul {
    gap: 28px;
  }
}
header nav a {
  color: #2d2c29;
  line-height: 1.6;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media screen and (min-width: 1000px) {
  header nav a {
    padding: 5px 0;
  }
}
header nav a:hover {
  color: #619e56;
}

.navbar_toggle {
  background-color: #2d2c29;
  width: 50px;
  height: 50px;
  padding: 6px 15px;
  z-index: 1001;
  position: fixed;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 0 10px 0 10px;
}
@media screen and (min-width: 1000px) {
  .navbar_toggle {
    display: none;
  }
}
.navbar_toggle span::before,
.navbar_toggle span {
  background-color: #fff;
  display: block;
  height: 1px;
  line-height: 0;
  width: 40%;
  transition: ease 0.3s;
  position: absolute;
  top: 40%;
  left: 15px;
}
.navbar_toggle span::before {
  content: "";
  width: 100%;
  left: 0;
  top: 10px;
  transition: ease 0.3s;
}
.navbar_toggle:hover {
  background-color: #fff;
}
.navbar_toggle:hover span::before,
.navbar_toggle:hover span {
  background-color: #2d2c29;
}

.open header nav {
  display: block;
}

.open .navbar_toggle {
  background-color: #fff;
}
.open .navbar_toggle:hover {
  background-color: #2d2c29;
}
.open .navbar_toggle:hover span::before,
.open .navbar_toggle:hover span {
  background-color: #fff;
}

.open .navbar_toggle span::before {
  background-color: #2d2c29;
  width: 100%;
  top: 0;
  left: 0;
  transform: rotate(-60deg);
}

.open .navbar_toggle span {
  background-color: #2d2c29;
  width: 60%;
  top: 50%;
  left: 20%;
  transform: rotate(30deg);
}

/*------------------------------------------------------------------------------------------------------------------------------------header END */
/*------------------------------------------------------------------------------------------------------------------------------------footer*/
footer {
  width: 100%;
  padding: 40px 8%;
  position: relative;
}
footer .btn-pagetop a {
  background-color: #2d2c29;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  text-indent: -9999px;
  width: 20px;
  height: 32px;
  overflow: hidden;
  display: block;
  position: absolute;
  rotate: -90deg;
  right: 20px;
  top: 40px;
}
footer .logo {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 30px;
}
footer .logo a {
  display: flex;
  justify-content: center;
  text-align: center;
}
footer .flex {
  width: 100%;
  justify-content: flex-start;
  gap: 0;
}
@media screen and (min-width: 768px) {
  footer .flex {
    justify-content: center;
  }
}
footer .flex li {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 401px) {
  footer .flex li {
    width: 50%;
  }
}
@media screen and (min-width: 601px) {
  footer .flex li {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  footer .flex li {
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer .flex a {
  padding: 15px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer .flex a {
    padding: 0 15px;
  }
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 40px;
  }
}

/*------------------------------------------------------------------footer end*/
/*------------------------------------------------------------------
/*------------------------------------------------------------------
/*------------------------------------------------------------------
/*------------------------------------------------------------------
/*------------------------------------------------------------------
/*------------------------------------------------------------------home*/
.firstview {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .firstview {
    padding-top: 20px;
    grid-template-columns: 8.3% 22.7% 69%;
    gap: 0;
  }
}
.firstview::after {
  content: "";
  background-image: url("../img/bg_photo_header.webp");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  right: 0;
  top: 18dvw;
  z-index: -1;
  width: 100%;
  aspect-ratio: 75/66;
  border-radius: 0 8dvw 0 8dvw;
}
@media screen and (min-width: 768px) {
  .firstview::after {
    background-position: right bottom;
    width: 81.6%;
    height: 540px;
    border-radius: 60px 0 0 60px;
    aspect-ratio: 98/54;
    top: auto;
    right: 0;
    bottom: 0;
  }
}
.firstview .photo {
  position: relative;
  padding: 0 3%;
}
@media screen and (min-width: 768px) {
  .firstview .photo {
    grid-column: 3/4;
    grid-row: 1/2;
    padding: 0 3.5% 0 0;
  }
}
.firstview .photo1 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .firstview .photo1 {
    margin-top: 50px;
  }
}
.firstview .photo2 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .firstview .photo2 {
    margin-top: 110px;
  }
}
.firstview h1 {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 8% 20px;
}
@media screen and (min-width: 768px) {
  .firstview h1 {
    line-height: 1.1;
    gap: 20px;
    padding: 30px 0 0;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.firstview h1 span + span {
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .firstview h1 span + span {
    padding-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .firstview h1 span + span {
    padding-top: 1em;
  }
}
.firstview ul {
  justify-content: flex-end;
  gap: 3.5%;
}
.firstview li {
  width: 31%; /*
@media screen and (min-width: 768px) {
  max-width: 250px;
}*/
}
.firstview li img {
  border-radius: 30px 0 30px 0;
}
@media screen and (min-width: 768px) {
  .firstview li img {
    border-radius: 60px 0 60px 0;
  }
}
.firstview .lead-en {
  font-weight: 500;
  line-height: 1.2;
  font-size: clamp(2.7rem, 6vw, 5rem);
  padding: 20px 8%;
}
@media screen and (min-width: 768px) {
  .firstview .lead-en {
    letter-spacing: -1px;
    grid-row: 2/3;
    grid-column: 3/4;
    padding: 0;
    word-spacing: -5px;
  }
}
@media screen and (min-width: 1150px) {
  .firstview .lead-en {
    grid-column: 2/4;
    line-height: 140px;
  }
}

.bg-type1 {
  background-image: url("../img/bg_firstveiw.webp");
  background-repeat: no-repeat;
  background-size: 50dvw;
  background-position: left 52dvw top 30%;
}
@media screen and (min-width: 768px) {
  .bg-type1 {
    background-size: 41dvw;
    background-position: left -9dvw top 45px;
  }
}
@media screen and (min-width: 1400px) {
  .bg-type1 {
    background-size: 570px auto;
    background-position: left -126px top 45px;
  }
}

.lead-jp {
  padding: 20px 0 120px;
}
@media screen and (min-width: 768px) {
  .lead-jp {
    padding: 90px 0;
  }
}
@media screen and (min-width: 768px) {
  .lead-jp .block {
    padding: 0 30px;
    margin-left: 35%;
  }
}
.lead-jp p {
  font-size: 2.2rem;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
}
@media screen and (min-width: 768px) {
  .lead-jp p {
    line-height: 2.2;
  }
}

/*------------------------------------------------------------------
/*------------------------------------------------------------------
/*------------------------------------------------------------------
/*------------------------------------------------------------------
/*------------------------------------------------------------------
/*------------------------------------------------------------------home end*/
button {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

/*------------------------------------------------------------------
/*------------------------------------------------------------------
/*------------------------------------------------------------------
/*------------------------------------------------------------------
/*------------------------------------------------------------------
/*------------------------------------------------------------------home*/
#news {
  margin-top: -40px;
}
#news li + li {
  margin-top: 1em;
}
@media screen and (min-width: 601px) {
  #news li {
    display: flex;
  }
}
#news time {
  font-size: 1.5rem;
  display: block;
  width: 6em;
}
@media screen and (min-width: 601px) {
  #news time {
    flex-shrink: 0;
  }
}
#news a {
  display: inline-block;
  position: relative;
}
#news a::before {
  content: "";
  background-color: #2d2c29;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#news a:hover::before {
  background-color: #619e56;
  width: 0;
}

#technology .btn {
  margin-bottom: 40px;
}
@media screen and (min-width: 901px) {
  #technology .btn {
    margin-bottom: 80px;
  }
}
#technology figure img {
  border-radius: 0 20px 0 20px;
}

#company dt {
  background-color: #4f4d4b;
  color: #f1ede7;
  font-size: 2rem;
  border: 1px solid #4f4d4b;
  box-shadow: inset 0 0 0 1px #f1ede7;
  border-radius: 4px;
  padding: 12px 15px;
  margin-bottom: 20px;
}
#company dt:has(ruby) {
  padding-top: 20px;
}
#company dd {
  margin-bottom: 40px;
}
#company dd:last-child {
  margin-bottom: 0;
}
#company h3 + figure {
  margin: 0 auto 40px;
}
@media screen and (min-width: 901px) {
  #company h3 + figure {
    width: 79%;
  }
}

#story dt {
  font-size: 2.2rem;
  font-size: clamp(1.9rem, 3vw, 2.2rem);
  padding: 0 50px 25px 20px;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  transition: all 0.4s ease;
}
#story dt:hover {
  color: #619e56;
}
#story dt:hover::before {
  background-color: #619e56;
}
#story dt:hover::after {
  color: #619e56;
}
#story dt::before, #story dt::after {
  content: "";
  position: absolute;
  transition: all 0.4s ease;
}
#story dt::before {
  background-color: #000000;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0.4em;
}
#story dt::after {
  content: "+";
  font-size: 3.4rem;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 0;
}
#story dt.opentab::after {
  content: "×";
  font-size: 2.6rem;
  padding-top: 0.4rem;
  pointer-events: none;
}
#story dt.opentab + dd {
  height: auto;
  max-height: 3000px;
  padding: 0 0 30px;
}
#story dd {
  overflow: hidden;
  height: 0;
  max-height: 0;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

#message {
  padding-bottom: 0;
}
#message .message-fl {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #message .space {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #message .space {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  #message figure.pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #message figure.pc {
    float: right;
    clear: both;
    margin: 20px 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #message figure.sp {
    float: right;
    vertical-align: middle;
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  #message figure.sp {
    display: none;
  }
}
#message .name {
  font-size: clamp(1rem, 2vw, 1.4rem);
}
#message .name strong {
  font-size: 1.8rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  #message .name span br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #message .name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    width: 55%;
    height: 36dvw;
  }
}
@media screen and (min-width: 768px) {
  #message .name {
    text-align: right;
    margin-top: 20px;
    padding-bottom: 80px;
  }
  #message .name br {
    display: none;
  }
}

#outline .grid {
  grid-template-columns: 4em 1fr;
  gap: 30px;
}
#outline dt {
  text-align: right;
}
#outline .photo.grid {
  margin-top: 40px;
  gap: 20px 3%;
  grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
}
@media screen and (min-width: 768px) {
  #outline .photo.grid {
    grid-template-columns: repeat(auto-fit, minmax(22.75%, 1fr));
  }
}
#outline .photo.grid img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
#outline figure {
  position: relative;
}
#outline figure img {
  border-radius: 0 20px 0 20px;
}
#outline figure figcaption {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 8px;
}
#outline figure figcaption span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.1;
}

/*---------------------------------------------------------------------------------contact*/
.formTable > div {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-direction: column;
}
.formTable > div .txt-label, .formTable > div > label {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.formTable > div .txt-label span, .formTable > div > label span {
  font-size: 1.2rem;
  color: #db1818;
}
.formTable .txt-input,
.formTable textarea,
.formTable input[type=tel],
.formTable input[type=email],
.formTable input[type=text] {
  flex: 1;
  padding: 5px 20px;
  border-radius: 5px;
  border: 2px solid #d3d3d3;
}
.formTable .txt-input {
  background-color: #dcdcdc;
  border: none;
  display: flex;
  align-items: center;
}

input::-moz-placeholder {
  color: #cfcfcf;
}

input::placeholder {
  color: #cfcfcf;
}

.list-btn {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .list-btn {
    flex-direction: row;
    align-items: center;
  }
}
.list-btn div,
.list-btn label {
  display: flex;
  align-items: center;
}
.list-btn.list-radio label {
  white-space: nowrap;
  flex-shrink: 0;
}
.list-btn.list-radio label input[type=radio] {
  margin-left: 0.5em;
}
.list-btn input[type=text] {
  margin-left: 0.5em;
  width: calc(100% - 6em);
}

#contact form .btn {
  margin: 40px auto 0;
  width: 100%;
}
#contact form .btn button {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}
#contact form .btn.btn-return button::after {
  right: auto;
  left: 20px;
  rotate: 180deg;
}

.list-btn.type2 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .list-btn.type2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/*---------------------------------------------------------------------------------contact end*//*# sourceMappingURL=common.css.map */