@charset "UTF-8";
/*
Theme Name: iTether Web
Description: アイテザーのWEBサイトテーマ
Theme URI: テーマの URL
Author: アイテザー株式会社
Author URI: itether.jp
Version: 1.0
License: ライセンス
License URI: ライセンスの URL
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul,
ol{
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

p {
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  margin: 0;
  height: 100%;
  line-height: 1.8;
  color: #2d2c2c;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  word-break: break-all;
}

.bold{
  font-weight: bold;
}


a {
  text-decoration: none;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

h1 {
  position: relative;
  margin: 0;
  padding: 0;
}

h2 {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 1000px) {
  h2 {
    font-size: 2.0rem;
    padding: 0;
  }
}

h3 {
  font-size: 4rem;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  h3 {
    font-size: 2.3rem;
  }
}

p {
  margin: 0 0 24px;
  padding: 0;
}
#top p {
  margin: 0 0 0;
}


input[type="text"], button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	padding: 15px 10px;
	border:2px solid black;
	width:100%;
	font-size:18px;
}

.recrute-label {
	font-size:20px;
}
.recrute-box{
	
}
.recrute-box input[type="email"]{
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 15px 10px;
  border:2px solid black;
	width:100%;
	font-size:18px;
}
.recrute-box input[type="date"]{
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 15px 10px;
  border:2px solid black;
	width:100%;
	font-size:18px;
}
.recrute-box2 {
	width:100% ;
}
.recrute-box2 select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	padding: 3% 2%;
	border:2px solid black;
	width:32.3%;
	font-size:18px;
	margin-right :1%;
	background-image: url(https://itether.co.jp/wp-content/uploads/2021/12/select_arrow.png);
    background-repeat: no-repeat;
    background-position: 90% center;
}
.occupation {
	position: relative;
	display: block;
}
.occupation select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	padding: 15px 10px;
	border:2px solid black;
	width:100%;
	font-size:18px;
	background-image: url(https://itether.co.jp/wp-content/uploads/2021/12/select_arrow.png);
	background-repeat: no-repeat;
	background-position: 97.5% center;
}

#page .recrutepage_ttl {
  margin: 85px 0 48px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #page .recrutepage_ttl {
    margin: 48px 0;
  }
}
#page .recrutepage_ttl h2 {
	font-family: 'Lato', sans-serif;
	position: relative;
	font-weight: 900;
	font-size: 3.4rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
#page .recrutepage_ttl h2::before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 64px;
  height: 2px;
  bottom: -15px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 560px) {
	#page .recrutepage_ttl2 {
		margin: 2.5rem 0;
		text-align: center;
	}
	#page .recrutepage_ttl2 h2 {
		position: relative;
		font-weight: 900;
		font-size: 1.8rem;
		line-height: 1.3;
		letter-spacing: 0.1em;
	}
	#page .recrutepage_ttl2 h2::before {
		position: absolute;
		display: inline-block;
		content: '';
		width: 100%;
		height: 0.2rem;
		bottom: -1.5rem;
		left: 50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}	
}
@media screen and (min-width: 561px) {
	#page .recrutepage_ttl2 {
	  margin: 8.5rem 0 4.8rem;
	  text-align: center;
	}
	#page .recrutepage_ttl2 h2 {
		position: relative;
		font-weight: 900;
		font-size: 3.4rem;
		line-height: 1.3;
		letter-spacing: 0.1em;
	}
	#page .recrutepage_ttl2 h2::before {
	  position: absolute;
	  display: inline-block;
	  content: '';
	  width: 6.4rem;
	  height: 0.2rem;
	  bottom: -1.5rem;
	  left: 50%;
	  -moz-transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  transform: translateX(-50%);
	}	
}

@media screen and (max-width: 560px) {
	#page .form_submit_recruit {
		font-size: 1.2rem;
	}
	#page .recrutetop_ttl h1 {
		font-size: 2.8rem;
	}
	#page .recrutetop_ttl h1::before {
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}	
	#page .recrutetop_ttl h2 {
		font-size: 1.8rem;
	}
	#page .recrutetop_ttl h2::before {
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}	
}
@media screen and (min-width: 561px) {
	#page .recrutetop_ttl h1 {
		font-size: 6.0rem;
	}
	#page .recrutetop_ttl h1::before {
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}	
	#page .recrutetop_ttl h2 {
		font-size: 3.6rem;
	}
	#page .recrutetop_ttl h2::before {
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}	
}

@media screen and (max-width: 560px) {
	#page .recrutepage_bottom1 {
		font-size: 2.5rem;
	}
}


.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.4rem;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
.arrow.arrow_left::before {
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #00a0e9;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.flxbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc_none {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .pc_none {
    display: block !important;
  }
}
.sp_block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp_block {
    display: block;
  }
  .sp_none {
    display: none !important;
  }
}

#header {
  position: fixed;
  background: #fff;
  border-bottom: solid 1px #ddd;
  width: 100%;
  align-items: center;
  z-index: 100;
  padding: 14px 0;
}
#header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}
#header h1 {
  line-height: 1;
}
#header h1.header_logo img {
  width: 154px;
  height: 51px;
}
#header ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header li {
  margin-right: 40px;
  text-align: center;
  line-height: 1.4;
}
#header li:last-child {
  margin-right: 0;
}
#header a {
  display: inline-block;
  color: #2d2c2c;
}
#header a:hover {
  color: #00a0e9;
}
#header span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
#header span.eng {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
#header span.jp {
  font-size: 1.4rem;	
}	
#header .btn_menu {	
  display: none;	
}
#header .btn_menu {
  height: 12px;
  position: absolute;
  right: 20px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
}

@media screen and (min-width:1100px) and ( max-width:1250px) {
  #header li {
    margin-right: 25px;
  }
  #header span {
    font-size: 1.6rem;
  }
  #header span.jp {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1099px) {
  #header ul {
    display: block;
  }
  #header .btn_menu {	
    display: block;	
  }
  #header .btn_menu .btn_menu_line {
    background: #00a0e9;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition:-webkit-transform .3s;
    transition:-webkit-transform .3s;
    transition:transform .3s;
    transition:transform .3s, -webkit-transform .3s;
    width: 100%;
  }
  #header .btn_menu .btn_menu_bottom {
    bottom: 0;
  }
  #header .btn_menu.active .btn_menu_top {
    top: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  #header .btn_menu.active .btn_menu_bottom {
    bottom: 6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #header .gnav {
    background: #00a0e9;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
    left: 0;
    display: none;
  }
  
  #header .gnav.active  {
    display: block;
    animation-name: fade-in;
    animation-duration: .5s;
  }
  #header .gnav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #header .gnav_wrap ul li {
    margin: 1rem 0;
  }
  #header .gnav_wrap ul li a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .1rem;
    padding: 0.5em 2.5rem;
    text-decoration: none;
    transition: .2s;
  }
  #header span {
    font-size: 1.6rem;
  }
  #header span.jp {
    font-size: 1.3rem;
  }
  #header .gnav_wrap ul li a:hover {
    color: #68e0ce;
  }
  
}
@media screen and (max-width: 1000px) {
  #header {
    padding: 8px;
    height: auto;
  }
  #header h1.header_logo img {
    width: 12.2666vw;
    height: auto;
  }
}
@media screen and (max-width: 414px) {
  #header h1.header_logo img {
    width: 22.2222vw;
    height: auto;
  }
}

footer {
  background-color: #fff;
  padding-top: 64px;
  font-size: 1.4rem;
  border-top: 1px solid #cbdde5;
  position: relative;
}
footer .footer_pagetop {
  text-align: center;
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #00a0e9;
  padding: 6px 16px;
}
footer .footer_pagetop i{
  color: #fff;
}
footer .footer_upper {
  width: 62.99%;
}
footer .footer_lower {
  width: 37.01%;
}
footer .footer_upper_nav li {
  margin-bottom: 16px;
}
footer .footer_upper_nav li a {
  color: #2d2c2c;
  font-weight: bold;
}
footer .f_company {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
footer .footer_lower_logo {
  margin-bottom: 32px;
}
footer .footer_lower_logo img{
  width: 35%;
}
footer .footer_lower_logo_sns {
	display:flex;
	margin-top: 20px;
	margin-bottom: 32px;
}
footer .footer_lower_logo_sns a{
	width: 12.5%;
    margin-right: 2%;
}

footer .footer_lower_data h3 {
  font-size: 1.4rem;
}
footer .footer_lower_data ul {
  font-size: 1.4rem;
  line-height: 1.8;
}

footer .footer_lower_pmark img {
  width: 91px;
}
footer .footer_lower {
  font-size: 1.2rem;
}
footer .footer_lower_nav li {
  margin-right: 16px;
}
footer .footer_lower_copyright {
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 2em;
}
@media screen and (max-width: 1000px) {
  footer {
    padding-top: 8vw;
  }
  footer .f_wrap.flxbox,
  footer .flxbox.f_company {
    display: block;
  }
  footer .footer_upper {
    width: 100%;
    margin-bottom: 2em;
  }
  footer .footer_upper_nav li {
    margin-bottom: 0.8em;
  }
  footer .footer_lower {
    width: 100%;
  }
  footer .footer_lower_logo {
    margin-bottom: 16px;
  }
  footer .footer_lower_logo img{
    width: 35vw;
    max-width: 154px;
  }
  footer .footer_lower_pmark {
    margin-top: 1em;
  }
  footer .footer_lower_pmark a {
    display: inline-block;
  }
  footer .footer_lower_pmark img {
    width: 24.2666vw;
    max-width: 91px;
  }
  footer .footer_lower_nav li {
    margin-right: 0;
    font-size: 1.4rem;
  }
  footer .footer_lower_copyright {
    margin-top: 2em;
  }
}
@media screen and (max-width: 414px) {
  footer {
    padding-top: 14.4927vw;
  }
}

#key_visual {
  position: relative;
  background-image: url("./image/mv_pc.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 44.970%;
}
@media screen and (max-width: 1000px) {
  #key_visual {
    background-image: url("./image/mv_sp.jpg");
    padding-top: 74.641%;
  }
}

.container {
  padding: 96px 0;
  width: 100%;
  margin: 0 auto;
}
.container_ttl {
  text-align: center;
  margin-bottom: 48px;
}
#top .container_ttl h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 3.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
#top .container_ttl span {
  display: inline-block;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.container_block {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .container {
    padding: 8vw 0;
  }
  .container_ttl {
    margin-right: 0;
    margin-bottom: 3.2vw;
    width: 100%;
  }
  #top .container_ttl h2 {
    /*font-size: 3.7333vw;*/
    font-size: 4.7333vw;
    line-height: 1;
  }
  .container_ttl span {
    margin-top: 0;
    /*font-size: 1.7333vw;*/
    font-size: 2.7333vw;
  }
  .container_block {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .container {
    padding: 14.4927vw 0;
  }
  #top .container_ttl h2 {
    font-size: 6.7632vw;
  }
  .container_ttl span {
    font-size: 3.14vw;
  }
  .container_ttl {
    margin-bottom: 5.7971vw;
  }
}

.inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1040px;
  box-sizing: border-box;
}
#top .cnt_inner,
#top p.cnt_inner {
  width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .inner {
    width: 92%;
  }
  #top .cnt_inner {
    width: 100%;
  }
  #top p.cnt_inner {
    width: 95%;
  }
}


#service .service_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#service .service_list dl {
  box-shadow: 0 0 8px 2px rgba(111,130,138,0.14);
  border: 1px solid #e7eff3;
  background-color: #fff;
  width: 31.73%;
  padding: 20px;
}
#service .service_list dl dt {
  margin-bottom: 32px;
  line-height: 1.4;
  font-size: 2.0rem;
  font-weight: bold;
  color: #1e1d1d;
  text-align: center;
}
#service .service_list dl dt span {
  display: block;
  font-size: 1.2rem;
  color: #00a0e9;
}
#service .service_list dl dd {
  line-height: 2.0;
  font-size: 1.4rem;
}
#service .service_list dl dd:first-of-type {
  margin-bottom: 16px;
}
#service .service_list dl dd:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
#service .service_list_partner {
  border: 1px solid #74c8f6;
  border-radius: 15px;
  margin-top: 16px;
  padding: 24px 16px;
}
#service .service_list_partner_contact {
  text-align: right;
  margin-top: 10px;
}
#service .service_list_partner a {
  text-decoration: none;
  color: #2d2c2c;
  font-weight: bold;
}
#service .service_list_partner a:hover {
  color: #00a0e9;
}
@media screen and (max-width: 1000px) {
  #service .service_list {
    display: block;
  }
  #service .service_list dl {
    padding: 16px;
    padding: 4.2666vw;
    width: 100%;
    margin-bottom: 6.4vw;
  }
  #service .service_list dl:last-of-type {
    margin-bottom: 0;
  }
  #service .service_list dl dt {
    margin-bottom: 4.2666vw;
    /*font-size: 2.4vw;*/
    font-size: 3.4vw;
    padding: 16px 0 0;
  }
  #service .service_list dl dt span {
    /*font-size: 1.6vw;*/
    font-size: 2.6vw;
  }
  #service .service_list dl dd {
    /*font-size: 1.4rem;*/
    font-size: 1.6rem;
  }
  #service .flxbox {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  #service .service_list dl {
    margin-bottom: 11.5942vw;
  }
  #service .service_list dl dt {
    font-size: 4.3478vw;
    margin-bottom: 7.7294vw;
  }
  #service .service_list dl dt span {
    font-size: 2.8985vw;
  }
}

#information {
  background-color: #e9f0f3;
}
#information .information_list ul {
  background-color: #fff;
  border: 1px solid #d9e3e9;
  border-radius: 10px;
}
#information .information_list li {
  padding: 16px 24px;
  font-size: 1.4rem;
}
#information .information_list time {
  display: inline-block;
  margin-right: 56px;
  width: 90px;
}
#information .information_list a {
  /*color: #2d2c2c;*/
  margin-top: 16px;
  transition: all ease 0.25s;
}
#information .information_list a:hover {
  color: #00a0e9;
}
#information .information_list_more {
  text-align: right;
  margin-top: 12px;
}
#information .news_more {
  color: #000;
  text-decoration: none;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  #information .information_list time {
    display: block;
    margin-right: 0;
    width: auto;
  }
  #information .flxbox {
    display: block;
  }
}

#greetings.container {
    padding: 96px 0 0;
}
#greetings .greetings_sttl img {
  width: 88.461%;
  margin: 0 auto;
}
#greetings p.greetings_detail {
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: bold;
  margin-top: 30px;
  line-height: 2.0;
  font-size: 1.39rem;
   /* font-size: 1.4rem; */
}
#greetings .greetings_img img {
  width: 78.846%;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  #greetings.container {
    padding: 8vw 0 0;
  }
  #greetings .greetings_sttl img,
  #greetings .greetings_img img{
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #greetings.container {
    padding: 14.4927vw 0 0;
  }
}

#company {
	background:-webkit-gradient(linear, left top, left bottom, from(#87cefa), to(#e9f0f3));
  /* background: -webkit-gradient(linear, left top, left bottom, from(#209cff), to(#68e0ce)); */
  background: -moz-linear-gradient(top, #209cff, #68e0ce);
  background: -ms-linear-gradient(top, #209cff, #68e0ce);
  background: linear-gradient(top, #209cff, #68e0ce);
}
#company .container_ttl h2 {
  color: #fff;
}
#company .container_ttl span {
  color: #fff;
}
#company .company_table {
  font-size: 1.6rem;
}
#company .company_table th {
  border-bottom: solid 1px #e7ecee;
  padding: 14px 32px;
  width: 26.585%;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background-color: #d5dfe4;
}
#company .company_table td {
  border-bottom: solid 1px #e7ecee;
  padding: 14px 32px;
  background-color: #fff;
}
#company .company_table tr:last-of-type th,
#company .company_table tr:last-of-type td {
  border-bottom: none;
}
@media screen and (max-width: 1000px) {
  #company .company_table {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #company .flxbox {
    display: block;
  }
  #company .company_table th,
  #company .company_table td{
    display: block;
    padding: 2.4vw 2.4vw;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_table th,
  #company .company_table td{
    padding: 3.2vw 3.2vw;
  }
}

.office_map {
  width: 100%;
  height: 520px;
}

#history .history_table {
  font-size: 1.6rem;
}
#history .history_table th {
  border-bottom: solid 1px #cfd9dd;
  padding: 14px 32px;
  width: 25%;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  color: #00a0e9;
}
#history .history_table td {
  border-bottom: solid 1px #cfd9dd;
  padding: 14px 32px;
}
@media screen and (max-width: 1000px) {
  #history .history_table {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #history .history_table th {
    display: block;
    border-bottom: none;
    padding: 8px 8px 0;
    width: 100%;
  }
  #history .history_table td {
    display: block;
    padding: 0 8px 8px;
  }
  #history .flxbox {
    display: block;
  }
}

#contact {
  background-color: #cbdde5;
  font-size: 1.6rem;
}
#contact .contact_inner {
  margin: 0 auto;
}
#contact .form_box {
  width: 580px;
  margin: 0 auto;
  margin-bottom: 16px;
}


#contact .form_txt {
  text-align: center;
}
#contact .form_privacy {
  margin: 16px 0 10px;
  text-indent: 1.5em;
}
#contact .form_privacy span.wpcf7-list-item {
  margin: 0 0 0 0; 
}
#contact .form_privacy a {
  transition: all ease 0.25s;
}
#contact .form_privacy a:hover {
  opacity: 0.6;
}
#contact .form_submit {
  width: 580px;
  margin: 0 auto;
  text-align: center;
}
#contact .contact_form p {
  margin: 0 0 16px;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact select {
  display: block;
  background-color: #fff;
  border: none;
  margin-bottom: 8px;
  padding: 16px 24px;
  width: 100%;
  max-width: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
#contact textarea {
  display: block;
  background-color: #fff;
  border: none;
  margin-bottom: 8px;
  padding: 16px 24px;
  width: 100%;
  max-width: 100%;
  height: 200px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  resize: vertical;
}
#contact input[type="submit"] {
  display: inline-block;
  background-color: #1d72fe;
  border: none;
  margin-bottom: 32px;
  padding: 16px 24px;
  width: 66.724%;
  color: #fff;
  cursor: pointer;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  transition: all ease 0.25s;
}
#contact input[type="submit"]:hover {
  background-color: #fff;
  color: #1d72fe;
}
#contact .your-title {
  position: relative;
  display: block;
}
#contact .your-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #222 transparent transparent transparent;
  top: 58%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#contact .your-title select {
  cursor: pointer;
}
@media screen and (max-width: 1000px){
  #contact {
    font-size: 1.5rem;
  }
  #contact .form_box {
    width: 100%;
  }
  #contact .form_txt {
    font-size: 1.3rem;
  }
  #contact .form_privacy {
     width: 100%;
  }
  #contact .form_privacy {
    text-indent: 0;
  }
  #contact .form_submit {
    width: 92%;
  }
  #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact select {
    padding: 8px 16px;
    width: 100%;
    font-size: 1.6rem;
  }
  #contact textarea {
    padding: 8px 16px;
    font-size: 1.6rem;
  }
  #contact input[type="submit"] {
    margin-bottom: 8px;
    font-size: 1.6rem;
    width: 100%;
  }
  #contact .flxbox {
    display: block;
  }
}

#page {
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  #page {
    margin-bottom: 60px;
  }
}
#page .page_ttl {
  margin: 85px 0 48px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #page .page_ttl {
    margin: 48px 0;
  }
}
@media screen and (max-width: 560px) {
	#page .page_ttl h2 {
		font-family: 'Lato', sans-serif;
	  font-weight: 900;
	  font-size: 2.4rem;
	  line-height: 1.3;
	  letter-spacing: 0.1em;
	}
	#page .page_ttl h2::before {
	  position: absolute;
	  display: inline-block;
	  content: '';
	  width: 6.4rem;
	  height: 2px;
	  bottom: -1.5rem;
	  left: 50%;
	  -moz-transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  transform: translateX(-50%);
	}
	#page .page_ttl span {
		display: inline-block;
		letter-spacing: 0.1em;
		font-weight: bold;
		font-size :1.6rem;
	}
	
}
@media screen and (min-width: 561px) {
	#page .page_ttl h2 {
		font-family: 'Lato', sans-serif;
	  font-weight: 900;
	  font-size: 3.4rem;
	  line-height: 1.3;
	  letter-spacing: 0.1em;
	}
	#page .page_ttl h2::before {
	  position: absolute;
	  display: inline-block;
	  content: '';
	  width: 64px;
	  height: 2px;
	  bottom: -15px;
	  left: 50%;
	  -moz-transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  transform: translateX(-50%);
	}
	#page .page_ttl span {
		display: inline-block;
		letter-spacing: 0.1em;
		font-weight: bold;
		font-size :16px;
	}
}

#single {
  margin-bottom: 240px;
}
@media screen and (max-width: 1000px) {
  #single {
    margin-bottom: 60px;
  }
}
#single .single_ttl {
  margin: 85px 0 48px;
  text-align: center;
}
#single .single_ttl h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 3.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  #single .single_ttl {
    margin: 48px 0;
  }
}
#single .single_ttl span {
  display: inline-block;
  letter-spacing: 0.1em;
  font-weight: bold;
}
/*
#single .single_ttl h2::before {
  position: absolute;
  display: inline-block;
  content: '';
  background-color: #444;
  width: 64px;
  height: 2px;
  bottom: -15px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
*/
#single .single_contents {
  margin-bottom: 40px;
}
#single .single_contents_ttl {
  margin-bottom: 40px;
  line-height: 1.5;
}
#single .single_contents_ttl h3 {
  margin: 0;
  font-size: 2.0rem;
  font-weight: bold;
}
#single .single_contents_ttl time {
  font-size: 1.4rem;
}
#single .single_more a {
  color: #00a0e9;
  text-decoration: underline;
}

#category {
  margin-bottom: 240px;
}
@media screen and (max-width: 1000px) {
  #category {
    margin-bottom: 60px;
  }
}
#category .category_ttl {
  margin: 85px 0 48px;
  text-align: center;
}
#category .category_ttl h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 3.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  #category .category_ttl {
    margin: 48px 0;
  }
}
#category .category_ttl span {
  display: inline-block;
  letter-spacing: 0.1em;
  font-weight: bold;
}
/*
#category .category_ttl h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
*/
/*
#category .category_ttl h2::before {
  position: absolute;
  display: inline-block;
  content: '';
  background-color: #444;
  width: 64px;
  height: 2px;
  bottom: -15px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
*/
#category .category_contents li {
  border-bottom: dashed 1px #aaa;
  padding: 12px 24px;
}
@media screen and (max-width: 1000px) {
  #category .category_contents li {
    padding: 8px;
  }
}
#category .category_contents_time {
  width: 15%;
}
@media screen and (max-width: 1000px) {
  #category .category_contents_time {
    width: 100%;
  }
}
#category .category_contents_txt {
  width: 85%;
}
@media screen and (max-width: 1000px) {
  #category .category_contents_txt {
    width: 100%;
  }
}
#category .category_contents_txt a {
  color: #1d72fe;
}
@media screen and (max-width: 1000px) {
  #category .flxbox {
    display: block;
  }
}

.privacy_list {
  margin-bottom: 24px;
  padding-left: 3em;
}
@media screen and (max-width: 1000px) {
  .privacy_list {
    padding-left: 2em;
  }
}
.privacy_list li {
  margin-bottom: 8px;
  list-style-type: decimal;
}
.privacy_date {
  margin-bottom: 48px;
  text-align: right;
}

@media screen and (max-width: 560px) {
	#page .btn_02 {
		font-size: 2.5rem;
		font-weight: bold;
		color: #fff;
		background-color: #0693e3;
		border: none;
		border-radius: 28px;
		box-shadow: none;
		cursor: pointer;
		display: inline-block;
		padding: 2% 20%;
		text-align: center;
		text-decoration: none;
		overflow-wrap: break-word;
		white-space: nowrap;
	}	
}
@media screen and (min-width: 561px) {
	#page .btn_02 {
		font-size: 3.5rem;
		font-weight: bold;
		color: #fff;
		background-color: #0693e3;
		border: none;
		border-radius: 28px;
		box-shadow: none;
		cursor: pointer;
		display: inline-block;
		padding: 2% 20%;
		text-align: center;
		text-decoration: none;
		overflow-wrap: break-word;
		white-space: nowrap;
	}
}

@media screen and (max-width: 560px) {
	#page .box8 {
	    padding: 0em 1em;
	    margin: 1em 0;
	    border-left: solid 5px #0693e3;
		font-size : 1.0em;
		font-weight:bold;
	}
	.box8 p {
	    margin: 0; 
	    padding: 0;
	}
	.order1 {
	  order: 1;
	}
	.order2 {
	  order: 2;
	}	
}
@media screen and (min-width: 561px) {
	#page .box8 {
	    padding: 0em 1em;
	    margin: 1em 0;
	    border-left: solid 5px #0693e3;
		font-size : 2.5em;
		font-weight:bold;
	}
	.box8 p {
	    margin: 0; 
	    padding: 0;
	}
}
.box9{}
.box9 h2{
	position: relative;
	padding-left: 4em;
	font-size: 2.5em;
}
.box9 h2 span{
	position: absolute;
	top: 20%;
	left: 0;
	padding: 0 2rem;
	color: #fff;
	background: #66CCFF;
}
.box9 span:after{
	position: absolute;
	top: calc(50% - 7px);
	right: -11px;
	width: 0;
	height: 0;
	content: '';
	border-width: 7px 0 7px 12px;
	border-style: solid;
	border-color: transparent transparent transparent #66CCFF;
}
.box99 {
	
}
h2.box99{
	position: relative;
	padding: 1rem 2rem;
	text-align: center;
	border: 3px solid #0693e3;
	border-radius: 0 10px 10px 10px;
}
.box99:after {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: -24px;
  left: -3px;
  height: 24px;
  padding: 0 1em;
  content: 'ANSER';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #0693e3;
}
.box10 {
	font-size:1.2em;
	padding: 2.5%;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
}
@media screen and (min-width:481px) {
	.job-table{
	width: 100%;
}
.job-tables {
	margin: 0 auto;
	width:100%;
}
.job-tables th{
	border-bottom: solid 1px #e7ecee;
	border-right: solid 1px #e7ecee;
	padding: 2%;
	width: 35%;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.job-tables p{
	border-left: solid 5px #0693e3;/*左線*/
	padding: 0.25em 1em;/*上下 左右の余白*/
}

.job-tables td{
	width:65%;
	border-bottom: solid 1px #e7ecee;
    padding: 14px 32px;
    background-color: #fff;
}
}
.introduction {
	text-align: left;
}
@media screen and (max-width: 480px) {
.job-table{
	width: 100%;
}
.job-tables {
	margin: 0 auto;
	width:100%;
}
.job-tables th{
	padding: 6% 2% 2% 2%;
	 width: 100%;
	display: block;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.job-tables p{
	border-left: solid 5px #0693e3;/*左線*/
	padding: 0.25em 1em;/*上下 左右の余白*/
}

.job-tables td{
	width: 100%;
	display: block;
    padding: 2% 2% 6% 2%;
    background-color: #fff;
	border-bottom: solid 1px #e7ecee;
}
.introduction {
	text-align: left;
}
}

.cp_hr04{
	border-width: 3px 0 0 0;
	border-style: double;
	border-color: #e9f0f3;
}
.cp_hr05 h2{
	padding : 5px;
	background-color : #0693e3;
	color:white;
}

.ookiku{
	display:flat;
}
.sukoshi{
	box-shadow: 0 3px 5px rgb(0 0 0 / 22%);
	padding:6%;
	height: 100%;
}
.sukoshi:hover {
　opacity: 0.7;
	transition: all 0.3s ease 0s;
}
.contact-button{
	text-align: center;
}

.contact-button button,html [type="submit"] {
	-webkit-appearance: button;
    background-color: #1d72fe;
    border: none;
    padding: 1.5% 8%;
    color: white;
    font-size: 140%;
    font-weight: bold;
	/*margin-right: 1.5%;*/
	border-radius: 20px;
	cursor: pointer;
}
.contact-button button,html [type="button"] {
	-webkit-appearance: button;
    background-color: #1d72fe;
    border: none;
    padding: 1.5% 8%;
    color: white;
    font-size: 140%;
    font-weight: bold;
	margin-right: 1.5%;
	border-radius: 20px;
	cursor: pointer;
}

.box11_rsp {
	overflow: hidden;
}
.box111_rsp{
	display: flex;
  justify-content: center;
  align-items: center;
}