@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #ttl {
    width: 100%;
    margin-top: 20vw;
  }
  .ttl_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 20px;
    margin: 5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
    padding: 5vw 0;
  }
  #company01 {
    width: 100%;
    margin-top: 10vw;
  }
  .company_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .company_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .company_content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .company_img_wrapper {
    width: 100%;
  }
  .company_img_wrapper img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .company_txt_wrapper {
    width: 100%;
    margin-top: 5vw;
  }
  .company_txt_wrapper p {
    line-height: 1.6em;
    margin-top: 2.0vw;
  }
  .company_txt_wrapper p:first-of-type {
    margin-top: 0;
  }
  .signature {
    font-weight: 700;
    text-align: right;
    margin-top: 4.0vw !important;
  }
  #company02, #company03, #company04 {
    width: 100%;
    margin-top: 10vw;
  }
  #company02 .company_content_wrapper {
    margin-top: 10vw;
  }
  #company02 .company_content_wrapper:first-of-type {
    margin-top: 0;
  }
  #company02 .company_content_wrapper:nth-of-type(even) {
    flex-direction: column;
  }
  #company02 .company_txt_wrapper:nth-of-type(even) {
    margin-right: 0;
    margin-left: 0;
  }
  #company02 .company_inner ul {}
  #company02 .company_inner li {}
  .position {
    font-size: 0.9rem;
    font-weight: 700;
  }
  .name {
    font-size: 1.0rem;
    font-weight: 700;
    margin-top: 4vw;
  }
  .english {
    letter-spacing: 0.05em;
    margin-top: 2.0vw;
  }
  .introduction {
    line-height: 1.6em;
    margin-top: 8vw;
  }
  .company_inner table {
    width: 90%;
    margin: 0 auto;
  }
  .company_inner tr {}
  .company_inner th {
    width: 100%;
    display: block;
    padding-top: 8vw;
  }
  .company_inner td {
    width: 100%;
    display: block;
    padding-top: 5vw;
  }
  .company_inner ul {}
  .company_inner li {
    line-height: 1.6em;
    margin-top: 2.5vw;
  }
  .company_inner li:first-of-type {
    margin-top: 0;
  }
  .tellink span {
    display: inline-block;
    padding-left: 4%;
  }
  .tellink span a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .tellink span a:hover {
    opacity: 0.3;
  }
  th.first {
    padding-top: 0 !important;
  }
  #company04 .company_wrapper {
    background: transparent !important;
    border-radius: 0 !important;
  }
  #company04 .company_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    margin-top: 10vw;
  }
  #company04 .company_wrapper iframe {
    aspect-ratio: 4 / 5;
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin-top: 5vw;
  }
  #link {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .linkbtn_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .linkbtn_wrapper h2 {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
  }
  .linkbtn_inner {
    width: 100%;
    margin: 0;
  }
  .linkbtn {
    width: 100%;
    margin: 0 auto;
  }
  .linkbtn img {}
  .linkbtn a {
    display: block;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn a:hover {
    opacity: 0.3;
  }
  .linkbtn a img {
    width: 100%;
    height: auto;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #ttl {
    width: 100%;
    margin-top: 20vw;
  }
  .ttl_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 20px;
    margin: 5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
    padding: 5vw 0;
  }
  #company01 {
    width: 100%;
    margin-top: 10vw;
  }
  .company_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .company_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .company_content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .company_img_wrapper {
    width: 100%;
  }
  .company_img_wrapper img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .company_txt_wrapper {
    width: 100%;
    margin-top: 5vw;
  }
  .company_txt_wrapper p {
    line-height: 1.6em;
    margin-top: 2.0vw;
  }
  .company_txt_wrapper p:first-of-type {
    margin-top: 0;
  }
  .signature {
    font-weight: 700;
    text-align: right;
    margin-top: 4.0vw !important;
  }
  #company02, #company03, #company04 {
    width: 100%;
    margin-top: 10vw;
  }
  #company02 .company_content_wrapper {
    margin-top: 10vw;
  }
  #company02 .company_content_wrapper:first-of-type {
    margin-top: 0;
  }
  #company02 .company_content_wrapper:nth-of-type(even) {
    flex-direction: column;
  }
  #company02 .company_txt_wrapper:nth-of-type(even) {
    margin-right: 0;
    margin-left: 0;
  }
  #company02 .company_inner ul {}
  #company02 .company_inner li {}
  .position {
    font-size: 0.9rem;
    font-weight: 700;
  }
  .name {
    font-size: 1.0rem;
    font-weight: 700;
    margin-top: 4vw;
  }
  .english {
    letter-spacing: 0.05em;
    margin-top: 2.0vw;
  }
  .introduction {
    line-height: 1.6em;
    margin-top: 8vw;
  }
  .company_inner table {
    margin: 0 auto;
  }
  .company_inner tr {}
  .company_inner th {
    width: 100%;
    display: block;
    padding-top: 8vw;
  }
  .company_inner td {
    width: 100%;
    display: block;
    padding-top: 5vw;
  }
  .company_inner ul {}
  .company_inner li {
    line-height: 1.6em;
    margin-top: 2.5vw;
  }
  .company_inner li:first-of-type {
    margin-top: 0;
  }
  .tellink span {
    display: inline-block;
    padding-left: 4%;
  }
  .tellink span a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .tellink span a:hover {
    opacity: 0.3;
  }
  th.first {
    padding-top: 0 !important;
  }
  #company04 .company_wrapper {
    background: transparent !important;
    border-radius: 0 !important;
  }
  #company04 .company_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    margin-top: 10vw;
  }
  #company04 .company_wrapper iframe {
    aspect-ratio: 4 / 5;
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin-top: 5vw;
  }
  #link {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .linkbtn_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .linkbtn_wrapper h2 {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
  }
  .linkbtn_inner {
    width: 100%;
    margin: 0;
  }
  .linkbtn {
    width: 57%;
    margin: 0 auto;
  }
  .linkbtn img {}
  .linkbtn a {
    display: block;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn a:hover {
    opacity: 0.3;
  }
  .linkbtn a img {
    width: 100%;
    height: auto;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 2.0rem;
    text-align: center;
    padding: 2.5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #ttl {
    width: 100%;
    margin-top: 10vw;
  }
  .ttl_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 2.5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    padding: 2.5vw 0;
  }
  #company01 {
    width: 100%;
    margin-top: 5vw;
  }
  .company_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 40px;
    margin: 0 auto;
  }
  .company_inner {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .company_content_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .company_img_wrapper {
    width: calc(43% - 5%);
  }
  .company_img_wrapper img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .company_txt_wrapper {
    width: 57%;
    margin-left: 5%;
  }
  .company_txt_wrapper p {
    line-height: 1.6em;
    margin-top: 1.0vw;
  }
  .company_txt_wrapper p:first-of-type {
    margin-top: 0;
  }
  .signature {
    font-weight: 700;
    text-align: right;
    margin-top: 2.0vw !important;
  }
  #company02, #company03, #company04 {
    width: 100%;
    margin-top: 5vw;
  }
  #company02 .company_content_wrapper {
    margin-top: 5vw;
  }
  #company02 .company_content_wrapper:first-of-type {
    margin-top: 0;
  }
  #company02 .company_content_wrapper:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #company02 .company_txt_wrapper:nth-of-type(even) {
    margin-right: 0;
    margin-left: 0;
  }
  #company02 .company_inner ul {}
  #company02 .company_inner li {}
  .position {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .name {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 2vw;
  }
  .english {
    letter-spacing: 0.05em;
    margin-top: 1.0vw;
  }
  .introduction {
    line-height: 1.6em;
    margin-top: 4vw;
  }
  .company_inner table {
    margin: 0 auto;
  }
  .company_inner tr {}
  .company_inner th {
    width: 30%;
    padding-top: 4vw;
  }
  .company_inner td {
    width: 70%;
    padding-top: 4vw;
  }
  .company_inner ul {}
  .company_inner li {
    line-height: 1.6em;
    margin-top: 2vw;
  }
  .company_inner li:first-of-type {
    margin-top: 0;
  }
  .tellink span {
    display: inline-block;
    padding-left: 4%;
  }
  .tellink span a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .tellink span a:hover {
    opacity: 0.3;
  }
  .first {
    padding-top: 0 !important;
  }
  #company04 .company_wrapper {
    background: transparent !important;
    border-radius: 0 !important;
  }
  #company04 .company_wrapper h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 5vw;
  }
  #company04 .company_wrapper iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    border-radius: 40px;
    margin-top: 2.5vw;
  }
  #link {
    width: 100%;
    margin: 5vw 0 10vw;
  }
  .linkbtn_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .linkbtn_wrapper h2 {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
  }
  .linkbtn_inner {
    width: 90%;
    margin: 0 auto;
  }
  .linkbtn {
    width: 37.08%;
    margin: 0 auto;
  }
  .linkbtn img {}
  .linkbtn a {
    display: block;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn a:hover {
    opacity: 0.3;
  }
  .linkbtn a img {
    width: 100%;
    height: auto;
  }
}