html{
  font-family: 'Noto Sans SC', sans-serif;
}

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

.breadcumb {
    padding: 5px;
    font-size: 13px;
    margin-top: 10px;
}
.font-sans {
    font-family: 'Noto Sans SC', sans-serif !important;
}
.font-serif {
    font-family: 'Noto Serif SC', serif !important;
}
.font-light-grey {
    color: RGB(109,111,113) !important;
}
.font-dark-grey {
    color: RGB(64,64,64) !important;
}
.font-pink {
    color: #da5187 !important;
}
.font-blue {
    color: RGB(0,159,232) !important;
}
.bg-blue {
    background-color: RGB(0,159,232) !important;
    color: white !important;
}
.bg-green {
    background-color: #75C7C6 !important;
    color: white !important;
}
.bg-pink {
    color: white !important;
    background-color: #da5187 !important;
}

.bg-pink a{
		text-decoration:none;
		color:#ffffff;
}

.bg-custom {
    color: white !important;
    background-color: RGB(137,169,178) !important;
}
button {
    border: none;
    outline: none;
    cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
button:hover, button:focus, button:visited, button:active {
    outline: none;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.detail-button-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 25px;
}

.detail-button-container img {
    max-width: 60%;
}

.button-detail:hover {
    text-decoration: none;
}

.button-detail.pc-only {
    display: none;
}
#header-phone.pc-only {
    display: none;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: RGB(0,159,232);
    height: 3px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px;
    height: 48px;
    background-image: none;
}

.carousel-control-prev i,
.carousel-control-next i {
    color: #000000;
    font-size: 48px;
}

/* .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
  } */

/* header */

.header-index {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* margin-top: 45px; */
}

#header-logo {
    width: 35%;
}

#header-badge {
    width: 65%;
    text-align: center;
    font-size: 11px;
}

#header-phone {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #efefef;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

#header-phone .phone-icon {
    width: 10%;
}

#header-phone .company-text {
  font-weight: bold;
  width: 100%;
  font-size: 20px;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  #header-phone .company-text {
    font-size: 25px;
  }
}

#header-phone .phone-number {
    padding-left: 10px;
    width: 90%;
    font-size: 12px;
}

#header-phone .phone-number span {
    font-size: 20px;
    line-height: 20px;
}

.header-top-text {
    font-size: 12px;
    margin-top: 0px;
}

.carousel {
    margin-bottom: 20px;
}

.drawer-nav ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.drawer-nav ul li a {
    display: inline-block;
    padding: 10px 25px;
    width: 100%;
    color: RGB(109,111,113);
}

.drawer-nav ul li a:focus,
.drawer-nav ul li a:active,
.drawer-nav ul li a:hover {
    text-decoration: none;
    background-color: RGB(109,111,113);
    color: #FFFFFF;
    transition: background-color 0.3s linear;
}

.notice_section a {
    text-decoration: underline;
}


/* form */

.sec-web form input[type="radio"]:checked {
    border: 5px solid #da5187;
}

.sec-web form input[type="radio"] {
    margin-left: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    transition: 0.2s all linear;
    outline: none;
    position: relative;
    vertical-align: sub;
}

.sec-web form .radio-label {
    margin: 0;
    display: inline-flex;
    font-size: 16px;
    margin-left: 3px;
}

.sec-web {
    position: relative;
}

.sec-web form {
    text-align: left;
}

.sec-web form .form-part-1,
.sec-web form .form-part-2 {
    color: black !important;
    padding: 10px;
    border-bottom: grey 1px solid;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sec-web form .form-part-1 .label,
.sec-web form .form-part-2 .label {
    font-size: 18px;
    width: 100%;
}

.sec-web form .form-part-3 {
    margin-top: 40px;
    border-radius: 10px;
    position: relative;
    padding: 20px;
}

.sec-web form .form-part-3 input.subtitle {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-size: 26px;
    border: none;
    background-color: transparent;
}

.sec-web form .form-part-3 input.minititle {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-size: 20px;
    border: none;
    background-color: transparent;
}

.sec-web form .form-part-3 #finger {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 20%;
}

.sec-web form .form-part-3 .digit-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.sec-web form .form-part-3 .digit-section .digit {
    width: 35px;
    height: 50px;
    border: transparent 1px solid;
    background-color: #FFFFFF;
    margin: 0 3px;
}

.sec-web form .form-part-3 .digit-section .unit {
    font-size: 20px;
}

.sec-web form .caption {
    text-align: center;
    margin: 10px 0;
    font-size: 20px;
}

.sec-web form .phone-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-web form .phone-sec .phone-icon {
    width: 10%;
}

.sec-web form .phone-sec .phone-number {
    font-size:12px;
    padding-left: 5px;
}

.sec-web form .phone-sec .phone-number span {
    font-size: 24px;
    line-height: 24px;
}

/* 新しいformのボタン */
form input {
    background: color
}

.sec-web form .form-part-3 .mitsumori-button-container {
    padding: 0 50px;
}

.mitsumori-button {
    /* background-image: url('LibraryHoverTrans.png'); */
    /* background:url(./images/mitsumori_start_button.png) top center; */
}

.mitsumori-button:hover {
    /* background-image: url('LibraryHoverTrans.png'); */
    opacity: 0.6;
    /* background: rgba(76, 175, 80, 0.6); */
    /* background:url(./images/mitsumori_start_button_highlight.png) top center; */
}

.sec-web .cards-caption {
    position: relative;
    margin-top: 100px;
}
.sec-web .cards-caption a{
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-web .cards-caption .subtitle {
    font-size: 15px;
    padding: 10px;
    margin: 10px 0;
}

.sec-web .cards-caption #girl-smile {
    position: absolute;
    height: 100px;
    right: 10px;
    top: -100px;
}

.sec-web .round-tip.tip-2 {
    position: absolute;
    top: -70px;
    left: 0;
    line-height: 20px;
    padding-top: 10px;
}

.sec-web .round-tip.tip-3 {
    position: absolute;
    top: -70px;
    left: 0;
    line-height: 20px;
    padding-top: 10px;
}

.sec-web .cards-caption .desc {
    color: #000000;
    font-size: 14px;
    text-align: left;
}

.sec-web .sec-web-header-icon {
  text-align: center;
}
.sec-web .sec-web-header-icon img {
  width: 60%;
}
.sec-web .sec-web-header-text {
  font-size: 22px;
  font-weight: bold;
  font-family: initial;
  color: initial;
}

.sec-web .sec-web-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sec-web .sec-web-text .title {
    font-size: 36px;
    margin: 10px 0;
}

.sec-web .sec-web-text .subtitle {
    font-size: 18px;
    margin: 10px 0;
}

.sec-web .sec-web-text .minititle {
    font-size: 18px;
    padding: 10px;
    margin: 10px 0 25px 0;
}

.sec-web .round-tip {
    border-radius: 50%;
    width:80px;
    height: 80px;
    line-height: 75px;
    font-size: 16px;
    border: #FFFFFF 2px solid;
}

.sec-web .round-tip.tip-1 {
    position: absolute;
    top: 150px;
    right: 0;
}

.sec-web form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sec-web .cards {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.sec-web .cards .cards-icon {
    width: 200px;
}
.sec-web .cards .cards-desc {
    padding-left: 10px;
    text-align: left;
}

.sec-web .cards .cards-desc .subtitle {
    font-size: 12px;
}

.sec-web .cards .cards-desc .minititle {
    font-size: 12px;
}

.sec-web .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.sec-web .buttons .round-button {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 14px;
    padding-top: 20px;
}

.sec-web .buttons .rect-button {
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
}

.sec-web .buttons span {
    font-size: 12px;
}

.lifeline-banner {
    margin-bottom: 30px;
}

.crown-banner {
    margin-bottom: 30px;
}

.page-content .sec-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 10px
}

.page-content .sec-top .short {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.page-content .sec-top .short .font-2 {
    font-size: 20px;
}

.page-content .sec-top .short .font-4 {
    font-size: 12px;
    padding: 10px 2px;
    border-top: #FFFFFF 2px solid;
    border-bottom: #FFFFFF 2px solid;
}

.page-content .sec-top .short .font-1 {
    font-size: 32px;
    padding: 0 2px;
}

.page-content .sec-top .short .font-3 {
    font-size: 14px;
    padding: 0 2px;
}

.page-content .sec-car {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.page-content .sec-car .blue-car {
    width: 40%;
}

.page-content .sec-car .daily-limit {
    width: 60%;
    padding-left: 10px;
}

.page-content .sec-car .daily-limit.font-3 {
    font-size: 20px;
}

.page-content .sec-car .daily-limit .font-1 {
    font-size: 45px;
    line-height: 45px;
}

.page-content .sec-car .blue-speed {
    width: 10%;
    margin-top: 10px;
}

.page-content .sec-car .link {
    width: 90%;
    padding-left: 10px;
    margin-top: 10px;
}

.page-content .sec-car .link a {
    background: white;
    border: 1px solid RGB(0,159,232);
    color: RGB(0,159,232);
    padding: 20px;
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
}

.page-content .sec-car .link a:focus,
.page-content .sec-car .link a:active,
.page-content .sec-car .link a:hover {
    text-decoration: none;
    background-color: RGB(0,159,232);
    color: #FFFFFF;
}

.page-content .sec-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-top: RGB(0,159,232) 3px solid;
    border-bottom: RGB(0,159,232) 3px solid;
    padding: 30px 0;
}

.page-content .sec-img .detail {
    width: 50%;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

.page-content .sec-img .desc {
    width: 50%;
    padding: 10px;
}

.page-content .sec-img .desc p {
    border-bottom: RGB(0,159,232) 2px solid;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
}

.page-content .sec-img .desc .font-1 {
    font-size: 50px;
}

.page-content .sec-img .desc .font-3 {
    font-size: 22px;
}

.page-content .sec-model {
  border-top: RGB(0,159,232) 3px solid;
    position: relative;
}

.page-content .sec-model #model-model {
    position: absolute;
    top: 0;
    left: -20%;
    width: 70%;
    z-index: -2;
}

.page-content .sec-model .title {
    font-size: 18px;
}

.page-content .sec-model .title.model-mt-1 {
    font-size: 32px;
}

.page-content .sec-model #cross {
    width: 30px;
}

.page-content .sec-model .round-tips {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.page-content .sec-model .round-tips .tip {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: RGB(0,159,232);
    font-size: 18px;
    padding-top: 25px;
    margin: 0 10px;
}

.page-content .sec-model .desc-wrap {
    padding-top: 20px;
    background:url(./images/two_girl.png) top center;
    background-size: cover;
    margin-bottom: 30px;
}

.page-content .sec-model .desc-wrap .desc {
    padding: 20px;
}

.page-content .sec-model .desc-wrap .desc::before {
    position: absolute;
    content: "";
    background-image: url(./images/rect.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-top: -15px;
}

.page-content .sec-model .desc-wrap .desc .subtitle {
    font-size: 20px;
}

.page-content .sec-model .desc-wrap .desc .minititle {
    font-size: 12px;
}

.page-content .sec-model .desc-wrap .desc .content {
    font-size: 12px;
}

.page-content .sec-model .detail {
    display: block;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.page-content .sec-model .detail:focus,
.page-content .sec-model .detail:active,
.page-content .sec-model .detail:hover {
    text-decoration: none;
}

.page-content .sec-box .banner {
    padding: 10px;
    height: 60vw;
    /* background-image: url(./images/box-banner.png); */
    background-image: url(./images/box_image_new.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    text-align: left;
}

.page-content .sec-box .image-row {
    display:flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.page-content .sec-box .image-row img {
    width: 110px;
    height: 100%;
}

.page-content .sec-box .center-image {
    padding: 20px;
    height: 65vw;
    background-image: url(./images/designers-cardboard-box-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
}

.page-content .sec-box .center-image .left-image{
    position: absolute;
    height: 80px;
    width: 80px;
    bottom: -25px;
    left: -10px;
}

.page-content .sec-box .center-image .left-image img{
    max-width: 100%;
    height: auto;
}

.page-content .sec-box .center-image .text{
    position: absolute;
    color: gray;
    left: 30%;
    top: 30%;
    font-size: 13px;
}

.page-content .sec-box .center-image .text .font-gold{
    color: goldenrod;
}

.page-content .sec-box .center-image .text .title{
    font-size: 10px;
    margin: 5px 0;
}

.page-content .sub-page .sub-content .image-row {
    display:flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 10px;

}

.page-content .sub-page .sub-content .image-row img {
    width: 100%;
    height: 100%;
}

.page-content .sec-user .banner {
    border-top: RGB(0,159,232) 3px solid;
    padding: 10px;
    height: 50vw;
    background-image: url(./images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    text-align: left;
}

.page-content .sec-user .banner .title {
    font-size: 22px;
}

.page-content .sec-user .banner .subtitle {
    font-size: 12px;
}

.page-content .sec-user .buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.page-content .sec-user .buttons a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #FFFFFF;
    border: RGB(0,159,232) 1px solid;
}

.page-content .sec-user .buttons a:focus,
.page-content .sec-user .buttons a:active,
.page-content .sec-user .buttons a:hover {
    text-decoration: none;
    background-color: RGB(0,159,232);
    color: #FFFFFF;
}

.page-content .sec-user .detail {
    display: block;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.page-content .sec-user .detail:focus,
.page-content .sec-user .detail:active,
.page-content .sec-user .detail:hover {
    text-decoration: none;
}

.page-content .sec-lifeline .detail:focus,
.page-content .sec-lifeline .detail:active,
.page-content .sec-lifeline .detail:hover {
    text-decoration: none;
}

.page-content .sec-lifeline .banner {
    border-top: RGB(0,159,232) 3px solid;
    padding: 10px;
    height: 60vw;
    background-image: url(./images/210706_banner_life_support_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
    text-align: left;
}


.page-content .sec-lifeline .detail {
    display: block;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.page-content .sec-work {
    border-top: RGB(0,159,232) 3px solid;
    margin-bottom: 30px;
    position: relative;
}

.page-content .sec-work .title {
    font-size: 16px;
    padding: 20px;
}

.page-content .sec-work .content-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.page-content .sec-work .content-wrap .list-wrap {
    width: 100%;
}

.page-content .sec-work .content-wrap .list-wrap ul {
    list-style-type: square;
    font-size: 20px;
    padding-left: 60px;
}

.page-content .sec-work .content-wrap .list-wrap .phone-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-icon {
    width: 10%;
}

.page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number {
    font-size:12px;
    padding-left: 5px;
}

.page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number span {
    font-size: 24px;
    line-height: 24px;
}

.page-content .sec-work .content-wrap .work-result-wrap {
    width: 100%;
    padding-top: 30px;
}

.page-content .sec-work .round-tip {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    font-size: 16px;
    padding-top: 15px;
    text-align: center;
    position: absolute;
    bottom: 35vw;
    right: 10px;
}

.page-content .sec-work .work-two {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    left: 10px;
}

.page-content .sec-guide {
    margin-bottom: 30px;
}

.page-content .sec-guide .title {
    padding: 10px;
    font-size: 20px;
    text-align: center;
}

.page-content .sec-guide .guides {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-content .sec-guide .guide {
    width: 100%;
    border: #000000 1px solid;
    margin: 10px 0;
    padding: 10px;
}

.page-content .sec-guide .guide .subtitle {
    font-size: 16px;
}

.page-content .sec-guide .guide .content {
    font-size: 14px;
}

.page-content .sec-guide .guide .guide-img {
    width: 100%;
    height: 200px;
    margin-top: 10px;
}

.page-content .sec-guide .guide .guide-img:focus,
.page-content .sec-guide .guide .guide-img:active,
.page-content .sec-guide .guide .guide-img:hover {
    opacity: 0.7;
    transition: opacity 0.3s linear;
}

.page-content .sec-guide .guide .guide-img#img-ichi {
    background: url(./images/guide_ichi.png) center center;
    background-size: cover;
}

.page-content .sec-guide .guide .guide-img#img-ni {
    background: url(./images/guide_ni.png) center center;
    background-size: cover;
}

.page-content .sec-guide .guide .guide-img#img-san {
    /* background: url(./images/guide_san.jpg) center center; */
    background: url(./images/guide_san_new.png) center center;
    background-size: cover;
    background-position-x: 40%;
}

.page-content .sec-guide .guide .guide-img#img-si {
    background: url(./images/guide_si.png) center center;
    background-size: contain;
}

.page-content .sec-guide .guide .guide-img#img-go {
    background: url(./images/guide_go.png) center center;
    background-size: cover;
}

.page-content .sec-guide .guide .guide-img#img-roku {
    background: url(./images/guide_roku.png) center center;
    background-size: cover;
}

.page-content .cm {
    background: linear-gradient(#19294d 0,#284480 100%);
    /* padding: 20px 100px; */
    margin: 2px;
    position: relative;
}

.page-content .cm__inner {
    padding: 0 0px;
}

.page-content .content {
    max-width: 1200px;
    margin: 0 auto;
}

.page-content .cm-heading {
    text-align: center;
    margin-top: 40px;
}

.page-content .cm-heading__title {
    display: inline-block;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.48;
    text-align: center;
    color: #fff;
    border-bottom: 3px solid #fff;
}

.page-content .cm-movie {
    display: flex;
    list-style: none;
    margin: 59.5px -40px 0;

    flex-direction: column;
    margin: 62px 0 0;
}



.page-content .cm-movie-item {
    width: 100%;
    margin: 0;
}

.page-content .cm-movie-item__img {
    width: 100%;
}

.page-content  .cm-movie-item__title {
    font-weight: 500;
    font-size: 19px;
    letter-spacing: .1em;
    text-align: center;
    color: #fff;
    margin-top: 22px;
}

.page-content .sec-video {
    margin-top: 30px;
    padding: 10px;
    margin-bottom: 30px;
}

.page-content .sec-video .title {
    font-size: 24px;
}

.page-content .sec-video #play-1 {
    width: 50px;
}

.page-content .sec-video .videos {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-content .sec-video .videos .video {
    width: 100%;
    margin: 10px 0;
}

.page-content .sec-video .videos .video .video-frame {
    width: 100%;
    height: calc((100vw - 50px) / 16 * 9);
}

.page-content .sec-video .videos .video .subtitle {
    font-size: 20px;
}

.page-content .sec-services {
    padding: 10px;
    margin-bottom: 30px;
}

.page-content .sec-services .title {
    font-size: 24px;
}

.page-content .sec-services .service {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    /* background-color: #FFFFFF; */
    border-radius: 10px;
    margin: 10px 0;
}

.page-content .sec-services .service .desc {
    width: 100%;
}

.page-content .sec-services .service .desc .subtitle {
    font-size: 16px;
    margin-top: 10px
}

.page-content .sec-services .service .desc .content {
    font-size: 13px;
}

.page-content .sec-services .service .img {
    width: 100%;
    height: 200px;
}

.page-content .sec-services .service .desc img.left-image {
    width: 100%;
    margin-top: -85px;
 }

.page-content .sec-services .service .img:focus,
.page-content .sec-services .service .img:active,
.page-content .sec-services .service .img:hover {
    opacity: 0.7;
    transition: opacity 0.3s linear;
}

.page-content .sec-services .service .img #img-ichi {
    width: 100%;
    height: 100%;
    background: url(./images/service_ichi_img.png) center center;
    background-size: cover;
}

.page-content .sec-services .service .img #img-ni {
    width: 100%;
    height: 100%;
    background: url(./images/service_ni_img.png) center center;
    background-size: cover;
}

.page-content .sec-services .service .img #img-san {
    width: 100%;
    height: 100%;
    background: url(./images/service_san_img.png) center center;
    background-size: cover;
}

.page-content .sec-services .service .img #img-si {
    width: 100%;
    height: 100%;
    background: url(./images/service_si_img.png) center center;
    background-size: cover;
}

.page-content .sec-services .service .img #img-go {
    width: 100%;
    height: 100%;
    /* background: url(./images/service_go_img.png) center center; */
    background: url(./images/service_go_img-designer.png) center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer {
    margin-bottom: 120px;
}

#floating-area {
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    bottom: -100px;
    transition-duration: 0.5s;
}

#floating-area.active {
    transform: translate(0, -100px);
    -webkit-transform: translate(0, -100px);
}

#floating-area .floating-area-arrow {
    width: 160px;
    height: 40px;
    background-color: #FF8800;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: calc(50% - 80px);
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

#floating-area .floating-area-arrow:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #FF8800;
    top: 95%;
    left: 50%;
    margin-left: -10px;
}

#floating-area .floating-area-content {
    width: 100%;
    height: 65px;
    background-color: #007bff;
    margin-top: 35px;
    padding: 10px;
    display: flex;
}

#floating-area .floating-area-content .estimate-link {
    display: inline-block;
    height: 45px;
    width: calc(55% - 3px);
    margin-right: 3px;
    padding-top: 12px;
    font-size: 16px;
    background-color: #009DE6;
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
}

#floating-area .floating-area-content .estimate-link:focus,
#floating-area .floating-area-content .estimate-link:active,
#floating-area .floating-area-content .estimate-link:hover {
    text-decoration: none;
    opacity: 0.7;
}

#floating-area .floating-area-content .phone-number {
    height: 45px;
    width: calc(45% - 3px);
    margin-left: 3px;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 7px 0;
    color: #000000;
}

#floating-area .floating-area-content .phone-number .phone-number-text {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

#floating-area .floating-area-content .phone-number .phone-number-desc {
    font-size: 13px;
    text-align: center;
}

.footer .container {
    position: relative;
}

.footer .round-tip {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    padding-top: 25px;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 10px;
}

.footer .title {
    font-size: 28px;
    padding-top: 60px;
}

.footer .content {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer .round-tip .font-1 {
    font-size: 24px;
    line-height: 24px;
}
.footer .footer-menu {
    margin-bottom: 30px;
}

.footer .footer-menu .container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.footer .footer-menu .container a {
    display: inline-block;
    padding: 10px 5px;
    font-size: 13px;
    text-align: center;
}

.footer .footer-menu .container a:nth-child(1) {
    width: 20%;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(2) {
    width: 25%;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(3) {
    width: 55%;
    border-bottom: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(4) {
    width: 50%;
    border-right: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(5) {
    width: 28%;
    border-right: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(6) {
    width: 22%;
}

.footer .footer-menu .container a:focus,
.footer .footer-menu .container a:active,
.footer .footer-menu .container a:hover {
    background-color: #FFFFFF;
    color: #009DE6 !important;
    transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.footer .blue-logo img {
    width: 280px;
    margin-bottom: 10px;
}

.footer .blue-logo p {
    font-size: 12px;
}

.footer .blue-logo p a {
    color: black;
}

.instagram-link:focus,
.instagram-link:active,
.instagram-link:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .sp-nav ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
  }

  .sp-nav ul li a {
    display: inline-block;
    padding: 10px 25px;
    width: 100%;
    color: RGB(109,111,113);
  }

  .sp-nav ul li a:focus,
  .sp-nav ul li a:active,
  .sp-nav ul li a:hover {
    text-decoration: none;
    background-color: RGB(109,111,113);
    color: #FFFFFF;
    transition: background-color 0.3s linear;
  }
  .sp-nav {
    -webkit-transition: none;
    transition: none;
    position: relative;
    width: 100%;
  }
  .sp-nav ul {
    display: flex;
  }
  .sp-nav ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
  }
  .sp-nav ul li a {
    padding: 10px;
  }
  .sp-nav-menu ul li a {
    padding: 0;
    border-bottom: 5px solid #0097DD;
  }
  .sp-nav-menu-icon {
    box-sizing: border-box;
    border-right: 2px solid #0097DD;
  }
  .sp-nav-menu-icon.last {
    border-right: 2px solid #ffffff;
  }
  .sp-nav-menu-icon {
    overflow: hidden;
  }
  .sp-nav-menu-icon img {
    width: 100%;
  }
  .sp-nav-menu-text {
    text-align: center;
    font-size: 12px;
    color: #000;
    padding: 4px 0;
    white-space: nowrap;
  }

  .sp-nav-menu-text.add2412{
    font-size: 8.5px;
    height: 26px;
    line-height: 20px;
  }
  .menu-new ul li a {
    padding: 10px 25px 10px 5px;
    border-bottom: 2px solid #0097DD;
  }
  .menu-new-icon {
    float: left;
  }
  .menu-new-icon img {
    width: 80px;
  }
  .menu-new-text {
    float: left;
    padding-top: 2px;
  }
}
.menu-new-icon.icon-dummy {
  position: relative;
}
.menu-new-icon.icon-dummy .dummy-text{
  position: absolute;
  top: calc(100% - 1.0em);
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
}
@media (min-width: 576px) {
    #header-badge {
        font-size: 20px;
    }
    #header-phone .phone-number {
        font-size: 16px;
    }
    #header-phone .phone-number span {
        font-size: 30px;
        line-height: 30px;
    }
    .sec-web form .form-part-1 .label,
    .sec-web form .form-part-2 .label {
        width: auto;
    }
    .sec-web .sec-web-text {
        width: 75%;
    }
    .sec-web form {
        width: 75%;
    }
    .sec-web .round-tip {
        width:100px;
        height: 100px;
        line-height: 90px;
        font-size: 20px;
    }
    .sec-web .round-tip.tip-1 {
        top: 10px;
        right: 0;
    }
    .sec-web form .caption {
        font-size: 24px;
    }
    .sec-web form .phone-sec .phone-number {
        font-size: 16px;
    }
    .sec-web form .phone-sec .phone-number span {
        font-size: 30px;
        line-height: 30px;
    }
    .sec-web .cards-caption {
        margin-top: 60px;
    }
    .sec-web .cards-caption .subtitle {
        font-size: 17px;
    }
    .sec-web .cards-caption #girl-smile {
        height: 130px;
        right: 10px;
        top: -85px;
    }
    .sec-web .round-tip.tip-2 {
        top: 10px;
        left: 10px;
        line-height: 22px;
        padding-top: 15px;
    }
    .sec-web .round-tip.tip-3 {
        top: -70;
        left: 10px;
        line-height: 22px;
        padding-top: 15px;
    }
    .sec-web .cards-caption .desc {
        margin-left: 120px;
    }
    .sec-web .buttons .round-button {
        width: 120px;
        height: 120px;
        font-size: 21px;
        padding-top: 28px;
    }
    .sec-web .buttons .rect-button {
        padding: 5px 20px;
        font-size: 18px;
    }
    .sec-web .buttons span {
        font-size: 18px;
    }
    .page-content .sec-top {
        padding: 20px
    }
    .page-content .sec-top .short {
        width: 50%;
    }
    .page-content .sec-top .short .font-2 {
        font-size: 22px;
    }
    .page-content .sec-top .short .font-4 {
        font-size: 12px;
        padding: 13px 3px;
    }
    .page-content .sec-top .short .font-1 {
        font-size: 35px;
        padding: 0 3px;
    }
    .page-content .sec-top .short .font-3 {
        font-size: 16px;
        padding: 0 3px;
    }
    .page-content .sec-car .blue-car {
        width: 20%;
    }
    .page-content .sec-car .daily-limit {
        width: 30%;
    }
    .page-content .sec-car .daily-limit.font-3 {
        font-size: 16px;
    }
    .page-content .sec-car .daily-limit .font-1 {
        font-size: 40px;
        line-height: 40px;
    }
    .page-content .sec-car .blue-speed {
        width: 5%;
        margin-top: 0;
    }
    .page-content .sec-car .link {
        width: 45%;
        margin-top: 0;
    }
    .page-content .sec-car .link a {
        font-size: 20px;
    }
    .page-content .sec-img .detail {
        width: 25%;
        font-size: 14px;
    }
    .page-content .sec-img .desc {
        width: 25%;
    }
    .page-content .sec-img .desc p {
        font-size: 16px;
        line-height: 20px;
    }
    .page-content .sec-img .desc .font-1 {
        font-size: 40px;
    }
    .page-content .sec-img .desc .font-3 {
        font-size: 22px;
    }
    .page-content .sec-model .title {
        font-size: 32px;
    }
    .page-content .sec-model .title.model-mt-1 {
        font-size: 36px;
    }
    .page-content .sec-model #cross {
        width: 36px;
    }
    .page-content .sec-model .round-tips .tip {
        height: 120px;
        width: 120px;
        font-size: 24px;
        padding-top: 40px;
    }

    .page-content .sec-model .detail {
        font-size: 18px;
        width: 30vw;
        margin-left: auto;
        margin-right: auto;
    }

    .page-content .sec-box .image-row img {
        width: 160px;
    }

    .page-content .sec-box .center-image {
        padding: 55px;
        height: 280px;
    }

    .page-content .sec-box .center-image .left-image{
        height: 120px;
        width: 120px;
        bottom: 0px;
        left: 0px;
    }

    .page-content .sec-box .center-image .text{
        left: 35%;
        top: 30%;
        font-size: 16px;
    }

    .page-content .sec-box .center-image .text .title{
        font-size: 11px;
    }

    .page-content .sec-user .banner {
        padding: 25px;
    }
    .page-content .sec-user .banner .title {
        font-size: 26px;
    }
    .page-content .sec-user .banner .subtitle {
        font-size: 16px;
    }
    .page-content .sec-user .detail {
        font-size: 18px;
        width: 30vw;
        margin-left: auto;
        margin-right: auto;
    }
    .page-content .sec-work .title {
        font-size: 24px;
        padding: 30px;
    }
    .page-content .sec-lifeline .banner {
        height: 327px;
    }
    .page-content .sec-lifeline .detail {
        font-size: 18px;
        width: 30vw;
        margin-left: auto;
        margin-right: auto;
    }
    .page-content .sec-work .content-wrap .list-wrap ul {
        font-size: 20px;
        padding-left: 100px;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-icon {
        width: 8%;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number {
        font-size: 16px;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number span {
        font-size: 32px;
        line-height: 32px;
    }
    .page-content .sec-work .content-wrap .work-result-wrap {
        width: 100%;
        padding-top: 50px;
    }
    .page-content .sec-work .round-tip {
        height: 120px;
        width: 120px;
        font-size: 20px;
        padding-top: 25px;
        bottom: 200px;
        right: 10px;
    }
    .page-content .sec-work .work-two {
        height: 120px;
        width: 120px;
        bottom: -25px;
        left: 10px;
    }
    .page-content .sec-guide .guide {
        width: calc(50% - 10px);
    }
    .page-content .sec-guide .guide:nth-child(odd) {
        margin-right: 10px
    }
    .page-content .sec-guide .guide:nth-child(even) {
        margin-left: 10px
    }
    .page-content .sec-guide .guide .subtitle {
        font-size: 14px;
    }
    .page-content .sec-guide .guide .content {
        font-size: 13px;
    }
    .page-content .sec-guide .guide .guide-img {
        height: 25vw;
    }

    .page-content .cm-movie {
        display: flex;
        list-style: none;
        margin: 59.5px -40px 0;
        flex-direction: row;
    }

    .page-content .cm-movie-item {
        margin: 0 40px;
        width: calc(33.3% - 95px);
    }
    .page-content .sec-video {
        padding: 20px;
    }
    .page-content .sec-video .title {
        font-size: 30px;
    }
    .page-content .sec-video #play-1 {
        width: 70px;
    }
    .page-content .sec-video .videos .video .video-frame {
        width: 100%;
        height: calc(470px / 16 * 9);
    }
    .page-content .sec-services .title {
        font-size: 30px;
    }
    .footer {
        margin-bottom: 0;
    }
    #floating-area {
        display: none;
    }
    .footer .footer-menu .container {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
    }
}

@media (min-width: 768px) {
    .sp-only {
        display: none;
    }
    .pc-only {
        display: block;
    }
    .header-top-text {
        margin-top: 10px;
    }
    #header-logo {
        width: 15%;
    }
    #header-badge {
        width: 45%;
        text-align: center;
        font-size: 18px;
        padding-left: 10px;
    }
    #header-phone {
        width: 40%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        background-color: transparent;
        padding: 0 0 0 10px;
        margin-top: 0;
    }
    #header-phone .phone-icon {
        width: 13%;
    }

    #header-phone .phone-number {
        width: 87%;
        font-size: 11px;
    }
    #header-phone .phone-number span {
        font-size: 32px;
        line-height: 32px;
    }
    .drawer-hamburger {
        display: none;
    }
    .drawer--right .drawer-nav {
        -webkit-transition: none;
        transition: none;
        position: static;
        width: 100%;
    }
    .drawer-nav ul {
        display: flex;
    }
    .drawer-nav ul li {
        display: inline-block;
        width: 20%;
        text-align: center;
    }
    .drawer-nav ul li a {
        padding: 10px;
    }
    .menu-new {

    }
    .menu-new ul li a:focus,
    .menu-new ul li a:active,
    .menu-new ul li a:hover {
      text-decoration: none;
      background-color: initial;
      color: initial;
      transition: initial;
    }
    .menu-new ul li a {
      padding: 10px 0 0;
    }
    .menu-new-icon {
      box-sizing: border-box;
      border-right: 2px solid #0097DD;
    }
    .menu-new-icon.first {
      border-left: 2px solid #0097DD;
    }
    .menu-new-icon img {
      width: 100%;
    }
    .menu-new-text {
      font-size: 8.5px;
      width: 100%;
      white-space: nowrap;
      font-weight: bold;
      padding: 6px 3px 8px;
      border-bottom: 6px solid #0097DD;
    }
    .dummy-text{
      font-size: 8.5px;
    }
    .menu-new-text.active {
      background-color: #0097DD;
      color: #ffffff;
    }
    .button-detail.pc-only {
        display: inline-block;
        padding-left: 40px;
    }
    #header-phone.pc-only {
        display: flex;
    }
    .button-detail.sp-only {
        display: none;
    }
    .title.button-adjust {
        margin-bottom: -20px;
    }
    .title.button-adjust img {
        width: 60%;
    }
    .sec-web .sec-web-header-icon img {
      width: 40%;
    }
    .sec-web .sec-web-header-text {
      font-size: 36px;
    }
    .sec-web .sec-web-text {
        width: 65%;
    }
    .sec-web form {
        width: 65%;
    }
    .sec-web .sec-web-text .title {
        font-size: 40px;
    }

    .sec-web .sec-web-text .subtitle {
        font-size: 26px;
    }

    .sec-web .sec-web-text .minititle {
        font-size: 26px;
    }
    .sec-web .round-tip {
        width:150px;
        height: 150px;
        line-height: 140px;
        font-size: 30px;
        border: #FFFFFF 4px solid;
    }
    .sec-web .round-tip.tip-1 {
        top: 10px;
        right: 0;
    }
    .sec-web form .form-part-3 input.subtitle {
        font-size: 30px;
    }

    .sec-web form .form-part-3 input.minititle {
        font-size: 24px;
    }

    .sec-web form .form-part-3 #finger {
        top: 40px;
        right: 20px;
    }

    .sec-web form .form-part-3 .digit-section .digit {
        width: 40px;
        height: 60px;
        margin: 0 5px;
    }
    .sec-web form .form-part-3 .digit-section .unit {
        font-size: 24px;
    }
    .sec-web form .caption {
        font-size: 28px;
    }
    .sec-web form .phone-sec .phone-number {
        font-size: 18px;
    }
    .sec-web form .phone-sec .phone-number span {
        font-size: 32px;
        line-height: 32px;
    }
    .sec-web .cards-caption {
        margin-top: 60px;
    }
    .sec-web .cards-caption .subtitle {
        font-size: 24px;
    }
    .sec-web .cards-caption #girl-smile {
        height: 170px;
        right: 10px;
        top: -113px;
    }
    .sec-web .round-tip.tip-2 {
        top: 10px;
        left: 10px;
        line-height: 32px;
        padding-top: 20px;
    }
    .sec-web .round-tip.tip-3 {
        top: -110px;
        left: 10px;
        line-height: 32px;
        padding-top: 20px;
    }
    .sec-web .cards-caption .desc {
        margin-left: 170px;
    }
    .sec-web .cards .cards-desc .subtitle {
        font-size: 20px;
    }
    .sec-web .cards .cards-desc .minititle {
        font-size: 20px;
    }
    .sec-web .buttons .round-button {
        width: 160px;
        height: 160px;
        font-size: 26px;
        padding-top: 40px;
    }
    .sec-web .buttons .rect-button {
        padding: 5px 30px;
        font-size: 26px;
    }
    .sec-web .buttons span {
        font-size: 26px;
    }
    .page-content .sec-top {
        padding: 25px 15px;
    }
    .page-content .sec-top .short .font-2 {
        font-size: 30px;
    }
    .page-content .sec-top .short .font-4 {
        font-size: 18px;
        padding: 16px 5px;
    }
    .page-content .sec-top .short .font-1 {
        font-size: 48px;
        padding: 0 5px;
    }
    .page-content .sec-top .short .font-3 {
        font-size: 20px;
        padding: 0 5px;
    }
    .page-content .sec-car .daily-limit.font-3 {
        font-size: 22px;
    }
    .page-content .sec-car .daily-limit .font-1 {
        font-size: 50px;
        line-height: 50px;
    }
    .page-content .sec-car .link a {
        font-size: 24px;
        padding: 30px;
    }
    .page-content .sec-img .detail {
        font-size: 18px;
        width: 22%
    }
    .page-content .sec-img .desc {
        width: 34%;
    }
    .page-content .sec-img .desc p {
        font-size: 17px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .page-content .sec-img .desc .font-1 {
        font-size: 70px;
    }
    .page-content .sec-img .desc .font-3 {
        font-size: 28px;
    }
    .page-content .sec-model .title {
        font-size: 40px;
    }
    .page-content .sec-model .title.model-mt-1 {
        font-size: 40px;
    }
    .page-content .sec-model #cross {
        width: 36px;
    }
    .page-content .sec-model .round-tips .tip {
        height: 150px;
        width: 150px;
        font-size: 32px;
        padding-top: 50px;
    }
    .page-content .sec-model .desc-wrap .desc::before {
        width: 15px;
        height: 15px;
        margin-top: -20px;
    }
    .page-content .sec-model .desc-wrap .desc .subtitle {
        font-size: 24px;
    }
    .page-content .sec-model .desc-wrap .desc .minititle {
        font-size: 16px;
    }
    .page-content .sec-model .desc-wrap .desc .content {
        font-size: 16px;
    }

    .page-content .sec-model .detail {
        font-size: 20px;
    }

    .page-content .sec-box .image-row img {
        width: 220px;
    }

    .page-content .sec-box .center-image {
        padding: 55px;
        height: 350px;
    }

    .page-content .sec-box .center-image .left-image{
        height: 150px;
        width: 150px;
        bottom: 0px;
        left: 0px;
    }

    .page-content .sec-box .center-image .text{
        left: 36%;
        top: 30%;
        font-size: 20px;
    }

    .page-content .sec-box .center-image .text .title{
        font-size: 12px;
    }

    .page-content .sub-page .sub-content .image-row {
        display:flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .page-content .sub-page .sub-content .image-row img {
        width: 300px;
        height: 100%;
    }

    .page-content .sub-page .sub-content .image-row img.left {
        width: 390px;
    }
    .page-content .sub-page .sub-content .image-row img.right {
        width: 510px;
        height: 100%;
    }

    .page-content .sec-user .banner {
        padding: 35px;
    }
    .page-content .sec-user .banner .title {
        font-size: 36px;
    }
    .page-content .sec-user .banner .subtitle {
        font-size: 24px;
    }
    .page-content .sec-user .buttons a {
        width: calc(50% - 5px);
        font-size: 20px;
    }
    .page-content .sec-user .buttons a:nth-child(odd) {
        margin-right: 5px;
    }
    .page-content .sec-user .buttons a:nth-child(even) {
        margin-left: 5px;
    }
    .page-content .sec-user .detail {
        font-size: 20px;
    }
    .page-content .sec-work .title {
        font-size: 36px;
        padding: 30px;
    }
    .page-content .sec-lifeline .banner {
        height: 442px;
    }
    .page-content .sec-lifeline .detail {
        font-size: 20px;
    }
    .page-content .sec-work .content-wrap .list-wrap {
        width: 40%;
    }
    .page-content .sec-work .content-wrap .list-wrap ul {
        font-size: 20px;
        padding-left: 30px;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-icon {
        width: 10%;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number {
        font-size: 12px;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number span {
        font-size: 24px;
        line-height: 24px;
    }
    .page-content .sec-work .content-wrap .work-result-wrap {
        width: 60%;
        padding-top: 0;
    }
    .page-content .sec-work .round-tip {
        height: 120px;
        width: 120px;
        font-size: 20px;
        padding-top: 25px;
        bottom: 200px;
        right: 10px;
    }
    .page-content .sec-work .work-two {
        height: 120px;
        width: 120px;
        bottom: 150px;
        left: 220px;
    }
    .page-content .sec-video .videos .video {
        width: calc(50% - 10px);
    }
    .page-content .sec-video .videos .video:nth-child(odd) {
        margin-right: 10px;
    }
    .page-content .sec-video .videos .video:nth-child(even) {
        margin-left: 10px;
    }
    .page-content .sec-video .videos .video .video-frame {
        width: 100%;
        height: calc(315px / 16 * 9);
    }
    .page-content .sec-services .service .desc {
        width: 75%;
    }
    .page-content .sec-services .service .desc .subtitle {
        font-size: 17px;
    }
    .page-content .sec-services .service .desc .content {
        font-size: 14px;
    }
    .page-content .sec-services .service .desc img.left-image{
       width: 100%;
       margin-top: -110px;
    }
    .page-content .sec-services .service .img #img-go {
        margin: 35px 0;
    }
    .page-content .sec-services .service .img {
        width: 50%;
        padding-left: 10px;
    }
    .footer .round-tip {
        width: 120px;
        height: 120px;
        padding-top: 30px;
        font-size: 18px;
    }
    .footer .round-tip .font-1 {
        font-size: 30px;
        line-height: 30px;
    }
    .footer .footer-menu .container a {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    #header-logo {
        width: 20%;
    }
    #header-badge {
        width: 50%;
        font-size: 26px;
    }
    #header-phone {
        width: 30%;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 8%;
    }
    .title.button-adjust {
        margin-bottom: -20px;
    }
    .sec-web form .radio-label {
        width: 75px;
    }
    .sec-web form .form-part-1 .label,
    .sec-web form .form-part-2 .label {
        font-size: 22px;
    }

    /* 2020/05/19 フォームのボタンデザイン変更 */
    .sec-web form .form-part-3 .mitsumori-button-container {
        padding: 0 80px;
    }
    /* 2020/05/19 フォームのボタンデザイン変更 END*/

    .sec-web .sec-web-header-icon img {
      width: 40%;
    }
    .sec-web .sec-web-header-text {
      font-size: 36px;
    }

    .sec-web .sec-web-text .title {
        font-size: 50px;
    }

    .sec-web .sec-web-text .subtitle {
        font-size: 32px;
    }

    .sec-web .sec-web-text .minititle {
        font-size: 32px;
    }
    .sec-web .round-tip {
        width:170px;
        height: 170px;
        line-height: 160px;
        font-size: 35px;
    }
    .sec-web .round-tip.tip-1 {
        top: 30px;
        right: 0;
    }
    .sec-web form .form-part-3 input.subtitle {
        font-size: 34px;
    }

    .sec-web form .form-part-3 input.minititle {
        font-size: 28px;
    }

    .sec-web form .form-part-3 #finger {
        top: 40px;
        right: 40px;
    }
    .sec-web form .form-part-3 .digit-section .digit {
        width: 50px;
        height: 70px;
        margin: 0 5px;
    }
    .sec-web form .form-part-3 .digit-section .unit {
        font-size: 28px;
    }
    .sec-web form .caption {
        font-size: 32px;
    }
    .sec-web form .phone-sec .phone-icon {
        width: 7%;
    }
    .sec-web .cards-caption {
        margin-top: 60px;
    }
    .sec-web .cards-caption .subtitle {
        font-size: 28px;
    }
    .sec-web .cards-caption #girl-smile {
        height: 220px;
        right: 10px;
        top: -157px;
    }
    .sec-web .round-tip.tip-2 {
        top: 10px;
        left: 10px;
        line-height: 37px;
        padding-top: 25px;
    }
    .sec-web .round-tip.tip-3 {
        top: -130px;
        left: 10px;
        line-height: 37px;
        padding-top: 25px;
    }
    .sec-web .cards-caption .desc {
        margin-left: 190px;
    }
    .sec-web .cards {
        margin-top: 70px;
    }
    .sec-web .cards .cards-desc .subtitle {
        font-size: 24px;
    }
    .sec-web .cards .cards-desc .minititle {
        font-size: 24px;
    }
    .sec-web .buttons .round-button {
        width: 180px;
        height: 180px;
        font-size: 30px;
        padding-top: 48px;
    }
    .sec-web .buttons .rect-button {
        padding: 5px 30px;
        font-size: 30px;
    }
    .sec-web .buttons span {
        font-size: 30px;
    }
    .page-content .sec-top {
        padding: 25px 15px;
    }
    .page-content .sec-top .short .font-2 {
        font-size: 44px;
    }
    .page-content .sec-top .short .font-4 {
        font-size: 30px;
        padding: 20px 5px;
    }
    .page-content .sec-top .short .font-1 {
        font-size: 66px;
        padding: 0 5px;
    }
    .page-content .sec-top .short .font-3 {
        font-size: 32px;
        padding: 0 5px;
    }
    .page-content .sec-car .daily-limit {
        padding-left: 20px
    }
    .page-content .sec-car .daily-limit.font-3 {
        font-size: 28px;
    }
    .page-content .sec-car .daily-limit .font-1 {
        font-size: 80px;
        line-height: 80px;
    }
    .page-content .sec-car .link {
        padding-left: 20px;
    }
    .page-content .sec-car .link a {
        font-size: 32px;
        padding: 35px;
    }
    .page-content .sec-img .detail {
        font-size: 24px;
    }
    .page-content .sec-img .desc p {
        font-size: 24px;
        line-height: 40px;
        padding-bottom: 10px;
    }
    .page-content .sec-img .desc .font-1 {
        font-size: 90px;
    }
    .page-content .sec-img .desc .font-3 {
        font-size: 40px;
    }

    .page-content .sec-model .detail {
        font-size: 24px;
    }

    .page-content .sec-box .image-row img {
        width: 290px;
    }

    .page-content .sec-box .center-image {
        padding: 55px;
        height: 500px;
    }

    .page-content .sec-box .center-image .left-image{
        height: 220px;
        width: 220px;
        bottom: 0px;
        left: 0px;
    }

    .page-content .sec-box .center-image .text{
        left: 38%;
        top: 30%;
        font-size: 26px;
    }

    .page-content .sec-box .center-image .text .title{
        font-size: 14px;
    }

    .page-content .sec-user .banner {
        padding: 45px;
    }
    .page-content .sec-user .banner .title {
        font-size: 42px;
    }
    .page-content .sec-user .banner .subtitle {
        font-size: 30px;
    }
    .page-content .sec-user .buttons a {
        font-size: 24px;
    }
    .page-content .sec-user .detail {
        font-size: 24px;
    }
    .page-content .sec-lifeline .banner {
        height: 594px;
    }
    .page-content .sec-work .title {
        font-size: 42px;
        padding: 30px;
    }
    .page-content .sec-work .content-wrap .list-wrap ul {
        font-size: 24px;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-icon {
        width: 13%;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number {
        font-size: 16px;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number span {
        font-size: 36px;
        line-height: 36px;
    }
    .page-content .sec-work .content-wrap .work-result-wrap {
        width: 60%;
        padding-top: 0;
    }
    .page-content .sec-work .round-tip {
        height: 160px;
        width: 160px;
        font-size: 30px;
        padding-top: 35px;
        bottom: 240px;
        right: 10px;
    }
    .page-content .sec-work .work-two {
        height: 160px;
        width: 160px;
        bottom: 180px;
        left: 280px;
    }
    .page-content .sec-guide .title {
        font-size: 28px;
    }
    .page-content .sec-guide .guide {
        width: calc(33.3% - 13.3px);
    }
    .page-content .sec-guide .guide:nth-child(odd) {
        margin-right: 0
    }
    .page-content .sec-guide .guide:nth-child(even) {
        margin-left: 0
    }
    .page-content .sec-guide .guide:nth-child(3n-2) {
        margin-right: 10px;
    }
    .page-content .sec-guide .guide:nth-child(3n-1) {
        margin-right: 10px;
        margin-left: 10px;
    }
    .page-content .sec-guide .guide:nth-child(3n) {
        margin-left: 10px;
    }
    .page-content .sec-guide .guide .subtitle {
        font-size: 18px;
    }
    .page-content .sec-guide .guide .content {
        font-size: 15px;
    }
    .page-content .sec-guide .guide .guide-img {
        height: 20vw;
    }
    .page-content .sec-video {
        padding: 20px 100px;
    }
    .page-content .sec-video .title {
        font-size: 34px;
    }
    .page-content .sec-video #play-1 {
        width: 80px;
    }
    .page-content .sec-video .videos .video {
        width: calc(50% - 30px);
    }
    .page-content .sec-video .videos .video:nth-child(odd) {
        margin-right: 30px;
    }
    .page-content .sec-video .videos .video:nth-child(even) {
        margin-left: 30px;
    }
    .page-content .sec-video .videos .video .video-frame {
        width: 100%;
        height: calc(335px / 16 * 9);
    }
    .page-content .sec-video .videos .video .subtitle {
        font-size: 24px;
    }
    .page-content .sec-services {
        padding: 20px;
    }
    .page-content .sec-services .title {
        font-size: 40px;
    }
    .page-content .sec-services .service {
        padding: 10px;
        margin-top: 10px;
    }
    .page-content .sec-services .service .desc .subtitle {
        font-size: 19px;
    }
    .page-content .sec-services .service .desc .content {
        font-size: 16px;
    }
    .page-content .sec-services .service .img {
        padding-left: 20px;
        height: 250px;
    }
    .page-content .sec-services .service .desc img.left-image{
        width: 70%;
        margin-top: -190px;
        margin-bottom: 10px;
        margin-left: 150px;
     }
     .page-content .sec-services .service .img #img-go {
         margin: 0;
     }
    .footer .round-tip {
        width: 140px;
        height: 140px;
        padding-top: 30px;
        font-size: 20px;
    }
    .footer .title {
        font-size: 30px;
    }
    .footer .content {
        font-size: 18px;
    }
    .footer .round-tip .font-1 {
        font-size: 32px;
        line-height: 32px;
    }
    .footer .footer-menu .container {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer .footer-menu .container a {
        font-size: 16px;
        padding: 10px 20px;
    }

    .footer .footer-menu .container a:nth-child(1) {
        width: auto;
        border: none;
    }

    .footer .footer-menu .container a:nth-child(2) {
        width: auto;
        border: none;
    }

    .footer .footer-menu .container a:nth-child(3) {
        width: auto;
        border: none;
    }

    .footer .footer-menu .container a:nth-child(4) {
        width: auto;
        border: none;
    }

    .footer .footer-menu .container a:nth-child(5) {
        width: auto;
        border: none;
    }

    .footer .footer-menu .container a:nth-child(6) {
        width: auto;
    }

    .menu-new-text {
      font-size: 12px;
    }
    .dummy-text{
      font-size: 12.0px;
    }
}

@media (min-width: 1200px) {
    #header-badge {
        font-size: 32px;
    }
    #header-phone .phone-number {
        font-size: 14px;
    }
    #header-phone .phone-number span {
        font-size: 42px;
        line-height: 42px;
    }

    .sec-web .sec-web-header-icon img {
      width: 40%;
    }
    .sec-web .sec-web-header-text {
      font-size: 48px;
    }
    .sec-web .sec-web-text .title {
        font-size: 60px;
    }

    .sec-web .sec-web-text .subtitle {
        font-size: 36px;
    }

    .sec-web .sec-web-text .minititle {
        font-size: 36px;
    }
    .sec-web .round-tip {
        width:190px;
        height: 190px;
        line-height: 180px;
        font-size: 40px;
    }
    .sec-web form .form-part-3 input.subtitle {
        font-size: 38px;
    }

    .sec-web form .form-part-3 input.minititle {
        font-size: 32px;
    }

    .sec-web form .form-part-3 #finger {
        top: 40px;
        right: 60px;
    }

    .sec-web form .form-part-3 .digit-section .digit {
        width: 60px;
        height: 80px;
        margin: 0 5px;
    }
    .sec-web form .form-part-3 .digit-section .unit {
        font-size: 32px;
    }

     /* 2020/05/19 フォームのボタンデザイン変更　*/
    .sec-web form .form-part-3 .mitsumori-button-container {
        padding: 0 120px;
    }
     /* 2020/05/19 フォームのボタンデザイン変更 END　*/

    .sec-web form .phone-sec .phone-icon {
        width: 6%;
    }

    .sec-web .cards-caption {
        margin-top: 60px;
    }
    .sec-web .cards-caption .subtitle {
        font-size: 32px;
    }
    .sec-web .cards-caption #girl-smile {
        height: 260px;
        right: 20px;
        top: -191px;
    }
    .sec-web .round-tip.tip-2 {
        top: 10px;
        left: 10px;
        line-height: 42px;
        padding-top: 30px;
    }
    .sec-web .round-tip.tip-3 {
        top: -150px;
        left: 10px;
        line-height: 42px;
        padding-top: 30px;
    }
    .sec-web .cards-caption .desc {
        margin-left: 210px;
    }
    .sec-web .buttons .round-button {
        width: 200px;
        height: 200px;
        font-size: 34px;
    }
    .sec-web .buttons .rect-button {
        padding: 5px 40px;
        font-size: 34px;
    }
    .sec-web .buttons span {
        font-size: 34px;
    }
    .page-content .sec-top {
        padding: 25px 15px;
    }
    .page-content .sec-top .short .font-2 {
        font-size: 54px;
    }
    .page-content .sec-top .short .font-4 {
        font-size: 36px;
        padding: 24px 5px;
    }
    .page-content .sec-top .short .font-1 {
        font-size: 80px;
        padding: 0 5px;
    }
    .page-content .sec-top .short .font-3 {
        font-size: 38px;
        padding: 0 5px;
    }
    .page-content .sec-car .daily-limit.font-3 {
        font-size: 32px;
    }
    .page-content .sec-car .daily-limit .font-1 {
        font-size: 100px;
        line-height: 100px
    }
    .page-content .sec-car .link a {
        font-size: 38px;
        padding: 40px;
    }
    .page-content .sec-img .detail {
        font-size: 28px;
    }
    .page-content .sec-img .desc p {
        font-size: 28px;
        line-height: 60px;
        padding-bottom: 10px;
    }
    .page-content .sec-img .desc .font-1 {
        font-size: 100px;
    }
    .page-content .sec-img .desc .font-3 {
        font-size: 50px;
    }

    .page-content .sec-model .detail {
        font-size: 28px;
        width: 30%;
    }

    .page-content .sec-lifeline .detail {
        font-size: 28px;
        width: 30%;
    }

    .page-content .sec-lifeline .banner {
        height: 709px;
    }

    .page-content .sec-box .image-row img {
        width: 350px;
    }

    .page-content .sec-box .center-image {
        padding: 55px;
        height: 550px;
    }

    .page-content .sec-box .center-image .left-image{
        height: 270px;
        width: 270px;
        bottom: 0px;
        left: 0px;
    }

    .page-content .sec-box .banner {
        padding: 55px;
        height: 730px;
    }

    .page-content .sec-box .center-image .text{
        left: 38%;
        top: 30%;
        font-size: 28px;
    }

    .page-content .sec-box .center-image .text .title{
        font-size: 16px;
    }

    .page-content .sec-user .banner {
        padding: 55px;
        height: 570px;
    }
    .page-content .sec-user .banner .title {
        font-size: 48px;
    }
    .page-content .sec-user .banner .subtitle {
        font-size: 36px;
    }
    .page-content .sec-user .detail {
        font-size: 28px;
        width: 30%;
    }
    .page-content .sec-guide .title {
        font-size: 34px;
    }
    .page-content .sec-guide .guide .subtitle {
        font-size: 22px;
    }
    .page-content .sec-guide .guide .content {
        font-size: 16px;
    }
    .page-content .sec-guide .guide .guide-img {
        height: 250px;
    }
    .page-content .sec-video .videos .video .video-frame {
        width: 100%;
        height: calc(425px / 16 * 9);
    }
    .footer .round-tip {
        width: 160px;
        height: 160px;
        padding-top: 35px;
        font-size: 24px;
    }
    .footer .title {
        font-size: 36px;
    }
    .footer .content {
        font-size: 19px;
    }
    .footer .round-tip .font-1 {
        font-size: 36px;
        line-height: 36px;
    }

    .menu-new-text {
      /* font-size: 16px; */
      font-size: 14px;
    }
    .dummy-text{
      font-size: 14px;
    }
}

.sliderArea {
  max-width: 510px;
  width: 88%;
  margin: 0 auto;
  padding: 0 25px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.sliderArea .slide-arrow {
  background-color: #fff;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.sliderArea .prev-arrow {
  border-bottom: 30px solid #fff;
  border-left: 0;
  border-right: 30px solid #02A0E9;
  border-top: 30px solid #fff;
  left: -40px;
}
.sliderArea .next-arrow {
  border-bottom: 30px solid #fff;
  border-left: 30px solid #02A0E9;
  border-right: 0;
  border-top: 30px solid #fff;
  right: -40px;
}
.sliderArea button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

.add2412_newoffice {
  padding: 3.125vw 0;
  background-color: #2a427e;
}

.add2412_newoffice .newoffice-box{
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

.add2412_newoffice .newoffice-box .newoffice-icon{
  width: 28%;
  flex-shrink: 0;
}

.add2412_newoffice .newoffice-box .newoffice-icon img{
  width: 100%;
  height: auto;
}

.add2412_newoffice .newoffice-box .newoffice-text{
  width: 70%;
  flex-shrink: 0;
  color: #fff;
  font-size: 3vw;
  font-weight: 700;
  font-family: serif;
}

@media (min-width: 767px) {
  .add2412_newoffice {
    padding: 0.65vw 0;
  }

  .add2412_newoffice .newoffice-box{
    width: 75%;
  }
  .add2412_newoffice .newoffice-box .newoffice-text{
    font-size: 2.43vw;
  }
}


.image-new-2511{
  width: 80%;
  margin-inline: auto;
  margin-block: 10px;
}

@media (min-width: 767px) {
  .image-new-2511{
    margin-block: 10px;
  }
}

.page-catch{
  font-size: 12px;
}
@media (min-width: 768px) {
  .page-catch{
    margin-top: 10px;
    font-size: initial;
  }
}

.model-text{
  text-align: start;
  font-size: 12px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .model-text{
    font-size: 14px;
  }
}