@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

#gnav{
	font-size: 1.5em;
    font-weight: bold;
}


/* ボタン共通 */
.design_button {
  text-align: center;
  z-index: 10;
  position: relative;
}

/* aタグの基本スタイル */
.design_button a {
	    width: 250px;
  position: relative;
  display: inline-block;
  padding: 16px 40px;
  text-decoration: none;
  overflow: hidden;
}

/* テキスト */
.design_button.type2 a {
  color: #ffffff !important;
}

/* 角丸・太さ */
.design_button.shape_type1 a {
  border-radius: 60px;
  font-weight: 600;
}

/* グラデーション背景（#1B8182ベース） */
.design_button.type2 a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #1B8182 0%,
    #2FAFAF 50%,
    #1B8182 100%
  );
  z-index: 1;
  transition: opacity 0.3s ease;
}

/* 文字を前面に */
.design_button.type2 a span {
  position: relative;
  z-index: 2;
  letter-spacing: 0.05em;
}

/* hover（少しだけ上品に） */
.design_button.type2 a:hover::before {
  opacity: 0.85;
}


.bg-origin{
  background: linear-gradient(90deg, #1B8182 0%, #2FAFAF 50%, #1B8182 100%);
}

.txt_grade {
  background: linear-gradient(
    90deg,
    #1B8182 0%,
    #2FAFAF 50%,
    #1B8182 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
#top_title_area{
min-height: 400px!important;
}


/* フォーム */
/* お問い合わせ */

form {
	background: white;
	border-radius: 10px;
	padding: 3em 2em;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.flex-box {
display: flex;
justify-content: space-between;
}

.flex-box-line {
display: flex;
justify-content: space-between;
align-items: center;
}


.flex-botan {
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.agent_code_area{
display:none;
}

.Form {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
}


.Form-Item-Label {
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 16px;
}

.Form-Item-Label-Required {
  border-radius: 14px;
  margin-left: 12px;
  padding: 3px 10px; 
  text-align: center;
  background: #008341;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
.Form-Item-Label-NO-Required {
  border-radius: 14px;
  margin-left: 12px;
  padding: 3px 10px; 
  text-align: center;
  background: #a7a7a7;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.Form-Item-Input, .Form-Item-Select {
  border: 1px solid #439eb8;
  border-radius: 6px;
  padding-left: 0.5em;
  padding-right: 1em;
  flex: 1;
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}


.Form-Item-Textarea {
  border: 1px solid #439eb8;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 108px!important;
  flex: 1;
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}

.Form-Btn {
  border-radius: 40px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 240px;
  display: block;
  letter-spacing: 0.05em;
  background: #008341;
  color: #1A2F6E;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border: 1px solid #1A2F6E;
}

.line-botan {
  border-radius: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
	margin-right: 3vw;
	margin-left: auto;
  width: 240px;
  display: block;
  letter-spacing: 0.05em;
  background: #06c152;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  border: none;
}


.Form-normal {
	width: 46%;
}
.Form-wide {
	width: 100%;
}
.Form-shrink {
	width: 35%;
}

.Form-Last-Item {
	margin-top: 30px;
	border-top: 1px solid #a7a7a7;
}

.Form-midasi {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}

.Form-explanation {
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 17px;
}

.Form-Item-Sub {
	font-weight: 400;
	font-size: 13px;
}


.sonota1-field, .sonota2-field, .sonota3-field, .sonota4-field, .line-flex, .Form-NO-Vision {
	display: none;
}

.Form-privacy {
	cursor: pointer;
	 color: #0000EE;
 text-decoration: underline;
}

@media screen and (max-width: 750px) {
   .flex-box {
    flex-direction: column;
	gap: 1em;
   }
	 .flex-box-line {
    flex-direction: column;
	gap: 1.5em;
    align-items: initial;
   }
	.line-botan {
	margin-right: auto;
	margin-left: auto;
}
	.Form-Item {
  padding-top: 0;
  }
	.Form-normal, .Form-shrink {
		width: 100%;
	}
	.flex-botan-pc {
		display: none;
	}
	.flex-botan-sp {
		display: flex;
		flex-direction: column;
	}
	.Form-Item-Sub {
		font-size: 11px;
	}
	.Form-Last-Item {
		padding-top: 30px;
	}
	.Form-sousin {
		margin-top: 20px;
	}
	.Form-check {
		letter-spacing: 0.5px;
	}
}

@media screen and (min-width: 751px) {
.flex-botan-sp {
		display: none;
	}
	.flex-box > div:nth-of-type(1) {
  margin-right: 2em;
}
}

.contact-full-color {
	background: rgba(0,0,0,0)!important;
}

.Form-Item select {
	margin-top: 10px;
}

