@charset "UTF-8";

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html {
  color: #000;
  word-break: break-all;
}

body {
  margin: 0;
}

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

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

.fit {
  width: 100%;
  height: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  max-width: 1040px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#wrapper {
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
public追加用
----------------------------------- */
a {
  color: #333;
}

a:hover {
  color: unset;
  text-decoration: none;
}

._header {
  margin: 0;
  height: 89px;
  position: relative;
  z-index: 999;
}

header .logo {
  width: 250px;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-input {
  border: 2px solid #009944;
  background: #EBEBEB;
  outline: none;
  height: 40px;
  color: #333;
  margin-right: 10px;
  padding: 5px;
}

.secList2,
.secList3 {
  cursor: pointer;
}

.secList2::after,
.secList3::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #009944;
  border-bottom: 2px solid #009944;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.secList2:hover,
.secList3:hover {
  opacity: 0.6;
}

.section1 ._link {
  display: block;
  padding-right: 25px;
  padding-bottom: 1.5em;
  position: relative;
}

.section1 ._link::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #009944;
  border-bottom: 2px solid #009944;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.info h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer a {
  color: #fff;
}

/* --------------------------------
l-wrap
----------------------------------- */
.l-wrap {
  width: 1206px;
  margin: 0 auto;
  padding: 40px 0;
}

.l-wrap-inner {
  padding: 80px 0;
}

/* --------------------------------
l-contents
----------------------------------- */
.l-contents_large {
  width: 1046px;
  margin: 0 auto;
}

.l-contents_medium {
  width: 832px;
  margin: 0 auto;
}

.l-contents_small {
  width: 668px;
  margin: 0 auto;
}

.l-contents_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-contents_main {
  width: 681px;
}

.l-contents_sub {
  width: 245px;
}

.l-contents_flex01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* --------------------------------
c-layer
----------------------------------- */
.c-layer {
  background-image: url(../images/common/layer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/* --------------------------------
c-breadcrumb
----------------------------------- */
.c-breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-breadcrumb-item span {
  padding: 0 10px;
}

/* --------------------------------
c-heading
----------------------------------- */
.c-heading01 {
  font-size: 28px;
  letter-spacing: 5.6px;
}

/* --------------------------------
c-contents
----------------------------------- */
.c-contents01 {
  margin-top: 40px;
  border: 2px solid #ebebeb;
  background-color: #fff;
  padding: 16px;
}

.c-contents01:first-of-type {
  margin-top: 64px;
}

.c-contents01-head {
  background-color: #ebebeb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
}

.c-contents01-title {
  color: #009944;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-contents01-title span {
  display: block;
  color: #919191;
  font-size: 14px;
}

.c-contents01-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-contents01-icon img {
  width: 40px;
  margin-right: 17px;
}

.c-contents01-icon p {
  color: #707070;
  font-size: 12px;
}

.c-contents01-text01 {
  margin-top: 16px;
  color: #707070;
  font-size: 18px;
  padding-left: 16px;
}

.c-contents01-table {
  margin-top: 16px;
  width: 100%;
}

.c-contents01-table tr {
  border-bottom: 2px solid #ebebeb;
}

.c-contents01-table ._title {
  width: 192px;
  padding: 4px 0 4px 16px;
  background-color: #009944;
  color: #fff;
  font-size: 16px;
  vertical-align: top;
}

.c-contents01-table ._text {
  color: #919191;
  font-size: 14px;
  padding: 6px 16px;
}

.c-contents01-table ._text a {
  color: #919191;
}

.c-contents01-table ._image {
  display: block;
  margin: 20px auto 0;
}

.c-contents01-link {
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-contents01-contact {
  margin-right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-contents01-contact img {
  width: 28px;
}

.c-contents01-contact p {
  margin-top: 12px;
  color: #009944;
  font-size: 12px;
}

.c-contents01-coment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-contents01-coment img {
  width: 22px;
}

.c-contents01-coment p {
  margin-top: 9px;
  color: #009944;
  font-size: 12px;
}

/* --------------------------------
c-text
----------------------------------- */
.c-text01 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

.c-text01 span {
  color: #009944;
}

/* --------------------------------
c-form
----------------------------------- */
.c-form01 {
  margin: 80px auto 0;
  width: 580px;
}

.c-form01-item {
  margin-top: 40px;
}

.c-form01-item._narrow {
  margin-top: 20px;
}

.c-form01 label {
  width: 100%;
  font-size: 18px;
  letter-spacing: 1.8px;
}

.c-form01 ._require,
.c-form01 ._optional {
  color: #fff;
  font-size: 14px;
  padding: 2px 16px;
  border-radius: 12px;
  margin-right: 16px;
  letter-spacing: 0;
}

.c-form01 ._require {
  background-color: #009944;
}

.c-form01 ._optional {
  background-color: #919191;
}

.c-form01-name {
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.c-form01-name span {
  display: block;
  margin-top: 4px;
  color: #888;
}

.c-form01-name li {
  width: 100%;
}

.c-form01-name li:first-of-type {
  margin-right: 12px;
}

.c-form01-name li input {
  width: 100%;
}

.c-form01-year {
  width: 32%;
  position: relative;
}

.c-form01-year::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #919191 transparent transparent transparent;
}

.c-form01-birth {
  width: 100%;
  position: relative;
}

.c-form01-birth-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-form01-birth::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #919191 transparent transparent transparent;
}

.c-form01-depertment,
.c-form01-mail,
.c-form01-address,
.c-form01-pass,
.c-form01-number {
  width: 100%;
}

.c-form01 input._box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #888;
  width: 100%;
  height: 50px;
  border: 1px solid #cdd6dd;
  padding: 0 20px;
}

.c-form01 input[type="radio"]._box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #888;
  width: 30px;
  height: 50px;
  border: 1px solid #cdd6dd;
  padding: 0 20px;
  vertical-align: middle;
}

.c-form01 select {
  background-color: #fff;
  color: #888;
  height: 50px;
  border: 1px solid #cdd6dd;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-form01 select::-ms-expand {
  display: none;
}

.c-form01-caution {
  margin-top: 40px;
  font-size: 18px;
}

.c-form01-link {
  color: #009944;
  text-decoration: underline;
}

.c-form01-button {
  margin: 80px auto 0;
  display: block;
  text-align: center;
  width: 160px;
  color: #009944;
  font-size: 18px;
  padding: 7px 0 6px;
  border-radius: 20px;
  border: 2px solid #7dc0b1;
}

.c-form01-button:hover {
  color: #fff;
  background-color: #009944;
  border: 2px solid #009944;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-form01-button._inversion {
  color: #fff;
  background-color: #009944;
  border: 2px solid #009944;
}

.c-form01-button._inversion:hover {
  color: #009944;
  background-color: #fff;
  border: 2px solid #7dc0b1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-form01-button._contact {
  width: 300px;
}

.c-form01 textarea {
  resize: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #888;
  width: 100%;
  height: 140px;
  border: 1px solid #cdd6dd;
  padding: 14px 20px;
}

.c-form01 ._radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form01 ._radioText {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-form01 ._radioText::before {
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid #cdd6dd;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.c-form01 ._radioText::after {
  content: "";
  position: absolute;
  left: 6px;
  display: block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #7dc0b1;
  opacity: 0;
}

.c-form01 ._radio:checked+._radioText::after {
  opacity: 1;
}

.c-form01-privacy {
  margin: 40px auto 0;
  padding-left: 50px;
  width: 250px;
}

.c-form01-privacy label {
  font-size: 12px;
  font-family: source-han-sans-japanese, sans-serif;
  position: relative;
  cursor: pointer;
  padding-top: 10px;
}

.c-form01-privacy label::before,
.c-form01-privacy label::after {
  position: absolute;
  content: "";
  top: 50%;
}

.c-form01-privacy label::before {
  width: 30px;
  height: 30px;
  left: -40px;
  border: 1px solid #cdd6dd;
  margin-top: -8px;
}

.c-form01-privacy label::after {
  position: absolute;
  width: 10px;
  height: 18px;
  top: 50%;
  left: -30px;
  border-right: 2px solid #009944;
  border-bottom: 2px solid #009944;
  content: "";
  margin-top: -5px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-form01-privacy input[type=checkbox] {
  display: none;
}

.c-form01-privacy input[type=checkbox]:checked+label::after {
  opacity: 1;
}

.c-form01-privacy a {
  text-decoration: underline;
}

.c-form01-select {
  position: relative;
  width: 100%;
}

.c-form01-select:not(:last-of-type) {
  margin-right: 10px;
}

.c-form01-select::after {
  content: "";
  position: absolute;
  left: 160px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

.c-form01-select._type select {
  margin-top: 10px;
  width: 100%;
}

.c-form01-select._type::after {
  left: unset;
  right: 24px;
}

._contact input,
._contact textarea {
  margin-top: 10px;
}

/* --------------------------------
c-list
----------------------------------- */
.c-list01-main {
  width: 68%;
  margin-right: 30px;
}

.c-list01-list {
  margin-top: 40px;
}

.c-list01-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 20px;
}

.c-list01-date {
  margin-right: 80px;
  color: #919191;
  font-size: 16px;
  font-family: Kannada MN;
  letter-spacing: 2px;
}

.c-list01-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.c-list01-link {
  display: block;
  position: relative;
}

.c-list01-link:not(:first-of-type) {
  border-top: 2px solid #009944;
}

.c-list01-link::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #009944;
  border-bottom: 2px solid #009944;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.c-list02-main {
  width: 68%;
  margin-right: 30px;
}

.c-list02-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list02-link {
  width: 48%;
}

.c-list02-item {
  margin-top: 64px;
}

.c-list02-item:not(:nth-child(-n+2)) {
  margin-top: 32px;
}

.c-list02-date {
  margin-top: 16px;
  color: #919191;
  font-size: 14px;
  font-family: Kannada MN;
  letter-spacing: 1.4px;
}

.c-list02-title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
}

/* --------------------------------
c-pagination
----------------------------------- */
.c-pagination-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-pagination-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  color: #919191;
  font-size: 20px;
}

.c-pagination-link._current {
  background-color: #919191;
  color: #fff;
}

.c-pagination-link._hide {
  border: none;
  width: 20px;
  background-color: transparent;
}

.c-pagination-link_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #919191;
  font-size: 20px;
  width: 160px;
  height: 50px;
  border: 2px solid #009944;
  border-radius: 25px;
  color: #009944;
}

.c-pagination-link_button._next {
  margin-right: 32px;
}

.c-pagination-link_button._prev {
  margin-left: 32px;
}

/* --------------------------------
c-button
----------------------------------- */
.c-button {
  margin: 80px auto 0;
  display: block;
  text-align: center;
  width: 260px;
  color: #fff;
  font-size: 20px;
  padding: 11px 11px;
  border-radius: 50px;
  background-color: #009944;
  border: 2px solid #009944;
}

.c-button:hover {
  color: #009944;
  background-color: #fff;
  border: 2px solid #7dc0b1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* --------------------------------
c-sidebar
----------------------------------- */
.c-sidebar {
  width: 245px;
}

.c-sidebar-link {
  display: block;
}

.c-sidebar-title {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: bold;
  background-color: #ebebeb;
  padding: 12px 23px;
}

.c-sidebar-date {
  margin-top: 20px;
  color: #919191;
  font-size: 15px;
}

.c-sidebar-text {
  margin-top: 5px;
  color: #1f1f1f;
  font-size: 16px;
}

/* --------------------------------
u-margin
----------------------------------- */
/*-------------------------
PC用
margin-top
-------------------------*/
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

/*-------------------------
PC用
margin-right
-------------------------*/
/*-------------------------
PC用
margin-bottom
-------------------------*/
/*-------------------------
PC用
margin-left
-------------------------*/
/*-------------------------
sp用
margin-top
-------------------------*/
/*-------------------------
sp用
margin-right
-------------------------*/
/*-------------------------
sp用
margin-bottom
-------------------------*/
/*-------------------------
sp用
margin-left
-------------------------*/
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
layout
----------------------------------- */
/* --------------------------------
component
----------------------------------- */
/* --------------------------------
utility
----------------------------------- */
/* --------------------------------
p-profile
----------------------------------- */
.p-profile-inner {
  margin: 80px 0;
  padding: 64px 120px 80px;
  background-color: #bae3cc;
  border-radius: 24px;
}

.p-profile-image {
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-profile-image img {
  width: 68px;
}

.p-profile-block {
  margin-top: 60px;
}

.p-profile-item {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  padding: 0 40px;
}

.p-profile-item:not(:first-of-type) {
  margin-top: 12px;
  position: relative;
}

.p-profile-item:not(:first-of-type)::after {
  content: "";
  position: absolute;
  right: 40px;
  width: 21px;
  height: 21px;
  background-image: url(../images/common/profile_edit.svg);
  background-size: cover;
}

.p-profile-title {
  width: 280px;
  color: #919191;
  font-size: 16px;
  font-family: Telugu MN;
  font-weight: bold;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.p-profile-text {
  font-size: 20px;
  font-weight: 500;
}

.p-profile-text._unregistered {
  color: #919191;
}

/* --------------------------------
p-privacy
----------------------------------- */
.p-privacy-text01 {
  margin-top: 64px;
  color: #000;
  font-size: 16px;
  line-height: 2;
}

.p-privacy-title01 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding-left: 26px;
  position: relative;
}

.p-privacy-title01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #009944;
}

.p-privacy-block01 {
  margin-top: 80px;
}

.p-privacy-list01 {
  margin-top: 40px;
}

.p-privacy-item01 {
  color: #000;
  font-size: 16px;
  line-height: 2;
}

.p-privacy-item02 {
  color: #000;
  font-size: 16px;
  line-height: 2;
  text-align: right;
}

/* --------------------------------
p-page
----------------------------------- */
.p-page-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-page-date01 {
  margin-right: 16px;
  color: #919191;
  font-size: 14px;
}

.p-page-tag {
  color: #fff;
  font-size: 12px;
  font-family: Poppoicns;
  font-weight: 300;
  background-color: #009944;
  padding: 2px 8px;
}

.p-page-title {
  color: #000;
  font-size: 28px;
  line-height: 1.5;
  text-align: left;
}

.p-page-heading01 {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}

.p-page-heading02 {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}

.p-page-heading03 {
  color: #000;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}

.p-page-text01 {
  color: #000;
  font-size: 16px;
  line-height: 2;
}

.p-page-text01._bold {
  font-weight: bold;
}

.p-page-text01 ._link {
  color: #7dc0b1;
  text-decoration: underline;
}

.p-page-image {
  width: 100%;
}

.p-page-recent-link {
  display: block;
}

.p-page-recent-title {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: bold;
  background-color: #ebebeb;
  width: 50%;
  padding: 12px 23px;
}

.p-page-recent-date {
  color: #919191;
  font-size: 15px;
}

.p-page-recent-text {
  margin-top: 5px;
  color: #1f1f1f;
  font-size: 16px;
}

/* --------------------------------
p-question
----------------------------------- */
.p-question-inner {
  margin-top: 32px;
}

.p-question-item {
  border-bottom: 2px solid #009944;
  padding: 0 48px 0 24px;
}

.p-question-title {
  font-size: 20px;
  font-weight: 500;
  padding: 32px 0;
  position: relative;
  cursor: pointer;
}

.p-question-title span {
  color: #009944;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-question-title span::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #009944;
}

.p-question-title span::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #009944;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-question-title.on span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-question-text {
  display: none;
  margin-top: 20px;
  font-size: 16px;
  padding-bottom: 24px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 641px) {
  a:hover {
    opacity: 0.6;
  }

  .inner-block {
    margin: 0 auto;
  }

  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .inner-block {
    padding: 0 10px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  ._header {
    height: auto;
  }

  .section1 ._link {
    padding-bottom: 10px;
  }

  .section1 ._link::after {
    right: 10px;
  }

  .infobox {
    height: auto;
  }

  .l-wrap {
    padding: 20px 0;
  }

  .l-wrap-inner {
    padding: 40px 0;
  }

  .l-contents_flex01 {
    display: block;
  }

  .c-breadcrumb-item {
    font-size: 12px;
  }

  .c-heading01 {
    font-size: 5vw;
    letter-spacing: 1px;
  }

  .c-contents01 {
    margin-top: 20px;
  }

  .c-contents01:first-of-type {
    margin-top: 32px;
  }

  .c-contents01-head {
    display: block;
  }

  .c-contents01-title {
    font-size: 16px;
    display: block;
  }

  .c-contents01-title span {
    font-size: 12px;
  }

  .c-contents01-icon {
    margin-top: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .c-contents01-icon img {
    width: 30px;
    margin-right: 8px;
  }

  .c-contents01-text01 {
    margin-top: 8px;
    font-size: 14px;
    padding-left: 8px;
  }

  .c-contents01-table {
    margin-top: 8px;
  }

  .c-contents01-table ._title {
    width: 100px;
    font-size: 12px;
  }

  .c-contents01-table ._title span {
    display: inline-block;
  }

  .c-contents01-table ._text {
    padding: 2px 8px;
  }

  .c-contents01-link {
    margin-top: 16px;
  }

  .c-contents01-contact {
    margin-top: 12px;
  }

  .c-contents01-contact img {
    width: 20px;
  }

  .c-contents01-contact p {
    margin-top: 6px;
    font-size: 10px;
  }

  .c-contents01-coment img {
    width: 18px;
  }

  .c-contents01-coment p {
    margin-top: 2px;
    font-size: 10px;
  }

  .c-text01 {
    font-size: 16px;
  }

  .c-form01 {
    margin-top: 40px;
    width: 100%;
  }

  .c-form01-item {
    margin-top: 20px;
  }

  .c-form01-item._narrow {
    margin-top: 10px;
  }

  .c-form01 label {
    width: 100%;
    font-size: 14px;
  }

  .c-form01 ._require,
  .c-form01 ._optional {
    font-size: 12px;
  }

  .c-form01-name li {
    width: 50% !important;
  }

  .c-form01-year {
    width: 100%;
  }

  .c-form01-year::after {
    right: 10px;
  }

  .c-form01-birth-outer {
    display: block;
  }

  .c-form01-birth::after {
    right: 10px;
  }

  .c-form01 input._box {
    /* height: 40px; */
  }

  .c-form01-caution {
    margin-top: 40px;
    margin-left: 0;
    text-align: center;
    font-size: 14px;
  }

  .c-form01-button {
    margin: 40px auto 0;
    width: 50%;
    font-size: 14px;
  }

  .c-form01-select:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .c-form01-select::after {
    left: unset;
    right: 24px;
  }

  .c-list01-main {
    width: 100%;
  }

  .c-list01-list {
    margin-top: 20px;
  }

  .c-list01-item {
    padding: 15px 25px 15px 0;
  }

  .c-list01-date {
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: normal;
  }

  .c-list01-title {
    font-size: 14px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-list01-link::after {
    right: 5px;
  }

  .c-list02-main {
    width: 100%;
  }

  .c-list02-link {
    width: 100%;
  }

  .c-list02-item {
    margin-top: 32px;
  }

  .c-list02-item:not(:nth-child(-n+2)) {
    margin-top: 16px;
  }

  .c-list02-date {
    margin-top: 8px;
    font-size: 12px;
  }

  .c-list02-title {
    margin-top: 8px;
    font-size: 14px;
  }

  .c-pagination-list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 30px;
  }

  .c-pagination-link {
    display: none;
  }

  .c-pagination-link_button {
    width: 130px;
    height: 40px;
    font-size: 14px;
  }

  .c-button {
    margin: 40px auto 0;
    width: 50%;
    font-size: 14px;
  }

  .c-sidebar {
    margin-top: 40px;
    width: 100%;
  }

  .c-sidebar-title {
    width: 50%;
    font-size: 14px;
  }

  .c-sidebar-date {
    font-size: 12px;
  }

  .c-sidebar-text {
    font-size: 14px;
  }

  .mt20 {
    margin-top: 10px;
  }

  .mt40 {
    margin-top: 20px;
  }

  .mt80 {
    margin-top: 40px;
  }

  .p-profile-inner {
    margin: 40px 0;
    padding: 30px 15px 40px;
  }

  .p-profile-image {
    width: 100px;
    height: 100px;
  }

  .p-profile-image img {
    width: 40px;
  }

  .p-profile-block {
    margin-top: 30px;
  }

  .p-profile-item {
    display: block;
    height: auto;
    padding: 10px 35px 10px 15px;
  }

  .p-profile-item:not(:first-of-type)::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    width: 15px;
    height: 15px;
  }

  .p-profile-title {
    width: 130px;
    font-size: 12px;
  }

  .p-profile-text {
    font-size: 14px;
    margin-top: 5px;
  }

  .p-privacy-text01 {
    margin-top: 32px;
    font-size: 14px;
  }

  .p-privacy-title01 {
    font-size: 14px;
  }

  .p-privacy-block01 {
    margin-top: 40px;
  }

  .p-privacy-list01 {
    margin-top: 20px;
  }

  .p-privacy-item01 {
    font-size: 14px;
  }

  .p-privacy-item02 {
    font-size: 14px;
  }

  .p-page-date01 {
    margin-right: 10px;
    font-size: 10px;
  }

  .p-page-title {
    font-size: 20px;
  }

  .p-page-heading01 {
    font-size: 16px;
  }

  .p-page-heading02 {
    font-size: 12px;
  }

  .p-page-heading03 {
    font-size: 10px;
  }

  .p-page-text01 {
    font-size: 14px;
  }

  .p-page-recent-title {
    font-size: 14px;
  }

  .p-page-recent-date {
    font-size: 12px;
  }

  .p-page-recent-text {
    font-size: 14px;
  }

  .p-question-inner {
    margin-top: 16px;
  }

  .p-question-item {
    padding: 0 40px 0 12px;
  }

  .p-question-title {
    font-size: 14px;
    padding: 16px 0;
  }

  .p-question-title span::before {
    width: 15px;
  }

  .p-question-title span::after {
    width: 15px;
  }

  .p-question-text {
    margin-top: 10px;
    font-size: 12px;
    padding-bottom: 12px;
  }
}

@media (max-width: 540px) {
  header .logo {
    width: 174px;
  }
}

@media screen and (max-width: 1399px) {
  .l-wrap {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .l-contents_large {
    width: 100%;
  }

  .l-contents_medium {
    width: 100%;
  }

  .l-contents_small {
    width: 100%;
  }
}

/*# sourceMappingURL=style_layer.css.map */
