@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

.only_sp {
  display: none;
}
.opa:hover {
  opacity: 0.7;
}

/*------------------------------
#contents
------------------------------*/
#contents {
  margin: 0 auto;
}

.contentsBlock {
  display: flex;
  flex-direction: column;
}

/*------------------------------
#contents01, #contents02
------------------------------*/
#contents01 {
  order: 2;
  background: url(../img/main_bg.png) no-repeat;
  overflow: hidden;
  background-position-x: center;
  background-size: cover;
  padding-bottom: 110px;
}

@media (max-width: 780px) {
  #contents01 {
    height: 100%;
    overflow: initial;
    background-image: url(../img/main_bg_sp.png);
    background-position-x: initial;
    background-position-y: 80px;
    background-size: contain;
    margin-top: 0;
    margin-bottom: 36px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 780px) {
  .titleimg h2 {
    width: 100%;
  }
}

#contents02 {
  order: 1;
  margin-bottom: 50px;
  width: 1061px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 100px;
  background: url(../../img/bg_f_bottom.png) no-repeat 100% 0;
  background-position: right 0 bottom 0;
}

@media (max-width: 1100px) {
  #contents02 {
    width: 100%;
    box-sizing: border-box;
    padding-inline: 20px;
    padding-bottom: 0;
    background: none;
  }
}

@media (max-width: 780px) {
  #contents02 {
    padding-inline: 0;
  }
}

@media (max-width: 780px) {
  .contents02_text {
    display: flex;
    flex-direction: column;
  }
}

.companyImg {
  width: 570px;
  height: 650px;
}

@media (max-width: 780px) {
  .companyImg {
    width: 100%;
    height: auto;
    aspect-ratio: 640 / 830;
  }
}

.contents02_left,
.contents02_right {
  float: left;
}

.contents02_left {
  width: 631px;
  height: 707px;
  background-image: url(../../img/ico_rose.png);
  background-repeat: no-repeat;
  background-position: 8px 0px;
  background-size: 102px;
  position: relative;
}

@media (max-width: 1100px) {
  .contents02_left {
    float: initial;
    margin: 0 auto;
  }
}

@media (max-width: 780px) {
  .contents02_left {
    width: 100%;
    height: auto;
    margin-left: 0;
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

.contents02_left img {
  position: absolute;
  top: 54px;
  left: 70px;
}

@media (max-width: 780px) {
  .contents02_left img {
    position: initial;
  }
}

.contents02_right {
  margin-left: 45px;
  width: 385px;
}

@media (max-width: 1100px) {
  .contents02_right {
    box-sizing: border-box;
    width: 100%;
    padding-right: 20px;
  }
}

@media (max-width: 780px) {
  .contents02_right {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

dl {
  font-size: 14px;
  overflow: hidden;
  margin-top: 60px;
}

@media (max-width: 780px) {
  dl {
    display: grid;
    grid-template-columns: 82px 1fr;
    overflow: hidden;
    margin-top: 40px;
  }
}

dt {
  float: left;
  width: 133px;
  border-bottom: 1px solid #cccccc;
}

@media (max-width: 780px) {
  dt {
    width: 100%;
  }
}

dd {
  width: 252px;
  overflow: hidden;
  border-bottom: 1px solid #f3f3f3;
}

@media (max-width: 1100px) {
  dd {
    width: calc(100% - 210px);
    padding-left: 20px;
  }
}

@media (max-width: 780px) {
  dd {
    width: 100%;
  }
}

dd:nth-of-type(1) {
  background: url(../../common/img/foot/foot_logo.png) no-repeat;
  background-size: 30%;
  background-position: right;
}

@media screen and (max-width: 1100px) {
  dd:nth-of-type(1) {
    background-size: 16%;
    background-position: 200px center;
  }
}

@media screen and (max-width: 780px) {
  dd:nth-of-type(1) {
    background-position: 20px 50px;
    background-size: 104px 24px;
  }
}

dt:nth-of-type(1),
dd:nth-of-type(1) {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 780px) {
  dt:nth-of-type(1),
  dd:nth-of-type(1) {
    padding-bottom: 50px;
  }
}

dt:nth-of-type(2),
dd:nth-of-type(2) {
  padding-top: 10px;
  padding-bottom: 10px;
}
dt:nth-of-type(2) {
  padding-bottom: 54px;
}
dt:nth-of-type(3),
dd:nth-of-type(3) {
  padding-top: 10px;
  padding-bottom: 10px;
}

dt:nth-of-type(4),
dd:nth-of-type(4) {
  padding-top: 10px;
  padding-bottom: 10px;
}
dt:nth-of-type(5),
dd:nth-of-type(5) {
  padding-top: 10px;
  padding-bottom: 10px;
}

dt:nth-of-type(6),
dd:nth-of-type(6) {
  padding-top: 10px;
  padding-bottom: 10px;
}

dt:nth-of-type(7),
dd:nth-of-type(7) {
  padding-top: 10px;
  padding-bottom: 10px;
}

dt:nth-of-type(8),
dd:nth-of-type(8) {
  padding-top: 10px;
  padding-bottom: 10px;
}

dt:nth-of-type(9) {
  padding-top: 10px;
  padding-bottom: 76px;
}
dd:nth-of-type(9) {
  padding-top: 10px;
  padding-bottom: 10px;
}

dt:nth-of-type(10),
dd:nth-of-type(10) {
  padding-top: 10px;
  padding-bottom: 10px;
}

dt:nth-of-type(11),
dd:nth-of-type(11) {
  padding-top: 10px;
  padding-bottom: 10px;
}

dt:nth-of-type(12),
dd:nth-of-type(12) {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 2lh;
}

dd:nth-of-type(12) {
  display: flex;
  align-items: center;
}

dt:nth-of-type(13),
dd:nth-of-type(13) {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: none;
}

@media (max-width: 780px) {
  dt:nth-of-type(2),
  dd:nth-of-type(2),
  dt:nth-of-type(3),
  dd:nth-of-type(3),
  dt:nth-of-type(4),
  dd:nth-of-type(4),
  dt:nth-of-type(5),
  dd:nth-of-type(5),
  dt:nth-of-type(6),
  dd:nth-of-type(6),
  dt:nth-of-type(7),
  dd:nth-of-type(7),
  dt:nth-of-type(8),
  dd:nth-of-type(8),
  dt:nth-of-type(9),
  dd:nth-of-type(9),
  dt:nth-of-type(10),
  dd:nth-of-type(10),
  dt:nth-of-type(11),
  dd:nth-of-type(11),
  dt:nth-of-type(12),
  dd:nth-of-type(12),
  dt:nth-of-type(13),
  dt:nth-of-type(13) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#contents01_inner {
  margin: 0 auto;
  overflow: hidden;
  width: 1035px;
  margin-top: 90px;
}

@media (max-width: 1100px) {
  #contents01_inner {
    display: flex;
    width: 100%;
    padding-inline: 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 780px) {
  #contents01_inner {
    width: 100%;
    flex-direction: column-reverse;
    display: flex;
    padding-inline: 80px;
    box-sizing: border-box;
    padding-inline: 20px;
  }
}

.contents01_inner_title {
  display: none;
}

@media (max-width: 780px) {
  .contents01_inner_title {
    display: block;
    font-size: 21px;
    line-height: 1.8;
    text-align: center;
    order: 1;
    padding-top: 65px;
    padding-bottom: 44px;
  }
}

.contents01_left {
  width: 598px;
  margin-right: 35px;
  float: left;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .contents01_left {
    width: 100%;
  }
}

@media (max-width: 780px) {
  .contents01_left {
    margin-right: 0;
    float: initial;
    min-height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 780px) {
  .aboutusImageWrapper {
    position: relative;
  }
}

.aboutusImage {
  width: 360px;
  height: 620px;
  object-fit: cover;
}

@media (max-width: 780px) {
  .aboutusImage {
    min-width: 240px;
    aspect-ratio: 240 / 220;
    width: 40vw;
    height: auto;
    object-fit: cover;
    margin-right: 140px;
  }
}

@media (max-width: 550px) {
  .aboutusImage {
    width: 240px;
    height: 220px;
    object-fit: cover;
    margin-right: 0;
  }
}

.contents01_right {
  width: 400px;
  float: left;
  position: relative;
}

@media (max-width: 780px) {
  .contents01_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: none;
  }
}

@media (max-width: 550px) {
  .contents01_right {
    display: block;
  }
}

.contents01_left h2 {
  font-size: 22px;
  font-family: '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro',
    'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

@media (max-width: 780px) {
  .contents01_left h2 {
    display: none;
  }
}

.contents01_left p {
  font-size: 15px;
  margin-top: 20px;
  line-height: 2;
}

@media (max-width: 780px) {
  .contents01_left p {
    margin-top: 40px;
  }
}

.contents01_right .soudan p {
  font-size: 16px;
  margin-top: 20px;
}

.soudan span {
  font-size: 26px;
}

.soudan {
  color: #fff;
  width: 129px;
  height: 129px;
  background-color: #c90046;
  border-radius: 50%;
  position: absolute;
  top: 535px;
  right: 0;
  text-align: center;
}

@media (max-width: 780px) {
  .soudan {
    top: initial;
    bottom: 15px;
    right: 50px;
  }
}

@media (max-width: 550px) {
  .soudan {
    top: 80px;
    left: 190px;
    margin: initial;
  }
}

@media (max-width: 780px) {
  .contents01_right .soudan .soudanP {
    line-height: 1.3;
    margin-top: 30px;
  }
}

@media (max-width: 780px) {
  .contents01_right .contents01_right_name {
    margin-top: 20px;
  }
}

.soudanCount {
  font-size: 30px;
  font-weight: bold;
  margin-left: 10px;
  font-family: '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro',
    'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.contents01_right p {
  font-size: 15px;
  margin-top: 55px;
}

@media (max-width: 780px) {
  .contents01_right p {
    width: 100%;
  }
}

.ceoName {
  font-size: 22px;
  margin-left: 10px;
}

@media (max-width: 1100px) {
  .ceoName {
    display: block;
    margin-left: 0;
  }
}

#wrap {
  background: url(../../img/bg_f_bottom.png) no-repeat;
  background-position: right 10% bottom 0;
  margin-bottom: 0;
  padding-bottom: 83px;
}

@media (max-width: 780px) {
  #wrap {
    background-image: none;
    padding-bottom: 0;
  }
}

.contents_youtube_information {
  width: 340px;
  order: 2;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  order: 1;
}

.contents_youtube_information_link {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-block: 15px;
  border: 2px solid #c90046;
  background-color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: none;
}

.contents_youtube_information_link:hover {
  opacity: 0.7;
}

.contents_youtube_information_link::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 34px;
  display: inline-block;
  color: #c90046;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
}

.contents_youtube_text {
  font-size: 20px;
  line-height: 1;
}

.contents_youtube {
  display: flex;
  column-gap: 60px;
  width: 1000px;
  background-color: rgba(201, 0, 70, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  background-color: rgba(201, 0, 70, 0.05);
  width: auto;
}
@media (max-width: 780px) {
  .contents_youtube {
    padding-block: 34px 50px;
  }
}

.contents_youtube_title {
  font-weight: 700;
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #ccc;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
  padding: 70px 10px;
  font-size: 30px;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  background-color: unset;
  width: auto;
  height: auto;
}
@media (max-width: 780px) {
  .contents_youtube_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.youtube_wrapper {
  max-width: 1035px;
  width: 100%;
  order: 1;
  order: 2;
  margin-bottom: 30px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 780px) {
  .youtube_wrapper {
    margin-bottom: 20px;
  }
}
.youtube {
  width: calc(50% - 10px);
  height: 100%;
  aspect-ratio: 16 / 9;
}
@media (max-width: 1020px) {
  .youtube {
    width: 100%;
  }
}

.contents_youtube_link {
  display: none;
  order: 3;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
@media (max-width: 780px) {
  .contents_youtube_link {
    font-size: 15px;
  }
}

.contents_youtube_color {
  color: #c30033;
}

.chevron_right {
  display: inline-block;
  vertical-align: middle;
  color: #c30033;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 12px;
}

#contents03_inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
}

@media (max-width: 1050px) {
  #contents03_inner {
    width: 100%;
    margin: 0 auto;
    row-gap: 12px;
    align-items: center;
    flex-direction: column;
    display: flex;
    bottom: 8%;
    transform: translate(-50%);
  }
}

@media (max-width: 780px) {
  #contents03_inner {
    display: none;
  }
}

#contents03 {
  background: url(../../img/bg_img_3.png) no-repeat;
  margin: 0 auto;
  height: 370px;
  background-size: cover;
  position: relative;
}

@media (max-width: 780px) {
  #contents03 {
    height: 250px;
    margin: 0 auto;
    padding-bottom: 0;
    background-size: cover;
  }
}

@media (max-width: 620px) {
  #contents03 {
    padding-bottom: 10px;
  }
}

#contents03 .txt {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  font-size: 27px;
  text-align: center;
  width: 100%;
  font-family: YuMincho, 'Yu Mincho', serif;
}

@media (max-width: 780px) {
  #contents03 .txt {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    box-sizing: border-box;
    font-size: 22px;
    text-align: center;
    width: 100%;
    font-family: YuMincho, 'Yu Mincho', serif;
    text-shadow: 1px 1px 2px #666;
  }
}

@media (max-width: 620px) {
  #contents03 .formTxt {
    display: block;
  }
}

#contents03_inner a.left {
  margin-right: 40px;
}

@media (max-width: 1050px) {
  #contents03_inner a.left {
    margin-right: 0;
  }
}

#contents03_inner a {
  background-color: #fff;
  display: inline-block;
}

@media (max-width: 1000px) {
  #contents03_inner a {
    background-color: initial;
  }
}

.mainBtn {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  border-radius: 40px;
  text-align: center;
  width: 670px;
  color: #000;
  font-weight: 900;
  font-size: 30px;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(250, 225, 160, 1) 43%, rgba(235, 170, 72, 1) 68%, rgba(248, 218, 148, 1) 100%);
  font-family: 'Noto Sans JP', sans-serif;
  border: solid #d50135 5px;
  padding-block: 13px;
  text-decoration: none;
}

@media (max-width: 780px) {
  .mainBtn {
    width: 300px;
    font-size: 18px;
    border: solid #d50135 3px;
    padding-block: 5px;
    bottom: 36px;
  }
}

.mainBtn::before {
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 40px;
  border: solid #d50135 5px;
  background: linear-gradient(to bottom, rgba(250, 225, 160, 1) 43%, rgba(235, 170, 72, 1) 68%, rgba(248, 218, 148, 1) 100%);
  opacity: 0.7;
}

@media (max-width: 780px) {
  .mainBtn::before {
    border: solid #d50135 3px;
    top: -3px;
    left: -3px;
  }
}

.mainBtn:hover::before {
  display: block;
}

.mainBtn::after {
  content: '';
  position: absolute;
  display: inline-block;
  color: #000;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
  top: 10px;
  bottom: 0;
  left: 320px;
  right: 0;
  margin: auto;
}

@media (max-width: 780px) {
  .mainBtn::after {
    width: 9px;
    height: 9px;
    top: 5px;
    left: 200px;
  }
}

.mainBtn:hover::after {
  opacity: 0.7;
}

@media (max-width: 780px) {
  .sublink {
    padding-block: 13px;
  }
}

#contents03_inner a:first-child {
  margin-right: 40px;
}

@media (max-width: 1050px) {
  #contents03_inner a:first-child {
    margin-right: 0;
  }
}

#contents03_inner a {
  background-color: #fff;
  display: inline-block;
}
iframe {
  vertical-align: bottom;
}
