/*
Theme Name: Twenty Twenty-Two
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Site Editor features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 5.6
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, style-variations, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news

Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.
*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
	text-decoration-style: dashed;
}

a:active {
	text-decoration: none;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
	background-color: var(--wp--preset--color--primary);
	border-radius: 0;
	border: none;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--medium);
	padding: calc(.667em + 2px) calc(1.333em + 2px);
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
	opacity: 0.90;
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Twenty Twenty-Two. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */

.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
	padding-left: var(--wp--custom--spacing--outer);
	padding-right: var(--wp--custom--spacing--outer);
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
	margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
	margin-left: auto !important;
	margin-right: auto !important;
	width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
	padding-top: var(--wp--custom--spacing--outer);
	padding-bottom: var(--wp--custom--spacing--large);
	padding-right: var(--wp--custom--spacing--outer);
	padding-left: var(--wp--custom--spacing--outer);
}

/*
 * Improves spacing for the legacy Post Comments block.
 * https://core.trac.wordpress.org/ticket/57560
 */

.wp-block-post-comments ol.commentlist ul.children {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.wp-block-post-comments ol.commentlist li.comment:not(:last-child) {
	margin-bottom: 1rem;
}



.FormWrapper{
	
}
.FormTitle{
	margin:40px 0px 10px 0px;
	text-align:left;
}
.FormText{
	text-align:left;
	
}
.Hissu{
	border-radius: 6px;
	margin-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 48px;
	display: inline-block;
	text-align: center;
	background: #5bc8ac;
	color: #fff;
	font-size: 14px;
}
.Hosoku{
	font-size: 14px;
	color:#888888;
}
.Hosoku02{
	font-size: 14px;
	color:#888888;
	margin-top:10px;
}
.FormTitleIn{
	display:inline;
}

.Form1c{
	border: 1px solid #ddd;
	border-radius: 6px;
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	flex: 1;
	width: 93%;
	background: #eaedf2;
	font-size: 18px;
	display:inline;
}
.Form2c{
	border: 1px solid #ddd;
	border-radius: 6px;
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	flex: 1;
	width: 43%;
	background: #eaedf2;
	font-size: 18px;
}
.FormShort{
	border: 1px solid #ddd;
	border-radius: 6px;
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	flex: 1;
	width: 43%;
	background: #eaedf2;
	font-size: 18px;
}

input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius:5px;
  border: 2px solid #555555;
  background-color:#eeeeee;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 12px;
  border-right: 2px solid #555555;
  border-bottom: 2px solid #555555;
  content: '';
}

.FormButtonWrapper{
	margin-top:30px;
}
.FormButton{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
	border-radius:5px;
}
.FormButton:hover{
	color: #fff;
	background: #27acd9;
	cursor:pointer;
}



.HeaderWrapper{
	background-color:#4485e6;
	padding:15px 0px;
	color:#FFFFFF;
	display:table;
	width:100%;
}
a.Header01{
	display:table-cell;
	font-size:14px;
	padding:0px 20px;
	color:#FFFFFF;
	text-decoration:none;
}

.Header02{
	text-align:right;
	display:table-cell;
	font-size:14px;
	padding:0px 20px;
}


.ContactText{
	text-align:center;
}
.MarginFooter{
	margin:100px 0px 0px 0px;
}
.Copyright01{
	text-align:center;
	padding:20px 0px 40px 0px !important;
	font-size:28px;
	font-weight:bold;
	color:#FFFFFF;
}
.Copyright02{
	text-align:center;
	color:#FFFFFF;
	padding:20px 0px 20px 0px !important;
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 300px;
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}



.Wrapper{
	width:1000px;
	margin:auto;
	text-align:center;
}
.Gray{
	background-color:#f4f5f5;
}
.White{
	background-color:#ffffff;
}

.ImagePos01{
	padding:0px 0px 50px 0px;
}
.ImagePos02{
	padding:0px 0px 50px 0px;
}

.ImagePos03{
	padding:50px 0px 50px 0px;
}
table.KoeTable{
	border-collapse:collapse;
	margin:0px auto 50px auto;
}
table.KoeTable td{
	border:2px solid #ffffff;
}



table.CompanyTable{
	border-collapse:collapse;
	margin:0px auto 50px auto;
}
table.CompanyTable tr{
	border-bottom:1px solid #555555;
}
table.CompanyTable th{
	border:none;
	font-weight:normal;
	padding:10px;
}
table.CompanyTable td{
	border:none;
	padding:10px;
}




img{
	margin:auto;
	display:block;
}


.MainImageBackground{
	background:url("../../../wp-content/uploads/image/MainImageBackground02.png");
	background-position: center;
	width:100%;
	text-align:center;
}
.TextImage01Background{
	background:url("../../../wp-content/uploads/image/image03.png");
	background-position: center;
	width:100%;
	text-align:center;
	margin:100px 0px 100px 0px;
}
.TextImage01{
	padding:30px 20px 0px 380px;
	text-align:left;
}
.TextImage01Text01{
	padding:0px 0px 10px 0px;
	color:#e75514;
	font-size:28px;
	border-bottom:1px solid #e75514;
	width: fit-content;
	font-weight:bold;
}
.TextImage01Text02{
	padding:30px 0px 30px 0px;
	font-size:14px;
	line-height:25px;
	color:#3e3a39;
}
.Arrow{
	text-align:center;
	margin:auto;
}

.Text01{
	padding: 20px 0px 100px 0px;
	font-size: 14px;
	line-height: 25px;
	color: #3e3a39;
}
.Text02{
	padding: 40px 0px 40px 0px;
	font-size: 14px;
	line-height: 25px;
	color: #3e3a39;
}
.Text03{
	padding: 40px 0px 40px 0px;
	font-size: 16px;
	font-weight:bold;
	line-height: 25px;
	color:#e75514;
	
	color: #3e3a39;
}
.Text04{
	padding: 40px 0px 40px 0px;
	font-size: 14px;
	line-height: 25px;
	color: #3e3a39;
	text-align:left;
}
.Text05{
	padding: 20px 0px 20px 0px;
	font-size: 14px;
	line-height: 25px;
	color: #3e3a39;
}
.FlowWrapper{
	display:table;
}
.FlowImage{
	display:table-cell;
	vertical-align: top;
}
.Flow{
	display:table-cell;
	vertical-align: top;
}
.StepWrapper{
	display:table;
	margin-bottom:50px;
}
.StepText{
	display:table-cell;
	vertical-align: top;
	text-align:left;
	padding:0px 20px 0px 20px;
}
.StepTitle{
	font-size:50px;
	line-height:50px;
	color:#6a7db9;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.StepTime{
	background-color:#6a7db9;
	padding:10px 30px;
	margin:30px 0px 30px 0px;
	font-size:20px;
	color:#FFFFFF;
	display: inline-block;
	text-align:center;
}
.StepTextarea{
	padding:0px 0px 0px 0px;
	font-size:14px;
	line-height:25px;
	color:#3e3a39;
}
.StepImage{
	display:table-cell;
	vertical-align: top;
}
.Color02Text{
	color:#00b3ea;
}
.Color02Back{
	background-color:#00b3ea;
}
.Color03Text{
	color:#a6cb52;
}
.Color03Back{
	background-color:#a6cb52;
}
.Color04Text{
	color:#ef9a54;
}
.Color04Back{
	background-color:#ef9a54;
}
.Color05Text{
	color:#e9715d;
}
.Color05Back{
	background-color:#e9715d;
}

.GeninSeijo{
	
}
.GeninWrapper{
	
}
.Genin{
	display:inline-block;
	width:240px;
}



.FaqWrapper{
	margin:0px auto 50px auto;
	background-color:#FFFFFF;
	border-radius:20px;
	text-align:left;
	color:#555555;
	font-size:18px;
}
.FaqBorder{
	width:95%;
	margin:0px auto 0px auto;
	border-bottom:3px dotted #0089cd;
}
.Faqq{
	padding:20px;
	display:table;
}
.FaqqL{
	display:table-cell;
	vertical-align:middle;
	padding:0px 20px 0px 0px;
}
.FaqqT{
	display:table-cell;
	vertical-align:middle;
}
.Faqa{
	padding:20px;
	display:table;
}
.FaqaL{
	display:table-cell;
	vertical-align:middle;
	padding:0px 20px 0px 0px;
}
.FaqaT{
	display:table-cell;
	vertical-align:middle;
}




body{
	padding:0px;
	margin:0px;
}




.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0px 0px 10px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width: 80%;
}

.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 2.2rem;
  line-height: 50px;
  position: relative;


  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.btn-c span {
  font-size: 20px;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

.Orenge{
	color:#e75514;
}
.Title{
	font-weight: bold;
	font-size: 30px;
	padding:50px 0px 5px 0px;
	color:#3e3a39;
}
.TitleBorder{
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #e75514;
  width:40%;
  margin:auto;
}
.TitleBorder::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 70%;
  height: 1px;
  background: #3e3a39;
}




.StepSmp{
	display:none;
}
.StepSmpNo{
	display:none;
}


.pc{
	display:inline;
}
.smp{
	display:none;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
  line-height: 20px;
}
#page-top a {
  background: #e75514;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 15px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  transition: all .3s ease;
  border:3px solid #FFFFFF;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}


@media screen and (max-width: 1000px) {
	.pc{
		display:none;
	}
	.smp{
		display:inline;
	}
	img{
		width:100%;
		display: block;
	}
	img.ArrowSmp{
		width:10%;
	}
	.Wrapper{
		width:96%;
		margin:auto;
		padding:0px 2%;
	}
	.MainImageBackground{
		background:url("../../../wp-content/uploads/image/MainImageBackground02.png");
		background-position: center;
		width:100%;
		height:auto;
		text-align:center;
	}
	

	.Form1c{
		width: 80%;
	}
	.Form2c{
		width: 80%;
	}
	.FormShort{
		width: 80%;
	}
	
	.StepSmpWrapper{
		
	}
	.StepTitle{
		font-size:40px;
		display: inline-block;
		padding:0px 10px 0px 0px;
	}
	.StepText{
		display:block;
	}
	.StepImage{
		display:block;
		margin:10px 20px 0px 20px;
	}
	.StepTime{
		margin:-20px 0px 0px 15px;
		padding:6px;
		font-size:14px;
		border:1px solid #6a7db9;
		background-color:#FFFFFF;
		color:#6a7db9;
		display: inline-block;
		vertical-align: middle;
		border-spacing: 0px 10px;
	}
	.StepTextarea{
		padding:10px 0px 0px 0px;
	}
	.StepSmpInline{
		margin:10px;
	}






	.TextImage01Background{
		background:none;
		background-color:#e0e0df;
		width:100%;
		margin:100px 0px 100px 0px;
	}
	.TextImage01{
		padding:10px;
		text-align:left;
	}
	.TextImage01Text01{
		padding:30px 0px 10px 0px;
		color:#e75514;
		font-size:28px;
		border-bottom:1px solid #e75514;
		width: fit-content;
		font-weight:bold;
		text-align:center;
		margin: auto;
	}
	.TextImage01Text02{
		padding:30px 10px 30px 10px;
		font-size:14px;
		line-height:25px;
		color:#3e3a39;
	}
	.StepSmp{
		font-size:12px;
		background-color:#6a7db9;
		color:#FFFFFF;
		text-align:center;
		border-radius:30px;
		display:inline-block;
		line-height:16px;
		padding: 10px;
	}
	.StepSmpNo{
		font-size:20px;
		display:block;
	}
	
	.Color02BackSmp{
		background-color:#00b3ea;
	}
	.Color03BackSmp{
		background-color:#a6cb52;
	}
	.Color04BackSmp{
		background-color:#ef9a54;
	}
	.Color05BackSmp{
		background-color:#e9715d;
	}
	
	.Color02BorderSmp{
		color:#00b3ea;
		border:1px solid #00b3ea;
		background-color:#FFFFFF;
	}
	.Color03BorderSmp{
		color:#a6cb52;
		border:1px solid #a6cb52;
		background-color:#FFFFFF;
	}
	.Color04BorderSmp{
		color:#ef9a54;
		border:1px solid #ef9a54;
		background-color:#FFFFFF;
	}
	.Color05BorderSmp{
		color:#e9715d;
		border:1px solid #e9715d;
		background-color:#FFFFFF;
	}
	
	
	
	table.KoeTable{
		border-collapse:  collapse;
	}
	table.KoeTable  td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	.GeninSeijo{
		width:330px;
		margin:auto;
	}


	.Faqq{
		padding:20px;
	}
	.FaqqL{
		width:53px;
	}
	.FaqqT{
		
	}
	.Faqa{
		padding:20px;
	}
	.FaqaL{
		width:53px;
	}
	.FaqaT{
		
	}
	
}



@media screen and (max-width: 550px) {
	.MainImageBackground{
		background:url("../../../wp-content/uploads/image/MainImageBackground02.png");
		background-position: right 35% bottom 40%;
		width:100%;
		height:auto;
		text-align:center;
	}
	.GeninSeijo{
		width:240px;
		margin:auto;
	}
	a.btn-c{
		font-size:20px;
	}
}