<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
:root {
  --INVALID: #F00 ;
}

/* clearfix */
.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.m_over:hover {
  opacity: 0.75;
}

/* body { font-family:Hiragino Sans,"ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif; } */
/*---------------------ベース--------------------------------------*/
.disp_pc {
  display: block !important;
}

.disp_sp {
  display: none !important;
}

.disp_in_pc {
  display: inline-block;
}

.disp_in_sp {
  display: none;
}

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

.ta-left {
  text-align: left;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*html {font-size: 62.5%;}*/
body { /*font-size: 1rem; font-weight: 600; width: 100%; overflow-x: hidden;*/
  color: #333333;
}

.none {
  display: none;
}

.bold {
  font-weight: bold;
}

/* -----------------------------------------------------
 * PCデザイン
 * -------------------------------------------------- */
main {
  background-color: #fff;
}

.l-main__primary:first-child {
  margin-top: 0;
}

section .inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

h2 {
  font-size: 40px;
  font-weight: 900;
  color: #ec2946;
  text-align: center;
  font-style: italic;
}

.cont07 h2 {
  color: #333;
  font-style: normal;
}

h2 span {
  display: block;
  width: 114px;
  height: 63px;
  margin: 0 auto;
  text-indent: -99999px;
}

/*l-unq-mv*/
.l-unq-mv {
  width: 100%;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/index-mv-bg--wide.png?20231201) no-repeat center top;
  background-size: auto 100%;
}

.l-unq-mv .l-unq-mv__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.545vw 0 1.8vw;
}

.l-unq-mv h1 {
  position: relative;
  width: 80%;
  max-width: 885px;
  margin: 0 auto;
  z-index: 300;
}

.l-unq-mv .l-unq-campaign {
  position: relative;
  width: 79.18%;
  margin: -3.545vw auto 0;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/index-campaign03-bnr--wide.png?20240626) no-repeat center top;
  background-size: contain;
}

.l-unq-mv .l-unq-campaign .note {
  width: 52.8%;
  padding-top: 18.94%;
}

.l-unq-mv .l-unq-campaign .note li {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
}

/*l-unq-mv02*/
.l-unq-mv02 {
  width: 100%;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/index-mv02-bg--wide.png?20231201) no-repeat center top;
  background-size: cover;
}

.l-unq-mv02 .l-unq-mv__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 3.636vw;
}

.l-unq-mv02 h1 {
  width: 54.5%;
  max-width: 600px;
  margin: 0 auto;
}

.l-unq-mv02 .l-unq-campaign {
  width: 70.9%;
  margin: -10.36vw auto 0;
}

@media (min-width: 1100px) {
  .l-unq-mv {
    background-size: 100% 100%;
  }
  .l-unq-mv .l-unq-mv__inner {
    padding: 17px 0 20px;
  }
  .l-unq-mv .l-unq-campaign {
    margin-top: -33px;
  }
  .l-unq-mv02 {
    background-size: 100% 100%;
  }
  .l-unq-mv02 .l-unq-mv__inner {
    padding: 0 0 40px;
  }
  .l-unq-mv02 .l-unq-campaign {
    margin-top: -114px;
  }
}
/*nav*/
.anc_nav {
  width: 100%;
  margin-top: 38px;
  background-color: #fff;
}

nav .anchor_link {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}

nav .anchor_link li {
  width: 23.6%;
  background-color: #fff;
  border: solid 2px #ec2946;
  border-radius: 5px;
}

nav .anchor_link li a {
  position: relative;
  display: block;
  padding: 16px 0 28px;
  font-size: 16px;
  font-weight: 900;
  color: #ec2946;
  text-align: center;
  text-decoration: none;
}

nav .anchor_link li a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/bg_arrow01_off.png?20231201) no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: 11px;
  left: 50%;
  margin-left: -7px;
}

nav .anchor_link li span {
  text-indent: -999999px;
  display: inline-block;
  width: 68px;
  height: 38px;
  position: absolute;
  left: -18px;
  top: -19px;
}

nav .anchor_link li:nth-child(1) span {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_nav01_off.png?20231201);
  background-size: contain;
}

nav .anchor_link li:nth-child(2) span {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_nav02_off.png?20231201);
  background-size: contain;
}

nav .anchor_link li:nth-child(3) span {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_nav03_off.png?20231201);
  background-size: contain;
}

nav .anchor_link li:nth-child(4) span {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_nav04_off.png?20231201);
  background-size: contain;
}

nav .anchor_link li a:hover {
  color: #fff;
  background-color: #ec2946;
}

nav .anchor_link li a:hover:after {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/bg_arrow01_on.png?20231201) no-repeat left top;
  background-size: contain;
}

nav .anchor_link li a:hover span {
  text-indent: -999999px;
  display: inline-block;
  width: 72px;
  height: 42px;
  position: absolute;
  left: -20px;
  top: -21px;
}

nav .anchor_link li:nth-child(1) a:hover span {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_nav01_on.png?20231201);
  background-size: contain;
}

nav .anchor_link li:nth-child(2) a:hover span {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_nav02_on.png?20231201);
  background-size: contain;
}

nav .anchor_link li:nth-child(3) a:hover span {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_nav03_on.png?20231201);
  background-size: contain;
}

nav .anchor_link li:nth-child(4) a:hover span {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_nav04_on.png?20231201);
  background-size: contain;
}

nav .anchor_link li {
  width: 18%;
}

/*cont01*/
.cont01 {
  width: 100%;
  margin-top: -33px;
  background-color: #fefae6;
  border-radius: 42px;
}

.cont01 .inner {
  padding: 33px 10px 100px;
}

.cont01 h2 {
  padding-top: 85px;
}

.cont01 h2 span {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_h2_01.png?20231201);
  background-size: contain;
}

.cont01 .request {
  margin: 27px auto 8px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.cont01 .request li {
  width: 23.6%;
  max-width: 260px;
}

.cont01 .request li:nth-child(2n-1) img {
  margin-bottom: 20px;
}

.cont01 .request li:nth-child(2n) img {
  margin-top: 20px;
}

/*cont02*/
.cont02 {
  width: 100%;
  margin-top: 0;
  background-color: #fff;
}

.cont02 .inner {
  padding: 86px 10px 101px;
}

.cont02 h2 span {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_h2_04.png?20231201);
  background-size: contain;
}

.cont02 .lead,
.cont03 .lead-txt {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.charm_point {
  margin: 43px auto 20px;
  display: grid;
  justify-content: space-between;
  align-content: space-between;
  grid-template-columns: 1fr 1fr;
}

.charm_point .point01,
.charm_point .point02,
.charm_point .point03 {
  background-color: #f5f5f5;
  border-radius: 8px;
}

.charm_point .point01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 29px 20px 25px 30px;
  margin-right: 10px;
  grid-row: 1/3;
  grid-column: 1/2;
}

.charm_point .point01 .plus {
  width: 31px;
  height: 31px;
  margin: 8px auto 6px;
}

.charm_point .point02 {
  margin: 0 0 10px 10px;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  grid-row: 1/2;
  grid-column: 2/3;
}

.charm_point .point02 p {
  display: inline-block;
  text-align: left;
  line-height: 1.2;
}

.charm_point .point02 span {
  display: block;
  font-size: 13px;
  font-weight: bold;
}

.charm_point .point03 {
  margin: 10px 0 0 10px;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  grid-row: 2/3;
  grid-column: 2/3;
}

.charm_point .orange {
  font-size: 42px;
  color: #f08300;
}

.charm_point .point02,
.charm_point .point03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.charm_point .red {
  font-size: 42px;
  color: #ec2946;
}

.cont02 .speech_bubble:after {
  border-bottom-color: #fff;
}

/*speech_bubble*/
.speech_bubble {
  position: relative;
  line-height: 120px;
  text-align: center;
  border: 4px solid #F08300;
  color: #F08300;
  font-size: 32px;
  font-weight: bold;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
}

.speech_bubble:after, .speech_bubble:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
}

.speech_bubble:after {
  border-color: rgba(254, 250, 230, 0);
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-left: -9px;
  border-bottom-color: #fefae6;
}

.speech_bubble:before {
  border-color: rgba(240, 131, 0, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  margin-bottom: 3px;
  border-bottom-color: #F08300;
}

/*cont03*/
.cont03 {
  width: 100%;
  background-color: #fefae6;
  border-radius: 42px;
}

.cont03 .inner {
  padding: 85px 0 100px;
  max-width: 100%;
}

.cont03 h2 span {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_h2_02.png?20231201);
  background-size: contain;
}

.cont03 .lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tab-area {
  width: 100%;
  margin: 29px auto 0;
}

.tab-btn {
  display: none; /*タブの切り替えを制御するラジオボタンを非表示に*/
}

.tab-list-wrap {
  width: 100%;
  max-width: 1100px;
  padding: 0; /*デフォルトの値をクリア*/
  margin: 0 auto; /*デフォルトの値をクリア*/
  list-style-type: none; /*デフォルトの値をクリア*/
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.tab-list-wrap li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #676767;
  text-align: center;
  background-color: #fff;
  border: solid 2px #f0f0f0;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}

.tab-list-wrap li:hover,
.tab-list-wrap li .tab-list:hover {
  cursor: pointer;
}

.tab-list span {
  font-size: 16px;
}

.tab-list-wrap #tab-list1 {
  padding: 15px 0;
  width: 100%;
}

.tab-list-wrap #tab-list1 b {
  padding-left: 45px;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_line_off.png?20231201) no-repeat left top;
  background-size: 33px 32px;
  padding-bottom: 6px;
}

.tab-list-wrap #tab-list2 {
  padding: 15px 0;
  width: 100%;
}

.tab-list-wrap #tab-list2 b {
  padding-left: 44px;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_mail_off.png?20231201) no-repeat left center;
  background-size: 33px 23px;
}

#tab-btn1:checked ~ .tab-list-wrap li:first-child,
#tab-btn2:checked ~ .tab-list-wrap li:nth-child(2) {
  height: 70px;
  color: #fff;
  background-color: #ec2946;
  border: solid 2px #ec2946;
  border-bottom: 0;
}

#tab-btn1:checked ~ .tab-list-wrap #tab-list1 b {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_line_on.png?20231201) no-repeat left top;
  background-size: 33px 32px;
  cursor: initial;
}

#tab-btn2:checked ~ .tab-list-wrap #tab-list2 b {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_mail_on.png?20231201) no-repeat left center;
  background-size: 33px 23px;
  cursor: initial;
}

.tab-content-wrap {
  width: 100%;
  border-top: solid 4px #ec2946;
}

.tab-content {
  display: none;
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}

#tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#tab-btn2:checked ~ .tab-content-wrap #tab-content2 {
  display: block;
}

.tab-content .flexBox {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#tab-content1 .flexBox li {
  position: relative;
  width: 23.6%;
  min-height: 390px;
  padding: 37px 2.54% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 9px;
}

#tab-content1 .flexBox li:first-child {
  padding-bottom: 20px;
}

.tab-content li .num {
  position: absolute;
  font-size: 50px;
  font-weight: 100;
  color: #ec2946;
  font-family: "Impact", "sans-serif";
  line-height: 1;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.tab-content .flexBox li p {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.625;
}

@media screen and (max-width: 820px) {
  .tab-content .flexBox li p {
    font-size: 14px;
  }
}

#tab-content1 .flexBox li:nth-child(1) figure {
  width: 45%;
  margin: 0 auto;
}

#tab-content1 .flexBox li:nth-child(2) figure,
#tab-content1 .flexBox li:nth-child(3) figure,
#tab-content1 .flexBox li:nth-child(4) figure {
  width: 68%;
  margin: 0 auto;
}

#tab-content1 .flexBox li .attention {
  font-weight: 600;
  line-height: 1.5625;
  color: #ec2946;
  letter-spacing: -0.1em;
}

#tab-content2 .flexBox li {
  position: relative;
  width: 23.6%;
  min-height: 380px;
  padding: 37px 2.54% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 9px;
}

#tab-content2 .flexBox li:first-child {
  padding-bottom: 0;
}

#tab-content2 .flexBox li:nth-child(1) figure {
  width: 105.1%;
  margin: 0;
}

#tab-content2 .flexBox li:nth-child(2) figure,
#tab-content2 .flexBox li:nth-child(3) figure {
  width: 100%;
  margin: 0 auto;
}

#tab-content2 .flexBox li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93.2%;
  min-height: 46px;
  margin: 0 auto;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #ec2946;
  border-radius: 5px;
  box-shadow: 0 -4px 1px rgba(0, 0, 0, 0.2) inset;
}

#tab-content2 .flexBox li a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/bg_arrow02_off.png?20231201) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: 7px;
  top: 15px;
}

#tab-content2 .flexBox li a:hover {
  color: #ec2946;
  background-color: #fff;
  box-shadow: none;
  border: solid 2px #ec2946;
}

#tab-content2 .flexBox li a:hover:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/bg_arrow02_on.png?20231201) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: 7px;
  top: 15px;
}

/*cont04*/
.cont04 {
  width: 100%;
  margin-top: 0;
  background-color: #fff;
}

.cont04 .inner {
  padding: 86px 10px 85px;
}

.cont04 h2 span {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_h2_03.png?20231201);
  background-size: contain;
}

.cont04 .present {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.cont04 .present li {
  width: 48.2%;
  margin-top: 17px;
}

.cont04 .present h3 {
  font-size: 25px;
  font-weight: 700;
  color: #ec2946;
  text-align: center;
  letter-spacing: -0.04em;
}

.cont04 .present .txt {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

.cont04 .present .note {
  margin-top: 6px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.625;
  letter-spacing: -0.04em;
  text-indent: -1em;
  margin-left: 1em;
}

.cont04 .present em {
  color: #ec2946;
}

.cont04 .present figure {
  margin-top: 16px;
  display: block;
  width: 100%;
  text-align: center;
  aspect-ratio: 53/19;
  background-color: #f5f5f5;
  border-radius: 8px;
}

.cont04 .present figure img {
  height: 100%;
  width: auto;
}

.cont04 .present li.arrow {
  position: absolute;
  width: 4.36%;
  aspect-ratio: 1/1;
  background-color: #fdd492;
  border-radius: 9999999px;
  left: 50%;
  bottom: 13%;
  transform: translate(-50%, -50%);
}

.cont04 .present li.arrow span {
  content: "";
  width: 30%;
  height: 30%;
  display: block;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12%;
  right: 0;
  margin: auto;
}

/*cont05*/
.cont05 {
  width: 100%;
  background-color: #fefae6;
  border-radius: 42px;
}

.cont05 .inner {
  padding: 86px 0 100px;
  margin: 0 auto;
  max-width: 1100px;
}

.cont05 h2 span {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_h2_06.png?20231201);
  background-size: contain;
}

.cont05 .accordion {
  margin: 20px auto 0;
  padding: 7px 30px 0;
  background-color: #fff;
  border-radius: 30px;
}

.cont05 .accordion dt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 1.44;
  cursor: pointer;
}

.cont05 .accordion dt em {
  margin-right: 13px;
  font-size: 40px;
  font-weight: 900;
  color: #f08300;
}

.cont05 .accordion dt:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: 4px;
  top: 38%;
  transform: rotate(45deg) translateY(-38%);
}

.cont05 .accordion dt.active:after {
  right: -4px;
  transform: rotate(225deg) translateY(-38%);
}

.cont05 .accordion dd {
  padding-bottom: 24px;
  display: none;
  font-size: 16px;
  line-height: 1.75;
  border-top: solid 2px #d6d6d6;
}

.cont05 .accordion dd em {
  margin-right: 13px;
  font-size: 40px;
  font-weight: 900;
  color: #ec2946;
  line-height: 1;
}

.cont05 .accordion dd .flexBox {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.cont05 .accordion li {
  text-indent: -1em;
  margin-left: 1em;
}

.cont05 .accordion .font_small {
  font-size: 13px;
}

.cont05 .accordion .mt {
  margin-top: 0.5em;
}

/******** rs-fixedBtn ********/
.rs-fixedBtn {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 20px;
  background: #fff;
  bottom: 0;
  z-index: 999;
}

.rs-fixedBtn .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 633px;
  line-height: 70px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #ec2946;
  border-radius: 5px;
  box-shadow: 0 -6px 1px rgba(0, 0, 0, 0.2) inset;
}

.rs-fixedBtn .btn a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/bg_arrow02_off.png?20231201) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: 19px;
  top: 28px;
}

.rs-fixedBtn .btn a:hover {
  color: #ec2946;
  line-height: 66px;
  background-color: #fff;
  box-shadow: none;
  border: solid 2px #ec2946;
}

.rs-fixedBtn .btn a:hover:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/bg_arrow02_on.png?20231201) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: 19px;
  top: 28px;
}

.rs-fixedBtn .txt-link {
  margin-top: 13px;
  text-align: center;
}

.rs-fixedBtn .txt-link a {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.pcmb {
  margin-bottom: 122px;
}

/* -----------------------------------------------------
 * SPデザイン
 * -------------------------------------------------- */
@media screen and (max-width: 767px) {
  .disp_pc {
    display: none !important;
  }
  .disp_sp {
    display: block !important;
  }
  .disp_in_pc {
    display: none !important;
  }
  .disp_in_sp {
    display: inline-block !important;
  }
  .br2 {
    display: block;
    text-align: center;
  }
  body {
    min-width: 100%;
  }
  section .inner {
    width: 89.33%;
    max-width: 89.33%;
    margin: 0 auto;
  }
  h2 {
    font-size: 6.3vw;
    font-weight: 900;
    letter-spacing: -0.08em;
  }
  h2 span {
    display: block;
    width: 24.4vw;
    height: 13.73vw;
  }
  /*l-unq-mv*/
  .l-unq-mv {
    width: 100%;
    background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/index-mv-bg.png?20231201) no-repeat center top;
    background-size: 100% 100%;
  }
  .l-unq-mv .l-unq-mv__inner {
    width: 100%;
    max-width: 100%;
    padding: 5.73vw 0 13.3vw;
  }
  .l-unq-mv h1 {
    width: 88.13%;
    max-width: 88.13%;
    margin: 0 auto;
    z-index: 0;
  }
  .l-unq-mv .l-unq-campaign {
    width: 89.33%;
    margin: -3.2vw auto 0;
    background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/index-campaign03-bnr.png?20240626) no-repeat center top;
    background-size: contain;
  }
  .l-unq-mv .l-unq-campaign .note {
    width: 100%;
    padding-top: 84vw;
  }
  .l-unq-mv .l-unq-campaign .note li {
    font-size: 3.2vw;
    font-weight: 600;
    line-height: 1.33;
  }
  /*l-unq-mv02*/
  .l-unq-mv02 {
    width: 100%;
    background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/index-mv02-bg.png?20231201) no-repeat center top;
    background-size: 100% 100%;
  }
  .l-unq-mv02 .l-unq-mv__inner {
    width: 100%;
    max-width: 100%;
    padding: 6vw 0 10.53vw;
  }
  .l-unq-mv02 h1 {
    width: 98.26%;
    max-width: 98.26%;
    margin: 0 auto;
  }
  .l-unq-mv02 .l-unq-campaign {
    width: 89.33%;
    margin: -16vw auto 0;
  }
  /*nav*/
  .anc_nav {
    width: 100%;
    margin-top: 6.8vw;
    background-color: #fff;
  }
  nav .anchor_link {
    width: 89.33%;
    max-width: 89.33%;
    flex-wrap: wrap;
  }
  nav .anchor_link li {
    position: relative;
    margin-top: 7.46vw;
    width: 47.76%;
    min-height: 16vw;
    border: solid 0.4vw #ec2946;
    border-radius: 0.8vw;
  }
  nav .anchor_link li a {
    position: static;
    padding: 1.6vw 0 4.67vw;
    font-size: 3.46vw;
    font-weight: 900;
    line-height: 1.3;
  }
  nav .anchor_link li:nth-child(3) a,
  nav .anchor_link li:nth-child(4) a {
    padding: 4.53vw 0 6.8vw;
  }
  nav .anchor_link li a:after {
    display: none;
  }
  nav .anchor_link li:after {
    content: "";
    display: inline-block;
    width: 2.93vw;
    height: 2.93vw;
    background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/bg_arrow01_off.png?20231201) no-repeat left top;
    background-size: contain;
    position: absolute;
    bottom: 0.933vw;
    left: 50%;
    margin-left: -1.465vw;
  }
  nav .anchor_link li span {
    width: 17.06vw;
    height: 9.6vw;
    position: absolute;
    left: -3.73vw;
    top: -6.93vw;
  }
  nav .anchor_link li a:hover {
    color: #ec2946;
    background-color: #fff;
  }
  nav .anchor_link li a:hover:after {
    display: none;
  }
  /*nav .anchor_link li a:hover:after { background:url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/bg_arrow01_off.png?20231201) no-repeat left top; background-size:contain; }*/
  nav .anchor_link li a:hover span {
    text-indent: -999999px;
    display: inline-block;
    width: 17.06vw;
    height: 9.6vw;
    position: absolute;
    left: -3.73vw;
    top: -6.93vw;
  }
  nav .anchor_link li:nth-child(1) a:hover span {
    background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_nav01_off.png?20231201);
    background-size: contain;
  }
  nav .anchor_link li:nth-child(2) a:hover span {
    background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_nav02_off.png?20231201);
    background-size: contain;
  }
  nav .anchor_link li:nth-child(3) a:hover span {
    background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_nav03_off.png?20231201);
    background-size: contain;
  }
  nav .anchor_link li:nth-child(4) a:hover span {
    background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_nav04_off.png?20231201);
    background-size: contain;
  }
  /*cont01*/
  .cont01 {
    width: 100%;
    margin-top: -31.73vw;
    border-radius: 5.6vw;
  }
  .cont01 .inner {
    padding: 31.73vw 0 13.2vw;
  }
  .cont01 h2 {
    padding-top: 13.2vw;
  }
  .cont01 .request {
    margin: 0 auto 3.6vw;
    flex-wrap: wrap;
  }
  .cont01 .request li {
    margin-top: 2.93vw;
    width: 47.76%;
    max-width: 47.76%;
  }
  .cont01 .request li:nth-child(2n-1) img {
    margin-bottom: 0;
  }
  .cont01 .request li:nth-child(2n) img {
    margin-top: 0;
  }
  /*cont02*/
  .cont02 {
    width: 100%;
  }
  .cont02 .inner {
    padding: 13.2vw 0;
  }
  .cont02 .lead {
    font-size: 4vw;
    font-weight: 600;
  }
  .charm_point {
    margin: 3.86vw auto 2.53vw;
    display: block;
  }
  .charm_point .point01,
  .charm_point .point02,
  .charm_point .point03 {
    border-radius: 1.2vw;
  }
  .charm_point .point01 {
    padding: 4vw 3.2vw 4vw 4vw;
    margin-right: 0;
  }
  .charm_point .point01 .plus {
    width: 6vw;
    height: 6vw;
    margin: 2.66vw auto 2.13vw;
  }
  .charm_point .point02 {
    margin: 2.66vw 0 0;
    padding: 2.88vw 0;
    font-size: 6vw;
    font-weight: 900;
  }
  .charm_point .point02 span {
    display: block;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .charm_point .point03 {
    margin: 2.66vw 0 0;
    padding: 6.88vw 0;
    font-size: 6vw;
    font-weight: 900;
  }
  .charm_point .orange,
  .charm_point .red {
    font-size: 7.6vw;
  }
  /*speech_bubble*/
  .speech_bubble {
    padding: 4vw 0 3.2vw;
    line-height: 1.35;
    font-size: 5.33vw;
    font-weight: bold;
    border-radius: 1.2vw;
    -webkit-border-radius: 1.2vw;
    -moz-border-radius: 1.2vw;
  }
  /*cont03*/
  .cont03 {
    width: 100%;
    border-radius: 5.6vw;
  }
  .cont03 .inner {
    padding: 13.3vw 0;
    width: 100%;
    max-width: 100%;
  }
  .tab-area {
    width: 100%;
    margin: 29px auto 0;
  }
  .tab-list-wrap {
    width: 100%;
    max-width: 100%;
  }
  .tab-list-wrap li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 13.06vw;
    font-size: 3.46vw;
    font-weight: bold;
    border-radius: 1.2vw 1.2vw 0 0;
  }
  .tab-list-wrap li:hover,
  .tab-list-wrap li .tab-list:hover {
    cursor: pointer;
  }
  .tab-list span {
    display: block;
    font-size: 2.93vw;
    text-align: center;
  }
  .tab-list-wrap #tab-list1 {
    line-height: 1.2;
  }
  .tab-list-wrap #tab-list2 {
    padding: 15px 0;
    width: 100%;
  }
  .tab-list-wrap #tab-list1 b {
    padding-left: 7vw;
    background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_line_off.png?20231201) no-repeat left top;
    background-size: 7.86vw 7.6vw;
    padding-bottom: 6px;
    display: inline-block;
  }
  .tab-list-wrap #tab-list2 {
    padding: 15px 0;
    width: 100%;
  }
  .tab-list-wrap #tab-list2 b {
    padding-left: 8vw;
    background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_mail_off.png?20231201) no-repeat left center;
    background-size: 6.4vw 4.4vw;
  }
  #tab-btn1:checked ~ .tab-list-wrap li:first-child,
  #tab-btn2:checked ~ .tab-list-wrap li:nth-child(2) {
    height: 14.4vw;
  }
  #tab-btn1:checked ~ .tab-list-wrap #tab-list1 b {
    background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_line_on.png?20231201) no-repeat left center;
    background-size: 7.86vw 7.6vw;
    cursor: initial;
  }
  #tab-btn2:checked ~ .tab-list-wrap #tab-list2 b {
    background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_mail_on.png?20231201) no-repeat left center;
    background-size: 6.4vw 4.4vw;
    cursor: initial;
  }
  .tab-content-wrap {
    width: 100%;
    border-top: solid 4px #ec2946;
  }
  .tab-content {
    display: none;
    width: 89.33%;
    max-width: 89.33%;
    padding: 0;
    margin: 0 auto;
  }
  #tab-btn1:checked ~ .tab-content-wrap #tab-content1,
  #tab-btn2:checked ~ .tab-content-wrap #tab-content2 {
    display: block;
  }
  .tab-content .flexBox {
    margin-top: 1.33vw;
    flex-wrap: wrap;
  }
  #tab-content1 .flexBox li {
    position: relative;
    width: 47.76%;
    min-height: auto;
    margin-top: 7.6vw;
    padding: 6.13vw 3% 0;
    border-radius: 1.2vw;
  }
  #tab-content1 .flexBox li:first-child {
    padding-bottom: 3.2vw;
  }
  .tab-content li .num {
    position: absolute;
    font-size: 9.33vw;
    font-weight: 100;
    top: -4.666vw;
  }
  .tab-content .flexBox li p {
    font-size: 3.46vw;
    font-weight: 900;
    line-height: 1.3846;
  }
  #tab-content1 .flexBox li:nth-child(1) figure {
    width: 24.4vw;
    margin: 0 auto;
  }
  #tab-content1 .flexBox li:nth-child(2) figure,
  #tab-content1 .flexBox li:nth-child(3) figure,
  #tab-content1 .flexBox li:nth-child(4) figure {
    width: 37.2vw;
    margin: 0 auto;
  }
  #tab-content1 .flexBox li .attention {
    font-weight: 600;
    line-height: 1.3846;
    letter-spacing: 0;
  }
  #tab-content2 .flexBox {
    display: block;
    margin-top: 1vw;
  }
  #tab-content2 .flexBox li {
    position: relative;
    width: 100%;
    min-height: auto;
    margin-top: 8vw;
    padding: 6.13vw 3% 0;
    border-radius: 1.2vw;
  }
  #tab-content2 .flexBox li:nth-child(1) figure {
    width: 105.9%;
    margin: 4vw 0 0;
  }
  #tab-content2 .flexBox li a:link,
  #tab-content2 .flexBox li a:visited,
  #tab-content2 .flexBox li a:hover,
  #tab-content2 .flexBox li a:active {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 13.3vw;
    margin: 3.2vw auto 0;
    padding: 0;
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
    background-color: #ec2946;
    border: none;
    box-shadow: 0 -1.067vw 1px rgba(0, 0, 0, 0.2) inset;
  }
  #tab-content2 .flexBox li a:link:after,
  #tab-content2 .flexBox li a:visited:after,
  #tab-content2 .flexBox li a:hover:after,
  #tab-content2 .flexBox li a:active:after {
    content: "";
    display: inline-block;
    width: 2.93vw;
    height: 3.067vw;
    background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/bg_arrow02_off.png?20231201) no-repeat left top;
    background-size: contain;
    border: none;
    position: absolute;
    right: 2.267vw;
    top: 5.2vw;
  }
  /*cont04*/
  .cont04 {
    width: 100%;
    background-color: #fff;
  }
  .cont04 .inner {
    padding: 13.2vw 0;
  }
  .cont04 .present {
    margin-top: 12vw;
    display: block;
  }
  .cont04 .present li {
    width: 100%;
    margin-top: 2.67vw;
  }
  .cont04 .present h3 {
    font-size: 5.06vw;
    font-weight: 700;
    line-height: 1.263;
  }
  .cont04 .present .txt {
    margin-top: 2.4vw;
    font-size: 4.1vw;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
  .cont04 .present .note {
    margin-top: 2.8vw;
    font-size: 3.46vw;
    font-weight: normal;
    line-height: 1.46;
  }
  .cont04 .present figure {
    margin-top: 2.8vw;
    display: block;
    aspect-ratio: 67/25;
    border-radius: 7px;
  }
  .cont04 .present li.arrow {
    position: relative;
    margin: 2.67vw auto 0;
    width: 11%;
    aspect-ratio: 1/1;
    left: auto;
    bottom: auto;
    transform: none;
  }
  .cont04 .present li.arrow span {
    transform: rotate(135deg);
    top: -11%;
    left: 0;
  }
  /*cont05*/
  .cont05 {
    width: 100%;
    border-radius: 5.6vw;
  }
  .cont05 .inner {
    padding: 24vw 0 13.3;
    margin: 0 auto;
    max-width: 89.33%;
  }
  .cont05 .accordion {
    margin: 2.67vw auto 0;
    padding: 7px 4vw 0;
    border-radius: 3.6vw;
  }
  .cont05 .accordion dt {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 8px;
    padding-right: 4vw;
    font-size: 4vw;
    line-height: 1.46;
    cursor: pointer;
  }
  .cont05 .accordion dt em {
    margin-right: 2.8vw;
    font-size: 8vw;
    font-weight: 900;
    color: #f08300;
    line-height: 1;
  }
  .cont05 .accordion dt:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    right: 4px;
    top: 46%;
    transform: rotate(45deg) translateY(-46%);
  }
  .cont05 .accordion dt.active:after {
    right: -4px;
    transform: rotate(225deg) translateY(-46%);
  }
  .cont05 .accordion dd {
    padding-bottom: 2.8vw;
    display: none;
    font-size: 3.46vw;
    line-height: 1.46;
    border-top: solid 2px #d6d6d6;
  }
  .cont05 .accordion dd em {
    margin-right: 2.8vw;
    font-size: 8vw;
    font-weight: 900;
    color: #ec2946;
    line-height: 1;
  }
  .cont05 .accordion dd .flexBox {
    margin-top: 3.6vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cont05 .accordion .font_small {
    font-size: 3.06vw;
  }
  .cont05 .accordion .mt {
    margin-top: 0.5em;
  }
  /******** rs-fixedBtn ********/
  .rs-fixedBtn {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 2.66vw 4vw;
    background: #fff;
    bottom: 0;
    z-index: 999;
  }
  .rs-fixedBtn .btn a:link,
  .rs-fixedBtn .btn a:visited,
  .rs-fixedBtn .btn a:hover,
  .rs-fixedBtn .btn a:active {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 89.33%;
    line-height: 13.3vw;
    margin: 0 auto;
    font-size: 4vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: #ec2946;
    border-radius: 5px;
    box-shadow: 0 -1.06vw 1px rgba(0, 0, 0, 0.2) inset;
  }
  .rs-fixedBtn .btn a:link:after,
  .rs-fixedBtn .btn a:visited:after,
  .rs-fixedBtn .btn a:hover:after,
  .rs-fixedBtn .btn a:active:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/bg_arrow02_off.png?20231201) no-repeat left top;
    background-size: contain;
    position: absolute;
    right: 2.26vw;
    top: 5.2vw;
  }
  .rs-fixedBtn .txt-link {
    margin-top: 4.5vw;
    text-align: center;
  }
  .rs-fixedBtn .txt-link a {
    font-size: 3.2vw;
    font-weight: 600;
    color: #333333;
  }
  .l-footer {
    margin-bottom: 28.26vw;
  }
  .pcmb {
    margin-bottom: 0px;
  }
}
/*
.l-unq-campaign__content&gt;:first-child,
.l-unq-section02__content&gt;:first-child {
	margin-top: 0;
}

.l-unq-campaign__content&gt;:last-child,
.l-unq-section02__content&gt;:last-child {
	margin-bottom: 0;
}

.l-unq-mv {
	padding: 5.73vw 0 0;
	background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/index-mv-bg.png?20231201) center center/auto 100%;
}

.l-unq-mv__pagetitle {
	padding: 0 20PX;
}

.l-unq-mv__pagetitleImg {
	display: block;
	max-width: 98.26vw;
	height: auto;
	margin: 0 auto;
}

.l-unq-mv__pagetitle {
	margin: 0 0 5PX;
}


.l-unq-campaign__visual,
.l-unq-campaign {
	text-align: center;
}
.l-unq-campaign__visualImg {
	max-width: 89.33vw;
}

.l-unq-campaign__content {
	padding: 0 20PX;
}

.l-unq-campaign__secondary {
	padding: 118PX 0 40PX;
	margin: -89PX 0 0;
	background: #f6f8f7;
}

.l-unq-hdg {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 99px;
	margin: 50PX 0 0;
	text-align: center;
	background: #ffffd0 url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/module/layout/unq-hdg-bg.svg?20220228) center center/cover no-repeat;
}

.l-unq-hdg__txt {
	padding: 16PX 10PX 10PX;
}

.l-unq-hdg__img {
	max-width: 100%;
	height: auto;
}

.l-unq-section02 {
	padding: 2.375rem 20PX 2.5rem;
	margin: 3.0625rem 0 0;
	background: #f6f8f7;
}

.l-unq-section02.var-02 {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}

.l-unq-tab {
	margin: 3.8125rem 0 0;
}

.l-unq-tab__sub {
	display: block;
	font-size: 1rem;
}

.l-unq-tab__link {
	color: inherit;
}

.l-unq-tab__link:not([href]) {
	cursor: pointer;
}

.l-unq-tab__tab {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 495px;
	padding: .375rem;
	margin: 0 0 0 10PX;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	background: #fff;
}

.l-unq-tab__tab[aria-selected=true] {
	position: relative;
	border: 2px solid #c4c4c4;
	border-bottom: 0;
}

.l-unq-tab__tab[aria-selected=true]::after {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: #fff;
}

.l-unq-tab__tab[aria-selected=false] {
	background: #F2F3F0;
}

.l-unq-tab__list {
	display: flex;
	justify-content: center;
	padding: 0 10PX;
	margin: 0 0 0 -10PX;
}

.l-unq-tab__content {
	padding-top: 2.9375rem;
	border-top: 2px solid #c4c4c4;
}

.l-unq-campaign__visual&gt;.p-list-note {
	display: flex;
	justify-content: center;
}

.l-unq-campaign__visual&gt;.p-list-note&gt;.p-list-note__list&gt;.p-list-note__item {
	color: #000;
}

.c-unq-btn {
	position: relative;
	display: block;
	padding: 1.3125rem 2.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #6197e2;
	border-radius: 5px;
}

.c-unq-btn::before {
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	display: block;
	width: 20px;
	height: 14px;
	margin: auto 0;
	content: "";
	background: url(https://d18f657670wm8u.cloudfront.net/otona/asset/image/icn/arrow--white.svg?20210517) 0 0/cover no-repeat;
}

.p-unq-txt {
	margin: 0 0 2.8125rem;
	font-size: 1.25rem;
	text-align: center;
}

.p-unq-btn {
	max-width: 400px;
	margin: 1.125rem auto;
}

.p-unq-section {
	padding: 1PX 10PX 50PX;
	margin: 43PX 0 0;
	background: #fff1e2;
}

.p-unq-section__hdgRibbon {
	position: relative;
	margin: -45PX 27PX 3.3125rem;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
}

.p-unq-section__hdgRibbonTxt {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .125rem 10PX;
	background: #f90;
}

.p-unq-section__hdgRibbonTxt::after {
	display: block;
	min-height: 64px;
	content: "";
}

.p-unq-section__hdgRibbon::after,
.p-unq-section__hdgRibbon::before {
	position: absolute;
	bottom: -15px;
	z-index: 0;
	width: 60px;
	height: 100%;
	content: "";
	background: 0 0/100% 100% no-repeat;
}

.p-unq-section__hdgRibbon::before {
	left: -28px;
	background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/module/project/unq-section-img--left.svg?20220228);
}

.p-unq-section__hdgRibbon::after {
	right: -28px;
	background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/module/project/unq-section-img--right.svg?20220228);
}

.p-unq-section__hdgNumbering {
	display: flex;
	align-items: center;
	margin: 0 0 1.0625rem;
}

.p-unq-section__hdgNumberingSymbol {
	display: flex;
	-ms-grid-row-align: start;
	align-self: start;
	justify-content: center;
	min-width: 50px;
	min-height: 50px;
	padding: .125rem 0 0;
	margin: 2PX 10PX 0 0;
	font-size: 28PX;
	line-height: 1.71429;
	color: #fff;
	background: #f90;
	border-radius: 50%;
}

.p-unq-section__hdgNumberingTxt {
	flex-grow: 1;
	font-size: 1.125rem;
	letter-spacing: .4PX;
}

.p-unq-section__hdgNumberingSub {
	padding: 0 0 0 3.75rem;
}

.p-unq-section__hdgNumberingNote {
	display: flex;
	margin: 0 0 1.0625rem;
	font-size: .875rem;
}

.p-unq-section__hdgNumberingNoteSymbol {
	padding: 0 5PX 0 0;
}

.p-unq-section__hdgNumberingNoteMsg {
	flex-grow: 1;
}

.p-unq-section__content:not(:last-child) {
	margin: 0 0 1.6875rem;
}

.p-unq-section__finish {
	margin: 49PX 0 0;
}

.p-unq-section__finishImg {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.p-unq-section:not(:last-child) {
	margin-bottom: 95PX;
}

.p-unq-section.var-02 {
	background-color: #def5ec;
}

.p-unq-section.var-02 .p-unq-section__hdgNumberingSymbol,
.p-unq-section.var-02 .p-unq-section__hdgRibbonTxt,
.p-unq-section.var-02 .p-unq-stepHdg__symbol {
	background-color: #47c390;
}

.p-unq-section.var-02 .p-unq-section__hdgRibbon::before {
	background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/module/project/unq-section-img--left02.svg?20220228);
}

.p-unq-section.var-02 .p-unq-section__hdgRibbon::after {
	background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/module/project/unq-section-img--right02.svg?20220228);
}

.p-unq-section02 {
	padding: 2.375rem 20PX 2.5rem;
	margin: 3.0625rem 0 0;
	background: #f6f8f7;
}

.p-unq-section02+.p-unq-section {
	margin-top: 140PX;
}

.p-unq-hdg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: .4375rem 12PX;
	margin: 3.125rem 10PX 1.875rem;
	font-size: 1.25rem;
	line-height: 1.55;
	text-align: center;
	background: #F2F3F0;
}

.p-unq-hdg__note {
	display: block;
	font-size: 1rem;
}

.p-unq-hdg02 {
	font-size: 1.125rem;
	text-align: center;
}

.p-unq-linkList {
	padding: 0 1PX;
	margin: 3.0625rem 0 0;
	text-align: center;
}

.p-unq-linkList__item {
	overflow: hidden;
}

.p-unq-linkList__item:not(:last-child) {
	margin: 0 0 1.25rem;
}

.p-unq-linkList__link {
	position: relative;
	display: block;
	min-height: 72px;
	padding: .875rem 10PX;
	margin: 0 0 28PX;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background: #ff8224;
	border-radius: 4px 4px 0 0;
}

.p-unq-linkList__link::after,
.p-unq-linkList__link::before {
	position: absolute;
	top: 100%;
	display: block;
	content: "";
}

.p-unq-linkList__link::before {
	left: 0;
	width: 100%;
	height: 28px;
	margin-top: -.0625rem;
	background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/module/project/unq-linklist-img.svg?20220228) 0 0/100% 100% no-repeat;
}

.p-unq-linkList__link::after {
	right: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin: -1.0625rem auto 0;
	background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/module/project/unq-linklist-icn.svg?20220228) 0 0/30px 30px no-repeat;
}

.p-unq-media__img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.p-unq-stepHdg__main {
	display: flex;
	align-items: center;
	margin: 0 0 1.0625rem;
}

.p-unq-stepHdg__symbol {
	display: flex;
	-ms-grid-row-align: start;
	align-self: start;
	justify-content: center;
	min-width: 50px;
	min-height: 50px;
	padding: .125rem 0 0;
	margin: 2PX 10PX 0 0;
	font-size: 28PX;
	line-height: 1.71429;
	color: #fff;
	background: #f90;
	border-radius: 50%;
}

.p-unq-stepHdg__txt {
	flex-grow: 1;
	font-size: 1.125rem;
	letter-spacing: .4PX;
}

.p-unq-stepHdg__sub {
	padding: 0 0 0 3.75rem;
}

.p-unq-stepHdg__note {
	display: flex;
	margin: 0 0 1.0625rem;
	font-size: .875rem;
}

.p-unq-stepHdg__noteSymbol {
	padding: 0 5PX 0 0;
}

.p-unq-stepHdg__noteMsg {
	flex-grow: 1;
}

.p-unq-stepLyt__col {
	min-width: 33.3333%;
	max-width: 33.3333%;
	padding: 50PX 0 0 20PX;
}

.p-unq-stepLyt__inner {
	display: flex;
	flex-wrap: wrap;
	margin: -50PX 0 0 -20PX;
}

.l-main__primary:first-child {
	margin-top: 0;
}

.l-section.of-hasTopBorder {
	position: relative;
	margin-top: 3.125rem;
}

.l-section.of-hasTopBorder::before {
	position: absolute;
	top: -3px;
	right: 0;
	left: 0;
	width: calc(100% - 40px);
	margin: 0 auto;
	content: "";
	border-top: 3px solid #F2F3F0;
}

.p-unq-section__content&gt;.p-list-note {
	display: flex;
	justify-content: center;
}


@media screen and (min-width:768px),
print {
	.l-unq-mv {
		padding-top: 17PX;
		background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/index-mv-bg--wide.png?20231201);
		background-size: contain;
	}

	.l-unq-mv__pagetitleImg {
		width: auto;
	}

	.l-unq-mv__pagetitle {
		margin-bottom: 2PX;
	}

	.l-unq-campaign__secondary {
		padding-top: 137PX;
		padding-bottom: 60PX;
		margin-top: -109PX;
	}

	.l-unq-hdg {
		margin-top: 58PX;
		background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/module/layout/unq-hdg-bg--wide.svg?20220228);
	}

	.l-unq-section__content {
		max-width: 1100px;
		margin: 0 auto;
	}

	.l-unq-section02+.l-unq-section {
		margin-top: 5rem;
	}

	.l-unq-section02 {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}

	.l-unq-section02.var-02 {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}

	.c-unq-btn {
		padding-top: 1.1875rem 3.125rem;
		font-size: 1.25rem;
		transition: .2s opacity ease-out;
	}

	.c-unq-btn::before {
		right: 15px;
		width: 28px;
		height: 20px;
	}

	.c-unq-btn:focus,
	.c-unq-btn:hover {
		opacity: .5;
	}

	.p-unq-btn {
		margin-top: 1.0625rem;
		margin-bottom: 1.0625rem;
	}

	.p-unq-section {
		padding-right: 50PX;
		padding-bottom: 60PX;
		padding-left: 50PX;
		margin-top: 18PX;
		border-radius: 20px;
	}

	.p-unq-section__hdgRibbon {
		margin: -20PX 40PX 5rem;
		font-size: 1.875rem;
	}

	.p-unq-section__hdgRibbonTxt {
		padding-bottom: .25rem;
	}

	.p-unq-section__hdgRibbonTxt::after {
		min-height: 79px;
	}

	.p-unq-section__hdgRibbon::after,
	.p-unq-section__hdgRibbon::before {
		bottom: -32px;
		width: 69px;
	}

	.p-unq-section__hdgRibbon::before {
		left: -40px;
		background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/module/project/unq-section-img--left--wide.svg?20220228);
	}

	.p-unq-section__hdgRibbon::after {
		right: -40px;
		background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/module/project/unq-section-img--right--wide.svg?20220228);
	}

	.p-unq-section__hdgNumbering {
		margin-bottom: 1.6875rem;
	}

	.p-unq-section__hdgNumberingSymbol {
		min-width: 80px;
		min-height: 80px;
		margin-right: 20PX;
		font-size: 32PX;
		line-height: 2.4375;
	}

	.p-unq-section__hdgNumberingTxt {
		padding-top: .375rem;
		font-size: 1.25rem;
	}

	.p-unq-section__hdgNumberingSub {
		padding-left: 100PX;
		margin: -1.3125rem 0 1.625rem;
	}

	.p-unq-section__finish {
		margin-top: 60PX;
	}

	.p-unq-section__content:not(:last-child) {
		margin-bottom: 2.5625rem;
	}

	.p-unq-section:not(:last-child) {
		margin-bottom: 79PX;
	}

	.p-unq-section.var-02 .p-unq-section__hdgRibbon::before {
		background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/module/project/unq-section-img--left02--wide.svg?20220228);
	}

	.p-unq-section.var-02 .p-unq-section__hdgRibbon::after {
		background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/module/project/unq-section-img--right02--wide.svg?20220228)
	}

	.p-unq-hdg {
		padding-top: .4375rem;
		padding-bottom: .375rem;
		margin: 3.75rem 0 2.5rem;
		font-size: 1.5rem;
	}

	.p-unq-hdg02 {
		font-size: 1.25rem;
	}

	.p-unq-linkList {
		margin-top: 3.6875rem;
	}

	.p-unq-linkList__list {
		display: flex;
		margin: 0 0 0 -21PX;
	}

	.p-unq-linkList__item {
		min-width: 33.3333%;
		max-width: 33.3333%;
		padding: 0 0 0 21PX;
	}

	.p-unq-linkList__item:not(:root) {
		margin: 0;
	}

	.p-unq-linkList__link {
		margin-bottom: 39PX;
		font-size: 1.25rem;
		transition: .2s opacity ease-out;
	}

	.p-unq-linkList__link::before {
		height: 39px;
	}

	.p-unq-linkList__link::after {
		margin-top: -.75rem;
	}

	.p-unq-linkList__link:focus,
	.p-unq-linkList__link:hover {
		opacity: .5;
	}

	.l-main__primary {
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
		grid-column: 1/5;
	}
} */
body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

main {
  position: relative;
  z-index: 1;
}

nav .anchor_link li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav .anchor_link li:nth-child(5) span {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_nav05_off.png?20231201);
}

nav .anchor_link li:nth-child(5) a:hover span {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_nav05_on.png?20231201);
}

nav .anchor_link li span {
  width: 72px;
  height: 42px;
  left: -20px;
  top: -21px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  nav .anchor_link li span {
    width: 17.06vw;
    height: 9.6vw;
    left: -3.73vw;
    top: -6.93vw;
  }
  nav .anchor_link {
    justify-content: center;
  }
  nav .anchor_link li:nth-of-type(even) {
    margin-left: 4.48%;
  }
  nav .anchor_link li:nth-child(3) a, nav .anchor_link li:nth-child(4) a {
    padding: 1.6vw 0 4.67vw;
  }
}
.cont06 {
  background-color: #fefae6;
}
.cont06 .inner {
  padding: 86px 10px 101px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cont06 .inner {
    padding: 13.2vw 0;
  }
}
.cont06 h2 span {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_h2_05.png?20231201);
  background-size: contain;
}
.cont06 .lead {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont06 .lead {
    font-size: 4vw;
    font-weight: 600;
  }
}
.cont06 .rows {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
}
.cont06 .rows &gt; * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 13px;
  padding-right: 13px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .cont06 .rows &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.cont06 .rows img {
  width: 100%;
  height: auto;
}
.cont06 .speech_bubble {
  margin-top: 24px;
}

.cont03 {
  background-color: #ffffff;
}
.cont03 .btn01 {
  display: block;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/btn01_pc_on.png?20231201) no-repeat center/cover;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cont03 .btn01 {
    background: none;
  }
}
.cont03 .btn01 img {
  width: 100%;
  height: auto;
}
.cont03 .btn01:hover img {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .cont03 .btn01:hover img {
    opacity: 1;
  }
}

.cont04 {
  background-color: #fefae6;
}
.cont04 .acceptance .acceptBox {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .cont04 .acceptance .acceptBox {
    padding: 20px 15px;
  }
}
.cont04 .acceptance .acceptBox h3 {
  font-size: 25px;
  font-weight: 700;
  color: #ec2946;
  text-align: center;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .cont04 .acceptance .acceptBox h3 {
    font-size: 5.06vw;
    font-weight: 700;
    line-height: 1.263;
  }
}
.cont04 .acceptance .acceptInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.cont04 .acceptance .acceptInner .txt {
  flex: 0 0 72.1153846154%;
  max-width: 72.1153846154%;
}
@media screen and (max-width: 767px) {
  .cont04 .acceptance .acceptInner .txt {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }
}
.cont04 .acceptance .acceptInner .img {
  flex: 0 0 25%;
  max-width: 25%;
  background-color: #f5f5f5;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont04 .acceptance .acceptInner .img {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cont04 .acceptance .acceptInner {
    margin-top: 0;
  }
}
.cont04 .acceptance .ttl01 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.cont04 .acceptance .ttl01:not(:first-of-type) {
  margin-top: 15px;
}
.cont04 .acceptance .ttl01 .redBox {
  flex: 0 0 41.3333333333%;
  max-width: 41.3333333333%;
  background-color: #ec2946;
  border-radius: 10px;
  padding: 10px;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cont04 .acceptance .ttl01 .redBox {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
  }
}
.cont04 .acceptance .ttl01 .txt {
  flex: 0 0 56%;
  max-width: 56%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .cont04 .acceptance .ttl01 .txt {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cont04 .acceptance .ttl01 {
    margin-top: 15px;
  }
}
.cont04 .acceptance .nml {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .cont04 .acceptance .nml {
    font-size: 13px;
    margin-top: 15px;
  }
}

.cont03 .lead-note,
.cont03 .note,
.cont04 .acceptance .note {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 15px;
}
.cont04 .acceptance .note &gt; *:nth-of-type(1) {
  flex: 0 0 1em;
  max-width: 1em;
}
.cont04 .acceptance .note &gt; *:nth-of-type(2) {
  flex: 0 0 calc(100% - 1.5em);
  max-width: calc(100% - 1.5em);
}
.cont04 .acceptance .note strong {
  color: #ec2946;
}
@media screen and (max-width: 767px) {
  .cont03 .lead-note,
  .cont03 .note,
  .cont04 .acceptance .note {
    font-size: 12px;
  }
}
.cont04 .acceptance:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cont04 .acceptance:first-of-type {
    margin-top: 20px;
  }
}
.cont04 .arrowhr {
  margin: 20px 0;
  height: 48px;
  border: none;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/icn_arrow01.svg?20231129) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .cont04 .arrowhr {
    margin: 15px 0;
    height: 35px;
  }
}

.tab-list-wrap #tab-list1 b {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_car_off.png?20231201) no-repeat left top;
  background-size: 36px 24px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tab-list-wrap #tab-list1 b {
    display: block;
    background-position: left 7% center;
    background-size: 7.2vw auto;
  }
}

#tab-btn1:checked ~ .tab-list-wrap #tab-list1 b {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_car_on.png?20231201) no-repeat left top;
  background-size: 36px 24px;
}
@media screen and (max-width: 767px) {
  #tab-btn1:checked ~ .tab-list-wrap #tab-list1 b {
    display: block;
    background-position: left 7% center;
    background-size: 7.2vw auto;
  }
}

.tab-list-wrap #tab-list2 b {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_fire_off.png?20231201) no-repeat left top;
  background-size: 36px 24px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tab-list-wrap #tab-list2 b {
    display: block;
    background-position: left 10% center;
    background-size: 6.1vw auto;
  }
}

#tab-btn2:checked ~ .tab-list-wrap #tab-list2 b {
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/ico_fire_on.png?20231201) no-repeat left top;
  background-size: 36px 24px;
}
@media screen and (max-width: 767px) {
  #tab-btn2:checked ~ .tab-list-wrap #tab-list2 b {
    display: block;
    background-position: left 10% center;
    background-size: 6.1vw auto;
  }
}

.tab-content li .num {
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
.tab-content li .mhb01,
.tab-content li .mhb02 {
  margin-bottom: 20px;
}
.tab-content li .mhb01 {
  height: 95px;
}
.tab-content li .mhb02 {
  height: 120px;
}
.tab-content li .other-mhb02 {
  height: 120px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .tab-content li .mhb01,
  .tab-content li .mhb02 {
    margin-bottom: 15px;
  }
  .tab-content li .mhb01,
  .tab-content li .mhb02 {
    height: 80px;
  }
  .tab-content li .other-mhb02 {
    height: 120px;
    margin-bottom: 15px;
  }
}
.tab-content li .attention {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .tab-content li .attention {
    margin-top: 15px;
  }
}
.tab-content li figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#tab-content1 .flexBox li,
#tab-content2 .flexBox li {
  border: 2px #ec2946 solid;
  border-radius: 10px;
  display: block;
  padding-bottom: 20px;
}
#tab-content1 .flexBox li .attention,
#tab-content2 .flexBox li .attention {
  font-weight: 600;
  line-height: 1.5625;
  color: #ec2946;
  letter-spacing: -0.1em;
}

#tab-content1 .flexBox li:nth-child(1) figure {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #tab-content1 .flexBox li:nth-child(1) figure {
    margin-top: 15px;
  }
}
#tab-content1 .flexBox li:nth-child(2) figure, #tab-content1 .flexBox li:nth-child(3) figure, #tab-content1 .flexBox li:nth-child(4) figure {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #tab-content1 .flexBox li {
    padding-bottom: 3.2vw;
  }
}

#tab-content2 .flexBox li:nth-child(1) {
  padding-bottom: 20px;
}
#tab-content2 .flexBox li:nth-child(1) figure {
  width: auto;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #tab-content2 .flexBox li {
    width: 47.76%;
  }
}
@media screen and (max-width: 767px) {
  #tab-content2 .flexBox li a:link, #tab-content2 .flexBox li a:visited, #tab-content2 .flexBox li a:hover, #tab-content2 .flexBox li a:active {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  #tab-content2 .flexBox {
    display: flex;
  }
}

.cont05 {
  background-color: #ffffff;
}

.cont07 {
  background-color: #fefae6;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .cont07 {
    padding: 50px 0;
  }
}

#tab-content2 .flexBox li a {
  border: 2px #ffffff solid;
}

#tab-content1 .flexBox li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93.2%;
  min-height: 46px;
  margin: 0 auto;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #ec2946;
  border-radius: 5px;
  box-shadow: 0 -4px 1px rgba(0, 0, 0, 0.2) inset;
  border: 2px #ffffff solid;
}

#tab-content2 .flexBox li a,
#tab-content1 .flexBox li a {
  max-width: 200px;
  width: 100%;
}

#tab-content2 .flexBox li a:after,
#tab-content1 .flexBox li a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/bg_arrow02_off.png?20231201) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

#tab-content1 .flexBox li a:hover {
  color: #ec2946;
  background-color: #fff;
  box-shadow: none;
  border: solid 2px #ec2946;
}

#tab-content2 .flexBox li a:hover:after,
#tab-content1 .flexBox li a:hover:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/bg_arrow02_on.png?20231201) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #tab-content2 .flexBox li a:link,
  #tab-content2 .flexBox li a:visited,
  #tab-content2 .flexBox li a:hover,
  #tab-content2 .flexBox li a:active,
  #tab-content1 .flexBox li a:link,
  #tab-content1 .flexBox li a:visited,
  #tab-content1 .flexBox li a:hover,
  #tab-content1 .flexBox li a:active {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 13.3vw;
    margin: 3.2vw auto 0;
    padding: 0 6vw;
    font-size: 2.8vw;
    font-weight: 700;
    color: #fff;
    background-color: #ec2946;
    border: none;
    box-shadow: 0 -1.067vw 1px rgba(0, 0, 0, 0.2) inset;
  }
  #tab-content2 .flexBox li a:link:after,
  #tab-content2 .flexBox li a:visited:after,
  #tab-content2 .flexBox li a:hover:after,
  #tab-content2 .flexBox li a:active:after,
  #tab-content1 .flexBox li a:link:after,
  #tab-content1 .flexBox li a:visited:after,
  #tab-content1 .flexBox li a:hover:after,
  #tab-content1 .flexBox li a:active:after {
    content: "";
    display: inline-block;
    width: 2.93vw;
    height: 3.067vw;
    background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/bg_arrow02_off.png?20231201) no-repeat left top;
    background-size: contain;
    border: none;
    position: absolute;
    right: 2.267vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cont01 h2 span,
.cont02 h2 span,
.cont03 h2 span,
.cont04 h2 span,
.cont05 h2 span,
.cont06 h2 span {
  background-repeat: no-repeat;
  background-position: center;
}

#tab-content1 .flexBox li:nth-child(1) figure,
#tab-content2 .flexBox li:nth-child(1) figure {
  width: auto;
  max-width: 150px;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  #tab-content1 .flexBox li:nth-child(1) figure,
  #tab-content2 .flexBox li:nth-child(1) figure {
    width: 25vw;
  }
}

/* カルーセル */
.carousel .item {
  position: relative;
  min-width: auto;
  min-height: 550px;
  margin: 40px;
  padding: 20px;
  border: 2px #ec2946 solid;
  border-radius: 10px;
}

.login-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 13.3vw;
  margin: 3.2vw auto 0;
  padding: 0 6vw;
  font-size: 2.8vw;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ec2946;
  border: none;
  border-radius: 5px;
  box-shadow: 0 -1.067vw 1px rgb(0 0 0 / 20%) inset;
}

.login-btn::after {
  content: "";
  display: inline-block;
  width: 2.93vw;
  height: 3.067vw;
  background: url(https://d18f657670wm8u.cloudfront.net/otona/contractor/mgm/image/bg_arrow02_off.png?20231201&amp;20231201) no-repeat left top;
  background-size: contain;
  border: none;
  position: absolute;
  right: 2.267vw;
  top: 50%;
  transform: translateY(-50%);
}

.item p {
  font-size: 3.46vw;
  font-weight: 900;
  line-height: 1.3846;
}

.item .attention {
  font-weight: 600;
  line-height: 1.5625;
  color: #ec2946;
  letter-spacing: -0.1em;
}
</pre></body></html>