@charset "utf-8";

/* base
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 18px;
	font-size: 1.8rem !important;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	color: #000;
	letter-spacing: 0.025rem;
	position: relative;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
	font-weight: 400;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
strong, b {
	font-weight: bold;
}
ul,ol{
	list-style-type: none;
}

/* webfont
----------------------------------------------------*/
.w6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-style: normal;
}
.w8 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-optical-sizing: auto;
  font-style: normal;
}
.w9 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
}

/* link
----------------------------------------------------*/
a {
	color: #003cd3;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-tap-highlight-color: transparent;
}
a:visited {
	color: #003cd3;
	text-decoration: none;
}
a:hover {
	color: #003cd3;
}


/* header
----------------------------------------------------*/
header.header {
    z-index: 10;
    width: 100%;
    position: fixed !important;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    height: 60px;
}
header.header .logo {
	position: absolute;
	top: 5px;
	left: 10px;
	margin: 0;
}
header.header .logo img {
	margin: 0;
}

/* global navi
----------------------------------------------------*/
.gnav>ul{
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
}
.gnav>ul>li {
    display: flex;
    align-items: center;
}
.gnav>ul>li:last-child {
	background: rgba(112, 112, 112, .8);
}
.gnav>ul>li:not(:last-child)::before {
	content: "";
	border-left: 1px solid #fff;
	height: 40px;
}
.gnav>ul>li a {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 0 20px;
	height: 60px;
}
.gnav>ul>li a:hover {
	opacity: .7;
}

/* pagetop
----------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
    z-index: 10;
}
#pagetop:hover {
	opacity: .7;
	cursor: pointer;
}


/* contents
----------------------------------------------------*/
.section-about {
	padding: 70px 40px;
	background: #003cd3;
	color: #fff;
}
.section-about .inner {
	width: 100%;
	max-width: 1250px;
	margin: auto;
}
.section-about .heading {
	font-size: 5rem;
	text-align: center;
}
.section-about .heading span {
	display: inline-block;
}
.section-about .about-description {
	font-size: 2.6rem;
	text-align: center;
	line-height: 2;
	margin: 60px 0 40px;
}
.section-about .about-description span {
	color: #ffd316;
}
.section-about .about-img {
	padding-top: 50px;
	background-repeat: repeat-x;
	background-image: url(../img/omatome/bg-dot-line.png);
}
.section-feature {
	padding: 90px 40px;
	background: linear-gradient(rgba(133, 226, 250, 1), rgba(84, 150, 250, 1));
}
.section-feature .feature .inner {
	width: 100%;
	max-width: 1670px;
	margin: auto;
}
.section-feature .heading {
	text-align: center;
	margin-bottom: 60px;
}
.section-feature .heading h2 {
	display: inline-block;
	background: #003cd3;
	padding: 10px 80px;
	font-size: 2.6rem;
	color: #FFF;
	border-radius: 4rem;
}
.section-feature .feature .block .feature-description h3 {
	font-size: 2.6rem;
}
.section-feature .feature .block .feature-description .blue {
	color: #003cd3;
}
.section-feature .feature .block .feature-description .large {
	font-size: 3rem;
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.section-feature .feature .block .feature-description .break {
	display: block;
}
.section-feature .feature .block .feature-description .line {
	font-size: 7rem;
	position: relative;
	z-index: 1;
	line-height: 1.6;
}
.section-feature .feature .block .feature-description .noline {
	margin-right: 20px;
}
.section-feature .feature .block .feature-description .line::after {
	content: "";
	height: 20px;
	background: #ffd316;
	width: 95%;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: -1;
}
.section-feature .block {
	position: relative;
}
.section-feature .block .feature-description {
	background: #FFF;
	box-shadow: 0px 4px 8px rgb(0 60 211 / 60%);
	border-radius: 10px;
}
.section-feature .block .feature-description p {
	line-height: 2;
	color: #707070;
	font-weight: 600;
}
.section-feature .feature .block-1 .feature-img {
	position: absolute;
	right: -20px;
	top: 50%;
    transform: translateY(-50%);
    width: 50%;
    text-align: center;
    max-width: 520px;
}
.section-feature .block-1 {
	width: 100%;
	max-width: 1250px;
	margin: auto;
}
.section-feature .block-1 .feature-description {
	margin-right: 30%;
	margin-bottom: 80px;
	padding: 20px 15% 20px 40px;
}
.section-feature .feature .block-2 .feature-img {
	position: absolute;
	left: -20px;
	top: 50%;
    transform: translateY(-50%);
    width: 50%;
    text-align: center;
}
.section-feature .block-2 {
	width: 100%;
	max-width: 1400px;
	margin: auto;
}
.section-feature .block-2 .feature-description {
	margin-left: 30%;
	margin-bottom: 80px;
	padding: 20px 20px 20px 20%;
}
.section-feature .feature .block-3 .feature-img {
	position: absolute;
	right: -20px;
	top: 50%;
    transform: translateY(-50%);
    width: 50%;
    text-align: center;
}
.section-feature .block-3 {
	width: 100%;
	max-width: 1300px;
	margin: auto;
}
.section-feature .block-3 .feature-description {
	margin-right: 30%;
	padding: 20px 15% 20px 40px;
}
.section-feature .block-3::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -50px;
    transform: translateX(-50%);
	height: 50px;
	width: 10px;
	background: #ffd316;
}
.section-feature .block-3col {
	display: flex;
	margin: 0 -20px;
	margin-top: 100px;
	position: relative;
}
.section-feature .block-3col::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -50px;
    transform: translateX(-50%);
	height: 10px;
	width: 67%;
	background: #ffd316;
}
.section-feature .block-3col .item {
	width: calc(100% / 3);
	padding: 0 20px;
	position: relative;
}
.section-feature .block-3col .item .box {
	background: #FFF;
	padding: 30px;
    border-radius: 10px;
    border: 6px solid #ffd316;
}
.section-feature .block-3col .item .box h4 {
	font-size: 3.6rem;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffd316;
	text-align: center;
}
.section-feature .block-3col .item .box p {
	padding-top: 20px;
}
.section-feature .block-3col .item::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -50px;
    transform: translateX(-50%);
	height: 50px;
	width: 10px;
	background: #ffd316;
}
.section-feature .block-3col .item::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -50px;
    transform: translateX(-50%);
	height: 50px;
	width: 10px;
	background: #ffd316;
}
.section-motivation {
    padding: 100px 40px;
	background: #003cd3;
	color: #FFF;
}
.section-motivation .inner {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}
.section-motivation .heading {
    margin-bottom: 60px;
}
.section-motivation .heading .catch-copy {
    font-size: 2.6rem;
    margin-bottom: 2rem;
}
.section-motivation .heading h2 {
    font-size: 6rem;
}
.section-motivation .motivation {
    position: relative;
}
.section-motivation .motivation .motivation-description {
    padding-right: 50%;
}
.section-motivation .motivation .motivation-description p {
	font-size: 2rem;
	line-height: 2;
}
.section-motivation .motivation .motivation-description p:not(:last-child) {
	margin-bottom: 4rem;
}

.section-motivation .motivation .motivation-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 46%;
}
.section-case {
    padding: 90px 40px;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/omatome/bg-case.jpg);
}
.section-case .inner {
    width: 100%;
    max-width: 1560px;
    margin: auto;
}
.section-case .heading {
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: .2rem;
    max-width: 800px;
    margin: auto;
    color: #003cd3;
    font-size: 2.2rem;
    font-weight: 600;
}
.section-case .heading::before {
    margin-right: 30px;
    border-top: 1px solid #003cd3;
    content: "";
    flex-grow: 1;
}
.section-case .heading::after {
    margin-left: 30px;
    border-top: 1px solid #003cd3;
    content: "";
    flex-grow: 1;
}
.section-case ul.case-list {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    margin: 40px -30px 0;
}
.section-case ul.case-list li {
    width: calc(100% / 3);
    padding: 0 30px;
}
.section-case ul.case-list li h3 {
   font-size: 2rem;
   text-align: center;
/*   margin-bottom: 30px;*/
   line-height: 1.2;
   height: 60px;
}
.section-case ul.case-list li .gray {
	color: #FFF;
	background: #707070;
	text-align: center;
	padding: 20px 20px 30px;
	font-weight: 600;
	position: relative;
	min-height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section-case ul.case-list li .gray-1 .large {
	margin-left: 10px;
}
.section-case ul.case-list li .gray .small {
   font-size: 1.6rem;
}
.section-case ul.case-list li .gray .large {
   font-size: 5rem;
   line-height: 1.6;
}
.section-case ul.case-list li .gray .middle {
   font-size: 3rem;
}
.section-case ul.case-list li .gray p {
   color: #c5c5c5;
   font-size: 1.6rem;
   margin-top: auto;
}
.section-case ul.case-list li .gray::before {
	content: "";
	position: absolute;
	bottom: -14px;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	background-color: #ffdb4d;
	width: 24px;
	height: 24px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	z-index: 2;
}
.section-case ul.case-list li .gray::after {
	content: "";
	position: absolute;
	bottom: -24px;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
    background-color: #707070;
	width: 30px;
	height: 30px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	z-index: 1;
}
.section-case ul.case-list li .white {
	background: #FFF;
	padding: 60px 20px 20px;
	min-height: 330px;
	display: flex;
	flex-direction: column;
}

.section-case ul.case-list li .white .logo-omtm {
	text-align: center;
}
.section-case ul.case-list li .white .text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	margin: 20px 0 0;
	line-height: 1.2;
}
.section-case ul.case-list li .white .text .black {
	font-size: 2.6rem;
}
.section-case ul.case-list li .white .text .blue-txt {
	color: #003cd3;
	font-size: 6rem;
}
.section-case ul.case-list li .white .text .mei {
	font-size: 3rem;
}
.section-case ul.case-list li .white .text .line {
	position: relative;
	z-index: 1;
	margin-left: 10px;
}
.section-case ul.case-list li .white .text .line::after {
	content: "";
	height: 10px;
	background: #ffd316;
	width: 100%;
	position: absolute;
	bottom: 6px;
	left: 0;
	z-index: -1;
}
.section-case ul.case-list li .white p {
	text-align: center;
	margin-top: auto;
}
.section-case ul.case-list li .blue {
	font-weight: 600;
	text-align: center;
	background: #003cd3;
	color: #fff;
	padding: 20px;
	min-height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section-case ul.case-list li .blue span {
	font-size: 3rem;
	margin-left: 10px;
}
.section-case ul.case-list li .white-2 .col {
	display: flex;
	justify-content: center;
	line-height: 1.2;
    align-items: flex-end;
}
.section-case ul.case-list li .white-2 .col .col-text {
	text-align: center;
}

.section-case ul.case-list li .white-2 .gray-bg {
	background: #707070;
	border-radius: 2rem;
	color: #fff;
	padding: 2px 10px;
	font-size: 1.4rem;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
}
.section-case ul.case-list li .white-2 .gray-txt {
	color: #707070;
	font-size: 2.6rem;
	text-align: center;
	display: inline-block;
}
.section-case ul.case-list li .white-2 .logo-omtm {
	font-weight: 600;
}
.section-case ul.case-list li .white-2 .logo-omtm img {
	display: block;
	margin-bottom: 20px;
}
.section-case ul.case-list li .white-2 .logo-omtm .mei {
	font-size: 3rem;
}
.section-case ul.case-list li .white-2 .logo-omtm .blue-txt {
	color: #003cd3;
	font-size: 6rem;
}
.section-case ul.case-list li .white-2 .line {
	position: relative;
	z-index: 1;
}
.section-case ul.case-list li .white-2 .line::after {
	content: "";
	height: 10px;
	background: #ffd316;
	width: 100%;
	position: absolute;
	bottom: 1px;
	left: 0;
	z-index: -1;
}
.section-case ul.case-list li .white-2 .plus {
	font-size: 5rem;
	color: #707070;
    transform: translateX(10px);
}
.section-case ul.case-list li .white-3 .saiyo {
	text-align: center;
	font-weight: 600;
}
.section-case ul.case-list li .white-3 .saiyo span {
	color: #003cd3;
	font-size: 2rem;
	margin: 0 10px;
}
.section-flow {
	padding: 40px;
}
.section-flow  .inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.section-flow  .heading {
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: .2rem;
    margin: auto;
    color: #003cd3;
    font-size: 1.6rem;
    font-weight: 600;
}
.section-flow  .heading::before {
    margin-right: 30px;
    background-repeat: repeat-x;
    background-image: url(../img/omatome/bg-dot-line-2.png);
    content: "";
    flex-grow: 1;
    height: 2px;
}
.section-flow  .heading::after {
    margin-left: 30px;
    background-repeat: repeat-x;
    background-image: url(../img/omatome/bg-dot-line-2.png);
    content: "";
    flex-grow: 1;
    height: 2px;
}
.section-flow ul.flow-list {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -20px 0;
}
.section-flow ul.flow-list li {
	width: calc(100% / 4);
	padding: 0 20px;
	text-align: center;
	position: relative;
}
.section-flow ul.flow-list li:not(:last-child)::after {
	content: "";
	background-color: #003cd3;
	width: 20px;
	height: 24px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	display: block;
	position: absolute;
	right: 0;
	top: 80px;
}
.section-flow ul.flow-list li h3 {
	color: #003cd3;
	font-size: 2.4rem;
	font-weight: 600;
	margin: 30px 0 20px;
}
.section-flow ul.flow-list li p {
	font-size: 1.6rem;
}
.section-contact {
	padding: 40px;
	background: #003cd3;
    color: #FFF;
    text-align: center;
}
.section-contact .heading {
    font-size: 2rem;
    margin-bottom: 20px;
}
.section-contact .heading span {
	display: inline-block;
}
.section-contact p {
    font-size: 2.6rem;
    margin-top: 40px;
    font-weight: 600;
}
.section-contact p span {
    color: #fff831;
}


/* footer
----------------------------------------------------*/
footer.footer .footer-link {
	padding: 40px;
	position: relative;
}
footer.footer .footer-link ul{
	display: flex;
	justify-content: center;
}
footer.footer .footer-link ul li {
	padding: 0  20px;
	font-weight: 600;
}
footer.footer .footer-link ul li a {
    color: #003cd3;
}
footer.footer .footer-link ul li a:hover {
	color: #19adf7;
}
footer.footer .footer-logo {
	width: 264px;
	position: absolute;
	left: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
}
footer.footer .copy {
	font-size: 1.2rem;
	background: #949495;
	text-align: center;
	color: #fff;
	padding: 10px;
}

.mobile-menu,.menu-btn {
	display: none;
}

@media only screen and (max-width: 1500px) {
	.section-feature .block .feature-description p .br {
		display: none;
	}
	.section-motivation .br {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	body {
		font-size: 15px;
		font-size: 1.5rem !important;
	}
	.section-feature .feature .block .feature-description .break {
		display: inline-block;
	}
	.section-feature .feature .block .feature-description h3 {
	    font-size: 2rem;
	}
	.section-feature .feature .block .feature-description .large {
		flex-direction: column;
		align-items: flex-start;
		margin: 30px 0;
	}
	.section-feature .feature .block .feature-description .line {
	    font-size: 5rem;
	}
	.section-feature .feature .block .feature-description .noline {
	    margin-right: 0;
	}
	.section-feature .block-3col .item .box h4 {
	    font-size: 2rem;
	}
	.section-motivation .heading h2 {
	    font-size: 4rem;
	}
	.section-case ul.case-list li .gray .large {
	    font-size: 3rem;
	}
	.section-case ul.case-list li .white .text .black {
	    font-size: 2rem;
	}
	.section-case ul.case-list li .white-2 .gray-txt {
	    font-size: 2rem;
	}
	.section-case ul.case-list li .white-2 .logo-omtm .blue-txt {
	    font-size: 4rem;
	}
	.section-case ul.case-list li .white .text .blue-txt {
	    font-size: 4rem;
	}
	.section-case ul.case-list li .gray .middle {
	    font-size: 2rem;
	}
	.section-case ul.case-list li .white .text .mei {
	    font-size: 2rem;
	}
	.section-case ul.case-list li .white-2 .logo-omtm .mei {
	    font-size: 2rem;
	}
	.section-case ul.case-list {
	    margin: 40px -16px 0;
	}
	.section-case ul.case-list li {
	    padding: 0 16px;
	}
	footer.footer .footer-logo {
		position: unset;
		display: block;
		margin: 0 auto 20px;
		width: 160px;
	}
	footer.footer .footer-link {
	    padding: 20px;
	}
	footer.footer .footer-link ul li {
	    padding: 0 10px;
	}
	footer.footer .copy {
	    font-size: 1rem;
	}
}

@media only screen and (max-width: 900px) {
	header.header {
	    height: 40px;
	}
	header.header .logo {
        width: 100px;
        top: 7px;
	}
	header.header .logo img {
        max-width: 100%;
	}
	.gnav{
		display: none;
	}

	/* modal menu */
	body.open {
		overflow: hidden;
	}
	.open .mobile-menu {
		visibility: visible;
		opacity: 1;
	}
	.mobile-menu {
		display: block;
		position: fixed;
	    top: 0;
	    left: 0;
		height: 100%;
		width: 100%;
		z-index: 100;
		background-color: #003cd3;
	    -webkit-transition: all .5s;
	    transition: all .5s;
	    visibility: hidden;
	    opacity: 0;
	}

	/* modal btn */
	.menu-btn {
		position: fixed;
		top: 0;
		right: 5px;
		cursor: pointer;
		z-index: 201;
		display: block;
		width: 90px;
		height: 40px;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	#panel-btn{
		position: relative;
		width: 80px;
		height: 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#panel-btn p.menu-txt {
		font-size: 1rem;
		color: #fff;
		letter-spacing: 0.2rem;
	}
	#panel-btn-icon{
		position: relative;
		display: block;
		width: 30px;
		height: 1px;
		margin: -1px 0 0 -7px;
		background: #fff;
		transition: .2s;
	}
	#panel-btn-icon:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 30px;
		height: 1px;
		background: #fff;
		transition: .3s;
	}
	#panel-btn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 30px;
		height: 1px;
		background: #fff;
		transition: .3s;
	}
	#panel-btn-icon:before{margin-top: -8px;}
	#panel-btn-icon:after{margin-top: 6px;}
	#panel-btn .close {background: transparent;}
	#panel-btn .close:before, #panel-btn .close:after{margin-top: 0;}
	#panel-btn .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	/* menu */
	.mobile-menu .menu-inner {
		padding: 40px 10% 40px;
		overflow: auto;
    	height: calc(100% - 40px);
    	margin-top: 40px;
	}
	.mobile-menu ul.menu>li {
		padding: 1rem 0;
		border-bottom: 1px dotted #aaa;
	}
	.mobile-menu ul.menu>li>a {
		color: #fff;
		font-size: 1.8rem;
	}

	/* contents */
	#pagetop {
    	width: 70px;
	    bottom: 10px;
	    right: 10px;
	}
	.section-about {
	    padding: 60px 16px;
	}
	.section-about .heading {
	    font-size: 3rem;
	}
	.section-about .about-description {
	    font-size: 1.6rem;
	    margin: 40px 0 40px;
	}
	.section-feature {
	    padding: 60px 16px;
	}
	.section-feature .heading {
	    margin-bottom: 40px;
	}
	.section-feature .heading h2 {
	    padding: 10px 40px;
	    font-size: 2rem;
	}
	.section-feature .feature .block-1 .feature-img {
	    position: unset;
	    transform: unset;
	    margin: 0 auto -60px;
	}
	.section-feature .feature .block-2 .feature-img {
	    position: unset;
	    transform: unset;
	    margin: 0 auto -60px;
	    width: 70%;
	}
	.section-feature .feature .block-3 .feature-img {
	    position: unset;
	    transform: unset;
	    margin: 0 auto -60px;
	}
	.section-feature .block-1 .feature-description {
		margin-right: 0;
		margin-bottom: 40px;
		padding: 80px 20px 20px 20px;
	}
	.section-feature .block-2 .feature-description {
		margin-left: 0;
		margin-bottom: 40px;
		padding: 80px 20px 20px 20px;
	}
	.section-feature .block-3 .feature-description {
	    margin-right: 0;
	    padding: 80px 20px 20px 20px;
	}
	.section-feature .feature .block .feature-description .large {
	    font-size: 2rem;
	}
	.section-feature .feature .block .feature-description .line {
	    font-size: 3.4rem;
	}
	.section-feature .feature .block .feature-description .line::after {
	    height: 10px;
	}
	.section-feature .block-3col .item .box {
	    padding: 20px;
	}
	.section-feature .block-3col {
		flex-wrap: wrap;    
	    margin: 100px -16px 0;
	    margin: 10px -16px 0;
	}
	.section-feature .block-3col .item {
	    padding: 0 16px;
	    width: calc(100% / 2);
	    margin-top: 20px;
	}
	.section-feature .block-3::after {
	    content: none;
	}
	.section-feature .block-3col::before {
	    content: none;
	}
	.section-feature .block-3col .item::before {
	    content: none;
	}
	.section-feature .block .feature-description p {
	    font-size: 100%;
	    line-height: 1.6;
	}
	.section-motivation {
	    padding: 60px 16px;
	}
	.section-motivation .heading .catch-copy {
	    font-size: 2rem;
	}
	.section-motivation .heading h2 {
	    font-size: 3rem;
	}
	.section-motivation .heading {
	    margin-bottom: 40px;
	}
	.section-motivation .motivation .motivation-img {
	    position: unset;
	    transform: unset;
	    width: 100%;
	    margin: 20px auto 0;
	    text-align: center;
	}
	.section-motivation .motivation .motivation-description {
	    padding-right: 0;
	}
	.section-motivation .motivation .motivation-description p {
		font-size: 1.5rem;
	}
	.section-motivation .motivation .motivation-description p:not(:last-child) {
	    margin-bottom: 2rem;
	}
	.section-case {
	    padding: 60px 16px 20px;
	    background-image: url(../img/omatome/bg-case-mb.jpg);
	}
	.section-case ul.case-list li {
	    width: 100%;
	    max-width: 400px;
	    margin-bottom: 40px;
	}
	.section-case ul.case-list li h3 {
	    margin-bottom: 20px;
	    height: unset;
	}
	.section-case ul.case-list li .gray {
	    min-height: unset;
	}
	.section-case ul.case-list li .white {
	    min-height: unset;
	}
	.section-case ul.case-list li .blue {
	    min-height: unset;
	}
	.section-case ul.case-list li .white p {
	    margin-top: 20px;
	}
	.section-flow {
	    padding: 40px 16px 0;
	}
	.section-flow ul.flow-list {
	    margin: 40px -8px 0;
	}
	.section-flow ul.flow-list li {
	    width: calc(100% / 2);
	    padding: 0 8px;
	    margin-bottom: 40px;
	}
	.section-flow ul.flow-list li:not(:last-child)::after {
	    content: none;
	}
	.section-flow ul.flow-list li h3 {
	    font-size: 2rem;
	    margin: 20px 0 20px;
	}
	.section-contact .heading {
	    font-size: 1.6rem;
	}
	.section-contact p {
	    font-size: 1.5rem;
	    margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.section-about .br {
		display: none;
	}
	.section-feature .block-3col .item {
	    width: 100%;
	}
	.section-flow .br {
		display: none;
	}
}