@charset "UTF-8";
html {
  font-size: 1.2vw;
}

@media screen and (max-width: 1200px) {
html {
  font-size: 1.8vw;
}
}

@media screen and (max-width: 800px) {
html {
  font-size: 4vw;
}
}

body {
  font-family: 'M PLUS 2', sans-serif;
  font-weight: 500;
  color: #515151;
  letter-spacing: 3px;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 2;
}

@media screen and (max-width: 1200px) {
body {
  line-height: 1.8;
}
}

body, text {
  -webkit-text-size-adjust: 100%;
}

body.active {
  height: 100%;
  overflow: hidden;
}

a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
.pc {
  display: none;
}
}

@media screen and (min-width: 801px) {
.sp {
  display: none;
}
}

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

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

h1,
h2,
h3,
h4 {
  font-size: 100%;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
  display: block;
}

input, input [type="text"], textarea {
  font-size: 16px;
}

address {font-style: normal;}

.block_title {
  margin-bottom: 30px;
}

.title_ja {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.5;
}

.title_en {
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
.title_ja {
  font-size: 2.5vw;
}

.title_en {
  font-size: 1.5vw;
}
}

@media screen and (max-width: 800px) {
.title_ja {
  font-size: 5.4vw;
  text-align: center;
}

.title_en {
  font-size: 3.4vw;
  text-align: center;
}
}

.bg_tree {
  background: url(image/title_tree.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
}

@media screen and (max-width: 800px) {
.bg_tree {
  background-size: 115%;
}
}

.contents_wrap {
  padding: 5% 0 8%;
}

@media screen and (max-width: 800px) {
.contents_wrap {
  padding: 8% 0 17%;
}
}

.contents_inner {
  width: 90%;
  margin: 0 auto;
}

.sendpage .contents_inner {
  width: 60%;
}

@media screen and (max-width: 800px) {
.contents_inner, .sendpage .contents_inner {
  width: 92%;
}
}

header {
  background-image: url(image/sora.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  margin-bottom: 10%;
}

.sendpage header {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
header {
  background-image: url(image/sora_sp.png);
}
}

.header_logo {
  width: 26%;
  margin: 0 auto;
  padding: 15% 0 50px;
}

@media screen and (max-width: 800px) {
.header_logo {
  width: 60%;
  padding: 30% 0 0;
}
}

.menu_list {
  list-style: none;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 800px) {
.menu_list {
  display: none;
}
}

.menu_list li {
  width: 10%;
  text-align: center;
  padding-bottom: 5px;
  margin: 0 1.5%;
}

@media screen and (max-width: 1200px) {
.menu_list li {
  width: 15%;
}
}

.list01 {border-bottom: 5px solid #ffd4d4;}
.list02 {border-bottom: 5px solid #fff0bd;}
.list03 {border-bottom: 5px solid #e9d9f4;}
.list04 {border-bottom: 5px solid #d6edfd;}
.list05 {border-bottom: 5px solid #d2e89e;}

.message_area {
  overflow: hidden;
  display: flex;
  flex-wrap: column;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
.message_area {
  flex-direction: column;
}
}

.message_area_left, .message_area_right {
  width: 48%;
}

@media screen and (max-width: 800px) {
.message_area_left, .message_area_right {
  width: 100%;
}
}

.message_area_right {
  background: url(image/greeting_bird.gif);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: top 10% right 20%;
}

@media screen and (max-width: 800px) {
.message_area_right {
  background-size: 55%;
  background-position: bottom 0 center;
  padding-bottom: 26%;
  margin-bottom: 8%;
}
}

@media screen and (max-width: 800px) {
.message_area_left {
  order: 2;
}

.message_area_right {
  order: 1;
}
}

.message_text_area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.guide_bg {
  background: url(image/guide_tree.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  height: 13vw;
  margin-top: 3%;
}

@media screen and (max-width: 800px) {
.guide_bg {
  background: url(image/guide_tree_sp.gif);
  background-size: 100%;
  height: 23vw;
  margin-top: 10%;
}
}

.guide_bg2 {
  background: url(image/bgwave_pink2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  height: 9vw;
}

.pink_bold span {
  color: #e97676;
  font-size: 1.3vw;
  display: inline;
  background: linear-gradient(transparent 60%, #fee2e2 60%);
}

@media screen and (max-width: 1200px) {
.pink_bold span {
  font-size: 2vw;
}
}

@media screen and (max-width: 800px) {
.pink_bold span {
  font-size: 4vw;
}
}

.guide_wrap {
  overflow: hidden;
  margin-top: 5%;
}

.guide_left {
  float: left;
  width: 50%;
  background: url(image/guide_staff.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
}

@media screen and (max-width: 800px) {
.guide_left {
  background: url(image/guide_staff_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  float: none;
  width: 100%;
}
}

.guide_right {
  float: right;
  width: 45%;
}

@media screen and (max-width: 800px) {
.guide_right {
  float: none;
  width: 100%;
}
}

.guide_right img {
  border-radius: 20px;
}

.guide_text {
  padding: 25% 0 8%;
  font-size: 95%;
}

@media screen and (max-width: 1200px) {
.guide_text {
  padding: 20% 0 5%;
  font-size: 80%;
  line-height: 1.5;
}
}

@media screen and (max-width: 800px) {
.guide_text {
  padding: 40% 0 25%;
  font-size: 90%;
  line-height: 1.5;
  margin-bottom: 5%;
}
}

.list_wrap {
  display: flex;
  flex-wrap: column;
  justify-content: space-between;
  margin-top: 3%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
.list_wrap {
  display: block;
  margin-top: 5%;
}
}

@media screen and (max-width: 800px) {
.list_wrap {
  margin-top: 8%;
  margin-bottom: 30px;
}
}

.list {
  width: 32%;
  padding-top: 2%;
}

@media screen and (max-width: 1200px) {
.list {
  width: 100%;
  padding-top: 5%;
}
}

.list_inner {
  position: relative;
  padding: 12% 5% 5%;
  background-color: #f4f9fd;
  border-radius: 20px;
  height: 100%;
}

@media screen and (max-width: 1200px) {
.list_inner {
  padding: 7% 5% 5%;
  margin-bottom: 5%;
}
}

@media screen and (max-width: 800px) {
.list_inner {
  height: auto;
  padding: 10% 5% 5%;
  margin-bottom: 5%;
}
}

.list_title {
  position: absolute;
  top: -7.7%;
  left: 0;
  right: 0;
  margin: auto;
  color: #093681;
  background-color: #cae9fa;
  font-weight: 700;
  width: 70%;
  text-align: center;
  padding: 2% 0;
  border-radius: 50px;
}

@media screen and (max-width: 1200px) {
.list_title {
  top: -30px;
  width: 80%;
}
}

@media screen and (max-width: 800px) {
.list_title {
  top: -20px;
}
}

.list_text {
  font-size: 90%;
  line-height: 1.4;
}

.flow_bg {
  background: url(image/flow_city.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  height: 12.55vw;
  margin-top: 3%;
}

@media screen and (max-width: 800px) {
.flow_bg {
  background: url(image/flow_city_sp.gif);
  background-size: 100%;
  height: 23.4vw;
  margin-top: 0;
}
}

.flow_wrap {
  overflow: hidden;
}

.flow_left {
  float: left;
  width: 48%;
}

.flow_right {
  float: right;
  width: 48%;
}

@media screen and (max-width: 800px) {
.flow_left, .flow_right {
  float: none;
  width: 100%;
}

.flow_left {
  margin-bottom: 30px;
}
}

.flow_list {
  position: relative;
  margin-bottom: 3%;
}

.flow_list:last-child {
  margin-bottom: 0;
}

.flow_number {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 12%;
  height: 5vw;
}

@media screen and (max-width: 1200px) {
.flow_number {
  width: 15%;
  height: 6vw;
}
}

@media screen and (max-width: 800px) {
.flow_number {
  height: 14vw;
}
}

.flow_text {
  background: #fff;
  padding: 6% 4% 6% 10%;
  margin-left: 5%;
  border-radius: 30px;
}

@media screen and (max-width: 1200px) {
.flow_text {
  padding: 6% 2% 6% 13%;
  font-size: 80%;
}
}

@media screen and (max-width: 800px) {
.flow_text {
  font-size: 100%;
}
}

.flow_img {
  border-radius: 20px;
  margin-bottom: 8%;
}

.flow_bg2 {
  background: url(image/bgwave_green2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  height: 9vw;
}

.company_bg {
  background: url(image/company_bg.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
}

@media screen and (max-width: 800px) {
.company_bg {
  background: url(image/company_bg_sp.png);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center top 70%;
}
}

.gaiyou_inner ul {
  overflow: hidden;
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
.gaiyou_inner ul {
  width: 100%;
}
}

.gaiyou_inner li {
  padding: 10px 0;
  border-bottom: 1px solid #122768;
}

.gaiyou_inner li:first-child {
  padding: 0 0 20px;
}

.gaiyoulist_wrap {
  display: flex;
}

.gaiyou_left {
  float: left;
  width: 25%;
}

@media screen and (max-width: 800px) {
.gaiyoulist_wrap {
  display: block;
}

.gaiyou_left {
  float: none;
  width: 100%;
  font-weight: 700;
}
}

.gaiyou_right {
  flex: 1;
}

.contact_bg {
  background: url(image/contact_tree.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  height: 13vw;
}

@media screen and (max-width: 800px) {
.contact_bg {
  background: url(image/contact_tree_sp.gif);
  background-size: 100%;
  height: 22vw;
}
}

.contact_bg2 {
  background: url(image/bgwave_orange2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  height: 9vw;
}

#formWrap {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
#formWrap {
  width: 100%;
}
}

input#formbutton {
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  margin: 0 auto;
  width: 20vw;
  padding: 20px 0;
  text-align: center;
  background-color: #f1b500;
  color: #fff;
  border-radius: 50px;
  letter-spacing: 2px;
  border: 1px solid #f1b500;
  font-size: 100%;
}

.sendpage input#formbutton2 {
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  margin: 0 auto;
  width: 20vw;
  padding: 20px 0;
  text-align: center;
  background-color: #ede8d9;
  color: #8f8669;
  border-radius: 50px;
  letter-spacing: 2px;
  border: 1px solid #ede8d9;
  font-size: 100%;
}

.sendpage input#formbutton2 {
  margin-bottom: 3%;
}

@media screen and (max-width: 1200px) {
input#formbutton, .sendpage input#formbutton2 {
  width: 30vw;
}
}

@media screen and (max-width: 800px) {
input#formbutton, .sendpage input#formbutton2 {
  width: 70vw;
}

.sendpage input#formbutton2 {
  margin-bottom: 6%;
}
}

#formbutton:hover {
  background-color: #fff;
  color: #f1b500;
}

.sendpage #formbutton2:hover {
  background-color: #e6ddc0;
  color: #8f8669;
}

.input_area {
  width: 100%;
  background-color: #fff;
  border: none;
  height: 60px;
  padding: 10px 20px;
  margin: 5px 0 40px;
  -webkit-appearance: none;
  border-radius: 50px;
  border: 1px solid #f1b500;
}

.input_area2 {
  width:100%;
  background-color: #fff;
  border: none;
  padding: 20px 20px;
  -webkit-appearance: none;
  border-radius: 20px;
  border: 1px solid #f1b500;
}

input[type="text"]:focus {
  outline: none;
  border: 1px solid #b79e51;
}

textarea:focus {
  outline: none;
  border: 1px solid #b79e51;
}

::placeholder {
  letter-spacing: 2px;
  color: #ccc;
}

.hissu {
  color: #cf4e0e;
  font-size: 14px;
}

.policy {
  margin-top: 50px;
}

.policy1 {
  margin-bottom: 10px;
  text-align: center;
}

.policy2 {
  font-size: 80%;
  text-align: center;
}

.error_messe {
  margin: 5px 0;
  color: #d79555;
  font-weight: 600;
}

@media screen and (max-width: 800px) {
.policy {
  margin-top: 30px;
}

.policy2 {
  text-align: left;
}
}

.tel_line_area {
  overflow: hidden;
  width: 70%;
  margin: 5% auto 0;
  padding-top: 3.5%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 1200px) {
.tel_line_area {
  width: 100%;
  padding-top: 4.6%;
}
}

@media screen and (max-width: 800px) {
.tel_line_area {
  display: block;
  padding-top: 14%;
}
}

.area_left {
  position: relative;
  width: 46%;
  padding: 6% 4% 4%;
  border-radius: 20px;
  background-color: #fce4e3;
}

.area_right {
  position: relative;
  width: 46%;
  padding: 6% 4% 4%;
  border-radius: 20px;
  background-color: #e3f0d2;
}

@media screen and (max-width: 800px) {
.area_left {
  width: 100%;
  padding: 12% 4% 4%;
  margin-bottom: 16%;
}

.area_right {
  width: 100%;
  padding: 12% 4% 4%;
}
}

.tl_icon {
  position: absolute;
  width: 20%;
  top: -17%;
  left: 0;
  right: 0;
  margin: auto;
}

.tl_img {
  margin: 1% 0;
}

.footer_logo {
  width: 300px;
  margin: 0 auto 2%;
}

@media screen and (max-width: 800px) {
.footer_logo {
  width: 60%;
  margin: 0 auto 8%;
}
}

.foot_bg {
  background: url(image/footer_city.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  height: 13vw;
}

@media screen and (max-width: 800px) {
.foot_bg {
  background: url(image/footer_city_sp.gif);
  background-size: 100%;
  height: 26vw;
}
}

.copy {
  padding: 1% 0 1.6%;
  background-color: #eaf7fd;
  font-size: 60%;
  text-align: center;
}

@media screen and (max-width: 800px) {
.copy {
  padding: 2% 0 2.6%;
  font-size: 70%;
}
}

.sendpage_wrap {
  border: 1px solid #000;
}

.center {
  text-align: center;
}

.bg_pink {
  background-color: #fdf5f5;
}

.bg_green {
  background-color: #f8fbef;
}

.bg_orange {
  background-color: #fffef2;
}

.coler_red {
  color: #e94318;
}

.coler_orange {
  color: #f29f29;
}

.coler_blue {
  color: #339ad5;
}

.coler_darkred {
  color: #b6292b;
}

.orange_marker span {
  display: inline;
  background: linear-gradient(transparent 60%, #f9e7ad 60%);
}

.small {
  font-size: 90%;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.btn {
  margin: 0 auto;
}

.btn a {
  display: block;
  margin: 0 auto;
  width: 20vw;
  padding: 20px 0;
  text-align: center;
  background-color: #f1b500;
  color: #fff;
  border-radius: 50px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
.btn a {
  width: 30vw;
}
}

@media screen and (max-width: 800px) {
.btn a {
  width: 70vw;
}
}