﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/*** all ***/

*:focus {
  outline:none;
}
html{
  font-size: 16px;
}
body{
  -webkit-text-size-adjust: 100%;
	line-height: 1.5;
  letter-spacing: 0;
}
body, .font_sans-serif{
	font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

h2, h3, h4, h5, h6{
  line-height: 1.5;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
textarea{
  overflow: auto
}

.ichi, .san{
	position: relative;
	display: block;
}

.ichi{
	    margin-top: -14.5%;
    margin-bottom: -16%;
}

.nin{
	    margin-top: -14.5%;
    margin-bottom: -16%;
}


.btn1{
	    background-image: url(../img/back.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    position: relative;
}

/*.ichi:before{
	    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    background-color: #f2f2f2;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    z-index: -1;
}*/

/*.san:before{
	    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #f2f2f2;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    z-index: -1;
}*/

.btn2{
        z-index: 1;
    position: relative;
    padding: 40px;
    margin-top: -57%;
}

/*.btn2:before{
	    content: "";
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    top: 30%;
    left: 50%;
    background-color: #f5f5f5;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    z-index: -1;
}*/

.mailform .form_title.required{
  position: relative;
  padding-right: 55px;
}

.mailform .form_title.required::before{
  position: absolute;
  content: "必須";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 3px 10px;
      background-color: #4094b1;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: normal;
}

.btn3{
	margin-top: 5%;
}

.btn1 a, .btn2 a, .btn3 a{
	    display: block;
    padding: 20px;
}


/*--20240930 correct start--*/

.btn1 a, .btn2 a, .btn3 a {
    display: block;
    padding: 3% 6%;
}

.img2{
    z-index: -1;
    position: relative;
}

.ichi {
    margin-top: -35%;
    margin-bottom: 3%;
}

/*--20240930 correct end--*/


/*---------------------------------------------------------------------------*/

#wrap{
  max-width: 562.5px;
  margin: 0 auto;
  overflow: hidden;
}

/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
}

/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
}