@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}
/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}




/* ////////////////////////////////////////////*/
/* //////////////// BASE STYLE ////////////////*/
/* ////////////////////////////////////////////*/

/*------------------*/
/*------ font ------*/
/*------------------*/

html {
  font-size: 16px;
	box-sizing: border-box;
}
@media screen and (max-width:880px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width:600px) {
  html {
    font-size: 14px;
  }
}
body {
  margin: 0 auto;
  color: #333333;
  line-height: 1.5;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2.5rem;
}
h4 {
	font-size: 1.5rem;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #ff9202;
}
img {
	max-width: 100%;
}

@media screen and (max-width:600px) {
	h1 {font-size: 3rem;}
	h2 {font-size: 2rem;}
	h3 {font-size: 1.75rem;}
	h4 {font-size: 1.5rem;}
}

/*-------------------*/
/*------ width ------*/
/*-------------------*/

.inner{
	max-width: 960px;
	margin: 0 auto;
	width: 90%;
}

/*---------------------*/
/*------- margin ------*/
/*---------------------*/

h2 {
	margin-bottom: 4rem;
}
section {
	margin-bottom: 7rem;
}
@media screen and (max-width:600px) {
  h2 {
		margin-bottom: 2rem;
}
	section {
		margin-bottom: 4rem;
}
  }

/* ///////////////////////////////////////*/
/* //////////////// STYLE ////////////////*/
/* ///////////////////////////////////////*/


/*--------------------*/
/*------- PARTS ------*/
/*--------------------*/

.font-bold{
	font-weight: bold;
}
.font-blue{
	color: #204c8d;
}
.font-orange{
	color: #ff9202;
}
.font-red{
	color: #ff0000;
}
.ubar{
	text-decoration: underline;
}

.sec-ttl{
	background-color: #204c8d;
	color: #fff;
	font-weight: bold;
	text-align: center;
	max-width: 960px;
	-webkit-transform: skewX(15deg);
	        transform: skewX(15deg);
}
.sec-ttl span{
	display: block;
	-webkit-transform: skewX(-15deg);
	        transform: skewX(-15deg);
}
@media screen and (max-width:600px) {
	.sec-ttl{
		padding: 1rem 0;
	}
}

/*--------------------*/
/*------ HEADER ------*/
/*--------------------*/

header{
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 999;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.header-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 960px;
	margin: 0 auto;
}
.page-ttl{
	font-family: 'Noto Serif JP', serif;
	margin-top: -10px;
}
.header-navi{
	width: 36%;
}
.menu-list{
	display: flex;
	font-size: .75rem;
	justify-content: space-between;
}
.menu-item{
	margin-left: 3%;
}
.nav-btn-sp{
	display: none;
}
.mail-btn{
	color: #fff;
	background-color: #204c8d;
	border: 3px solid #204c8d;
	border-radius: 30px;
	font-weight: bold;
	padding: 10px 20px;
	box-shadow: 0px 5px 4.75px 0.25px rgba(34, 34, 34, 0.2);
}
.mail-btn:hover{
	background-color: #fff;
	border: 3px solid #204c8d;
	color: #204c8d;
	box-shadow: 0px 5px 4.75px 0.25px rgba(34, 34, 34, 0.2);
}
.register-btn{
	background-color: #f8780e;
	border: 3px solid #f8780e;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	box-shadow: 0px 5px 4.75px 0.25px rgba(34, 34, 34, 0.2);
}
.register-btn:hover{
	background-color: #fff;
	border: 3px solid #f8780e;
	color: #f8780e;
	box-shadow: 0px 5px 4.75px 0.25px rgba(34, 34, 34, 0.2);
}
.allow-s{
	font-size: .75rem;
	vertical-align: text-top;
}
@media screen and (max-width:960px) {
  .header-navi {
		display: none;
  }
}
@media screen and (max-width:960px) {
	.register-btn{
		padding: 7px 14px;
	}
}
@media screen and (max-width:500px) {
	.nav-btn{
		display: none;
	}
	.nav-btn-sp{
		display: flex;
		justify-content: flex-end;
		padding: 10px 0 0 10px;
	}
}

/*--------------------------*/
/*------- main visual ------*/
/*--------------------------*/

.mv{
	background-image: url("images/mv-background@2x.jpg");
	background-size: 100vw 100vh;
	background-repeat: no-repeat;
	max-width: 100vw;
	margin-bottom: 4rem;
	padding-top: 72px;
}
.mv-inner{
	max-width: 960px;
	margin: 0 auto;
}
.freetrial{
	font-size: 40px;
	text-align: center;
	margin: 2rem 0 0;
}
.freetrial strong{
	border-bottom: 3px solid #204c8d;
}
.main-visual{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mv-txt{}
.mv-ill{
	padding: 5%;
}
@media screen and (max-width:500px) {
	.mv{
		padding-top: 40px;
		background-image: url("images/mv-background-sp.jpg");
		background-size: cover;
	}
	.mv-txt{
		padding-top: 5rem;
	}
	.freetrial{
		margin-bottom: 2rem;
	}
  .freetrial strong{
		font-size: 2rem;
}
	.main-visual{
		display: flex;
		flex-direction: column;
}
	.mv-ill{
		width: 80%;
}
	.sp-align{
		text-align: center;
	}
}

/*--------------------------*/
/*------- about janus ------*/
/*--------------------------*/

.about{}
.about-inner{}
.about-ttl{
	text-align: center;
	margin-bottom: 1.5rem;
}
.about-desc{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 3rem;
}
.about-desc-sp{
	display: none;
}
.about-img{
	display: flex;
	justify-content: space-between;
}
.a-ill-sp{
	display: none;
}
@media screen and (max-width:600px) {
	.about{
		margin-bottom: 3rem;
	}
	.about-desc{
		display: none;
	}
	.a-ill{
		display: none;
	}
	.a-ill-sp{
		display: block;
}
	.about-desc-sp{
		display: block;
		text-align: center;
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
}

/*--------------------*/
/*------- media ------*/
/*--------------------*/

.media{}
.media-inner{}
.media-inner h2{
	margin-bottom: 4rem;
}
.media-logos{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (max-width:600px) {
	.media-inner h2{
	margin-bottom: 2rem;
}
	.media-logo-item {
		width: 50%;
	}
}

/*---------------------*/
/*------ problem ------*/
/*---------------------*/

.problem{
	background-color: #ffeed5;
	padding: 3rem 0;
	margin-bottom: 0;
}
.problem-ttl{}
.problem-inner{}
.problem-list{
	display: flex;
	justify-content: space-between;
}
.problem-item{
	background-color: #fff;
	border-radius: 30px;
	max-width: 310px;
	width: 32%;
	margin: 2rem 0 2.5rem;
}
.qi{
	text-align: right;
}
.qicon{
	max-width: 79px;
	margin-top: -14%;
}
.problem-ttl{
	color: #204c8d;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
.problem-img{
}
.problem-txt{
	margin: 0 auto 1rem;
	width: 90%;
}
.ptb{
	margin-bottom: 2rem;
}
.problem-catch{
	text-align: center;
	font-size: 3rem;
}
.triangle{
	margin: 0 auto 6rem;
	width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 60px solid #ffeed5;
}
@media screen and (max-width:800px) {
	.problem-inner h2{
		font-size: 2rem;
	}
}
@media screen and (max-width:600px) {
	.problem-inner h2{
		font-size: 1.5rem;
	}
	.problem-list{
		margin-top: 4rem;
		flex-direction: column;
	}
	.problem-item{
		max-width: 400px;
		width: 100%;
		margin: 0 auto 3rem;
	}
	.qi{
	text-align: center;
}
	.qicon{
		max-width: 50px;
		margin-top: -14%;
}
	.pi{
		text-align: center;
	}
	.problem-catch{
		font-size: 1.5rem;
	}
	.triangle{
		margin-bottom: 3rem;
		border-left: 60px solid transparent;
  	border-right: 60px solid transparent;
 	  border-top: 30px solid #ffeed5;
	}
}
/*-------------------*/
/*------ cando ------*/
/*-------------------*/

.cando{}
.cando-inner{}
.cando-inner h2{
	margin-bottom: 2rem;
}
.cando-list{
	display: flex;
	justify-content: space-between;
}
.cando-item{
	max-width: 310px;
	width: 32%;
}
.item-num{
	color: #ff9202;
	font-size: 64px;
	font-weight: bold;
	text-align: center;
}
.cd-item-ttl{
	border-radius: 15px;
	text-align: center;
	background-color: #ffeed5;
	color: #204c8d;
	font-size: 2rem;
	font-weight: bold;
	padding: 1rem 0;
}
.cdi{
	text-align: center;
}
.cd-item-img{
}
.cd-item-txt{
	height: 15rem;
	margin: 0 auto;
	border-radius: 15px;
	background-color: #ffeed5;
	padding: 1rem;
}
@media screen and (min-width:600px) and (max-width:800px) {
	.cd-item-ttl{
		font-size: 1.5rem;
	}
	.cd-item-txt{
		height: 23rem;
	}
}
@media screen and (max-width:600px) {
	.cando-list{
		flex-direction: column;
	}
	.cando-item{
		margin: 0 auto 2rem;
		max-width: 400px;
		width: 100%;
}
	.cd-item-txt{
		height: auto;
	}
}

/*--------------------*/
/*------ reason ------*/
/*--------------------*/

.reason{
	background-color: #ffeed5;
	padding: 3rem 0;
	margin-bottom: 0;
}
.reason-inner{}
.reason-conteiner{
}
.reason-item{
	background-color: #fff;
	border: #204c8d 7px solid;
	border-radius: 30px;
	margin-bottom: 3rem;
	padding: 1rem;
	text-align: center;
	position: relative;
}
.reason-item-ttl{
	color: #204c8d;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 3rem;
}
.reason-item-sub{
	margin-bottom: 2rem;
	font-size: 1.5rem;
}
.reason-2column{
	display: flex;
	margin: 2rem;
	justify-content: space-around;
	align-items: center;
}
.rp-center{
	width: 80%;
	margin: 2rem auto 1rem;
}
.rp-right{
	width: 50%;
}
.reason-item-img{}
.reason-item-txt{
	text-align: left;
}
.reason1-sp{
	display: none;
}
@media screen and (max-width:800px) {
	.reason-inner h2{
		margin-bottom: 4rem;
	}
	.reason-item-sub{
		padding: 1rem 0;
}
	.reason-item{
		border: #204c8d 4px solid;
	}
	.reason-2column{
	 flex-direction: column;
		margin: 0 0 1rem;
}
	.reason-2column img{
		width: 70%;
		margin: 0 0 2rem;
	}
	.rp-center{
		width: 100%;
	}
	.rp-right{
		width: 100%;
}
	.reason1{
		display: none;
	}
	.reason1-sp{
		display: block
	}
}
@media screen and (max-width:800px) {
	.reason-item-ttl{
		font-size: 1.5rem;
	}
}
.r-item1:before{
	background-color: #fff;	
	border: 7px solid #204c8d;
	border-radius: 15px;
	color: #ff9202;
	content: '理由 01';
	font-size: 2rem;
	font-weight: bold;
	display: block;
	padding: 5px 20px;
	position: absolute;
	top: -2rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
}
.r-item2:before{
	background-color: #fff;	
	border: 7px solid #204c8d;
	border-radius: 15px;
	color: #ff9202;
	content: '理由 02';
	font-size: 2rem;
	font-weight: bold;
	display: block;
	padding: 5px 20px;
	position: absolute;
	top: -2rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
}
.r-item3:before{
	background-color: #fff;	
	border: 7px solid #204c8d;
	border-radius: 15px;
	color: #ff9202;
	content: '理由 03';
	font-size: 2rem;
	font-weight: bold;
	display: block;
	padding: 5px 20px;
	position: absolute;
	top: -2rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
}
.r-item4:before{
	background-color: #fff;	
	border: 7px solid #204c8d;
	border-radius: 15px;
	color: #ff9202;
	content: '理由 04';
	font-size: 2rem;
	font-weight: bold;
	display: block;
	padding: 5px 20px;
	position: absolute;
	top: -2rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
}
.r-item5:before{
	background-color: #fff;	
	border: 7px solid #204c8d;
	border-radius: 15px;
	color: #ff9202;
	content: '理由 05';
	font-size: 2rem;
	font-weight: bold;
	display: block;
	padding: 5px 20px;
	position: absolute;
	top: -2rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
}
.r-item6:before{
	background-color: #fff;	
	border: 7px solid #204c8d;
	border-radius: 15px;
	color: #ff9202;
	content: '理由 06';
	font-size: 2rem;
	font-weight: bold;
	display: block;
	padding: 5px 20px;
	position: absolute;
	top: -2rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
}
.r-item7:before{
	background-color: #fff;	
	border: 7px solid #204c8d;
	border-radius: 15px;
	color: #ff9202;
	content: '理由 07';
	font-size: 2rem;
	font-weight: bold;
	display: block;
	padding: 5px 20px;
	position: absolute;
	top: -2rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
}
.r-item8:before{
	background-color: #fff;	
	border: 7px solid #204c8d;
	border-radius: 15px;
	color: #ff9202;
	content: '理由 08';
	font-size: 2rem;
	font-weight: bold;
	display: block;
	padding: 5px 20px;
	position: absolute;
	top: -2rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
}
@media screen and (max-width:600px) {
	.r-item1:before,
	.r-item2:before,
	.r-item3:before,
	.r-item4:before,
	.r-item5:before,
	.r-item6:before,
	.r-item7:before{
		font-size: 1,5rem;
		width: 200px;
		border: 4px solid #204c8d;
}
	}
/*-------------------*/
/*------ price ------*/
/*-------------------*/

.price{}
.price-inner{
	padding-top: 7rem;
}
.price-sub{
	text-align: center;
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: bold;
}
.price-sub-sp{
	display: none;
}
.price-container{
	margin-bottom: 2rem;
}
.price-list{
	display: flex;
	justify-content: space-between;
}

.price-item{
	border: solid 5px #204c8d;
	border-radius: 30px;
	text-align: center;
	width: 24%;
}
.box-title{
	font-size: 1.5rem;
	font-weight: bold;
  background: #204c8d;
  padding: 5px;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.05em;
  border-radius: 15px 15px 0 0;
	margin-bottom: 1rem;
}
.price-bdr{
	padding-bottom: .5rem;
	border-bottom: solid 1px #204c8d;
	width: 90%;
	margin: 0 auto .5rem;;
}
.price-item-txt{
	margin-bottom: .25rem;
}
.price-num-strong{
	font-size: 1.5rem;
	font-weight: bold;
}
.price-item-unit{
	font-size: 1.5rem;
}
.price-item-price{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.plan-mini{}
.plan-small{}
.plan-medium{}
.plan-large{}
.price-desc{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 1rem;
}
.price-desc a{
	color: #204c8d;
	text-decoration: underline;
}
.price-desc a:hover{
	color: #ff9202;
}
.price-att{
	font-size: .75rem;
	width: 60%;
	margin: 0 auto;
	line-height: 1rem;
}
@media screen and (max-width:1000px) {
	.box-title{
		font-size: 1.25rem;
	}
}
@media screen and (max-width:800px) {
	.price-list{
		flex-wrap: wrap;
		justify-content: space-around;
		
	}
	.price-item{
		width: 48%;
		margin-bottom: 2rem;
}
	.box-title{
		font-size: 2rem;
	}
	.price-inner{
	padding-top: 5rem;
}
}
@media screen and (max-width:600px) {
	.price-container{
		margin-bottom: 0;
	}
	.price-sub{
		display: none;
	}
	.price-sub-sp{
		display: block;
		text-align: center;
		font-weight: bold;
		margin-bottom: 1rem;
	}
	.price-list{
		flex-direction: column;
	}
	.price-item{
		border: solid 4px #204c8d;
		width: 100%;
		margin: 0 auto 2rem;
		font-size: 1.5rem;
	}
	.price-num-strong{
		font-size: 2.5rem;
	}
	.price-item-price{
		font-size: 2.5rem;
	}
	.price-desc{
		font-size: 1rem;
	}
	.price-att{
		width: 100%;
	}
}

/*---------------------*/
/*------ service ------*/
/*---------------------*/

.service{
	text-align: center;
	background-color: #ffeed5;
	margin-bottom: 0;
}
.service-inner{
	padding: 3rem 0;
}
.service-inner h2{
	margin-bottom: 1rem;
}
.service-img{
	margin-bottom: 2rem;
}
.service-img-sp{
	display: none;
}
.cta-btn{
	border: 3px solid #f8780e;
	background-color: #f8780e;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 1rem 3rem;
	border-radius: 50px;
	box-shadow: 0px 5px 4.75px 0.25px rgba(34, 34, 34, 0.2);
}
.cta-btn:hover{
	background-color: #fff;
	border: 3px solid #f8780e;
	color: #f8780e;
	box-shadow: 0px 5px 4.75px 0.25px rgba(34, 34, 34, 0.2);
}
@media screen and (max-width:600px) {
	.service-img{
		display: none;
	}
	.service-img-sp{
		display: block;
		margin-bottom: 3rem;
	}
}

/*-----------------------*/
/*------ mail form ------*/
/*-----------------------*/
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #ffeed5 inset;
}
.mail-form{
	padding-top: 4rem;
}
.mail-inner h2{
	margin-bottom: 2.5rem;
}
.mail-container{
	width: 80%;
	margin: 0 auto 2rem;
}
.mail-item{
	display: flex;
	justify-content: space-between;
	border-bottom: .5px solid #ddd;
	padding: 1rem 0;
}
.mi-cntr{
	align-items: center;
}
label{
	margin-bottom: .5rem;
}
.required::after{
	content: '必須';
	color: #fff;
	background-color: #ff9202;
	border-radius: 5px;
	font-size: .75rem;
	padding: .25rem .5rem;
	margin-left: .75rem;
}
.text-field{
	width: 500px;
	background-color: #ffeed5;
	border-radius: 5px;
	padding: .5rem 1rem;
}
.form-comment{
	resize: vertical;
	height: 8rem;
}
.bdr-none{
	border-bottom: none;
}
.mail-submit{
	text-align: center;
}
input[type="submit"]{
	color: #fff;
	background-color: #ff9202;
	border: 3px solid #ff9202;
	border-radius: 5px;
	font-size: 1.5rem;
	padding: .5rem 7rem;
}
input[type="submit"]:hover{
	background-color: #fff;
	color: #ff9202;
}
@media screen and (max-width:960px) {
	.mail-container{
		width: 100%;
	}
	.mail-item{
		margin: 0 auto;
		flex-direction: column;
		justify-content: center;
	}
	.mi-cntr{
		align-items: flex-start;
	}
	.text-field{
		width: 100%;
	}
}
/*---------------------------*/
/*------ footer visual ------*/
/*---------------------------*/

.footer-v{
	background-image: url("images/fooot-v-background@2x.jpg");
	background-size: cover;
	margin-bottom: 0;
}
.footer-v-inner{
	padding: 3rem 0 0;
}
.footer-v-ttl{
	text-align: center;
	padding-top: 2rem;
}
.footer-visual{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2rem;
	margin: 0 auto;
}
.footer-left{
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 0 auto;
	width: 50%;
}
.btn-style2{
	text-align: right;
	width: 300px;
	margin: 0 auto;
}
.footer-v-txt{
	margin-bottom: 2rem;
}
.footer-v-ill{
	width: 50%;
}
@media screen and (max-width:600px) {
	.footer-v{
		background-image: url("images/mv-background-sp.jpg");
	}
	.footer-v-ill{
		display: none;
	}
	.footer-left{
		width: 100%;
	}
	.btn-style-sp{
		border: 3px solid #f8780e;
		background-color: #f8780e;
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		padding: 1rem 3rem;
		border-radius: 50px;
		box-shadow: 0px 5px 4.75px 0.25px rgba(34, 34, 34, 0.2);
	}
	.btn-style-sp span{
		font-size: 1rem;
	}
}

/*--------------------*/
/*------ footer ------*/
/*--------------------*/

.footer{
	background-color: #204c8d;
	color: #fff;
	text-align: center;
	padding-bottom: .5rem;
}
.footer-inner{}
.foot-logo{
	padding: 3rem;
}
.foot-navi{}
.foot-menu{
	display: flex;
	justify-content: center;
}
.foot-menu-item{
	font-size: .875rem;
	padding: 5px;
}
.copyright{}
@media screen and (max-width:600px) {
	.foot-menu{
		flex-direction: column;
	}
	.foot-menu-item{
		padding: 0;
		margin-bottom: 1rem;
	}
}

/*-------------------------*/
/*------ thanks page ------*/
/*-------------------------*/
.thankspage{
	text-align: center;
}
.thankspage-inner{
	width: 90%;
	margin: 0 auto;
}
.mail-sended{
	padding-top: 8rem;
	margin-bottom: 2rem;
}
.mail-sended-text{
	margin-bottom: 2rem;
}
.mail-sended-contact{
	margin-bottom: 3rem;
}
.thanks2top{
	background-color: #204c8d;
	color: #fff;
	padding: 1rem 3rem;
	border-radius: 5px;
	border: 2px solid #204c8d;
}
.thanks2top:hover{
	background-color: #fff;
	color: #204c8d;
	padding: 1rem 3rem;
	border-radius: 5px;
}