Commit c5d13e9d by Yutaka Kobayashi

htdocs削除

1 parent c639920c
Showing with 0 additions and 9868 deletions
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #ccc;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #fff;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #fff;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
}
.mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
} /*# sourceMappingURL=magnific-popup.css.map */
GPL Cooperation Commitment
Version 1.0
Before filing or continuing to prosecute any legal proceeding or claim
(other than a Defensive Action) arising from termination of a Covered
License, we commit to extend to the person or entity ('you') accused
of violating the Covered License the following provisions regarding
cure and reinstatement, taken from GPL version 3. As used here, the
term 'this License' refers to the specific Covered License being
enforced.
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly
and finally terminates your license, and (b) permanently, if the
copyright holder fails to notify you of the violation by some
reasonable means prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you
have received notice of violation of this License (for any work)
from that copyright holder, and you cure the violation prior to 30
days after your receipt of the notice.
We intend this Commitment to be irrevocable, and binding and
enforceable against us and assignees of or successors to our
copyrights.
Definitions
'Covered License' means the GNU General Public License, version 2
(GPLv2), the GNU Lesser General Public License, version 2.1
(LGPLv2.1), or the GNU Library General Public License, version 2
(LGPLv2), all as published by the Free Software Foundation.
'Defensive Action' means a legal proceeding or claim that We bring
against you in response to a prior proceeding or claim initiated by
you or your affiliate.
'We' means each contributor to this repository as of the date of
inclusion of this file, including subsidiaries of a corporate
contributor.
This work is available under a Creative Commons Attribution-ShareAlike
4.0 International license (https://creativecommons.org/licenses/by-sa/4.0/).
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
[This is the first released version of the Lesser GPL. It also counts
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.]
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.
This license, the Lesser General Public License, applies to some
specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it. You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations below.
When we speak of free software, we are referring to freedom of use,
not price. Our General Public Licenses are designed to make sure that
you have the freedom to distribute copies of free software (and charge
for this service if you wish); that you receive source code or can get
it if you want it; that you can change the software and use pieces of
it in new free programs; and that you are informed that you can do
these things.
To protect your rights, we need to make restrictions that forbid
distributors to deny you these rights or to ask you to surrender these
rights. These restrictions translate to certain responsibilities for
you if you distribute copies of the library or if you modify it.
For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you. You must make sure that they, too, receive or can get the source
code. If you link other code with the library, you must provide
complete object files to the recipients, so that they can relink them
with the library after making changes to the library and recompiling
it. And you must show them these terms so they know their rights.
We protect your rights with a two-step method: (1) we copyright the
library, and (2) we offer you this license, which gives you legal
permission to copy, distribute and/or modify the library.
To protect each distributor, we want to make it very clear that
there is no warranty for the free library. Also, if the library is
modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.
Finally, software patents pose a constant threat to the existence of
any free program. We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
restrictive license from a patent holder. Therefore, we insist that
any patent license obtained for a version of the library must be
consistent with the full freedom of use specified in this license.
Most GNU software, including some libraries, is covered by the
ordinary GNU General Public License. This license, the GNU Lesser
General Public License, applies to certain designated libraries, and
is quite different from the ordinary General Public License. We use
this license for certain libraries in order to permit linking those
libraries into non-free programs.
When a program is linked with a library, whether statically or using
a shared library, the combination of the two is legally speaking a
combined work, a derivative of the original library. The ordinary
General Public License therefore permits such linking only if the
entire combination fits its criteria of freedom. The Lesser General
Public License permits more lax criteria for linking other code with
the library.
We call this license the "Lesser" General Public License because it
does Less to protect the user's freedom than the ordinary General
Public License. It also provides other free software developers Less
of an advantage over competing non-free programs. These disadvantages
are the reason we use the ordinary General Public License for many
libraries. However, the Lesser license provides advantages in certain
special circumstances.
For example, on rare occasions, there may be a special need to
encourage the widest possible use of a certain library, so that it becomes
a de-facto standard. To achieve this, non-free programs must be
allowed to use the library. A more frequent case is that a free
library does the same job as widely used non-free libraries. In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.
In other cases, permission to use a particular library in non-free
programs enables a greater number of people to use a large body of
free software. For example, permission to use the GNU C Library in
non-free programs enables many more people to use the whole GNU
operating system, as well as its variant, the GNU/Linux operating
system.
Although the Lesser General Public License is Less protective of the
users' freedom, it does ensure that the user of a program that is
linked with the Library has the freedom and the wherewithal to run
that program using a modified version of the Library.
The precise terms and conditions for copying, distribution and
modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.
GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
other authorized party saying it may be distributed under the terms of
this Lesser General Public License (also called "this License").
Each licensee is addressed as "you".
A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.
The "Library", below, refers to any such software library or work
which has been distributed under these terms. A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language. (Hereinafter, translation is
included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.
1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
appropriate copyright notice and disclaimer of warranty; keep intact
all the notices that refer to this License and to the absence of any
warranty; and distribute a copy of this License along with the
Library.
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.
2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) The modified work must itself be a software library.
b) You must cause the files modified to carry prominent notices
stating that you changed the files and the date of any change.
c) You must cause the whole of the work to be licensed at no
charge to all third parties under the terms of this License.
d) If a facility in the modified Library refers to a function or a
table of data to be supplied by an application program that uses
the facility, other than as an argument passed when the facility
is invoked, then you must make a good faith effort to ensure that,
in the event an application does not supply such function or
table, the facility still operates, and performs whatever part of
its purpose remains meaningful.
(For example, a function in a library to compute square roots has
a purpose that is entirely well-defined independent of the
application. Therefore, Subsection 2d requires that any
application-supplied function or table used by this function must
be optional: if the application does not supply it, the square
root function must still compute square roots.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Library, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote
it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Library.
In addition, mere aggregation of another work not based on the Library
with the Library (or with a work based on the Library) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may opt to apply the terms of the ordinary GNU General Public
License instead of this License to a given copy of the Library. To do
this, you must alter all the notices that refer to this License, so
that they refer to the ordinary GNU General Public License, version 2,
instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.
Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
This option is useful when you wish to copy part of the code of
the Library into a program that is not a library.
4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany
it with the complete corresponding machine-readable source code, which
must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange.
If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.
5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library". Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.
However, linking a "work that uses the Library" with the Library
creates an executable that is a derivative of the Library (because it
contains portions of the Library), rather than a "work that uses the
library". The executable is therefore covered by this License.
Section 6 states terms for distribution of such executables.
When a "work that uses the Library" uses material from a header file
that is part of the Library, the object code for the work may be a
derivative work of the Library even though the source code is not.
Whether this is true is especially significant if the work can be
linked without the Library, or if the work is itself a library. The
threshold for this to be true is not precisely defined by law.
If such an object file uses only numerical parameters, data
structure layouts and accessors, and small macros and small inline
functions (ten lines or less in length), then the use of the object
file is unrestricted, regardless of whether it is legally a derivative
work. (Executables containing this object code plus portions of the
Library will still fall under Section 6.)
Otherwise, if the work is a derivative of the Library, you may
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.
6. As an exception to the Sections above, you may also combine or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
under terms of your choice, provided that the terms permit
modification of the work for the customer's own use and reverse
engineering for debugging such modifications.
You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License. You must supply a copy of this License. If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License. Also, you must do one
of these things:
a) Accompany the work with the complete corresponding
machine-readable source code for the Library including whatever
changes were used in the work (which must be distributed under
Sections 1 and 2 above); and, if the work is an executable linked
with the Library, with the complete machine-readable "work that
uses the Library", as object code and/or source code, so that the
user can modify the Library and then relink to produce a modified
executable containing the modified Library. (It is understood
that the user who changes the contents of definitions files in the
Library will not necessarily be able to recompile the application
to use the modified definitions.)
b) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (1) uses at run time a
copy of the library already present on the user's computer system,
rather than copying library functions into the executable, and (2)
will operate properly with a modified version of the library, if
the user installs one, as long as the modified version is
interface-compatible with the version that the work was made with.
c) Accompany the work with a written offer, valid for at
least three years, to give the same user the materials
specified in Subsection 6a, above, for a charge no more
than the cost of performing this distribution.
d) If distribution of the work is made by offering access to copy
from a designated place, offer equivalent access to copy the above
specified materials from the same place.
e) Verify that the user has already received a copy of these
materials or that you have already sent this user a copy.
For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it. However, as a special exception,
the materials to be distributed need not include anything that is
normally distributed (in either source or binary form) with the major
components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.
It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.
7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
library, provided that the separate distribution of the work based on
the Library and of the other library facilities is otherwise
permitted, and provided that you do these two things:
a) Accompany the combined library with a copy of the same work
based on the Library, uncombined with any other library
facilities. This must be distributed under the terms of the
Sections above.
b) Give prominent notice with the combined library of the fact
that part of it is a work based on the Library, and explaining
where to find the accompanying uncombined form of the same work.
8. You may not copy, modify, sublicense, link with, or distribute
the Library except as expressly provided under this License. Any
attempt otherwise to copy, modify, sublicense, link with, or
distribute the Library is void, and will automatically terminate your
rights under this License. However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.
9. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Library or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Library (or any work based on the
Library), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Library or works based on it.
10. Each time you redistribute the Library (or any work based on the
Library), the recipient automatically receives a license from the
original licensor to copy, distribute, link with or modify the Library
subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties with
this License.
11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Library at all. For example, if a patent
license would not permit royalty-free redistribution of the Library by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.
If any portion of this section is held invalid or unenforceable under any
particular circumstance, the balance of the section is intended to apply,
and the section as a whole is intended to apply in other circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License may add
an explicit geographical distribution limitation excluding those countries,
so that distribution is permitted only in or among countries not thus
excluded. In such case, this License incorporates the limitation as if
written in the body of this License.
13. The Free Software Foundation may publish revised and/or new
versions of the Lesser General Public License from time to time.
Such new versions will be similar in spirit to the present version,
but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library
specifies a version number of this License which applies to it and
"any later version", you have the option of following the terms and
conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.
14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
copyrighted by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for this. Our
decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
NO WARRANTY
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Libraries
If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change. You can do so by permitting
redistribution under these terms (or, alternatively, under the terms of the
ordinary General Public License).
To apply these terms, attach the following notices to the library. It is
safest to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.
<one line to give the library's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the library, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice
That's all there is to it!
\ No newline at end of file
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://supportukrainenow.org/)
![PHPMailer](https://raw.github.com/PHPMailer/PHPMailer/master/examples/images/phpmailer.png)
# PHPMailer – A full-featured email creation and transfer class for PHP
[![Test status](https://github.com/PHPMailer/PHPMailer/workflows/Tests/badge.svg)](https://github.com/PHPMailer/PHPMailer/actions)
[![codecov.io](https://codecov.io/gh/PHPMailer/PHPMailer/branch/master/graph/badge.svg?token=iORZpwmYmM)](https://codecov.io/gh/PHPMailer/PHPMailer)
[![Latest Stable Version](https://poser.pugx.org/phpmailer/phpmailer/v/stable.svg)](https://packagist.org/packages/phpmailer/phpmailer)
[![Total Downloads](https://poser.pugx.org/phpmailer/phpmailer/downloads)](https://packagist.org/packages/phpmailer/phpmailer)
[![License](https://poser.pugx.org/phpmailer/phpmailer/license.svg)](https://packagist.org/packages/phpmailer/phpmailer)
[![API Docs](https://github.com/phpmailer/phpmailer/workflows/Docs/badge.svg)](https://phpmailer.github.io/PHPMailer/)
## Features
- Probably the world's most popular code for sending email from PHP!
- Used by many open-source projects: WordPress, Drupal, 1CRM, SugarCRM, Yii, Joomla! and many more
- Integrated SMTP support – send without a local mail server
- Send emails with multiple To, CC, BCC and Reply-to addresses
- Multipart/alternative emails for mail clients that do not read HTML email
- Add attachments, including inline
- Support for UTF-8 content and 8bit, base64, binary, and quoted-printable encodings
- SMTP authentication with LOGIN, PLAIN, CRAM-MD5, and XOAUTH2 mechanisms over SMTPS and SMTP+STARTTLS transports
- Validates email addresses automatically
- Protects against header injection attacks
- Error messages in over 50 languages!
- DKIM and S/MIME signing support
- Compatible with PHP 5.5 and later, including PHP 8.1
- Namespaced to prevent name clashes
- Much more!
## Why you might need it
Many PHP developers need to send email from their code. The only PHP function that supports this directly is [`mail()`](https://www.php.net/manual/en/function.mail.php). However, it does not provide any assistance for making use of popular features such as encryption, authentication, HTML messages, and attachments.
Formatting email correctly is surprisingly difficult. There are myriad overlapping (and conflicting) standards, requiring tight adherence to horribly complicated formatting and encoding rules – the vast majority of code that you'll find online that uses the `mail()` function directly is just plain wrong, if not unsafe!
The PHP `mail()` function usually sends via a local mail server, typically fronted by a `sendmail` binary on Linux, BSD, and macOS platforms, however, Windows usually doesn't include a local mail server; PHPMailer's integrated SMTP client allows email sending on all platforms without needing a local mail server. Be aware though, that the `mail()` function should be avoided when possible; it's both faster and [safer](https://exploitbox.io/paper/Pwning-PHP-Mail-Function-For-Fun-And-RCE.html) to use SMTP to localhost.
*Please* don't be tempted to do it yourself – if you don't use PHPMailer, there are many other excellent libraries that
you should look at before rolling your own. Try [SwiftMailer](https://swiftmailer.symfony.com/)
, [Laminas/Mail](https://docs.laminas.dev/laminas-mail/), [ZetaComponents](https://github.com/zetacomponents/Mail) etc.
## License
This software is distributed under the [LGPL 2.1](http://www.gnu.org/licenses/lgpl-2.1.html) license, along with the [GPL Cooperation Commitment](https://gplcc.github.io/gplcc/). Please read [LICENSE](https://github.com/PHPMailer/PHPMailer/blob/master/LICENSE) for information on the software availability and distribution.
## Installation & loading
PHPMailer is available on [Packagist](https://packagist.org/packages/phpmailer/phpmailer) (using semantic versioning), and installation via [Composer](https://getcomposer.org) is the recommended way to install PHPMailer. Just add this line to your `composer.json` file:
```json
"phpmailer/phpmailer": "^6.5"
```
or run
```sh
composer require phpmailer/phpmailer
```
Note that the `vendor` folder and the `vendor/autoload.php` script are generated by Composer; they are not part of PHPMailer.
If you want to use the Gmail XOAUTH2 authentication class, you will also need to add a dependency on the `league/oauth2-client` package in your `composer.json`.
Alternatively, if you're not using Composer, you
can [download PHPMailer as a zip file](https://github.com/PHPMailer/PHPMailer/archive/master.zip), (note that docs and examples are not included in the zip file), then copy the contents of the PHPMailer folder into one of the `include_path` directories specified in your PHP configuration and load each class file manually:
```php
<?php
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\Exception;
require 'path/to/PHPMailer/src/Exception.php';
require 'path/to/PHPMailer/src/PHPMailer.php';
require 'path/to/PHPMailer/src/SMTP.php';
```
If you're not using the `SMTP` class explicitly (you're probably not), you don't need a `use` line for the SMTP class. Even if you're not using exceptions, you do still need to load the `Exception` class as it is used internally.
## Legacy versions
PHPMailer 5.2 (which is compatible with PHP 5.0 — 7.0) is no longer supported, even for security updates. You will find the latest version of 5.2 in the [5.2-stable branch](https://github.com/PHPMailer/PHPMailer/tree/5.2-stable). If you're using PHP 5.5 or later (which you should be), switch to the 6.x releases.
### Upgrading from 5.2
The biggest changes are that source files are now in the `src/` folder, and PHPMailer now declares the namespace `PHPMailer\PHPMailer`. This has several important effects – [read the upgrade guide](https://github.com/PHPMailer/PHPMailer/tree/master/UPGRADING.md) for more details.
### Minimal installation
While installing the entire package manually or with Composer is simple, convenient, and reliable, you may want to include only vital files in your project. At the very least you will need [src/PHPMailer.php](https://github.com/PHPMailer/PHPMailer/tree/master/src/PHPMailer.php). If you're using SMTP, you'll need [src/SMTP.php](https://github.com/PHPMailer/PHPMailer/tree/master/src/SMTP.php), and if you're using POP-before SMTP (*very* unlikely!), you'll need [src/POP3.php](https://github.com/PHPMailer/PHPMailer/tree/master/src/POP3.php). You can skip the [language](https://github.com/PHPMailer/PHPMailer/tree/master/language/) folder if you're not showing errors to users and can make do with English-only errors. If you're using XOAUTH2 you will need [src/OAuth.php](https://github.com/PHPMailer/PHPMailer/tree/master/src/OAuth.php) as well as the Composer dependencies for the services you wish to authenticate with. Really, it's much easier to use Composer!
## A Simple Example
```php
<?php
//Import PHPMailer classes into the global namespace
//These must be at the top of your script, not inside a function
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\SMTP;
use PHPMailer\PHPMailer\Exception;
//Load Composer's autoloader
require 'vendor/autoload.php';
//Create an instance; passing `true` enables exceptions
$mail = new PHPMailer(true);
try {
//Server settings
$mail->SMTPDebug = SMTP::DEBUG_SERVER; //Enable verbose debug output
$mail->isSMTP(); //Send using SMTP
$mail->Host = 'smtp.example.com'; //Set the SMTP server to send through
$mail->SMTPAuth = true; //Enable SMTP authentication
$mail->Username = 'user@example.com'; //SMTP username
$mail->Password = 'secret'; //SMTP password
$mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; //Enable implicit TLS encryption
$mail->Port = 465; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS`
//Recipients
$mail->setFrom('from@example.com', 'Mailer');
$mail->addAddress('joe@example.net', 'Joe User'); //Add a recipient
$mail->addAddress('ellen@example.com'); //Name is optional
$mail->addReplyTo('info@example.com', 'Information');
$mail->addCC('cc@example.com');
$mail->addBCC('bcc@example.com');
//Attachments
$mail->addAttachment('/var/tmp/file.tar.gz'); //Add attachments
$mail->addAttachment('/tmp/image.jpg', 'new.jpg'); //Optional name
//Content
$mail->isHTML(true); //Set email format to HTML
$mail->Subject = 'Here is the subject';
$mail->Body = 'This is the HTML message body <b>in bold!</b>';
$mail->AltBody = 'This is the body in plain text for non-HTML mail clients';
$mail->send();
echo 'Message has been sent';
} catch (Exception $e) {
echo "Message could not be sent. Mailer Error: {$mail->ErrorInfo}";
}
```
You'll find plenty to play with in the [examples](https://github.com/PHPMailer/PHPMailer/tree/master/examples) folder, which covers many common scenarios including sending through gmail, building contact forms, sending to mailing lists, and more.
If you are re-using the instance (e.g. when sending to a mailing list), you may need to clear the recipient list to avoid sending duplicate messages. See [the mailing list example](https://github.com/PHPMailer/PHPMailer/blob/master/examples/mailing_list.phps) for further guidance.
That's it. You should now be ready to use PHPMailer!
## Localization
PHPMailer defaults to English, but in the [language](https://github.com/PHPMailer/PHPMailer/tree/master/language/) folder you'll find many translations for PHPMailer error messages that you may encounter. Their filenames contain [ISO 639-1](http://en.wikipedia.org/wiki/ISO_639-1) language code for the translations, for example `fr` for French. To specify a language, you need to tell PHPMailer which one to use, like this:
```php
//To load the French version
$mail->setLanguage('fr', '/optional/path/to/language/directory/');
```
We welcome corrections and new languages – if you're looking for corrections, run the [PHPMailerLangTest.php](https://github.com/PHPMailer/PHPMailer/tree/master/test/PHPMailerLangTest.php) script in the tests folder and it will show any missing translations.
## Documentation
Start reading at the [GitHub wiki](https://github.com/PHPMailer/PHPMailer/wiki). If you're having trouble, head for [the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting) as it's frequently updated.
Examples of how to use PHPMailer for common scenarios can be found in the [examples](https://github.com/PHPMailer/PHPMailer/tree/master/examples) folder. If you're looking for a good starting point, we recommend you start with [the Gmail example](https://github.com/PHPMailer/PHPMailer/tree/master/examples/gmail.phps).
To reduce PHPMailer's deployed code footprint, examples are not included if you load PHPMailer via Composer or via [GitHub's zip file download](https://github.com/PHPMailer/PHPMailer/archive/master.zip), so you'll need to either clone the git repository or use the above links to get to the examples directly.
Complete generated API documentation is [available online](https://phpmailer.github.io/PHPMailer/).
You can generate complete API-level documentation by running `phpdoc` in the top-level folder, and documentation will appear in the `docs` folder, though you'll need to have [PHPDocumentor](http://www.phpdoc.org) installed. You may find [the unit tests](https://github.com/PHPMailer/PHPMailer/blob/master/test/PHPMailerTest.php) a good reference for how to do various operations such as encryption.
If the documentation doesn't cover what you need, search the [many questions on Stack Overflow](http://stackoverflow.com/questions/tagged/phpmailer), and before you ask a question about "SMTP Error: Could not connect to SMTP host.", [read the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting).
## Tests
[PHPMailer tests](https://github.com/PHPMailer/PHPMailer/tree/master/test/) use PHPUnit 9, with [a polyfill](https://github.com/Yoast/PHPUnit-Polyfills) to let 9-style tests run on older PHPUnit and PHP versions.
[![Test status](https://github.com/PHPMailer/PHPMailer/workflows/Tests/badge.svg)](https://github.com/PHPMailer/PHPMailer/actions)
If this isn't passing, is there something you can do to help?
## Security
Please disclose any vulnerabilities found responsibly – report security issues to the maintainers privately.
See [SECURITY](https://github.com/PHPMailer/PHPMailer/tree/master/SECURITY.md) and [PHPMailer's security advisories on GitHub](https://github.com/PHPMailer/PHPMailer/security).
## Contributing
Please submit bug reports, suggestions and pull requests to the [GitHub issue tracker](https://github.com/PHPMailer/PHPMailer/issues).
We're particularly interested in fixing edge-cases, expanding test coverage and updating translations.
If you found a mistake in the docs, or want to add something, go ahead and amend the wiki – anyone can edit it.
If you have git clones from prior to the move to the PHPMailer GitHub organisation, you'll need to update any remote URLs referencing the old GitHub location with a command like this from within your clone:
```sh
git remote set-url upstream https://github.com/PHPMailer/PHPMailer.git
```
Please *don't* use the SourceForge or Google Code projects any more; they are obsolete and no longer maintained.
## Sponsorship
Development time and resources for PHPMailer are provided by [Smartmessages.net](https://info.smartmessages.net/), the world's only privacy-first email marketing system.
<a href="https://info.smartmessages.net/"><img src="https://www.smartmessages.net/img/smartmessages-logo.svg" width="550" alt="Smartmessages.net privacy-first email marketing logo"></a>
Donations are very welcome, whether in beer 🍺, T-shirts 👕, or cold, hard cash 💰. Sponsorship through GitHub is a simple and convenient way to say "thank you" to PHPMailer's maintainers and contributors – just click the "Sponsor" button [on the project page](https://github.com/PHPMailer/PHPMailer). If your company uses PHPMailer, consider taking part in Tidelift's enterprise support programme.
## PHPMailer For Enterprise
Available as part of the Tidelift Subscription.
The maintainers of PHPMailer and thousands of other packages are working with Tidelift to deliver commercial
support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and
improve code health, while paying the maintainers of the exact packages you
use. [Learn more.](https://tidelift.com/subscription/pkg/packagist-phpmailer-phpmailer?utm_source=packagist-phpmailer-phpmailer&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
## Changelog
See [changelog](changelog.md).
## History
- PHPMailer was originally written in 2001 by Brent R. Matzelle as a [SourceForge project](http://sourceforge.net/projects/phpmailer/).
- [Marcus Bointon](https://github.com/Synchro) (`coolbru` on SF) and Andy Prevost (`codeworxtech`) took over the project in 2004.
- Became an Apache incubator project on Google Code in 2010, managed by Jim Jagielski.
- Marcus created [his fork on GitHub](https://github.com/Synchro/PHPMailer) in 2008.
- Jim and Marcus decide to join forces and use GitHub as the canonical and official repo for PHPMailer in 2013.
- PHPMailer moves to [the PHPMailer organisation](https://github.com/PHPMailer) on GitHub in 2013.
### What's changed since moving from SourceForge?
- Official successor to the SourceForge and Google Code projects.
- Test suite.
- Continuous integration with Github Actions.
- Composer support.
- Public development.
- Additional languages and language strings.
- CRAM-MD5 authentication support.
- Preserves full repo history of authors, commits and branches from the original SourceForge project.
# Security notices relating to PHPMailer
Please disclose any security issues or vulnerabilities found through [Tidelift's coordinated disclosure system](https://tidelift.com/security) or to the maintainers privately.
PHPMailer 6.4.1 and earlier contain a vulnerability that can result in untrusted code being called (if such code is injected into the host project's scope by other means). If the `$patternselect` parameter to `validateAddress()` is set to `'php'` (the default, defined by `PHPMailer::$validator`), and the global namespace contains a function called `php`, it will be called in preference to the built-in validator of the same name. Mitigated in PHPMailer 6.5.0 by denying the use of simple strings as validator function names. Recorded as [CVE-2021-3603](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3603). Reported by [Vikrant Singh Chauhan](mailto:vi@hackberry.xyz) via [huntr.dev](https://www.huntr.dev/).
PHPMailer versions 6.4.1 and earlier contain a possible remote code execution vulnerability through the `$lang_path` parameter of the `setLanguage()` method. If the `$lang_path` parameter is passed unfiltered from user input, it can be set to [a UNC path](https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats#unc-paths), and if an attacker is also able to persuade the server to load a file from that UNC path, a script file under their control may be executed. This vulnerability only applies to systems that resolve UNC paths, typically only Microsoft Windows.
PHPMailer 6.5.0 mitigates this by no longer treating translation files as PHP code, but by parsing their text content directly. This approach avoids the possibility of executing unknown code while retaining backward compatibility. This isn't ideal, so the current translation format is deprecated and will be replaced in the next major release. Recorded as [CVE-2021-34551](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-34551). Reported by [Jilin Diting Information Technology Co., Ltd](https://listensec.com) via Tidelift.
PHPMailer versions between 6.1.8 and 6.4.0 contain a regression of the earlier CVE-2018-19296 object injection vulnerability as a result of [a fix for Windows UNC paths in 6.1.8](https://github.com/PHPMailer/PHPMailer/commit/e2e07a355ee8ff36aba21d0242c5950c56e4c6f9). Recorded as [CVE-2020-36326](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-36326). Reported by Fariskhi Vidyan via Tidelift. 6.4.1 fixes this issue, and also enforces stricter checks for URL schemes in local path contexts.
PHPMailer versions 6.1.5 and earlier contain an output escaping bug that occurs in `Content-Type` and `Content-Disposition` when filenames passed into `addAttachment` and other methods that accept attachment names contain double quote characters, in contravention of RFC822 3.4.1. No specific vulnerability has been found relating to this, but it could allow file attachments to bypass attachment filters that are based on matching filename extensions. Recorded as [CVE-2020-13625](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-13625). Reported by Elar Lang of Clarified Security.
PHPMailer versions prior to 6.0.6 and 5.2.27 are vulnerable to an object injection attack by passing `phar://` paths into `addAttachment()` and other functions that may receive unfiltered local paths, possibly leading to RCE. Recorded as [CVE-2018-19296](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-19296). See [this article](https://knasmueller.net/5-answers-about-php-phar-exploitation) for more info on this type of vulnerability. Mitigated by blocking the use of paths containing URL-protocol style prefixes such as `phar://`. Reported by Sehun Oh of cyberone.kr.
PHPMailer versions prior to 5.2.24 (released July 26th 2017) have an XSS vulnerability in one of the code examples, [CVE-2017-11503](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-11503). The `code_generator.phps` example did not filter user input prior to output. This file is distributed with a `.phps` extension, so it it not normally executable unless it is explicitly renamed, and the file is not included when PHPMailer is loaded through composer, so it is safe by default. There was also an undisclosed potential XSS vulnerability in the default exception handler (unused by default). Patches for both issues kindly provided by Patrick Monnerat of the Fedora Project.
PHPMailer versions prior to 5.2.22 (released January 9th 2017) have a local file disclosure vulnerability, [CVE-2017-5223](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-5223). If content passed into `msgHTML()` is sourced from unfiltered user input, relative paths can map to absolute local file paths and added as attachments. Also note that `addAttachment` (just like `file_get_contents`, `passthru`, `unlink`, etc) should not be passed user-sourced params either! Reported by Yongxiang Li of Asiasecurity.
PHPMailer versions prior to 5.2.20 (released December 28th 2016) are vulnerable to [CVE-2016-10045](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-10045) a remote code execution vulnerability, responsibly reported by [Dawid Golunski](https://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10045-Vuln-Patch-Bypass.html), and patched by Paul Buonopane (@Zenexer).
PHPMailer versions prior to 5.2.18 (released December 2016) are vulnerable to [CVE-2016-10033](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-10033) a remote code execution vulnerability, responsibly reported by [Dawid Golunski](http://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10033-Vuln.html).
PHPMailer versions prior to 5.2.14 (released November 2015) are vulnerable to [CVE-2015-8476](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8476) an SMTP CRLF injection bug permitting arbitrary message sending.
PHPMailer versions prior to 5.2.10 (released May 2015) are vulnerable to [CVE-2008-5619](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-5619), a remote code execution vulnerability in the bundled html2text library. This file was removed in 5.2.10, so if you are using a version prior to that and make use of the html2text function, it's vitally important that you upgrade and remove this file.
PHPMailer versions prior to 2.0.7 and 2.2.1 are vulnerable to [CVE-2012-0796](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-0796), an email header injection attack.
Joomla 1.6.0 uses PHPMailer in an unsafe way, allowing it to reveal local file paths, reported in [CVE-2011-3747](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-3747).
PHPMailer didn't sanitise the `$lang_path` parameter in `SetLanguage`. This wasn't a problem in itself, but some apps (PHPClassifieds, ATutor) also failed to sanitise user-provided parameters passed to it, permitting semi-arbitrary local file inclusion, reported in [CVE-2010-4914](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-4914), [CVE-2007-2021](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-2021) and [CVE-2006-5734](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2006-5734).
PHPMailer 1.7.2 and earlier contained a possible DDoS vulnerability reported in [CVE-2005-1807](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2005-1807).
PHPMailer 1.7 and earlier (June 2003) have a possible vulnerability in the `SendmailSend` method where shell commands may not be sanitised. Reported in [CVE-2007-3215](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-3215).
6.6.3
\ No newline at end of file
{
"name": "phpmailer/phpmailer",
"type": "library",
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"authors": [
{
"name": "Marcus Bointon",
"email": "phpmailer@synchromedia.co.uk"
},
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{
"name": "Andy Prevost",
"email": "codeworxtech@users.sourceforge.net"
},
{
"name": "Brent R. Matzelle"
}
],
"funding": [
{
"url": "https://github.com/Synchro",
"type": "github"
}
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": ">=5.5.0",
"ext-ctype": "*",
"ext-filter": "*",
"ext-hash": "*"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.2",
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.6.2",
"yoast/phpunit-polyfills": "^1.0.0"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging",
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
},
"autoload": {
"psr-4": {
"PHPMailer\\PHPMailer\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"PHPMailer\\Test\\": "test/"
}
},
"license": "LGPL-2.1-only",
"scripts": {
"check": "./vendor/bin/phpcs",
"test": "./vendor/bin/phpunit --no-coverage",
"coverage": "./vendor/bin/phpunit",
"lint": [
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . --show-deprecated -e php,phps --exclude vendor --exclude .git --exclude build"
]
}
}
<?php
/**
* PHPMailer - PHP email creation and transport class.
* PHP Version 5.5
* @package PHPMailer
* @see https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
* @author Brent R. Matzelle (original founder)
* @copyright 2012 - 2020 Marcus Bointon
* @copyright 2010 - 2012 Jim Jagielski
* @copyright 2004 - 2009 Andy Prevost
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @note This program is distributed in the hope that it will be useful - WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE.
*/
/**
* Get an OAuth2 token from an OAuth2 provider.
* * Install this script on your server so that it's accessible
* as [https/http]://<yourdomain>/<folder>/get_oauth_token.php
* e.g.: http://localhost/phpmailer/get_oauth_token.php
* * Ensure dependencies are installed with 'composer install'
* * Set up an app in your Google/Yahoo/Microsoft account
* * Set the script address as the app's redirect URL
* If no refresh token is obtained when running this file,
* revoke access to your app and run the script again.
*/
namespace PHPMailer\PHPMailer;
/**
* Aliases for League Provider Classes
* Make sure you have added these to your composer.json and run `composer install`
* Plenty to choose from here:
* @see http://oauth2-client.thephpleague.com/providers/thirdparty/
*/
//@see https://github.com/thephpleague/oauth2-google
use League\OAuth2\Client\Provider\Google;
//@see https://packagist.org/packages/hayageek/oauth2-yahoo
use Hayageek\OAuth2\Client\Provider\Yahoo;
//@see https://github.com/stevenmaguire/oauth2-microsoft
use Stevenmaguire\OAuth2\Client\Provider\Microsoft;
if (!isset($_GET['code']) && !isset($_POST['provider'])) {
?>
<html>
<body>
<form method="post">
<h1>Select Provider</h1>
<input type="radio" name="provider" value="Google" id="providerGoogle">
<label for="providerGoogle">Google</label><br>
<input type="radio" name="provider" value="Yahoo" id="providerYahoo">
<label for="providerYahoo">Yahoo</label><br>
<input type="radio" name="provider" value="Microsoft" id="providerMicrosoft">
<label for="providerMicrosoft">Microsoft</label><br>
<h1>Enter id and secret</h1>
<p>These details are obtained by setting up an app in your provider's developer console.
</p>
<p>ClientId: <input type="text" name="clientId"><p>
<p>ClientSecret: <input type="text" name="clientSecret"></p>
<input type="submit" value="Continue">
</form>
</body>
</html>
<?php
exit;
}
require 'vendor/autoload.php';
session_start();
$providerName = '';
$clientId = '';
$clientSecret = '';
if (array_key_exists('provider', $_POST)) {
$providerName = $_POST['provider'];
$clientId = $_POST['clientId'];
$clientSecret = $_POST['clientSecret'];
$_SESSION['provider'] = $providerName;
$_SESSION['clientId'] = $clientId;
$_SESSION['clientSecret'] = $clientSecret;
} elseif (array_key_exists('provider', $_SESSION)) {
$providerName = $_SESSION['provider'];
$clientId = $_SESSION['clientId'];
$clientSecret = $_SESSION['clientSecret'];
}
//If you don't want to use the built-in form, set your client id and secret here
//$clientId = 'RANDOMCHARS-----duv1n2.apps.googleusercontent.com';
//$clientSecret = 'RANDOMCHARS-----lGyjPcRtvP';
//If this automatic URL doesn't work, set it yourself manually to the URL of this script
$redirectUri = (isset($_SERVER['HTTPS']) ? 'https://' : 'http://') . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'];
//$redirectUri = 'http://localhost/PHPMailer/redirect';
$params = [
'clientId' => $clientId,
'clientSecret' => $clientSecret,
'redirectUri' => $redirectUri,
'accessType' => 'offline'
];
$options = [];
$provider = null;
switch ($providerName) {
case 'Google':
$provider = new Google($params);
$options = [
'scope' => [
'https://mail.google.com/'
]
];
break;
case 'Yahoo':
$provider = new Yahoo($params);
break;
case 'Microsoft':
$provider = new Microsoft($params);
$options = [
'scope' => [
'wl.imap',
'wl.offline_access'
]
];
break;
}
if (null === $provider) {
exit('Provider missing');
}
if (!isset($_GET['code'])) {
//If we don't have an authorization code then get one
$authUrl = $provider->getAuthorizationUrl($options);
$_SESSION['oauth2state'] = $provider->getState();
header('Location: ' . $authUrl);
exit;
//Check given state against previously stored one to mitigate CSRF attack
} elseif (empty($_GET['state']) || ($_GET['state'] !== $_SESSION['oauth2state'])) {
unset($_SESSION['oauth2state']);
unset($_SESSION['provider']);
exit('Invalid state');
} else {
unset($_SESSION['provider']);
//Try to get an access token (using the authorization code grant)
$token = $provider->getAccessToken(
'authorization_code',
[
'code' => $_GET['code']
]
);
//Use this to interact with an API on the users behalf
//Use this to get a new access token if the old one expires
echo 'Refresh Token: ', $token->getRefreshToken();
}
<?php
/**
* Afrikaans PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP-fout: kon nie geverifieer word nie.';
$PHPMAILER_LANG['connect_host'] = 'SMTP-fout: kon nie aan SMTP-verbind nie.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP-fout: data nie aanvaar nie.';
$PHPMAILER_LANG['empty_message'] = 'Boodskapliggaam leeg.';
$PHPMAILER_LANG['encoding'] = 'Onbekende kodering: ';
$PHPMAILER_LANG['execute'] = 'Kon nie uitvoer nie: ';
$PHPMAILER_LANG['file_access'] = 'Kon nie lêer oopmaak nie: ';
$PHPMAILER_LANG['file_open'] = 'Lêerfout: Kon nie lêer oopmaak nie: ';
$PHPMAILER_LANG['from_failed'] = 'Die volgende Van adres misluk: ';
$PHPMAILER_LANG['instantiate'] = 'Kon nie posfunksie instansieer nie.';
$PHPMAILER_LANG['invalid_address'] = 'Ongeldige adres: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer word nie ondersteun nie.';
$PHPMAILER_LANG['provide_address'] = 'U moet ten minste een ontvanger e-pos adres verskaf.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP-fout: Die volgende ontvangers het misluk: ';
$PHPMAILER_LANG['signing'] = 'Ondertekening Fout: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP-verbinding () misluk.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP-bediener fout: ';
$PHPMAILER_LANG['variable_set'] = 'Kan nie veranderlike instel of herstel nie: ';
$PHPMAILER_LANG['extension_missing'] = 'Uitbreiding ontbreek: ';
<?php
/**
* Arabic PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author bahjat al mostafa <bahjat983@hotmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'خطأ SMTP : لا يمكن تأكيد الهوية.';
$PHPMAILER_LANG['connect_host'] = 'خطأ SMTP: لا يمكن الاتصال بالخادم SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'خطأ SMTP: لم يتم قبول المعلومات .';
$PHPMAILER_LANG['empty_message'] = 'نص الرسالة فارغ';
$PHPMAILER_LANG['encoding'] = 'ترميز غير معروف: ';
$PHPMAILER_LANG['execute'] = 'لا يمكن تنفيذ : ';
$PHPMAILER_LANG['file_access'] = 'لا يمكن الوصول للملف: ';
$PHPMAILER_LANG['file_open'] = 'خطأ في الملف: لا يمكن فتحه: ';
$PHPMAILER_LANG['from_failed'] = 'خطأ على مستوى عنوان المرسل : ';
$PHPMAILER_LANG['instantiate'] = 'لا يمكن توفير خدمة البريد.';
$PHPMAILER_LANG['invalid_address'] = 'الإرسال غير ممكن لأن عنوان البريد الإلكتروني غير صالح: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' برنامج الإرسال غير مدعوم.';
$PHPMAILER_LANG['provide_address'] = 'يجب توفير عنوان البريد الإلكتروني لمستلم واحد على الأقل.';
$PHPMAILER_LANG['recipients_failed'] = 'خطأ SMTP: الأخطاء التالية فشل في الارسال لكل من : ';
$PHPMAILER_LANG['signing'] = 'خطأ في التوقيع: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() غير ممكن.';
$PHPMAILER_LANG['smtp_error'] = 'خطأ على مستوى الخادم SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'لا يمكن تعيين أو إعادة تعيين متغير: ';
$PHPMAILER_LANG['extension_missing'] = 'الإضافة غير موجودة: ';
<?php
/**
* Azerbaijani PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author @mirjalal
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP xətası: Giriş uğursuz oldu.';
$PHPMAILER_LANG['connect_host'] = 'SMTP xətası: SMTP serverinə qoşulma uğursuz oldu.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP xətası: Verilənlər qəbul edilməyib.';
$PHPMAILER_LANG['empty_message'] = 'Boş mesaj göndərilə bilməz.';
$PHPMAILER_LANG['encoding'] = 'Qeyri-müəyyən kodlaşdırma: ';
$PHPMAILER_LANG['execute'] = 'Əmr yerinə yetirilmədi: ';
$PHPMAILER_LANG['file_access'] = 'Fayla giriş yoxdur: ';
$PHPMAILER_LANG['file_open'] = 'Fayl xətası: Fayl açıla bilmədi: ';
$PHPMAILER_LANG['from_failed'] = 'Göstərilən poçtlara göndərmə uğursuz oldu: ';
$PHPMAILER_LANG['instantiate'] = 'Mail funksiyası işə salına bilmədi.';
$PHPMAILER_LANG['invalid_address'] = 'Düzgün olmayan e-mail adresi: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' - e-mail kitabxanası dəstəklənmir.';
$PHPMAILER_LANG['provide_address'] = 'Ən azı bir e-mail adresi daxil edilməlidir.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP xətası: Aşağıdakı ünvanlar üzrə alıcılara göndərmə uğursuzdur: ';
$PHPMAILER_LANG['signing'] = 'İmzalama xətası: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP serverinə qoşulma uğursuz oldu.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP serveri xətası: ';
$PHPMAILER_LANG['variable_set'] = 'Dəyişənin quraşdırılması uğursuz oldu: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Bosnian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Ermin Islamagić <ermin@islamagic.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Greška: Neuspjela prijava.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Greška: Nije moguće spojiti se sa SMTP serverom.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Greška: Podatci nisu prihvaćeni.';
$PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.';
$PHPMAILER_LANG['encoding'] = 'Nepoznata kriptografija: ';
$PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: ';
$PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: ';
$PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: ';
$PHPMAILER_LANG['from_failed'] = 'SMTP Greška: Slanje sa navedenih e-mail adresa nije uspjelo: ';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Greška: Slanje na navedene e-mail adrese nije uspjelo: ';
$PHPMAILER_LANG['instantiate'] = 'Ne mogu pokrenuti mail funkcionalnost.';
$PHPMAILER_LANG['invalid_address'] = 'E-mail nije poslan. Neispravna e-mail adresa: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nije podržan.';
$PHPMAILER_LANG['provide_address'] = 'Definišite barem jednu adresu primaoca.';
$PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Spajanje na SMTP server nije uspjelo.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP greška: ';
$PHPMAILER_LANG['variable_set'] = 'Nije moguće postaviti varijablu ili je vratiti nazad: ';
$PHPMAILER_LANG['extension_missing'] = 'Nedostaje ekstenzija: ';
<?php
/**
* Belarusian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Aleksander Maksymiuk <info@setpro.pl>
*/
$PHPMAILER_LANG['authenticate'] = 'Памылка SMTP: памылка ідэнтыфікацыі.';
$PHPMAILER_LANG['connect_host'] = 'Памылка SMTP: нельга ўстанавіць сувязь з SMTP-серверам.';
$PHPMAILER_LANG['data_not_accepted'] = 'Памылка SMTP: звесткі непрынятыя.';
$PHPMAILER_LANG['empty_message'] = 'Пустое паведамленне.';
$PHPMAILER_LANG['encoding'] = 'Невядомая кадыроўка тэксту: ';
$PHPMAILER_LANG['execute'] = 'Нельга выканаць каманду: ';
$PHPMAILER_LANG['file_access'] = 'Няма доступу да файла: ';
$PHPMAILER_LANG['file_open'] = 'Нельга адкрыць файл: ';
$PHPMAILER_LANG['from_failed'] = 'Няправільны адрас адпраўніка: ';
$PHPMAILER_LANG['instantiate'] = 'Нельга прымяніць функцыю mail().';
$PHPMAILER_LANG['invalid_address'] = 'Нельга даслаць паведамленне, няправільны email атрымальніка: ';
$PHPMAILER_LANG['provide_address'] = 'Запоўніце, калі ласка, правільны email атрымальніка.';
$PHPMAILER_LANG['mailer_not_supported'] = ' - паштовы сервер не падтрымліваецца.';
$PHPMAILER_LANG['recipients_failed'] = 'Памылка SMTP: няправільныя атрымальнікі: ';
$PHPMAILER_LANG['signing'] = 'Памылка подпісу паведамлення: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Памылка сувязі з SMTP-серверам.';
$PHPMAILER_LANG['smtp_error'] = 'Памылка SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Нельга ўстанавіць або перамяніць значэнне пераменнай: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Bulgarian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Mikhail Kyosev <mialygk@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP грешка: Не може да се удостовери пред сървъра.';
$PHPMAILER_LANG['connect_host'] = 'SMTP грешка: Не може да се свърже с SMTP хоста.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP грешка: данните не са приети.';
$PHPMAILER_LANG['empty_message'] = 'Съдържанието на съобщението е празно';
$PHPMAILER_LANG['encoding'] = 'Неизвестно кодиране: ';
$PHPMAILER_LANG['execute'] = 'Не може да се изпълни: ';
$PHPMAILER_LANG['file_access'] = 'Няма достъп до файл: ';
$PHPMAILER_LANG['file_open'] = 'Файлова грешка: Не може да се отвори файл: ';
$PHPMAILER_LANG['from_failed'] = 'Следните адреси за подател са невалидни: ';
$PHPMAILER_LANG['instantiate'] = 'Не може да се инстанцира функцията mail.';
$PHPMAILER_LANG['invalid_address'] = 'Невалиден адрес: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' - пощенски сървър не се поддържа.';
$PHPMAILER_LANG['provide_address'] = 'Трябва да предоставите поне един email адрес за получател.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: Следните адреси за Получател са невалидни: ';
$PHPMAILER_LANG['signing'] = 'Грешка при подписване: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP провален connect().';
$PHPMAILER_LANG['smtp_error'] = 'SMTP сървърна грешка: ';
$PHPMAILER_LANG['variable_set'] = 'Не може да се установи или възстанови променлива: ';
$PHPMAILER_LANG['extension_missing'] = 'Липсва разширение: ';
<?php
/**
* Catalan PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Ivan <web AT microstudi DOT com>
*/
$PHPMAILER_LANG['authenticate'] = 'Error SMTP: No s’ha pogut autenticar.';
$PHPMAILER_LANG['connect_host'] = 'Error SMTP: No es pot connectar al servidor SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Error SMTP: Dades no acceptades.';
$PHPMAILER_LANG['empty_message'] = 'El cos del missatge està buit.';
$PHPMAILER_LANG['encoding'] = 'Codificació desconeguda: ';
$PHPMAILER_LANG['execute'] = 'No es pot executar: ';
$PHPMAILER_LANG['file_access'] = 'No es pot accedir a l’arxiu: ';
$PHPMAILER_LANG['file_open'] = 'Error d’Arxiu: No es pot obrir l’arxiu: ';
$PHPMAILER_LANG['from_failed'] = 'La(s) següent(s) adreces de remitent han fallat: ';
$PHPMAILER_LANG['instantiate'] = 'No s’ha pogut crear una instància de la funció Mail.';
$PHPMAILER_LANG['invalid_address'] = 'Adreça d’email invalida: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer no està suportat';
$PHPMAILER_LANG['provide_address'] = 'S’ha de proveir almenys una adreça d’email com a destinatari.';
$PHPMAILER_LANG['recipients_failed'] = 'Error SMTP: Els següents destinataris han fallat: ';
$PHPMAILER_LANG['signing'] = 'Error al signar: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Ha fallat el SMTP Connect().';
$PHPMAILER_LANG['smtp_error'] = 'Error del servidor SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'No s’ha pogut establir o restablir la variable: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Czech PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'Chyba SMTP: Autentizace selhala.';
$PHPMAILER_LANG['connect_host'] = 'Chyba SMTP: Nelze navázat spojení se SMTP serverem.';
$PHPMAILER_LANG['data_not_accepted'] = 'Chyba SMTP: Data nebyla přijata.';
$PHPMAILER_LANG['empty_message'] = 'Prázdné tělo zprávy';
$PHPMAILER_LANG['encoding'] = 'Neznámé kódování: ';
$PHPMAILER_LANG['execute'] = 'Nelze provést: ';
$PHPMAILER_LANG['file_access'] = 'Nelze získat přístup k souboru: ';
$PHPMAILER_LANG['file_open'] = 'Chyba souboru: Nelze otevřít soubor pro čtení: ';
$PHPMAILER_LANG['from_failed'] = 'Následující adresa odesílatele je nesprávná: ';
$PHPMAILER_LANG['instantiate'] = 'Nelze vytvořit instanci emailové funkce.';
$PHPMAILER_LANG['invalid_address'] = 'Neplatná adresa: ';
$PHPMAILER_LANG['invalid_hostentry'] = 'Záznam hostitele je nesprávný: ';
$PHPMAILER_LANG['invalid_host'] = 'Hostitel je nesprávný: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer není podporován.';
$PHPMAILER_LANG['provide_address'] = 'Musíte zadat alespoň jednu emailovou adresu příjemce.';
$PHPMAILER_LANG['recipients_failed'] = 'Chyba SMTP: Následující adresy příjemců nejsou správně: ';
$PHPMAILER_LANG['signing'] = 'Chyba přihlašování: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() selhal.';
$PHPMAILER_LANG['smtp_error'] = 'Chyba SMTP serveru: ';
$PHPMAILER_LANG['variable_set'] = 'Nelze nastavit nebo změnit proměnnou: ';
$PHPMAILER_LANG['extension_missing'] = 'Chybí rozšíření: ';
<?php
/**
* Danish PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author John Sebastian <jms@iwb.dk>
* Rewrite and extension of the work by Mikael Stokkebro <info@stokkebro.dk>
*
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP fejl: Login mislykkedes.';
$PHPMAILER_LANG['connect_host'] = 'SMTP fejl: Forbindelse til SMTP serveren kunne ikke oprettes.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP fejl: Data blev ikke accepteret.';
$PHPMAILER_LANG['empty_message'] = 'Meddelelsen er uden indhold';
$PHPMAILER_LANG['encoding'] = 'Ukendt encode-format: ';
$PHPMAILER_LANG['execute'] = 'Kunne ikke afvikle: ';
$PHPMAILER_LANG['file_access'] = 'Kunne ikke tilgå filen: ';
$PHPMAILER_LANG['file_open'] = 'Fil fejl: Kunne ikke åbne filen: ';
$PHPMAILER_LANG['from_failed'] = 'Følgende afsenderadresse er forkert: ';
$PHPMAILER_LANG['instantiate'] = 'Email funktionen kunne ikke initialiseres.';
$PHPMAILER_LANG['invalid_address'] = 'Udgyldig adresse: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer understøttes ikke.';
$PHPMAILER_LANG['provide_address'] = 'Indtast mindst en modtagers email adresse.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP fejl: Følgende modtagere er forkerte: ';
$PHPMAILER_LANG['signing'] = 'Signeringsfejl: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fejlede.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP server fejl: ';
$PHPMAILER_LANG['variable_set'] = 'Kunne ikke definere eller nulstille variablen: ';
$PHPMAILER_LANG['extension_missing'] = 'Udvidelse mangler: ';
<?php
/**
* German PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP-Fehler: Authentifizierung fehlgeschlagen.';
$PHPMAILER_LANG['connect_host'] = 'SMTP-Fehler: Konnte keine Verbindung zum SMTP-Host herstellen.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP-Fehler: Daten werden nicht akzeptiert.';
$PHPMAILER_LANG['empty_message'] = 'E-Mail-Inhalt ist leer.';
$PHPMAILER_LANG['encoding'] = 'Unbekannte Kodierung: ';
$PHPMAILER_LANG['execute'] = 'Konnte folgenden Befehl nicht ausführen: ';
$PHPMAILER_LANG['file_access'] = 'Zugriff auf folgende Datei fehlgeschlagen: ';
$PHPMAILER_LANG['file_open'] = 'Dateifehler: Konnte folgende Datei nicht öffnen: ';
$PHPMAILER_LANG['from_failed'] = 'Die folgende Absenderadresse ist nicht korrekt: ';
$PHPMAILER_LANG['instantiate'] = 'Mail-Funktion konnte nicht initialisiert werden.';
$PHPMAILER_LANG['invalid_address'] = 'Die Adresse ist ungültig: ';
$PHPMAILER_LANG['invalid_hostentry'] = 'Ungültiger Hosteintrag: ';
$PHPMAILER_LANG['invalid_host'] = 'Ungültiger Host: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer wird nicht unterstützt.';
$PHPMAILER_LANG['provide_address'] = 'Bitte geben Sie mindestens eine Empfängeradresse an.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP-Fehler: Die folgenden Empfänger sind nicht korrekt: ';
$PHPMAILER_LANG['signing'] = 'Fehler beim Signieren: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Verbindung zum SMTP-Server fehlgeschlagen.';
$PHPMAILER_LANG['smtp_error'] = 'Fehler vom SMTP-Server: ';
$PHPMAILER_LANG['variable_set'] = 'Kann Variable nicht setzen oder zurücksetzen: ';
$PHPMAILER_LANG['extension_missing'] = 'Fehlende Erweiterung: ';
<?php
/**
* Greek PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'Σφάλμα SMTP: Αδυναμία πιστοποίησης.';
$PHPMAILER_LANG['buggy_php'] = 'Η έκδοση PHP που χρησιμοποιείτε παρουσιάζει σφάλμα που μπορεί να έχει ως αποτέλεσμα κατεστραμένα μηνύματα. Για να το διορθώσετε, αλλάξτε τον τρόπο αποστολής σε SMTP, απενεργοποιήστε την επιλογή mail.add_x_header στο αρχείο php.ini, αλλάξτε λειτουργικό σε MacOS ή Linux ή αναβαθμίστε την PHP σε έκδοση 7.0.17+ ή 7.1.3+.';
$PHPMAILER_LANG['connect_host'] = 'Σφάλμα SMTP: Αδυναμία σύνδεσης με τον φιλοξενητή SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Σφάλμα SMTP: Μη αποδεκτά δεδομένα.';
$PHPMAILER_LANG['empty_message'] = 'Η ηλεκτρονική επιστολή δεν έχει περιεχόμενο.';
$PHPMAILER_LANG['encoding'] = 'Άγνωστη μορφή κωδικοποίησης: ';
$PHPMAILER_LANG['execute'] = 'Αδυναμία εκτέλεσης: ';
$PHPMAILER_LANG['extension_missing'] = 'Απουσία επέκτασης: ';
$PHPMAILER_LANG['file_access'] = 'Αδυναμία πρόσβασης στο αρχείο: ';
$PHPMAILER_LANG['file_open'] = 'Σφάλμα Αρχείου: Αδυναμία ανοίγματος αρχείου: ';
$PHPMAILER_LANG['from_failed'] = 'Η ακόλουθη διεύθυνση αποστολέα δεν είναι σωστή: ';
$PHPMAILER_LANG['instantiate'] = 'Αδυναμία εκκίνησης συνάρτησης Mail.';
$PHPMAILER_LANG['invalid_address'] = 'Μη έγκυρη διεύθυνση: ';
$PHPMAILER_LANG['invalid_header'] = 'Μη έγκυρο όνομα κεφαλίδας ή τιμή';
$PHPMAILER_LANG['invalid_hostentry'] = 'Μη έγκυρη εισαγωγή φιλοξενητή: ';
$PHPMAILER_LANG['invalid_host'] = 'Μη έγκυρος φιλοξενητής: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer δεν υποστηρίζεται.';
$PHPMAILER_LANG['provide_address'] = 'Δώστε τουλάχιστον μια ηλεκτρονική διεύθυνση παραλήπτη.';
$PHPMAILER_LANG['recipients_failed'] = 'Σφάλμα SMTP: Οι παρακάτω διευθύνσεις παραλήπτη δεν είναι έγκυρες: ';
$PHPMAILER_LANG['signing'] = 'Σφάλμα υπογραφής: ';
$PHPMAILER_LANG['smtp_code'] = 'Κώδικάς SMTP: ';
$PHPMAILER_LANG['smtp_code_ex'] = 'Πρόσθετες πληροφορίες SMTP: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Αποτυχία σύνδεσης SMTP.';
$PHPMAILER_LANG['smtp_detail'] = 'Λεπτομέρεια: ';
$PHPMAILER_LANG['smtp_error'] = 'Σφάλμα με τον διακομιστή SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Αδυναμία ορισμού ή επαναφοράς μεταβλητής: ';
<?php
/**
* Esperanto PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'Eraro de servilo SMTP : aŭtentigo malsukcesis.';
$PHPMAILER_LANG['connect_host'] = 'Eraro de servilo SMTP : konektado al servilo malsukcesis.';
$PHPMAILER_LANG['data_not_accepted'] = 'Eraro de servilo SMTP : neĝustaj datumoj.';
$PHPMAILER_LANG['empty_message'] = 'Teksto de mesaĝo mankas.';
$PHPMAILER_LANG['encoding'] = 'Nekonata kodoprezento: ';
$PHPMAILER_LANG['execute'] = 'Lanĉi rulumadon ne eblis: ';
$PHPMAILER_LANG['file_access'] = 'Aliro al dosiero ne sukcesis: ';
$PHPMAILER_LANG['file_open'] = 'Eraro de dosiero: malfermo neeblas: ';
$PHPMAILER_LANG['from_failed'] = 'Jena adreso de sendinto malsukcesis: ';
$PHPMAILER_LANG['instantiate'] = 'Genero de retmesaĝa funkcio neeblis.';
$PHPMAILER_LANG['invalid_address'] = 'Retadreso ne validas: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mesaĝilo ne subtenata.';
$PHPMAILER_LANG['provide_address'] = 'Vi devas tajpi almenaŭ unu recevontan retadreson.';
$PHPMAILER_LANG['recipients_failed'] = 'Eraro de servilo SMTP : la jenaj poŝtrecivuloj kaŭzis eraron: ';
$PHPMAILER_LANG['signing'] = 'Eraro de subskribo: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP konektado malsukcesis.';
$PHPMAILER_LANG['smtp_error'] = 'Eraro de servilo SMTP : ';
$PHPMAILER_LANG['variable_set'] = 'Variablo ne pravalorizeblas aŭ ne repravalorizeblas: ';
$PHPMAILER_LANG['extension_missing'] = 'Mankas etendo: ';
<?php
/**
* Spanish PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Matt Sturdy <matt.sturdy@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'Error SMTP: Imposible autentificar.';
$PHPMAILER_LANG['connect_host'] = 'Error SMTP: Imposible conectar al servidor SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Error SMTP: Datos no aceptados.';
$PHPMAILER_LANG['empty_message'] = 'El cuerpo del mensaje está vacío.';
$PHPMAILER_LANG['encoding'] = 'Codificación desconocida: ';
$PHPMAILER_LANG['execute'] = 'Imposible ejecutar: ';
$PHPMAILER_LANG['file_access'] = 'Imposible acceder al archivo: ';
$PHPMAILER_LANG['file_open'] = 'Error de Archivo: Imposible abrir el archivo: ';
$PHPMAILER_LANG['from_failed'] = 'La(s) siguiente(s) direcciones de remitente fallaron: ';
$PHPMAILER_LANG['instantiate'] = 'Imposible crear una instancia de la función Mail.';
$PHPMAILER_LANG['invalid_address'] = 'Imposible enviar: dirección de email inválido: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer no está soportado.';
$PHPMAILER_LANG['provide_address'] = 'Debe proporcionar al menos una dirección de email de destino.';
$PHPMAILER_LANG['recipients_failed'] = 'Error SMTP: Los siguientes destinos fallaron: ';
$PHPMAILER_LANG['signing'] = 'Error al firmar: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falló.';
$PHPMAILER_LANG['smtp_error'] = 'Error del servidor SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'No se pudo configurar la variable: ';
$PHPMAILER_LANG['extension_missing'] = 'Extensión faltante: ';
<?php
/**
* Estonian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Indrek Päri
* @author Elan Ruusamäe <glen@delfi.ee>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Viga: Autoriseerimise viga.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Viga: Ei õnnestunud luua ühendust SMTP serveriga.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Viga: Vigased andmed.';
$PHPMAILER_LANG['empty_message'] = 'Tühi kirja sisu';
$PHPMAILER_LANG["encoding"] = 'Tundmatu kodeering: ';
$PHPMAILER_LANG['execute'] = 'Tegevus ebaõnnestus: ';
$PHPMAILER_LANG['file_access'] = 'Pole piisavalt õiguseid järgneva faili avamiseks: ';
$PHPMAILER_LANG['file_open'] = 'Faili Viga: Faili avamine ebaõnnestus: ';
$PHPMAILER_LANG['from_failed'] = 'Järgnev saatja e-posti aadress on vigane: ';
$PHPMAILER_LANG['instantiate'] = 'mail funktiooni käivitamine ebaõnnestus.';
$PHPMAILER_LANG['invalid_address'] = 'Saatmine peatatud, e-posti address vigane: ';
$PHPMAILER_LANG['provide_address'] = 'Te peate määrama vähemalt ühe saaja e-posti aadressi.';
$PHPMAILER_LANG['mailer_not_supported'] = ' maileri tugi puudub.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Viga: Järgnevate saajate e-posti aadressid on vigased: ';
$PHPMAILER_LANG["signing"] = 'Viga allkirjastamisel: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() ebaõnnestus.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP serveri viga: ';
$PHPMAILER_LANG['variable_set'] = 'Ei õnnestunud määrata või lähtestada muutujat: ';
$PHPMAILER_LANG['extension_missing'] = 'Nõutud laiendus on puudu: ';
<?php
/**
* Persian/Farsi PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Ali Jazayeri <jaza.ali@gmail.com>
* @author Mohammad Hossein Mojtahedi <mhm5000@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'خطای SMTP: احراز هویت با شکست مواجه شد.';
$PHPMAILER_LANG['connect_host'] = 'خطای SMTP: اتصال به سرور SMTP برقرار نشد.';
$PHPMAILER_LANG['data_not_accepted'] = 'خطای SMTP: داده‌ها نا‌درست هستند.';
$PHPMAILER_LANG['empty_message'] = 'بخش متن پیام خالی است.';
$PHPMAILER_LANG['encoding'] = 'کد‌گذاری نا‌شناخته: ';
$PHPMAILER_LANG['execute'] = 'امکان اجرا وجود ندارد: ';
$PHPMAILER_LANG['file_access'] = 'امکان دسترسی به فایل وجود ندارد: ';
$PHPMAILER_LANG['file_open'] = 'خطای File: امکان بازکردن فایل وجود ندارد: ';
$PHPMAILER_LANG['from_failed'] = 'آدرس فرستنده اشتباه است: ';
$PHPMAILER_LANG['instantiate'] = 'امکان معرفی تابع ایمیل وجود ندارد.';
$PHPMAILER_LANG['invalid_address'] = 'آدرس ایمیل معتبر نیست: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer پشتیبانی نمی‌شود.';
$PHPMAILER_LANG['provide_address'] = 'باید حداقل یک آدرس گیرنده وارد کنید.';
$PHPMAILER_LANG['recipients_failed'] = 'خطای SMTP: ارسال به آدرس گیرنده با خطا مواجه شد: ';
$PHPMAILER_LANG['signing'] = 'خطا در امضا: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'خطا در اتصال به SMTP.';
$PHPMAILER_LANG['smtp_error'] = 'خطا در SMTP Server: ';
$PHPMAILER_LANG['variable_set'] = 'امکان ارسال یا ارسال مجدد متغیر‌ها وجود ندارد: ';
$PHPMAILER_LANG['extension_missing'] = 'افزونه موجود نیست: ';
<?php
/**
* Finnish PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Jyry Kuukanen
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP-virhe: käyttäjätunnistus epäonnistui.';
$PHPMAILER_LANG['connect_host'] = 'SMTP-virhe: yhteys palvelimeen ei onnistu.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP-virhe: data on virheellinen.';
//$PHPMAILER_LANG['empty_message'] = 'Message body empty';
$PHPMAILER_LANG['encoding'] = 'Tuntematon koodaustyyppi: ';
$PHPMAILER_LANG['execute'] = 'Suoritus epäonnistui: ';
$PHPMAILER_LANG['file_access'] = 'Seuraavaan tiedostoon ei ole oikeuksia: ';
$PHPMAILER_LANG['file_open'] = 'Tiedostovirhe: Ei voida avata tiedostoa: ';
$PHPMAILER_LANG['from_failed'] = 'Seuraava lähettäjän osoite on virheellinen: ';
$PHPMAILER_LANG['instantiate'] = 'mail-funktion luonti epäonnistui.';
//$PHPMAILER_LANG['invalid_address'] = 'Invalid address: ';
$PHPMAILER_LANG['mailer_not_supported'] = 'postivälitintyyppiä ei tueta.';
$PHPMAILER_LANG['provide_address'] = 'Aseta vähintään yksi vastaanottajan sähk&ouml;postiosoite.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP-virhe: seuraava vastaanottaja osoite on virheellinen.';
$PHPMAILER_LANG['encoding'] = 'Tuntematon koodaustyyppi: ';
//$PHPMAILER_LANG['signing'] = 'Signing Error: ';
//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Faroese PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Dávur Sørensen <http://www.profo-webdesign.dk>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP feilur: Kundi ikki góðkenna.';
$PHPMAILER_LANG['connect_host'] = 'SMTP feilur: Kundi ikki knýta samband við SMTP vert.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP feilur: Data ikki góðkent.';
//$PHPMAILER_LANG['empty_message'] = 'Message body empty';
$PHPMAILER_LANG['encoding'] = 'Ókend encoding: ';
$PHPMAILER_LANG['execute'] = 'Kundi ikki útføra: ';
$PHPMAILER_LANG['file_access'] = 'Kundi ikki tilganga fílu: ';
$PHPMAILER_LANG['file_open'] = 'Fílu feilur: Kundi ikki opna fílu: ';
$PHPMAILER_LANG['from_failed'] = 'fylgjandi Frá/From adressa miseydnaðist: ';
$PHPMAILER_LANG['instantiate'] = 'Kuni ikki instantiera mail funktión.';
//$PHPMAILER_LANG['invalid_address'] = 'Invalid address: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' er ikki supporterað.';
$PHPMAILER_LANG['provide_address'] = 'Tú skal uppgeva minst móttakara-emailadressu(r).';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Feilur: Fylgjandi móttakarar miseydnaðust: ';
//$PHPMAILER_LANG['signing'] = 'Signing Error: ';
//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* French PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* Some French punctuation requires a thin non-breaking space (U+202F) character before it,
* for example before a colon or exclamation mark.
* There is one of these characters between these quotes: " "
* @see http://unicode.org/udhr/n/notes_fra.html
*/
$PHPMAILER_LANG['authenticate'] = 'Erreur SMTP : échec de l’authentification.';
$PHPMAILER_LANG['buggy_php'] = 'Votre version de PHP est affectée par un bug qui peut entraîner des messages corrompus. Pour résoudre ce problème, passez à l’envoi par SMTP, désactivez l’option mail.add_x_header dans le fichier php.ini, passez à MacOS ou Linux, ou passez PHP à la version 7.0.17+ ou 7.1.3+.';
$PHPMAILER_LANG['connect_host'] = 'Erreur SMTP : impossible de se connecter au serveur SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Erreur SMTP : données incorrectes.';
$PHPMAILER_LANG['empty_message'] = 'Corps du message vide.';
$PHPMAILER_LANG['encoding'] = 'Encodage inconnu : ';
$PHPMAILER_LANG['execute'] = 'Impossible de lancer l’exécution : ';
$PHPMAILER_LANG['extension_missing'] = 'Extension manquante : ';
$PHPMAILER_LANG['file_access'] = 'Impossible d’accéder au fichier : ';
$PHPMAILER_LANG['file_open'] = 'Ouverture du fichier impossible : ';
$PHPMAILER_LANG['from_failed'] = 'L’adresse d’expéditeur suivante a échoué : ';
$PHPMAILER_LANG['instantiate'] = 'Impossible d’instancier la fonction mail.';
$PHPMAILER_LANG['invalid_address'] = 'Adresse courriel non valide : ';
$PHPMAILER_LANG['invalid_header'] = 'Nom ou valeur de l’en-tête non valide';
$PHPMAILER_LANG['invalid_hostentry'] = 'Entrée d’hôte non valide : ';
$PHPMAILER_LANG['invalid_host'] = 'Hôte non valide : ';
$PHPMAILER_LANG['mailer_not_supported'] = ' client de messagerie non supporté.';
$PHPMAILER_LANG['provide_address'] = 'Vous devez fournir au moins une adresse de destinataire.';
$PHPMAILER_LANG['recipients_failed'] = 'Erreur SMTP : les destinataires suivants ont échoué : ';
$PHPMAILER_LANG['signing'] = 'Erreur de signature : ';
$PHPMAILER_LANG['smtp_code'] = 'Code SMTP : ';
$PHPMAILER_LANG['smtp_code_ex'] = 'Informations supplémentaires SMTP : ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'La fonction SMTP connect() a échouée.';
$PHPMAILER_LANG['smtp_detail'] = 'Détails : ';
$PHPMAILER_LANG['smtp_error'] = 'Erreur du serveur SMTP : ';
$PHPMAILER_LANG['variable_set'] = 'Impossible d’initialiser ou de réinitialiser une variable : ';
$PHPMAILER_LANG['extension_missing'] = 'Extension manquante : ';
<?php
/**
* Galician PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author by Donato Rouco <donatorouco@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'Erro SMTP: Non puido ser autentificado.';
$PHPMAILER_LANG['connect_host'] = 'Erro SMTP: Non puido conectar co servidor SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Erro SMTP: Datos non aceptados.';
$PHPMAILER_LANG['empty_message'] = 'Corpo da mensaxe vacía';
$PHPMAILER_LANG['encoding'] = 'Codificación descoñecida: ';
$PHPMAILER_LANG['execute'] = 'Non puido ser executado: ';
$PHPMAILER_LANG['file_access'] = 'Nob puido acceder ó arquivo: ';
$PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: No puido abrir o arquivo: ';
$PHPMAILER_LANG['from_failed'] = 'A(s) seguinte(s) dirección(s) de remitente(s) deron erro: ';
$PHPMAILER_LANG['instantiate'] = 'Non puido crear unha instancia da función Mail.';
$PHPMAILER_LANG['invalid_address'] = 'Non puido envia-lo correo: dirección de email inválida: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer non está soportado.';
$PHPMAILER_LANG['provide_address'] = 'Debe engadir polo menos unha dirección de email coma destino.';
$PHPMAILER_LANG['recipients_failed'] = 'Erro SMTP: Os seguintes destinos fallaron: ';
$PHPMAILER_LANG['signing'] = 'Erro ó firmar: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallou.';
$PHPMAILER_LANG['smtp_error'] = 'Erro do servidor SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Non puidemos axustar ou reaxustar a variábel: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Hebrew PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Ronny Sherer <ronny@hoojima.com>
*/
$PHPMAILER_LANG['authenticate'] = 'שגיאת SMTP: פעולת האימות נכשלה.';
$PHPMAILER_LANG['connect_host'] = 'שגיאת SMTP: לא הצלחתי להתחבר לשרת SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'שגיאת SMTP: מידע לא התקבל.';
$PHPMAILER_LANG['empty_message'] = 'גוף ההודעה ריק';
$PHPMAILER_LANG['invalid_address'] = 'כתובת שגויה: ';
$PHPMAILER_LANG['encoding'] = 'קידוד לא מוכר: ';
$PHPMAILER_LANG['execute'] = 'לא הצלחתי להפעיל את: ';
$PHPMAILER_LANG['file_access'] = 'לא ניתן לגשת לקובץ: ';
$PHPMAILER_LANG['file_open'] = 'שגיאת קובץ: לא ניתן לגשת לקובץ: ';
$PHPMAILER_LANG['from_failed'] = 'כתובות הנמענים הבאות נכשלו: ';
$PHPMAILER_LANG['instantiate'] = 'לא הצלחתי להפעיל את פונקציית המייל.';
$PHPMAILER_LANG['mailer_not_supported'] = ' אינה נתמכת.';
$PHPMAILER_LANG['provide_address'] = 'חובה לספק לפחות כתובת אחת של מקבל המייל.';
$PHPMAILER_LANG['recipients_failed'] = 'שגיאת SMTP: הנמענים הבאים נכשלו: ';
$PHPMAILER_LANG['signing'] = 'שגיאת חתימה: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
$PHPMAILER_LANG['smtp_error'] = 'שגיאת שרת SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'לא ניתן לקבוע או לשנות את המשתנה: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Hindi PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Yash Karanke <mr.karanke@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP त्रुटि: प्रामाणिकता की जांच नहीं हो सका। ';
$PHPMAILER_LANG['connect_host'] = 'SMTP त्रुटि: SMTP सर्वर से कनेक्ट नहीं हो सका। ';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP त्रुटि: डेटा स्वीकार नहीं किया जाता है। ';
$PHPMAILER_LANG['empty_message'] = 'संदेश खाली है। ';
$PHPMAILER_LANG['encoding'] = 'अज्ञात एन्कोडिंग प्रकार। ';
$PHPMAILER_LANG['execute'] = 'आदेश को निष्पादित करने में विफल। ';
$PHPMAILER_LANG['file_access'] = 'फ़ाइल उपलब्ध नहीं है। ';
$PHPMAILER_LANG['file_open'] = 'फ़ाइल त्रुटि: फाइल को खोला नहीं जा सका। ';
$PHPMAILER_LANG['from_failed'] = 'प्रेषक का पता गलत है। ';
$PHPMAILER_LANG['instantiate'] = 'मेल फ़ंक्शन कॉल नहीं कर सकता है।';
$PHPMAILER_LANG['invalid_address'] = 'पता गलत है। ';
$PHPMAILER_LANG['mailer_not_supported'] = 'मेल सर्वर के साथ काम नहीं करता है। ';
$PHPMAILER_LANG['provide_address'] = 'आपको कम से कम एक प्राप्तकर्ता का ई-मेल पता प्रदान करना होगा।';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP त्रुटि: निम्न प्राप्तकर्ताओं को पते भेजने में विफल। ';
$PHPMAILER_LANG['signing'] = 'साइनअप त्रुटि:। ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP का connect () फ़ंक्शन विफल हुआ। ';
$PHPMAILER_LANG['smtp_error'] = 'SMTP सर्वर त्रुटि। ';
$PHPMAILER_LANG['variable_set'] = 'चर को बना या संशोधित नहीं किया जा सकता। ';
$PHPMAILER_LANG['extension_missing'] = 'एक्सटेन्षन गायब है: ';
<?php
/**
* Croatian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Hrvoj3e <hrvoj3e@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Greška: Neuspjela autentikacija.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Greška: Ne mogu se spojiti na SMTP poslužitelj.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Greška: Podatci nisu prihvaćeni.';
$PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.';
$PHPMAILER_LANG['encoding'] = 'Nepoznati encoding: ';
$PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: ';
$PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: ';
$PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: ';
$PHPMAILER_LANG['from_failed'] = 'SMTP Greška: Slanje s navedenih e-mail adresa nije uspjelo: ';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Greška: Slanje na navedenih e-mail adresa nije uspjelo: ';
$PHPMAILER_LANG['instantiate'] = 'Ne mogu pokrenuti mail funkcionalnost.';
$PHPMAILER_LANG['invalid_address'] = 'E-mail nije poslan. Neispravna e-mail adresa: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nije podržan.';
$PHPMAILER_LANG['provide_address'] = 'Definirajte barem jednu adresu primatelja.';
$PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Spajanje na SMTP poslužitelj nije uspjelo.';
$PHPMAILER_LANG['smtp_error'] = 'Greška SMTP poslužitelja: ';
$PHPMAILER_LANG['variable_set'] = 'Ne mogu postaviti varijablu niti ju vratiti nazad: ';
$PHPMAILER_LANG['extension_missing'] = 'Nedostaje proširenje: ';
<?php
/**
* Hungarian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author @dominicus-75
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP hiba: az azonosítás sikertelen.';
$PHPMAILER_LANG['connect_host'] = 'SMTP hiba: nem lehet kapcsolódni az SMTP-szerverhez.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP hiba: adatok visszautasítva.';
$PHPMAILER_LANG['empty_message'] = 'Üres az üzenettörzs.';
$PHPMAILER_LANG['encoding'] = 'Ismeretlen kódolás: ';
$PHPMAILER_LANG['execute'] = 'Nem lehet végrehajtani: ';
$PHPMAILER_LANG['file_access'] = 'A következő fájl nem elérhető: ';
$PHPMAILER_LANG['file_open'] = 'Fájl hiba: a következő fájlt nem lehet megnyitni: ';
$PHPMAILER_LANG['from_failed'] = 'A feladóként megadott következő cím hibás: ';
$PHPMAILER_LANG['instantiate'] = 'A PHP mail() függvényt nem sikerült végrehajtani.';
$PHPMAILER_LANG['invalid_address'] = 'Érvénytelen cím: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' a mailer-osztály nem támogatott.';
$PHPMAILER_LANG['provide_address'] = 'Legalább egy címzettet fel kell tüntetni.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP hiba: a címzettként megadott következő címek hibásak: ';
$PHPMAILER_LANG['signing'] = 'Hibás aláírás: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Hiba az SMTP-kapcsolatban.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP-szerver hiba: ';
$PHPMAILER_LANG['variable_set'] = 'A következő változók beállítása nem sikerült: ';
$PHPMAILER_LANG['extension_missing'] = 'Bővítmény hiányzik: ';
<?php
/**
* Armenian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Hrayr Grigoryan <hrayr@bits.am>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP -ի սխալ: չհաջողվեց ստուգել իսկությունը.';
$PHPMAILER_LANG['connect_host'] = 'SMTP -ի սխալ: չհաջողվեց կապ հաստատել SMTP սերվերի հետ.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP -ի սխալ: տվյալները ընդունված չեն.';
$PHPMAILER_LANG['empty_message'] = 'Հաղորդագրությունը դատարկ է';
$PHPMAILER_LANG['encoding'] = 'Կոդավորման անհայտ տեսակ: ';
$PHPMAILER_LANG['execute'] = 'Չհաջողվեց իրականացնել հրամանը: ';
$PHPMAILER_LANG['file_access'] = 'Ֆայլը հասանելի չէ: ';
$PHPMAILER_LANG['file_open'] = 'Ֆայլի սխալ: ֆայլը չհաջողվեց բացել: ';
$PHPMAILER_LANG['from_failed'] = 'Ուղարկողի հետևյալ հասցեն սխալ է: ';
$PHPMAILER_LANG['instantiate'] = 'Հնարավոր չէ կանչել mail ֆունկցիան.';
$PHPMAILER_LANG['invalid_address'] = 'Հասցեն սխալ է: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' փոստային սերվերի հետ չի աշխատում.';
$PHPMAILER_LANG['provide_address'] = 'Անհրաժեշտ է տրամադրել գոնե մեկ ստացողի e-mail հասցե.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP -ի սխալ: չի հաջողվել ուղարկել հետևյալ ստացողների հասցեներին: ';
$PHPMAILER_LANG['signing'] = 'Ստորագրման սխալ: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP -ի connect() ֆունկցիան չի հաջողվել';
$PHPMAILER_LANG['smtp_error'] = 'SMTP սերվերի սխալ: ';
$PHPMAILER_LANG['variable_set'] = 'Չի հաջողվում ստեղծել կամ վերափոխել փոփոխականը: ';
$PHPMAILER_LANG['extension_missing'] = 'Հավելվածը բացակայում է: ';
<?php
/**
* Indonesian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Cecep Prawiro <cecep.prawiro@gmail.com>
* @author @januridp
* @author Ian Mustafa <mail@ianmustafa.com>
*/
$PHPMAILER_LANG['authenticate'] = 'Kesalahan SMTP: Tidak dapat mengotentikasi.';
$PHPMAILER_LANG['connect_host'] = 'Kesalahan SMTP: Tidak dapat terhubung ke host SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Kesalahan SMTP: Data tidak diterima.';
$PHPMAILER_LANG['empty_message'] = 'Isi pesan kosong';
$PHPMAILER_LANG['encoding'] = 'Pengkodean karakter tidak dikenali: ';
$PHPMAILER_LANG['execute'] = 'Tidak dapat menjalankan proses: ';
$PHPMAILER_LANG['file_access'] = 'Tidak dapat mengakses berkas: ';
$PHPMAILER_LANG['file_open'] = 'Kesalahan Berkas: Berkas tidak dapat dibuka: ';
$PHPMAILER_LANG['from_failed'] = 'Alamat pengirim berikut mengakibatkan kesalahan: ';
$PHPMAILER_LANG['instantiate'] = 'Tidak dapat menginisialisasi fungsi surel.';
$PHPMAILER_LANG['invalid_address'] = 'Gagal terkirim, alamat surel tidak sesuai: ';
$PHPMAILER_LANG['invalid_hostentry'] = 'Gagal terkirim, entri host tidak sesuai: ';
$PHPMAILER_LANG['invalid_host'] = 'Gagal terkirim, host tidak sesuai: ';
$PHPMAILER_LANG['provide_address'] = 'Harus tersedia minimal satu alamat tujuan';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer tidak didukung';
$PHPMAILER_LANG['recipients_failed'] = 'Kesalahan SMTP: Alamat tujuan berikut menyebabkan kesalahan: ';
$PHPMAILER_LANG['signing'] = 'Kesalahan dalam penandatangan SSL: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() gagal.';
$PHPMAILER_LANG['smtp_error'] = 'Kesalahan pada pelayan SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Tidak dapat mengatur atau mengatur ulang variabel: ';
$PHPMAILER_LANG['extension_missing'] = 'Ekstensi PHP tidak tersedia: ';
<?php
/**
* Italian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Ilias Bartolini <brain79@inwind.it>
* @author Stefano Sabatini <sabas88@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Impossibile autenticarsi.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Impossibile connettersi all\'host SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Dati non accettati dal server.';
$PHPMAILER_LANG['empty_message'] = 'Il corpo del messaggio è vuoto';
$PHPMAILER_LANG['encoding'] = 'Codifica dei caratteri sconosciuta: ';
$PHPMAILER_LANG['execute'] = 'Impossibile eseguire l\'operazione: ';
$PHPMAILER_LANG['file_access'] = 'Impossibile accedere al file: ';
$PHPMAILER_LANG['file_open'] = 'File Error: Impossibile aprire il file: ';
$PHPMAILER_LANG['from_failed'] = 'I seguenti indirizzi mittenti hanno generato errore: ';
$PHPMAILER_LANG['instantiate'] = 'Impossibile istanziare la funzione mail';
$PHPMAILER_LANG['invalid_address'] = 'Impossibile inviare, l\'indirizzo email non è valido: ';
$PHPMAILER_LANG['provide_address'] = 'Deve essere fornito almeno un indirizzo ricevente';
$PHPMAILER_LANG['mailer_not_supported'] = 'Mailer non supportato';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: I seguenti indirizzi destinatari hanno generato un errore: ';
$PHPMAILER_LANG['signing'] = 'Errore nella firma: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallita.';
$PHPMAILER_LANG['smtp_error'] = 'Errore del server SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Impossibile impostare o resettare la variabile: ';
$PHPMAILER_LANG['extension_missing'] = 'Estensione mancante: ';
<?php
/**
* Japanese PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Mitsuhiro Yoshida <http://mitstek.com/>
* @author Yoshi Sakai <http://bluemooninc.jp/>
* @author Arisophy <https://github.com/arisophy/>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTPエラー: 認証できませんでした。';
$PHPMAILER_LANG['connect_host'] = 'SMTPエラー: SMTPホストに接続できませんでした。';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTPエラー: データが受け付けられませんでした。';
$PHPMAILER_LANG['empty_message'] = 'メール本文が空です。';
$PHPMAILER_LANG['encoding'] = '不明なエンコーディング: ';
$PHPMAILER_LANG['execute'] = '実行できませんでした: ';
$PHPMAILER_LANG['file_access'] = 'ファイルにアクセスできません: ';
$PHPMAILER_LANG['file_open'] = 'ファイルエラー: ファイルを開けません: ';
$PHPMAILER_LANG['from_failed'] = 'Fromアドレスを登録する際にエラーが発生しました: ';
$PHPMAILER_LANG['instantiate'] = 'メール関数が正常に動作しませんでした。';
$PHPMAILER_LANG['invalid_address'] = '不正なメールアドレス: ';
$PHPMAILER_LANG['provide_address'] = '少なくとも1つメールアドレスを 指定する必要があります。';
$PHPMAILER_LANG['mailer_not_supported'] = ' メーラーがサポートされていません。';
$PHPMAILER_LANG['recipients_failed'] = 'SMTPエラー: 次の受信者アドレスに 間違いがあります: ';
$PHPMAILER_LANG['signing'] = '署名エラー: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP接続に失敗しました。';
$PHPMAILER_LANG['smtp_error'] = 'SMTPサーバーエラー: ';
$PHPMAILER_LANG['variable_set'] = '変数が存在しません: ';
$PHPMAILER_LANG['extension_missing'] = '拡張機能が見つかりません: ';
<?php
/**
* Georgian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Avtandil Kikabidze aka LONGMAN <akalongman@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP შეცდომა: ავტორიზაცია შეუძლებელია.';
$PHPMAILER_LANG['connect_host'] = 'SMTP შეცდომა: SMTP სერვერთან დაკავშირება შეუძლებელია.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP შეცდომა: მონაცემები არ იქნა მიღებული.';
$PHPMAILER_LANG['encoding'] = 'კოდირების უცნობი ტიპი: ';
$PHPMAILER_LANG['execute'] = 'შეუძლებელია შემდეგი ბრძანების შესრულება: ';
$PHPMAILER_LANG['file_access'] = 'შეუძლებელია წვდომა ფაილთან: ';
$PHPMAILER_LANG['file_open'] = 'ფაილური სისტემის შეცდომა: არ იხსნება ფაილი: ';
$PHPMAILER_LANG['from_failed'] = 'გამგზავნის არასწორი მისამართი: ';
$PHPMAILER_LANG['instantiate'] = 'mail ფუნქციის გაშვება ვერ ხერხდება.';
$PHPMAILER_LANG['provide_address'] = 'გთხოვთ მიუთითოთ ერთი ადრესატის e-mail მისამართი მაინც.';
$PHPMAILER_LANG['mailer_not_supported'] = ' - საფოსტო სერვერის მხარდაჭერა არ არის.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP შეცდომა: შემდეგ მისამართებზე გაგზავნა ვერ მოხერხდა: ';
$PHPMAILER_LANG['empty_message'] = 'შეტყობინება ცარიელია';
$PHPMAILER_LANG['invalid_address'] = 'არ გაიგზავნა, e-mail მისამართის არასწორი ფორმატი: ';
$PHPMAILER_LANG['signing'] = 'ხელმოწერის შეცდომა: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'შეცდომა SMTP სერვერთან დაკავშირებისას';
$PHPMAILER_LANG['smtp_error'] = 'SMTP სერვერის შეცდომა: ';
$PHPMAILER_LANG['variable_set'] = 'შეუძლებელია შემდეგი ცვლადის შექმნა ან შეცვლა: ';
$PHPMAILER_LANG['extension_missing'] = 'ბიბლიოთეკა არ არსებობს: ';
<?php
/**
* Korean PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author ChalkPE <amato0617@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP 오류: 인증할 수 없습니다.';
$PHPMAILER_LANG['connect_host'] = 'SMTP 오류: SMTP 호스트에 접속할 수 없습니다.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 오류: 데이터가 받아들여지지 않았습니다.';
$PHPMAILER_LANG['empty_message'] = '메세지 내용이 없습니다';
$PHPMAILER_LANG['encoding'] = '알 수 없는 인코딩: ';
$PHPMAILER_LANG['execute'] = '실행 불가: ';
$PHPMAILER_LANG['file_access'] = '파일 접근 불가: ';
$PHPMAILER_LANG['file_open'] = '파일 오류: 파일을 열 수 없습니다: ';
$PHPMAILER_LANG['from_failed'] = '다음 From 주소에서 오류가 발생했습니다: ';
$PHPMAILER_LANG['instantiate'] = 'mail 함수를 인스턴스화할 수 없습니다';
$PHPMAILER_LANG['invalid_address'] = '잘못된 주소: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' 메일러는 지원되지 않습니다.';
$PHPMAILER_LANG['provide_address'] = '적어도 한 개 이상의 수신자 메일 주소를 제공해야 합니다.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP 오류: 다음 수신자에서 오류가 발생했습니다: ';
$PHPMAILER_LANG['signing'] = '서명 오류: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP 연결을 실패하였습니다.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP 서버 오류: ';
$PHPMAILER_LANG['variable_set'] = '변수 설정 및 초기화 불가: ';
$PHPMAILER_LANG['extension_missing'] = '확장자 없음: ';
<?php
/**
* Lithuanian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Dainius Kaupaitis <dk@sum.lt>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP klaida: autentifikacija nepavyko.';
$PHPMAILER_LANG['connect_host'] = 'SMTP klaida: nepavyksta prisijungti prie SMTP stoties.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP klaida: duomenys nepriimti.';
$PHPMAILER_LANG['empty_message'] = 'Laiško turinys tuščias';
$PHPMAILER_LANG['encoding'] = 'Neatpažinta koduotė: ';
$PHPMAILER_LANG['execute'] = 'Nepavyko įvykdyti komandos: ';
$PHPMAILER_LANG['file_access'] = 'Byla nepasiekiama: ';
$PHPMAILER_LANG['file_open'] = 'Bylos klaida: Nepavyksta atidaryti: ';
$PHPMAILER_LANG['from_failed'] = 'Neteisingas siuntėjo adresas: ';
$PHPMAILER_LANG['instantiate'] = 'Nepavyko paleisti mail funkcijos.';
$PHPMAILER_LANG['invalid_address'] = 'Neteisingas adresas: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' pašto stotis nepalaikoma.';
$PHPMAILER_LANG['provide_address'] = 'Nurodykite bent vieną gavėjo adresą.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP klaida: nepavyko išsiųsti šiems gavėjams: ';
$PHPMAILER_LANG['signing'] = 'Prisijungimo klaida: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP susijungimo klaida';
$PHPMAILER_LANG['smtp_error'] = 'SMTP stoties klaida: ';
$PHPMAILER_LANG['variable_set'] = 'Nepavyko priskirti reikšmės kintamajam: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Latvian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Eduards M. <e@npd.lv>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP kļūda: Autorizācija neizdevās.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Kļūda: Nevar izveidot savienojumu ar SMTP serveri.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Kļūda: Nepieņem informāciju.';
$PHPMAILER_LANG['empty_message'] = 'Ziņojuma teksts ir tukšs';
$PHPMAILER_LANG['encoding'] = 'Neatpazīts kodējums: ';
$PHPMAILER_LANG['execute'] = 'Neizdevās izpildīt komandu: ';
$PHPMAILER_LANG['file_access'] = 'Fails nav pieejams: ';
$PHPMAILER_LANG['file_open'] = 'Faila kļūda: Nevar atvērt failu: ';
$PHPMAILER_LANG['from_failed'] = 'Nepareiza sūtītāja adrese: ';
$PHPMAILER_LANG['instantiate'] = 'Nevar palaist sūtīšanas funkciju.';
$PHPMAILER_LANG['invalid_address'] = 'Nepareiza adrese: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' sūtītājs netiek atbalstīts.';
$PHPMAILER_LANG['provide_address'] = 'Lūdzu, norādiet vismaz vienu adresātu.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP kļūda: neizdevās nosūtīt šādiem saņēmējiem: ';
$PHPMAILER_LANG['signing'] = 'Autorizācijas kļūda: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP savienojuma kļūda';
$PHPMAILER_LANG['smtp_error'] = 'SMTP servera kļūda: ';
$PHPMAILER_LANG['variable_set'] = 'Nevar piešķirt mainīgā vērtību: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Malagasy PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Hackinet <piyushjha8164@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'Hadisoana SMTP: Tsy nahomby ny fanamarinana.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Tsy afaka mampifandray amin\'ny mpampiantrano SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP diso: tsy voarakitra ny angona.';
$PHPMAILER_LANG['empty_message'] = 'Tsy misy ny votoaty mailaka.';
$PHPMAILER_LANG['encoding'] = 'Tsy fantatra encoding: ';
$PHPMAILER_LANG['execute'] = 'Tsy afaka manatanteraka ity baiko manaraka ity: ';
$PHPMAILER_LANG['file_access'] = 'Tsy nahomby ny fidirana amin\'ity rakitra ity: ';
$PHPMAILER_LANG['file_open'] = 'Hadisoana diso: Tsy afaka nanokatra ity file manaraka ity: ';
$PHPMAILER_LANG['from_failed'] = 'Ny adiresy iraka manaraka dia diso: ';
$PHPMAILER_LANG['instantiate'] = 'Tsy afaka nanomboka ny hetsika mail.';
$PHPMAILER_LANG['invalid_address'] = 'Tsy mety ny adiresy: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer tsy manohana.';
$PHPMAILER_LANG['provide_address'] = 'Alefaso azafady iray adiresy iray farafahakeliny.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Tsy mety ireo mpanaraka ireto: ';
$PHPMAILER_LANG['signing'] = 'Error nandritra ny sonia:';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Tsy nahomby ny fifandraisana tamin\'ny server SMTP.';
$PHPMAILER_LANG['smtp_error'] = 'Fahadisoana tamin\'ny server SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Tsy azo atao ny mametraka na mamerina ny variable: ';
$PHPMAILER_LANG['extension_missing'] = 'Tsy hita ny ampahany: ';
<?php
/**
* Mongolian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author @wispas
*/
$PHPMAILER_LANG['authenticate'] = 'Алдаа SMTP: Холбогдож чадсангүй.';
$PHPMAILER_LANG['connect_host'] = 'Алдаа SMTP: SMTP- сервертэй холбогдож болохгүй байна.';
$PHPMAILER_LANG['data_not_accepted'] = 'Алдаа SMTP: зөвшөөрөгдсөнгүй.';
$PHPMAILER_LANG['encoding'] = 'Тодорхойгүй кодчилол: ';
$PHPMAILER_LANG['execute'] = 'Коммандыг гүйцэтгэх боломжгүй байна: ';
$PHPMAILER_LANG['file_access'] = 'Файлд хандах боломжгүй байна: ';
$PHPMAILER_LANG['file_open'] = 'Файлын алдаа: файлыг нээх боломжгүй байна: ';
$PHPMAILER_LANG['from_failed'] = 'Илгээгчийн хаяг буруу байна: ';
$PHPMAILER_LANG['instantiate'] = 'Mail () функцийг ажиллуулах боломжгүй байна.';
$PHPMAILER_LANG['provide_address'] = 'Хүлээн авагчийн имэйл хаягийг оруулна уу.';
$PHPMAILER_LANG['mailer_not_supported'] = ' — мэйл серверийг дэмжсэнгүй.';
$PHPMAILER_LANG['recipients_failed'] = 'Алдаа SMTP: ийм хаягийг илгээж чадсангүй: ';
$PHPMAILER_LANG['empty_message'] = 'Хоосон мессэж';
$PHPMAILER_LANG['invalid_address'] = 'И-Мэйл буруу форматтай тул илгээх боломжгүй: ';
$PHPMAILER_LANG['signing'] = 'Гарын үсгийн алдаа: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP сервертэй холбогдоход алдаа гарлаа';
$PHPMAILER_LANG['smtp_error'] = 'SMTP серверийн алдаа: ';
$PHPMAILER_LANG['variable_set'] = 'Хувьсагчийг тохируулах эсвэл дахин тохируулах боломжгүй байна: ';
$PHPMAILER_LANG['extension_missing'] = 'Өргөтгөл байхгүй: ';
<?php
/**
* Malaysian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Nawawi Jamili <nawawi@rutweb.com>
*/
$PHPMAILER_LANG['authenticate'] = 'Ralat SMTP: Tidak dapat pengesahan.';
$PHPMAILER_LANG['connect_host'] = 'Ralat SMTP: Tidak dapat menghubungi hos pelayan SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Ralat SMTP: Data tidak diterima oleh pelayan.';
$PHPMAILER_LANG['empty_message'] = 'Tiada isi untuk mesej';
$PHPMAILER_LANG['encoding'] = 'Pengekodan tidak diketahui: ';
$PHPMAILER_LANG['execute'] = 'Tidak dapat melaksanakan: ';
$PHPMAILER_LANG['file_access'] = 'Tidak dapat mengakses fail: ';
$PHPMAILER_LANG['file_open'] = 'Ralat Fail: Tidak dapat membuka fail: ';
$PHPMAILER_LANG['from_failed'] = 'Berikut merupakan ralat dari alamat e-mel: ';
$PHPMAILER_LANG['instantiate'] = 'Tidak dapat memberi contoh fungsi e-mel.';
$PHPMAILER_LANG['invalid_address'] = 'Alamat emel tidak sah: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' jenis penghantar emel tidak disokong.';
$PHPMAILER_LANG['provide_address'] = 'Anda perlu menyediakan sekurang-kurangnya satu alamat e-mel penerima.';
$PHPMAILER_LANG['recipients_failed'] = 'Ralat SMTP: Penerima e-mel berikut telah gagal: ';
$PHPMAILER_LANG['signing'] = 'Ralat pada tanda tangan: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() telah gagal.';
$PHPMAILER_LANG['smtp_error'] = 'Ralat pada pelayan SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Tidak boleh menetapkan atau menetapkan semula pembolehubah: ';
$PHPMAILER_LANG['extension_missing'] = 'Sambungan hilang: ';
<?php
/**
* Norwegian Bokmål PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Feil: Kunne ikke autentisere.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Feil: Kunne ikke koble til SMTP tjener.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Feil: Datainnhold ikke akseptert.';
$PHPMAILER_LANG['empty_message'] = 'Meldingsinnhold mangler';
$PHPMAILER_LANG['encoding'] = 'Ukjent koding: ';
$PHPMAILER_LANG['execute'] = 'Kunne ikke utføre: ';
$PHPMAILER_LANG['file_access'] = 'Får ikke tilgang til filen: ';
$PHPMAILER_LANG['file_open'] = 'Fil Feil: Kunne ikke åpne filen: ';
$PHPMAILER_LANG['from_failed'] = 'Følgende Frå adresse feilet: ';
$PHPMAILER_LANG['instantiate'] = 'Kunne ikke initialisere post funksjon.';
$PHPMAILER_LANG['invalid_address'] = 'Ugyldig adresse: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' sender er ikke støttet.';
$PHPMAILER_LANG['provide_address'] = 'Du må opppgi minst en mottakeradresse.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Feil: Følgende mottakeradresse feilet: ';
$PHPMAILER_LANG['signing'] = 'Signering Feil: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP connect() feilet.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP server feil: ';
$PHPMAILER_LANG['variable_set'] = 'Kan ikke skrive eller omskrive variabel: ';
$PHPMAILER_LANG['extension_missing'] = 'Utvidelse mangler: ';
<?php
/**
* Dutch PHPMailer language file: refer to PHPMailer.php for definitive list.
* @package PHPMailer
* @author Tuxion <team@tuxion.nl>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP-fout: authenticatie mislukt.';
$PHPMAILER_LANG['buggy_php'] = 'PHP versie gededecteerd die onderhavig is aan een bug die kan resulteren in gecorrumpeerde berichten. Om dit te voorkomen, gebruik SMTP voor het verzenden van berichten, zet de mail.add_x_header optie in uw php.ini file uit, gebruik MacOS of Linux, of pas de gebruikte PHP versie aan naar versie 7.0.17+ or 7.1.3+.';
$PHPMAILER_LANG['connect_host'] = 'SMTP-fout: kon niet verbinden met SMTP-host.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP-fout: data niet geaccepteerd.';
$PHPMAILER_LANG['empty_message'] = 'Berichttekst is leeg';
$PHPMAILER_LANG['encoding'] = 'Onbekende codering: ';
$PHPMAILER_LANG['execute'] = 'Kon niet uitvoeren: ';
$PHPMAILER_LANG['extension_missing'] = 'Extensie afwezig: ';
$PHPMAILER_LANG['file_access'] = 'Kreeg geen toegang tot bestand: ';
$PHPMAILER_LANG['file_open'] = 'Bestandsfout: kon bestand niet openen: ';
$PHPMAILER_LANG['from_failed'] = 'Het volgende afzendersadres is mislukt: ';
$PHPMAILER_LANG['instantiate'] = 'Kon mailfunctie niet initialiseren.';
$PHPMAILER_LANG['invalid_address'] = 'Ongeldig adres: ';
$PHPMAILER_LANG['invalid_header'] = 'Ongeldige header naam of waarde';
$PHPMAILER_LANG['invalid_hostentry'] = 'Ongeldige hostentry: ';
$PHPMAILER_LANG['invalid_host'] = 'Ongeldige host: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer wordt niet ondersteund.';
$PHPMAILER_LANG['provide_address'] = 'Er moet minstens één ontvanger worden opgegeven.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP-fout: de volgende ontvangers zijn mislukt: ';
$PHPMAILER_LANG['signing'] = 'Signeerfout: ';
$PHPMAILER_LANG['smtp_code'] = 'SMTP code: ';
$PHPMAILER_LANG['smtp_code_ex'] = 'Aanvullende SMTP informatie: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Verbinding mislukt.';
$PHPMAILER_LANG['smtp_detail'] = 'Detail: ';
$PHPMAILER_LANG['smtp_error'] = 'SMTP-serverfout: ';
$PHPMAILER_LANG['variable_set'] = 'Kan de volgende variabele niet instellen of resetten: ';
<?php
/**
* Polish PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'Błąd SMTP: Nie można przeprowadzić uwierzytelnienia.';
$PHPMAILER_LANG['connect_host'] = 'Błąd SMTP: Nie można połączyć się z wybranym hostem.';
$PHPMAILER_LANG['data_not_accepted'] = 'Błąd SMTP: Dane nie zostały przyjęte.';
$PHPMAILER_LANG['empty_message'] = 'Wiadomość jest pusta.';
$PHPMAILER_LANG['encoding'] = 'Nieznany sposób kodowania znaków: ';
$PHPMAILER_LANG['execute'] = 'Nie można uruchomić: ';
$PHPMAILER_LANG['file_access'] = 'Brak dostępu do pliku: ';
$PHPMAILER_LANG['file_open'] = 'Nie można otworzyć pliku: ';
$PHPMAILER_LANG['from_failed'] = 'Następujący adres Nadawcy jest nieprawidłowy: ';
$PHPMAILER_LANG['instantiate'] = 'Nie można wywołać funkcji mail(). Sprawdź konfigurację serwera.';
$PHPMAILER_LANG['invalid_address'] = 'Nie można wysłać wiadomości, ' .
'następujący adres Odbiorcy jest nieprawidłowy: ';
$PHPMAILER_LANG['provide_address'] = 'Należy podać prawidłowy adres email Odbiorcy.';
$PHPMAILER_LANG['mailer_not_supported'] = 'Wybrana metoda wysyłki wiadomości nie jest obsługiwana.';
$PHPMAILER_LANG['recipients_failed'] = 'Błąd SMTP: Następujący odbiorcy są nieprawidłowi: ';
$PHPMAILER_LANG['signing'] = 'Błąd podpisywania wiadomości: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() zakończone niepowodzeniem.';
$PHPMAILER_LANG['smtp_error'] = 'Błąd SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Nie można ustawić lub zmodyfikować zmiennej: ';
$PHPMAILER_LANG['extension_missing'] = 'Brakujące rozszerzenie: ';
<?php
/**
* Portuguese (European) PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Jonadabe <jonadabe@hotmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'Erro do SMTP: Não foi possível realizar a autenticação.';
$PHPMAILER_LANG['connect_host'] = 'Erro do SMTP: Não foi possível realizar ligação com o servidor SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Erro do SMTP: Os dados foram rejeitados.';
$PHPMAILER_LANG['empty_message'] = 'A mensagem no e-mail está vazia.';
$PHPMAILER_LANG['encoding'] = 'Codificação desconhecida: ';
$PHPMAILER_LANG['execute'] = 'Não foi possível executar: ';
$PHPMAILER_LANG['file_access'] = 'Não foi possível aceder o ficheiro: ';
$PHPMAILER_LANG['file_open'] = 'Abertura do ficheiro: Não foi possível abrir o ficheiro: ';
$PHPMAILER_LANG['from_failed'] = 'Ocorreram falhas nos endereços dos seguintes remententes: ';
$PHPMAILER_LANG['instantiate'] = 'Não foi possível iniciar uma instância da função mail.';
$PHPMAILER_LANG['invalid_address'] = 'Não foi enviado nenhum e-mail para o endereço de e-mail inválido: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.';
$PHPMAILER_LANG['provide_address'] = 'Tem de fornecer pelo menos um endereço como destinatário do e-mail.';
$PHPMAILER_LANG['recipients_failed'] = 'Erro do SMTP: O endereço do seguinte destinatário falhou: ';
$PHPMAILER_LANG['signing'] = 'Erro ao assinar: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falhou.';
$PHPMAILER_LANG['smtp_error'] = 'Erro de servidor SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Não foi possível definir ou redefinir a variável: ';
$PHPMAILER_LANG['extension_missing'] = 'Extensão em falta: ';
<?php
/**
* Brazilian Portuguese PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Paulo Henrique Garcia <paulo@controllerweb.com.br>
* @author Lucas Guimarães <lucas@lucasguimaraes.com>
* @author Phelipe Alves <phelipealvesdesouza@gmail.com>
* @author Fabio Beneditto <fabiobeneditto@gmail.com>
* @author Geidson Benício Coelho <geidsonc@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'Erro de SMTP: Não foi possível autenticar.';
$PHPMAILER_LANG['buggy_php'] = 'Sua versão do PHP é afetada por um bug que por resultar em messagens corrompidas. Para corrigir, mude para enviar usando SMTP, desative a opção mail.add_x_header em seu php.ini, mude para MacOS ou Linux, ou atualize seu PHP para versão 7.0.17+ ou 7.1.3+ ';
$PHPMAILER_LANG['connect_host'] = 'Erro de SMTP: Não foi possível conectar ao servidor SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Erro de SMTP: Dados rejeitados.';
$PHPMAILER_LANG['empty_message'] = 'Mensagem vazia';
$PHPMAILER_LANG['encoding'] = 'Codificação desconhecida: ';
$PHPMAILER_LANG['execute'] = 'Não foi possível executar: ';
$PHPMAILER_LANG['extension_missing'] = 'Extensão não existe: ';
$PHPMAILER_LANG['file_access'] = 'Não foi possível acessar o arquivo: ';
$PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: Não foi possível abrir o arquivo: ';
$PHPMAILER_LANG['from_failed'] = 'Os seguintes remetentes falharam: ';
$PHPMAILER_LANG['instantiate'] = 'Não foi possível instanciar a função mail.';
$PHPMAILER_LANG['invalid_address'] = 'Endereço de e-mail inválido: ';
$PHPMAILER_LANG['invalid_header'] = 'Nome ou valor de cabeçalho inválido';
$PHPMAILER_LANG['invalid_hostentry'] = 'hostentry inválido: ';
$PHPMAILER_LANG['invalid_host'] = 'host inválido: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.';
$PHPMAILER_LANG['provide_address'] = 'Você deve informar pelo menos um destinatário.';
$PHPMAILER_LANG['recipients_failed'] = 'Erro de SMTP: Os seguintes destinatários falharam: ';
$PHPMAILER_LANG['signing'] = 'Erro de Assinatura: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falhou.';
$PHPMAILER_LANG['smtp_code'] = 'Código do servidor SMTP: ';
$PHPMAILER_LANG['smtp_error'] = 'Erro de servidor SMTP: ';
$PHPMAILER_LANG['smtp_code_ex'] = 'Informações adicionais do servidor SMTP: ';
$PHPMAILER_LANG['smtp_detail'] = 'Detalhes do servidor SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Não foi possível definir ou redefinir a variável: ';
<?php
/**
* Romanian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'Eroare SMTP: Autentificarea a eșuat.';
$PHPMAILER_LANG['buggy_php'] = 'Versiunea instalată de PHP este afectată de o problemă care poate duce la coruperea mesajelor Pentru a preveni această problemă, folosiți SMTP, dezactivați opțiunea mail.add_x_header din php.ini, folosiți MacOS/Linux sau actualizați versiunea de PHP la 7.0.17+ sau 7.1.3+.';
$PHPMAILER_LANG['connect_host'] = 'Eroare SMTP: Conectarea la serverul SMTP a eșuat.';
$PHPMAILER_LANG['data_not_accepted'] = 'Eroare SMTP: Datele nu au fost acceptate.';
$PHPMAILER_LANG['empty_message'] = 'Mesajul este gol.';
$PHPMAILER_LANG['encoding'] = 'Encodare necunoscută: ';
$PHPMAILER_LANG['execute'] = 'Nu se poate executa următoarea comandă: ';
$PHPMAILER_LANG['extension_missing'] = 'Lipsește extensia: ';
$PHPMAILER_LANG['file_access'] = 'Nu se poate accesa următorul fișier: ';
$PHPMAILER_LANG['file_open'] = 'Eroare fișier: Nu se poate deschide următorul fișier: ';
$PHPMAILER_LANG['from_failed'] = 'Următoarele adrese From au dat eroare: ';
$PHPMAILER_LANG['instantiate'] = 'Funcția mail nu a putut fi inițializată.';
$PHPMAILER_LANG['invalid_address'] = 'Adresa de email nu este validă: ';
$PHPMAILER_LANG['invalid_header'] = 'Numele sau valoarea header-ului nu este validă: ';
$PHPMAILER_LANG['invalid_hostentry'] = 'Hostentry invalid: ';
$PHPMAILER_LANG['invalid_host'] = 'Host invalid: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nu este suportat.';
$PHPMAILER_LANG['provide_address'] = 'Trebuie să adăugați cel puțin o adresă de email.';
$PHPMAILER_LANG['recipients_failed'] = 'Eroare SMTP: Următoarele adrese de email au eșuat: ';
$PHPMAILER_LANG['signing'] = 'A aparut o problemă la semnarea emailului. ';
$PHPMAILER_LANG['smtp_code'] = 'Cod SMTP: ';
$PHPMAILER_LANG['smtp_code_ex'] = 'Informații SMTP adiționale: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Conectarea la serverul SMTP a eșuat.';
$PHPMAILER_LANG['smtp_detail'] = 'Detalii SMTP: ';
$PHPMAILER_LANG['smtp_error'] = 'Eroare server SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Nu se poate seta/reseta variabila. ';
<?php
/**
* Russian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Alexey Chumakov <alex@chumakov.ru>
* @author Foster Snowhill <i18n@forstwoof.ru>
*/
$PHPMAILER_LANG['authenticate'] = 'Ошибка SMTP: ошибка авторизации.';
$PHPMAILER_LANG['connect_host'] = 'Ошибка SMTP: не удается подключиться к SMTP-серверу.';
$PHPMAILER_LANG['data_not_accepted'] = 'Ошибка SMTP: данные не приняты.';
$PHPMAILER_LANG['encoding'] = 'Неизвестная кодировка: ';
$PHPMAILER_LANG['execute'] = 'Невозможно выполнить команду: ';
$PHPMAILER_LANG['file_access'] = 'Нет доступа к файлу: ';
$PHPMAILER_LANG['file_open'] = 'Файловая ошибка: не удаётся открыть файл: ';
$PHPMAILER_LANG['from_failed'] = 'Неверный адрес отправителя: ';
$PHPMAILER_LANG['instantiate'] = 'Невозможно запустить функцию mail().';
$PHPMAILER_LANG['provide_address'] = 'Пожалуйста, введите хотя бы один email-адрес получателя.';
$PHPMAILER_LANG['mailer_not_supported'] = ' — почтовый сервер не поддерживается.';
$PHPMAILER_LANG['recipients_failed'] = 'Ошибка SMTP: не удалась отправка таким адресатам: ';
$PHPMAILER_LANG['empty_message'] = 'Пустое сообщение';
$PHPMAILER_LANG['invalid_address'] = 'Не отправлено из-за неправильного формата email-адреса: ';
$PHPMAILER_LANG['signing'] = 'Ошибка подписи: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Ошибка соединения с SMTP-сервером';
$PHPMAILER_LANG['smtp_error'] = 'Ошибка SMTP-сервера: ';
$PHPMAILER_LANG['variable_set'] = 'Невозможно установить или сбросить переменную: ';
$PHPMAILER_LANG['extension_missing'] = 'Расширение отсутствует: ';
<?php
/**
* Slovak PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Michal Tinka <michaltinka@gmail.com>
* @author Peter Orlický <pcmanik91@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Chyba autentifikácie.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Nebolo možné nadviazať spojenie so SMTP serverom.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Dáta neboli prijaté';
$PHPMAILER_LANG['empty_message'] = 'Prázdne telo správy.';
$PHPMAILER_LANG['encoding'] = 'Neznáme kódovanie: ';
$PHPMAILER_LANG['execute'] = 'Nedá sa vykonať: ';
$PHPMAILER_LANG['file_access'] = 'Súbor nebol nájdený: ';
$PHPMAILER_LANG['file_open'] = 'File Error: Súbor sa otvoriť pre čítanie: ';
$PHPMAILER_LANG['from_failed'] = 'Následujúca adresa From je nesprávna: ';
$PHPMAILER_LANG['instantiate'] = 'Nedá sa vytvoriť inštancia emailovej funkcie.';
$PHPMAILER_LANG['invalid_address'] = 'Neodoslané, emailová adresa je nesprávna: ';
$PHPMAILER_LANG['invalid_hostentry'] = 'Záznam hostiteľa je nesprávny: ';
$PHPMAILER_LANG['invalid_host'] = 'Hostiteľ je nesprávny: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' emailový klient nieje podporovaný.';
$PHPMAILER_LANG['provide_address'] = 'Musíte zadať aspoň jednu emailovú adresu príjemcu.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Adresy príjemcov niesu správne ';
$PHPMAILER_LANG['signing'] = 'Chyba prihlasovania: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() zlyhalo.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP chyba serveru: ';
$PHPMAILER_LANG['variable_set'] = 'Nemožno nastaviť alebo resetovať premennú: ';
$PHPMAILER_LANG['extension_missing'] = 'Chýba rozšírenie: ';
<?php
/**
* Slovene PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Klemen Tušar <techouse@gmail.com>
* @author Filip Š <projects@filips.si>
* @author Blaž Oražem <blaz@orazem.si>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP napaka: Avtentikacija ni uspela.';
$PHPMAILER_LANG['buggy_php'] = 'Na vašo PHP različico vpliva napaka, ki lahko povzroči poškodovana sporočila. Če želite težavo odpraviti, preklopite na pošiljanje prek SMTP, onemogočite možnost mail.add_x_header v vaši php.ini datoteki, preklopite na MacOS ali Linux, ali nadgradite vašo PHP zaličico na 7.0.17+ ali 7.1.3+.';
$PHPMAILER_LANG['connect_host'] = 'SMTP napaka: Vzpostavljanje povezave s SMTP gostiteljem ni uspelo.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP napaka: Strežnik zavrača podatke.';
$PHPMAILER_LANG['empty_message'] = 'E-poštno sporočilo nima vsebine.';
$PHPMAILER_LANG['encoding'] = 'Nepoznan tip kodiranja: ';
$PHPMAILER_LANG['execute'] = 'Operacija ni uspela: ';
$PHPMAILER_LANG['extension_missing'] = 'Manjkajoča razširitev: ';
$PHPMAILER_LANG['file_access'] = 'Nimam dostopa do datoteke: ';
$PHPMAILER_LANG['file_open'] = 'Ne morem odpreti datoteke: ';
$PHPMAILER_LANG['from_failed'] = 'Neveljaven e-naslov pošiljatelja: ';
$PHPMAILER_LANG['instantiate'] = 'Ne morem inicializirati mail funkcije.';
$PHPMAILER_LANG['invalid_address'] = 'E-poštno sporočilo ni bilo poslano. E-naslov je neveljaven: ';
$PHPMAILER_LANG['invalid_header'] = 'Neveljavno ime ali vrednost glave';
$PHPMAILER_LANG['invalid_hostentry'] = 'Neveljaven vnos gostitelja: ';
$PHPMAILER_LANG['invalid_host'] = 'Neveljaven gostitelj: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer ni podprt.';
$PHPMAILER_LANG['provide_address'] = 'Prosimo, vnesite vsaj enega naslovnika.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP napaka: Sledeči naslovniki so neveljavni: ';
$PHPMAILER_LANG['signing'] = 'Napaka pri podpisovanju: ';
$PHPMAILER_LANG['smtp_code'] = 'SMTP koda: ';
$PHPMAILER_LANG['smtp_code_ex'] = 'Dodatne informacije o SMTP: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Ne morem vzpostaviti povezave s SMTP strežnikom.';
$PHPMAILER_LANG['smtp_detail'] = 'Podrobnosti: ';
$PHPMAILER_LANG['smtp_error'] = 'Napaka SMTP strežnika: ';
$PHPMAILER_LANG['variable_set'] = 'Ne morem nastaviti oz. ponastaviti spremenljivke: ';
<?php
/**
* Serbian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Александар Јевремовић <ajevremovic@gmail.com>
* @author Miloš Milanović <mmilanovic016@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP грешка: аутентификација није успела.';
$PHPMAILER_LANG['connect_host'] = 'SMTP грешка: повезивање са SMTP сервером није успело.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP грешка: подаци нису прихваћени.';
$PHPMAILER_LANG['empty_message'] = 'Садржај поруке је празан.';
$PHPMAILER_LANG['encoding'] = 'Непознато кодирање: ';
$PHPMAILER_LANG['execute'] = 'Није могуће извршити наредбу: ';
$PHPMAILER_LANG['file_access'] = 'Није могуће приступити датотеци: ';
$PHPMAILER_LANG['file_open'] = 'Није могуће отворити датотеку: ';
$PHPMAILER_LANG['from_failed'] = 'SMTP грешка: слање са следећих адреса није успело: ';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: слање на следеће адресе није успело: ';
$PHPMAILER_LANG['instantiate'] = 'Није могуће покренути mail функцију.';
$PHPMAILER_LANG['invalid_address'] = 'Порука није послата. Неисправна адреса: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' мејлер није подржан.';
$PHPMAILER_LANG['provide_address'] = 'Дефинишите бар једну адресу примаоца.';
$PHPMAILER_LANG['signing'] = 'Грешка приликом пријаве: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Повезивање са SMTP сервером није успело.';
$PHPMAILER_LANG['smtp_error'] = 'Грешка SMTP сервера: ';
$PHPMAILER_LANG['variable_set'] = 'Није могуће задати нити ресетовати променљиву: ';
$PHPMAILER_LANG['extension_missing'] = 'Недостаје проширење: ';
<?php
/**
* Serbian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Александар Јевремовић <ajevremovic@gmail.com>
* @author Miloš Milanović <mmilanovic016@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP greška: autentifikacija nije uspela.';
$PHPMAILER_LANG['connect_host'] = 'SMTP greška: povezivanje sa SMTP serverom nije uspelo.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP greška: podaci nisu prihvaćeni.';
$PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.';
$PHPMAILER_LANG['encoding'] = 'Nepoznato kodiranje: ';
$PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: ';
$PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: ';
$PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: ';
$PHPMAILER_LANG['from_failed'] = 'SMTP greška: slanje sa sledećih adresa nije uspelo: ';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP greška: slanje na sledeće adrese nije uspelo: ';
$PHPMAILER_LANG['instantiate'] = 'Nije moguće pokrenuti mail funkciju.';
$PHPMAILER_LANG['invalid_address'] = 'Poruka nije poslata. Neispravna adresa: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' majler nije podržan.';
$PHPMAILER_LANG['provide_address'] = 'Definišite bar jednu adresu primaoca.';
$PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Povezivanje sa SMTP serverom nije uspelo.';
$PHPMAILER_LANG['smtp_error'] = 'Greška SMTP servera: ';
$PHPMAILER_LANG['variable_set'] = 'Nije moguće zadati niti resetovati promenljivu: ';
$PHPMAILER_LANG['extension_missing'] = 'Nedostaje proširenje: ';
<?php
/**
* Swedish PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Johan Linnér <johan@linner.biz>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP fel: Kunde inte autentisera.';
$PHPMAILER_LANG['connect_host'] = 'SMTP fel: Kunde inte ansluta till SMTP-server.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP fel: Data accepterades inte.';
//$PHPMAILER_LANG['empty_message'] = 'Message body empty';
$PHPMAILER_LANG['encoding'] = 'Okänt encode-format: ';
$PHPMAILER_LANG['execute'] = 'Kunde inte köra: ';
$PHPMAILER_LANG['file_access'] = 'Ingen åtkomst till fil: ';
$PHPMAILER_LANG['file_open'] = 'Fil fel: Kunde inte öppna fil: ';
$PHPMAILER_LANG['from_failed'] = 'Följande avsändaradress är felaktig: ';
$PHPMAILER_LANG['instantiate'] = 'Kunde inte initiera e-postfunktion.';
$PHPMAILER_LANG['invalid_address'] = 'Felaktig adress: ';
$PHPMAILER_LANG['provide_address'] = 'Du måste ange minst en mottagares e-postadress.';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer stöds inte.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP fel: Följande mottagare är felaktig: ';
$PHPMAILER_LANG['signing'] = 'Signeringsfel: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() misslyckades.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP serverfel: ';
$PHPMAILER_LANG['variable_set'] = 'Kunde inte definiera eller återställa variabel: ';
$PHPMAILER_LANG['extension_missing'] = 'Tillägg ej tillgängligt: ';
<?php
/**
* Tagalog PHPMailer language file: refer to English translation for definitive list
*
* @package PHPMailer
* @author Adriane Justine Tan <eidoriantan@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Hindi mapatotohanan.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Hindi makakonekta sa SMTP host.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Ang datos ay hindi naitanggap.';
$PHPMAILER_LANG['empty_message'] = 'Walang laman ang mensahe';
$PHPMAILER_LANG['encoding'] = 'Hindi alam ang encoding: ';
$PHPMAILER_LANG['execute'] = 'Hindi maisasagawa: ';
$PHPMAILER_LANG['file_access'] = 'Hindi ma-access ang file: ';
$PHPMAILER_LANG['file_open'] = 'File Error: Hindi mabuksan ang file: ';
$PHPMAILER_LANG['from_failed'] = 'Ang sumusunod na address ay nabigo: ';
$PHPMAILER_LANG['instantiate'] = 'Hindi maisimulan ang instance ng mail function.';
$PHPMAILER_LANG['invalid_address'] = 'Hindi wasto ang address na naibigay: ';
$PHPMAILER_LANG['mailer_not_supported'] = 'Ang mailer ay hindi suportado.';
$PHPMAILER_LANG['provide_address'] = 'Kailangan mong magbigay ng kahit isang email address na tatanggap.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Ang mga sumusunod na tatanggap ay nabigo: ';
$PHPMAILER_LANG['signing'] = 'Hindi ma-sign: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Ang SMTP connect() ay nabigo.';
$PHPMAILER_LANG['smtp_error'] = 'Ang server ng SMTP ay nabigo: ';
$PHPMAILER_LANG['variable_set'] = 'Hindi matatakda o ma-reset ang mga variables: ';
$PHPMAILER_LANG['extension_missing'] = 'Nawawala ang extension: ';
<?php
/**
* Turkish PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Elçin Özel
* @author Can Yılmaz
* @author Mehmet Benlioğlu
* @author @yasinaydin
* @author Ogün Karakuş
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Hatası: Oturum açılamadı.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Hatası: SMTP sunucusuna bağlanılamadı.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Hatası: Veri kabul edilmedi.';
$PHPMAILER_LANG['empty_message'] = 'Mesajın içeriği boş';
$PHPMAILER_LANG['encoding'] = 'Bilinmeyen karakter kodlama: ';
$PHPMAILER_LANG['execute'] = 'Çalıştırılamadı: ';
$PHPMAILER_LANG['file_access'] = 'Dosyaya erişilemedi: ';
$PHPMAILER_LANG['file_open'] = 'Dosya Hatası: Dosya açılamadı: ';
$PHPMAILER_LANG['from_failed'] = 'Belirtilen adreslere gönderme başarısız: ';
$PHPMAILER_LANG['instantiate'] = 'Örnek e-posta fonksiyonu oluşturulamadı.';
$PHPMAILER_LANG['invalid_address'] = 'Geçersiz e-posta adresi: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' e-posta kütüphanesi desteklenmiyor.';
$PHPMAILER_LANG['provide_address'] = 'En az bir alıcı e-posta adresi belirtmelisiniz.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Hatası: Belirtilen alıcılara ulaşılamadı: ';
$PHPMAILER_LANG['signing'] = 'İmzalama hatası: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP connect() fonksiyonu başarısız.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP sunucu hatası: ';
$PHPMAILER_LANG['variable_set'] = 'Değişken ayarlanamadı ya da sıfırlanamadı: ';
$PHPMAILER_LANG['extension_missing'] = 'Eklenti bulunamadı: ';
<?php
/**
* Ukrainian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Yuriy Rudyy <yrudyy@prs.net.ua>
* @fixed by Boris Yurchenko <boris@yurchenko.pp.ua>
*/
$PHPMAILER_LANG['authenticate'] = 'Помилка SMTP: помилка авторизації.';
$PHPMAILER_LANG['connect_host'] = 'Помилка SMTP: не вдається під\'єднатися до SMTP-серверу.';
$PHPMAILER_LANG['data_not_accepted'] = 'Помилка SMTP: дані не прийнято.';
$PHPMAILER_LANG['encoding'] = 'Невідоме кодування: ';
$PHPMAILER_LANG['execute'] = 'Неможливо виконати команду: ';
$PHPMAILER_LANG['file_access'] = 'Немає доступу до файлу: ';
$PHPMAILER_LANG['file_open'] = 'Помилка файлової системи: не вдається відкрити файл: ';
$PHPMAILER_LANG['from_failed'] = 'Невірна адреса відправника: ';
$PHPMAILER_LANG['instantiate'] = 'Неможливо запустити функцію mail().';
$PHPMAILER_LANG['provide_address'] = 'Будь ласка, введіть хоча б одну email-адресу отримувача.';
$PHPMAILER_LANG['mailer_not_supported'] = ' - поштовий сервер не підтримується.';
$PHPMAILER_LANG['recipients_failed'] = 'Помилка SMTP: не вдалося відправлення для таких отримувачів: ';
$PHPMAILER_LANG['empty_message'] = 'Пусте повідомлення';
$PHPMAILER_LANG['invalid_address'] = 'Не відправлено через неправильний формат email-адреси: ';
$PHPMAILER_LANG['signing'] = 'Помилка підпису: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Помилка з\'єднання з SMTP-сервером';
$PHPMAILER_LANG['smtp_error'] = 'Помилка SMTP-сервера: ';
$PHPMAILER_LANG['variable_set'] = 'Неможливо встановити або скинути змінну: ';
$PHPMAILER_LANG['extension_missing'] = 'Розширення відсутнє: ';
<?php
/**
* Vietnamese (Tiếng Việt) PHPMailer language file: refer to English translation for definitive list.
* @package PHPMailer
* @author VINADES.,JSC <contact@vinades.vn>
*/
$PHPMAILER_LANG['authenticate'] = 'Lỗi SMTP: Không thể xác thực.';
$PHPMAILER_LANG['connect_host'] = 'Lỗi SMTP: Không thể kết nối máy chủ SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Lỗi SMTP: Dữ liệu không được chấp nhận.';
$PHPMAILER_LANG['empty_message'] = 'Không có nội dung';
$PHPMAILER_LANG['encoding'] = 'Mã hóa không xác định: ';
$PHPMAILER_LANG['execute'] = 'Không thực hiện được: ';
$PHPMAILER_LANG['file_access'] = 'Không thể truy cập tệp tin ';
$PHPMAILER_LANG['file_open'] = 'Lỗi Tập tin: Không thể mở tệp tin: ';
$PHPMAILER_LANG['from_failed'] = 'Lỗi địa chỉ gửi đi: ';
$PHPMAILER_LANG['instantiate'] = 'Không dùng được các hàm gửi thư.';
$PHPMAILER_LANG['invalid_address'] = 'Đại chỉ emai không đúng: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' trình gửi thư không được hỗ trợ.';
$PHPMAILER_LANG['provide_address'] = 'Bạn phải cung cấp ít nhất một địa chỉ người nhận.';
$PHPMAILER_LANG['recipients_failed'] = 'Lỗi SMTP: lỗi địa chỉ người nhận: ';
$PHPMAILER_LANG['signing'] = 'Lỗi đăng nhập: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Lỗi kết nối với SMTP';
$PHPMAILER_LANG['smtp_error'] = 'Lỗi máy chủ smtp ';
$PHPMAILER_LANG['variable_set'] = 'Không thể thiết lập hoặc thiết lập lại biến: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Traditional Chinese PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author liqwei <liqwei@liqwei.com>
* @author Peter Dave Hello <@PeterDaveHello/>
* @author Jason Chiang <xcojad@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP 錯誤:登入失敗。';
$PHPMAILER_LANG['connect_host'] = 'SMTP 錯誤:無法連線到 SMTP 主機。';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 錯誤:無法接受的資料。';
$PHPMAILER_LANG['empty_message'] = '郵件內容為空';
$PHPMAILER_LANG['encoding'] = '未知編碼: ';
$PHPMAILER_LANG['execute'] = '無法執行:';
$PHPMAILER_LANG['file_access'] = '無法存取檔案:';
$PHPMAILER_LANG['file_open'] = '檔案錯誤:無法開啟檔案:';
$PHPMAILER_LANG['from_failed'] = '發送地址錯誤:';
$PHPMAILER_LANG['instantiate'] = '未知函數呼叫。';
$PHPMAILER_LANG['invalid_address'] = '因為電子郵件地址無效,無法傳送: ';
$PHPMAILER_LANG['mailer_not_supported'] = '不支援的發信客戶端。';
$PHPMAILER_LANG['provide_address'] = '必須提供至少一個收件人地址。';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP 錯誤:以下收件人地址錯誤:';
$PHPMAILER_LANG['signing'] = '電子簽章錯誤: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP 連線失敗';
$PHPMAILER_LANG['smtp_error'] = 'SMTP 伺服器錯誤: ';
$PHPMAILER_LANG['variable_set'] = '無法設定或重設變數: ';
$PHPMAILER_LANG['extension_missing'] = '遺失模組 Extension: ';
<?php
/**
* Simplified Chinese PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author liqwei <liqwei@liqwei.com>
* @author young <masxy@foxmail.com>
* @author Teddysun <i@teddysun.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP 错误:登录失败。';
$PHPMAILER_LANG['connect_host'] = 'SMTP 错误:无法连接到 SMTP 主机。';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 错误:数据不被接受。';
$PHPMAILER_LANG['empty_message'] = '邮件正文为空。';
$PHPMAILER_LANG['encoding'] = '未知编码:';
$PHPMAILER_LANG['execute'] = '无法执行:';
$PHPMAILER_LANG['file_access'] = '无法访问文件:';
$PHPMAILER_LANG['file_open'] = '文件错误:无法打开文件:';
$PHPMAILER_LANG['from_failed'] = '发送地址错误:';
$PHPMAILER_LANG['instantiate'] = '未知函数调用。';
$PHPMAILER_LANG['invalid_address'] = '发送失败,电子邮箱地址是无效的:';
$PHPMAILER_LANG['mailer_not_supported'] = '发信客户端不被支持。';
$PHPMAILER_LANG['provide_address'] = '必须提供至少一个收件人地址。';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP 错误:收件人地址错误:';
$PHPMAILER_LANG['signing'] = '登录失败:';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP服务器连接失败。';
$PHPMAILER_LANG['smtp_error'] = 'SMTP服务器出错:';
$PHPMAILER_LANG['variable_set'] = '无法设置或重置变量:';
$PHPMAILER_LANG['extension_missing'] = '丢失模块 Extension:';
<?php
/**
* PHPMailer Exception class.
* PHP Version 5.5.
*
* @see https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
*
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
* @author Brent R. Matzelle (original founder)
* @copyright 2012 - 2020 Marcus Bointon
* @copyright 2010 - 2012 Jim Jagielski
* @copyright 2004 - 2009 Andy Prevost
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @note This program is distributed in the hope that it will be useful - WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE.
*/
namespace PHPMailer\PHPMailer;
/**
* PHPMailer exception handler.
*
* @author Marcus Bointon <phpmailer@synchromedia.co.uk>
*/
class Exception extends \Exception
{
/**
* Prettify error message output.
*
* @return string
*/
public function errorMessage()
{
return '<strong>' . htmlspecialchars($this->getMessage(), ENT_COMPAT | ENT_HTML401) . "</strong><br />\n";
}
}
<?php
/**
* PHPMailer - PHP email creation and transport class.
* PHP Version 5.5.
*
* @see https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
*
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
* @author Brent R. Matzelle (original founder)
* @copyright 2012 - 2020 Marcus Bointon
* @copyright 2010 - 2012 Jim Jagielski
* @copyright 2004 - 2009 Andy Prevost
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @note This program is distributed in the hope that it will be useful - WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE.
*/
namespace PHPMailer\PHPMailer;
use League\OAuth2\Client\Grant\RefreshToken;
use League\OAuth2\Client\Provider\AbstractProvider;
use League\OAuth2\Client\Token\AccessToken;
/**
* OAuth - OAuth2 authentication wrapper class.
* Uses the oauth2-client package from the League of Extraordinary Packages.
*
* @see http://oauth2-client.thephpleague.com
*
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
*/
class OAuth implements OAuthTokenProvider
{
/**
* An instance of the League OAuth Client Provider.
*
* @var AbstractProvider
*/
protected $provider;
/**
* The current OAuth access token.
*
* @var AccessToken
*/
protected $oauthToken;
/**
* The user's email address, usually used as the login ID
* and also the from address when sending email.
*
* @var string
*/
protected $oauthUserEmail = '';
/**
* The client secret, generated in the app definition of the service you're connecting to.
*
* @var string
*/
protected $oauthClientSecret = '';
/**
* The client ID, generated in the app definition of the service you're connecting to.
*
* @var string
*/
protected $oauthClientId = '';
/**
* The refresh token, used to obtain new AccessTokens.
*
* @var string
*/
protected $oauthRefreshToken = '';
/**
* OAuth constructor.
*
* @param array $options Associative array containing
* `provider`, `userName`, `clientSecret`, `clientId` and `refreshToken` elements
*/
public function __construct($options)
{
$this->provider = $options['provider'];
$this->oauthUserEmail = $options['userName'];
$this->oauthClientSecret = $options['clientSecret'];
$this->oauthClientId = $options['clientId'];
$this->oauthRefreshToken = $options['refreshToken'];
}
/**
* Get a new RefreshToken.
*
* @return RefreshToken
*/
protected function getGrant()
{
return new RefreshToken();
}
/**
* Get a new AccessToken.
*
* @return AccessToken
*/
protected function getToken()
{
return $this->provider->getAccessToken(
$this->getGrant(),
['refresh_token' => $this->oauthRefreshToken]
);
}
/**
* Generate a base64-encoded OAuth token.
*
* @return string
*/
public function getOauth64()
{
//Get a new token if it's not available or has expired
if (null === $this->oauthToken || $this->oauthToken->hasExpired()) {
$this->oauthToken = $this->getToken();
}
return base64_encode(
'user=' .
$this->oauthUserEmail .
"\001auth=Bearer " .
$this->oauthToken .
"\001\001"
);
}
}
<?php
/**
* PHPMailer - PHP email creation and transport class.
* PHP Version 5.5.
*
* @see https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
*
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
* @author Brent R. Matzelle (original founder)
* @copyright 2012 - 2020 Marcus Bointon
* @copyright 2010 - 2012 Jim Jagielski
* @copyright 2004 - 2009 Andy Prevost
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @note This program is distributed in the hope that it will be useful - WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE.
*/
namespace PHPMailer\PHPMailer;
/**
* OAuthTokenProvider - OAuth2 token provider interface.
* Provides base64 encoded OAuth2 auth strings for SMTP authentication.
*
* @see OAuth
* @see SMTP::authenticate()
*
* @author Peter Scopes (pdscopes)
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
*/
interface OAuthTokenProvider
{
/**
* Generate a base64-encoded OAuth token ensuring that the access token has not expired.
* The string to be base 64 encoded should be in the form:
* "user=<user_email_address>\001auth=Bearer <access_token>\001\001"
*
* @return string
*/
public function getOauth64();
}
This diff could not be displayed because it is too large.
<?php
/**
* PHPMailer POP-Before-SMTP Authentication Class.
* PHP Version 5.5.
*
* @see https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
*
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
* @author Brent R. Matzelle (original founder)
* @copyright 2012 - 2020 Marcus Bointon
* @copyright 2010 - 2012 Jim Jagielski
* @copyright 2004 - 2009 Andy Prevost
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @note This program is distributed in the hope that it will be useful - WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE.
*/
namespace PHPMailer\PHPMailer;
/**
* PHPMailer POP-Before-SMTP Authentication Class.
* Specifically for PHPMailer to use for RFC1939 POP-before-SMTP authentication.
* 1) This class does not support APOP authentication.
* 2) Opening and closing lots of POP3 connections can be quite slow. If you need
* to send a batch of emails then just perform the authentication once at the start,
* and then loop through your mail sending script. Providing this process doesn't
* take longer than the verification period lasts on your POP3 server, you should be fine.
* 3) This is really ancient technology; you should only need to use it to talk to very old systems.
* 4) This POP3 class is deliberately lightweight and incomplete, implementing just
* enough to do authentication.
* If you want a more complete class there are other POP3 classes for PHP available.
*
* @author Richard Davey (original author) <rich@corephp.co.uk>
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
*/
class POP3
{
/**
* The POP3 PHPMailer Version number.
*
* @var string
*/
const VERSION = '6.6.3';
/**
* Default POP3 port number.
*
* @var int
*/
const DEFAULT_PORT = 110;
/**
* Default timeout in seconds.
*
* @var int
*/
const DEFAULT_TIMEOUT = 30;
/**
* POP3 class debug output mode.
* Debug output level.
* Options:
* @see POP3::DEBUG_OFF: No output
* @see POP3::DEBUG_SERVER: Server messages, connection/server errors
* @see POP3::DEBUG_CLIENT: Client and Server messages, connection/server errors
*
* @var int
*/
public $do_debug = self::DEBUG_OFF;
/**
* POP3 mail server hostname.
*
* @var string
*/
public $host;
/**
* POP3 port number.
*
* @var int
*/
public $port;
/**
* POP3 Timeout Value in seconds.
*
* @var int
*/
public $tval;
/**
* POP3 username.
*
* @var string
*/
public $username;
/**
* POP3 password.
*
* @var string
*/
public $password;
/**
* Resource handle for the POP3 connection socket.
*
* @var resource
*/
protected $pop_conn;
/**
* Are we connected?
*
* @var bool
*/
protected $connected = false;
/**
* Error container.
*
* @var array
*/
protected $errors = [];
/**
* Line break constant.
*/
const LE = "\r\n";
/**
* Debug level for no output.
*
* @var int
*/
const DEBUG_OFF = 0;
/**
* Debug level to show server -> client messages
* also shows clients connection errors or errors from server
*
* @var int
*/
const DEBUG_SERVER = 1;
/**
* Debug level to show client -> server and server -> client messages.
*
* @var int
*/
const DEBUG_CLIENT = 2;
/**
* Simple static wrapper for all-in-one POP before SMTP.
*
* @param string $host The hostname to connect to
* @param int|bool $port The port number to connect to
* @param int|bool $timeout The timeout value
* @param string $username
* @param string $password
* @param int $debug_level
*
* @return bool
*/
public static function popBeforeSmtp(
$host,
$port = false,
$timeout = false,
$username = '',
$password = '',
$debug_level = 0
) {
$pop = new self();
return $pop->authorise($host, $port, $timeout, $username, $password, $debug_level);
}
/**
* Authenticate with a POP3 server.
* A connect, login, disconnect sequence
* appropriate for POP-before SMTP authorisation.
*
* @param string $host The hostname to connect to
* @param int|bool $port The port number to connect to
* @param int|bool $timeout The timeout value
* @param string $username
* @param string $password
* @param int $debug_level
*
* @return bool
*/
public function authorise($host, $port = false, $timeout = false, $username = '', $password = '', $debug_level = 0)
{
$this->host = $host;
//If no port value provided, use default
if (false === $port) {
$this->port = static::DEFAULT_PORT;
} else {
$this->port = (int) $port;
}
//If no timeout value provided, use default
if (false === $timeout) {
$this->tval = static::DEFAULT_TIMEOUT;
} else {
$this->tval = (int) $timeout;
}
$this->do_debug = $debug_level;
$this->username = $username;
$this->password = $password;
//Reset the error log
$this->errors = [];
//Connect
$result = $this->connect($this->host, $this->port, $this->tval);
if ($result) {
$login_result = $this->login($this->username, $this->password);
if ($login_result) {
$this->disconnect();
return true;
}
}
//We need to disconnect regardless of whether the login succeeded
$this->disconnect();
return false;
}
/**
* Connect to a POP3 server.
*
* @param string $host
* @param int|bool $port
* @param int $tval
*
* @return bool
*/
public function connect($host, $port = false, $tval = 30)
{
//Are we already connected?
if ($this->connected) {
return true;
}
//On Windows this will raise a PHP Warning error if the hostname doesn't exist.
//Rather than suppress it with @fsockopen, capture it cleanly instead
set_error_handler([$this, 'catchWarning']);
if (false === $port) {
$port = static::DEFAULT_PORT;
}
//Connect to the POP3 server
$errno = 0;
$errstr = '';
$this->pop_conn = fsockopen(
$host, //POP3 Host
$port, //Port #
$errno, //Error Number
$errstr, //Error Message
$tval
); //Timeout (seconds)
//Restore the error handler
restore_error_handler();
//Did we connect?
if (false === $this->pop_conn) {
//It would appear not...
$this->setError(
"Failed to connect to server $host on port $port. errno: $errno; errstr: $errstr"
);
return false;
}
//Increase the stream time-out
stream_set_timeout($this->pop_conn, $tval, 0);
//Get the POP3 server response
$pop3_response = $this->getResponse();
//Check for the +OK
if ($this->checkResponse($pop3_response)) {
//The connection is established and the POP3 server is talking
$this->connected = true;
return true;
}
return false;
}
/**
* Log in to the POP3 server.
* Does not support APOP (RFC 2828, 4949).
*
* @param string $username
* @param string $password
*
* @return bool
*/
public function login($username = '', $password = '')
{
if (!$this->connected) {
$this->setError('Not connected to POP3 server');
return false;
}
if (empty($username)) {
$username = $this->username;
}
if (empty($password)) {
$password = $this->password;
}
//Send the Username
$this->sendString("USER $username" . static::LE);
$pop3_response = $this->getResponse();
if ($this->checkResponse($pop3_response)) {
//Send the Password
$this->sendString("PASS $password" . static::LE);
$pop3_response = $this->getResponse();
if ($this->checkResponse($pop3_response)) {
return true;
}
}
return false;
}
/**
* Disconnect from the POP3 server.
*/
public function disconnect()
{
$this->sendString('QUIT');
// RFC 1939 shows POP3 server sending a +OK response to the QUIT command.
// Try to get it. Ignore any failures here.
try {
$this->getResponse();
} catch (Exception $e) {
//Do nothing
}
//The QUIT command may cause the daemon to exit, which will kill our connection
//So ignore errors here
try {
@fclose($this->pop_conn);
} catch (Exception $e) {
//Do nothing
}
// Clean up attributes.
$this->connected = false;
$this->pop_conn = false;
}
/**
* Get a response from the POP3 server.
*
* @param int $size The maximum number of bytes to retrieve
*
* @return string
*/
protected function getResponse($size = 128)
{
$response = fgets($this->pop_conn, $size);
if ($this->do_debug >= self::DEBUG_SERVER) {
echo 'Server -> Client: ', $response;
}
return $response;
}
/**
* Send raw data to the POP3 server.
*
* @param string $string
*
* @return int
*/
protected function sendString($string)
{
if ($this->pop_conn) {
if ($this->do_debug >= self::DEBUG_CLIENT) { //Show client messages when debug >= 2
echo 'Client -> Server: ', $string;
}
return fwrite($this->pop_conn, $string, strlen($string));
}
return 0;
}
/**
* Checks the POP3 server response.
* Looks for for +OK or -ERR.
*
* @param string $string
*
* @return bool
*/
protected function checkResponse($string)
{
if (strpos($string, '+OK') !== 0) {
$this->setError("Server reported an error: $string");
return false;
}
return true;
}
/**
* Add an error to the internal error store.
* Also display debug output if it's enabled.
*
* @param string $error
*/
protected function setError($error)
{
$this->errors[] = $error;
if ($this->do_debug >= self::DEBUG_SERVER) {
echo '<pre>';
foreach ($this->errors as $e) {
print_r($e);
}
echo '</pre>';
}
}
/**
* Get an array of error messages, if any.
*
* @return array
*/
public function getErrors()
{
return $this->errors;
}
/**
* POP3 connection error handler.
*
* @param int $errno
* @param string $errstr
* @param string $errfile
* @param int $errline
*/
protected function catchWarning($errno, $errstr, $errfile, $errline)
{
$this->setError(
'Connecting to the POP3 server raised a PHP warning:' .
"errno: $errno errstr: $errstr; errfile: $errfile; errline: $errline"
);
}
}
<?php
/**
* PHPMailer RFC821 SMTP email transport class.
* PHP Version 5.5.
*
* @see https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
*
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
* @author Brent R. Matzelle (original founder)
* @copyright 2012 - 2020 Marcus Bointon
* @copyright 2010 - 2012 Jim Jagielski
* @copyright 2004 - 2009 Andy Prevost
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @note This program is distributed in the hope that it will be useful - WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE.
*/
namespace PHPMailer\PHPMailer;
/**
* PHPMailer RFC821 SMTP email transport class.
* Implements RFC 821 SMTP commands and provides some utility methods for sending mail to an SMTP server.
*
* @author Chris Ryan
* @author Marcus Bointon <phpmailer@synchromedia.co.uk>
*/
class SMTP
{
/**
* The PHPMailer SMTP version number.
*
* @var string
*/
const VERSION = '6.6.3';
/**
* SMTP line break constant.
*
* @var string
*/
const LE = "\r\n";
/**
* The SMTP port to use if one is not specified.
*
* @var int
*/
const DEFAULT_PORT = 25;
/**
* The maximum line length allowed by RFC 5321 section 4.5.3.1.6,
* *excluding* a trailing CRLF break.
*
* @see https://tools.ietf.org/html/rfc5321#section-4.5.3.1.6
*
* @var int
*/
const MAX_LINE_LENGTH = 998;
/**
* The maximum line length allowed for replies in RFC 5321 section 4.5.3.1.5,
* *including* a trailing CRLF line break.
*
* @see https://tools.ietf.org/html/rfc5321#section-4.5.3.1.5
*
* @var int
*/
const MAX_REPLY_LENGTH = 512;
/**
* Debug level for no output.
*
* @var int
*/
const DEBUG_OFF = 0;
/**
* Debug level to show client -> server messages.
*
* @var int
*/
const DEBUG_CLIENT = 1;
/**
* Debug level to show client -> server and server -> client messages.
*
* @var int
*/
const DEBUG_SERVER = 2;
/**
* Debug level to show connection status, client -> server and server -> client messages.
*
* @var int
*/
const DEBUG_CONNECTION = 3;
/**
* Debug level to show all messages.
*
* @var int
*/
const DEBUG_LOWLEVEL = 4;
/**
* Debug output level.
* Options:
* * self::DEBUG_OFF (`0`) No debug output, default
* * self::DEBUG_CLIENT (`1`) Client commands
* * self::DEBUG_SERVER (`2`) Client commands and server responses
* * self::DEBUG_CONNECTION (`3`) As DEBUG_SERVER plus connection status
* * self::DEBUG_LOWLEVEL (`4`) Low-level data output, all messages.
*
* @var int
*/
public $do_debug = self::DEBUG_OFF;
/**
* How to handle debug output.
* Options:
* * `echo` Output plain-text as-is, appropriate for CLI
* * `html` Output escaped, line breaks converted to `<br>`, appropriate for browser output
* * `error_log` Output to error log as configured in php.ini
* Alternatively, you can provide a callable expecting two params: a message string and the debug level:
*
* ```php
* $smtp->Debugoutput = function($str, $level) {echo "debug level $level; message: $str";};
* ```
*
* Alternatively, you can pass in an instance of a PSR-3 compatible logger, though only `debug`
* level output is used:
*
* ```php
* $mail->Debugoutput = new myPsr3Logger;
* ```
*
* @var string|callable|\Psr\Log\LoggerInterface
*/
public $Debugoutput = 'echo';
/**
* Whether to use VERP.
*
* @see http://en.wikipedia.org/wiki/Variable_envelope_return_path
* @see http://www.postfix.org/VERP_README.html Info on VERP
*
* @var bool
*/
public $do_verp = false;
/**
* The timeout value for connection, in seconds.
* Default of 5 minutes (300sec) is from RFC2821 section 4.5.3.2.
* This needs to be quite high to function correctly with hosts using greetdelay as an anti-spam measure.
*
* @see http://tools.ietf.org/html/rfc2821#section-4.5.3.2
*
* @var int
*/
public $Timeout = 300;
/**
* How long to wait for commands to complete, in seconds.
* Default of 5 minutes (300sec) is from RFC2821 section 4.5.3.2.
*
* @var int
*/
public $Timelimit = 300;
/**
* Patterns to extract an SMTP transaction id from reply to a DATA command.
* The first capture group in each regex will be used as the ID.
* MS ESMTP returns the message ID, which may not be correct for internal tracking.
*
* @var string[]
*/
protected $smtp_transaction_id_patterns = [
'exim' => '/[\d]{3} OK id=(.*)/',
'sendmail' => '/[\d]{3} 2.0.0 (.*) Message/',
'postfix' => '/[\d]{3} 2.0.0 Ok: queued as (.*)/',
'Microsoft_ESMTP' => '/[0-9]{3} 2.[\d].0 (.*)@(?:.*) Queued mail for delivery/',
'Amazon_SES' => '/[\d]{3} Ok (.*)/',
'SendGrid' => '/[\d]{3} Ok: queued as (.*)/',
'CampaignMonitor' => '/[\d]{3} 2.0.0 OK:([a-zA-Z\d]{48})/',
'Haraka' => '/[\d]{3} Message Queued \((.*)\)/',
'Mailjet' => '/[\d]{3} OK queued as (.*)/',
];
/**
* The last transaction ID issued in response to a DATA command,
* if one was detected.
*
* @var string|bool|null
*/
protected $last_smtp_transaction_id;
/**
* The socket for the server connection.
*
* @var ?resource
*/
protected $smtp_conn;
/**
* Error information, if any, for the last SMTP command.
*
* @var array
*/
protected $error = [
'error' => '',
'detail' => '',
'smtp_code' => '',
'smtp_code_ex' => '',
];
/**
* The reply the server sent to us for HELO.
* If null, no HELO string has yet been received.
*
* @var string|null
*/
protected $helo_rply;
/**
* The set of SMTP extensions sent in reply to EHLO command.
* Indexes of the array are extension names.
* Value at index 'HELO' or 'EHLO' (according to command that was sent)
* represents the server name. In case of HELO it is the only element of the array.
* Other values can be boolean TRUE or an array containing extension options.
* If null, no HELO/EHLO string has yet been received.
*
* @var array|null
*/
protected $server_caps;
/**
* The most recent reply received from the server.
*
* @var string
*/
protected $last_reply = '';
/**
* Output debugging info via a user-selected method.
*
* @param string $str Debug string to output
* @param int $level The debug level of this message; see DEBUG_* constants
*
* @see SMTP::$Debugoutput
* @see SMTP::$do_debug
*/
protected function edebug($str, $level = 0)
{
if ($level > $this->do_debug) {
return;
}
//Is this a PSR-3 logger?
if ($this->Debugoutput instanceof \Psr\Log\LoggerInterface) {
$this->Debugoutput->debug($str);
return;
}
//Avoid clash with built-in function names
if (is_callable($this->Debugoutput) && !in_array($this->Debugoutput, ['error_log', 'html', 'echo'])) {
call_user_func($this->Debugoutput, $str, $level);
return;
}
switch ($this->Debugoutput) {
case 'error_log':
//Don't output, just log
error_log($str);
break;
case 'html':
//Cleans up output a bit for a better looking, HTML-safe output
echo gmdate('Y-m-d H:i:s'), ' ', htmlentities(
preg_replace('/[\r\n]+/', '', $str),
ENT_QUOTES,
'UTF-8'
), "<br>\n";
break;
case 'echo':
default:
//Normalize line breaks
$str = preg_replace('/\r\n|\r/m', "\n", $str);
echo gmdate('Y-m-d H:i:s'),
"\t",
//Trim trailing space
trim(
//Indent for readability, except for trailing break
str_replace(
"\n",
"\n \t ",
trim($str)
)
),
"\n";
}
}
/**
* Connect to an SMTP server.
*
* @param string $host SMTP server IP or host name
* @param int $port The port number to connect to
* @param int $timeout How long to wait for the connection to open
* @param array $options An array of options for stream_context_create()
*
* @return bool
*/
public function connect($host, $port = null, $timeout = 30, $options = [])
{
//Clear errors to avoid confusion
$this->setError('');
//Make sure we are __not__ connected
if ($this->connected()) {
//Already connected, generate error
$this->setError('Already connected to a server');
return false;
}
if (empty($port)) {
$port = self::DEFAULT_PORT;
}
//Connect to the SMTP server
$this->edebug(
"Connection: opening to $host:$port, timeout=$timeout, options=" .
(count($options) > 0 ? var_export($options, true) : 'array()'),
self::DEBUG_CONNECTION
);
$this->smtp_conn = $this->getSMTPConnection($host, $port, $timeout, $options);
if ($this->smtp_conn === false) {
//Error info already set inside `getSMTPConnection()`
return false;
}
$this->edebug('Connection: opened', self::DEBUG_CONNECTION);
//Get any announcement
$this->last_reply = $this->get_lines();
$this->edebug('SERVER -> CLIENT: ' . $this->last_reply, self::DEBUG_SERVER);
$responseCode = (int)substr($this->last_reply, 0, 3);
if ($responseCode === 220) {
return true;
}
//Anything other than a 220 response means something went wrong
//RFC 5321 says the server will wait for us to send a QUIT in response to a 554 error
//https://tools.ietf.org/html/rfc5321#section-3.1
if ($responseCode === 554) {
$this->quit();
}
//This will handle 421 responses which may not wait for a QUIT (e.g. if the server is being shut down)
$this->edebug('Connection: closing due to error', self::DEBUG_CONNECTION);
$this->close();
return false;
}
/**
* Create connection to the SMTP server.
*
* @param string $host SMTP server IP or host name
* @param int $port The port number to connect to
* @param int $timeout How long to wait for the connection to open
* @param array $options An array of options for stream_context_create()
*
* @return false|resource
*/
protected function getSMTPConnection($host, $port = null, $timeout = 30, $options = [])
{
static $streamok;
//This is enabled by default since 5.0.0 but some providers disable it
//Check this once and cache the result
if (null === $streamok) {
$streamok = function_exists('stream_socket_client');
}
$errno = 0;
$errstr = '';
if ($streamok) {
$socket_context = stream_context_create($options);
set_error_handler([$this, 'errorHandler']);
$connection = stream_socket_client(
$host . ':' . $port,
$errno,
$errstr,
$timeout,
STREAM_CLIENT_CONNECT,
$socket_context
);
} else {
//Fall back to fsockopen which should work in more places, but is missing some features
$this->edebug(
'Connection: stream_socket_client not available, falling back to fsockopen',
self::DEBUG_CONNECTION
);
set_error_handler([$this, 'errorHandler']);
$connection = fsockopen(
$host,
$port,
$errno,
$errstr,
$timeout
);
}
restore_error_handler();
//Verify we connected properly
if (!is_resource($connection)) {
$this->setError(
'Failed to connect to server',
'',
(string) $errno,
$errstr
);
$this->edebug(
'SMTP ERROR: ' . $this->error['error']
. ": $errstr ($errno)",
self::DEBUG_CLIENT
);
return false;
}
//SMTP server can take longer to respond, give longer timeout for first read
//Windows does not have support for this timeout function
if (strpos(PHP_OS, 'WIN') !== 0) {
$max = (int)ini_get('max_execution_time');
//Don't bother if unlimited, or if set_time_limit is disabled
if (0 !== $max && $timeout > $max && strpos(ini_get('disable_functions'), 'set_time_limit') === false) {
@set_time_limit($timeout);
}
stream_set_timeout($connection, $timeout, 0);
}
return $connection;
}
/**
* Initiate a TLS (encrypted) session.
*
* @return bool
*/
public function startTLS()
{
if (!$this->sendCommand('STARTTLS', 'STARTTLS', 220)) {
return false;
}
//Allow the best TLS version(s) we can
$crypto_method = STREAM_CRYPTO_METHOD_TLS_CLIENT;
//PHP 5.6.7 dropped inclusion of TLS 1.1 and 1.2 in STREAM_CRYPTO_METHOD_TLS_CLIENT
//so add them back in manually if we can
if (defined('STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT')) {
$crypto_method |= STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT;
$crypto_method |= STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT;
}
//Begin encrypted connection
set_error_handler([$this, 'errorHandler']);
$crypto_ok = stream_socket_enable_crypto(
$this->smtp_conn,
true,
$crypto_method
);
restore_error_handler();
return (bool) $crypto_ok;
}
/**
* Perform SMTP authentication.
* Must be run after hello().
*
* @see hello()
*
* @param string $username The user name
* @param string $password The password
* @param string $authtype The auth type (CRAM-MD5, PLAIN, LOGIN, XOAUTH2)
* @param OAuthTokenProvider $OAuth An optional OAuthTokenProvider instance for XOAUTH2 authentication
*
* @return bool True if successfully authenticated
*/
public function authenticate(
$username,
$password,
$authtype = null,
$OAuth = null
) {
if (!$this->server_caps) {
$this->setError('Authentication is not allowed before HELO/EHLO');
return false;
}
if (array_key_exists('EHLO', $this->server_caps)) {
//SMTP extensions are available; try to find a proper authentication method
if (!array_key_exists('AUTH', $this->server_caps)) {
$this->setError('Authentication is not allowed at this stage');
//'at this stage' means that auth may be allowed after the stage changes
//e.g. after STARTTLS
return false;
}
$this->edebug('Auth method requested: ' . ($authtype ?: 'UNSPECIFIED'), self::DEBUG_LOWLEVEL);
$this->edebug(
'Auth methods available on the server: ' . implode(',', $this->server_caps['AUTH']),
self::DEBUG_LOWLEVEL
);
//If we have requested a specific auth type, check the server supports it before trying others
if (null !== $authtype && !in_array($authtype, $this->server_caps['AUTH'], true)) {
$this->edebug('Requested auth method not available: ' . $authtype, self::DEBUG_LOWLEVEL);
$authtype = null;
}
if (empty($authtype)) {
//If no auth mechanism is specified, attempt to use these, in this order
//Try CRAM-MD5 first as it's more secure than the others
foreach (['CRAM-MD5', 'LOGIN', 'PLAIN', 'XOAUTH2'] as $method) {
if (in_array($method, $this->server_caps['AUTH'], true)) {
$authtype = $method;
break;
}
}
if (empty($authtype)) {
$this->setError('No supported authentication methods found');
return false;
}
$this->edebug('Auth method selected: ' . $authtype, self::DEBUG_LOWLEVEL);
}
if (!in_array($authtype, $this->server_caps['AUTH'], true)) {
$this->setError("The requested authentication method \"$authtype\" is not supported by the server");
return false;
}
} elseif (empty($authtype)) {
$authtype = 'LOGIN';
}
switch ($authtype) {
case 'PLAIN':
//Start authentication
if (!$this->sendCommand('AUTH', 'AUTH PLAIN', 334)) {
return false;
}
//Send encoded username and password
if (
//Format from https://tools.ietf.org/html/rfc4616#section-2
//We skip the first field (it's forgery), so the string starts with a null byte
!$this->sendCommand(
'User & Password',
base64_encode("\0" . $username . "\0" . $password),
235
)
) {
return false;
}
break;
case 'LOGIN':
//Start authentication
if (!$this->sendCommand('AUTH', 'AUTH LOGIN', 334)) {
return false;
}
if (!$this->sendCommand('Username', base64_encode($username), 334)) {
return false;
}
if (!$this->sendCommand('Password', base64_encode($password), 235)) {
return false;
}
break;
case 'CRAM-MD5':
//Start authentication
if (!$this->sendCommand('AUTH CRAM-MD5', 'AUTH CRAM-MD5', 334)) {
return false;
}
//Get the challenge
$challenge = base64_decode(substr($this->last_reply, 4));
//Build the response
$response = $username . ' ' . $this->hmac($challenge, $password);
//send encoded credentials
return $this->sendCommand('Username', base64_encode($response), 235);
case 'XOAUTH2':
//The OAuth instance must be set up prior to requesting auth.
if (null === $OAuth) {
return false;
}
$oauth = $OAuth->getOauth64();
//Start authentication
if (!$this->sendCommand('AUTH', 'AUTH XOAUTH2 ' . $oauth, 235)) {
return false;
}
break;
default:
$this->setError("Authentication method \"$authtype\" is not supported");
return false;
}
return true;
}
/**
* Calculate an MD5 HMAC hash.
* Works like hash_hmac('md5', $data, $key)
* in case that function is not available.
*
* @param string $data The data to hash
* @param string $key The key to hash with
*
* @return string
*/
protected function hmac($data, $key)
{
if (function_exists('hash_hmac')) {
return hash_hmac('md5', $data, $key);
}
//The following borrowed from
//http://php.net/manual/en/function.mhash.php#27225
//RFC 2104 HMAC implementation for php.
//Creates an md5 HMAC.
//Eliminates the need to install mhash to compute a HMAC
//by Lance Rushing
$bytelen = 64; //byte length for md5
if (strlen($key) > $bytelen) {
$key = pack('H*', md5($key));
}
$key = str_pad($key, $bytelen, chr(0x00));
$ipad = str_pad('', $bytelen, chr(0x36));
$opad = str_pad('', $bytelen, chr(0x5c));
$k_ipad = $key ^ $ipad;
$k_opad = $key ^ $opad;
return md5($k_opad . pack('H*', md5($k_ipad . $data)));
}
/**
* Check connection state.
*
* @return bool True if connected
*/
public function connected()
{
if (is_resource($this->smtp_conn)) {
$sock_status = stream_get_meta_data($this->smtp_conn);
if ($sock_status['eof']) {
//The socket is valid but we are not connected
$this->edebug(
'SMTP NOTICE: EOF caught while checking if connected',
self::DEBUG_CLIENT
);
$this->close();
return false;
}
return true; //everything looks good
}
return false;
}
/**
* Close the socket and clean up the state of the class.
* Don't use this function without first trying to use QUIT.
*
* @see quit()
*/
public function close()
{
$this->setError('');
$this->server_caps = null;
$this->helo_rply = null;
if (is_resource($this->smtp_conn)) {
//Close the connection and cleanup
fclose($this->smtp_conn);
$this->smtp_conn = null; //Makes for cleaner serialization
$this->edebug('Connection: closed', self::DEBUG_CONNECTION);
}
}
/**
* Send an SMTP DATA command.
* Issues a data command and sends the msg_data to the server,
* finalizing the mail transaction. $msg_data is the message
* that is to be send with the headers. Each header needs to be
* on a single line followed by a <CRLF> with the message headers
* and the message body being separated by an additional <CRLF>.
* Implements RFC 821: DATA <CRLF>.
*
* @param string $msg_data Message data to send
*
* @return bool
*/
public function data($msg_data)
{
//This will use the standard timelimit
if (!$this->sendCommand('DATA', 'DATA', 354)) {
return false;
}
/* The server is ready to accept data!
* According to rfc821 we should not send more than 1000 characters on a single line (including the LE)
* so we will break the data up into lines by \r and/or \n then if needed we will break each of those into
* smaller lines to fit within the limit.
* We will also look for lines that start with a '.' and prepend an additional '.'.
* NOTE: this does not count towards line-length limit.
*/
//Normalize line breaks before exploding
$lines = explode("\n", str_replace(["\r\n", "\r"], "\n", $msg_data));
/* To distinguish between a complete RFC822 message and a plain message body, we check if the first field
* of the first line (':' separated) does not contain a space then it _should_ be a header and we will
* process all lines before a blank line as headers.
*/
$field = substr($lines[0], 0, strpos($lines[0], ':'));
$in_headers = false;
if (!empty($field) && strpos($field, ' ') === false) {
$in_headers = true;
}
foreach ($lines as $line) {
$lines_out = [];
if ($in_headers && $line === '') {
$in_headers = false;
}
//Break this line up into several smaller lines if it's too long
//Micro-optimisation: isset($str[$len]) is faster than (strlen($str) > $len),
while (isset($line[self::MAX_LINE_LENGTH])) {
//Working backwards, try to find a space within the last MAX_LINE_LENGTH chars of the line to break on
//so as to avoid breaking in the middle of a word
$pos = strrpos(substr($line, 0, self::MAX_LINE_LENGTH), ' ');
//Deliberately matches both false and 0
if (!$pos) {
//No nice break found, add a hard break
$pos = self::MAX_LINE_LENGTH - 1;
$lines_out[] = substr($line, 0, $pos);
$line = substr($line, $pos);
} else {
//Break at the found point
$lines_out[] = substr($line, 0, $pos);
//Move along by the amount we dealt with
$line = substr($line, $pos + 1);
}
//If processing headers add a LWSP-char to the front of new line RFC822 section 3.1.1
if ($in_headers) {
$line = "\t" . $line;
}
}
$lines_out[] = $line;
//Send the lines to the server
foreach ($lines_out as $line_out) {
//Dot-stuffing as per RFC5321 section 4.5.2
//https://tools.ietf.org/html/rfc5321#section-4.5.2
if (!empty($line_out) && $line_out[0] === '.') {
$line_out = '.' . $line_out;
}
$this->client_send($line_out . static::LE, 'DATA');
}
}
//Message data has been sent, complete the command
//Increase timelimit for end of DATA command
$savetimelimit = $this->Timelimit;
$this->Timelimit *= 2;
$result = $this->sendCommand('DATA END', '.', 250);
$this->recordLastTransactionID();
//Restore timelimit
$this->Timelimit = $savetimelimit;
return $result;
}
/**
* Send an SMTP HELO or EHLO command.
* Used to identify the sending server to the receiving server.
* This makes sure that client and server are in a known state.
* Implements RFC 821: HELO <SP> <domain> <CRLF>
* and RFC 2821 EHLO.
*
* @param string $host The host name or IP to connect to
*
* @return bool
*/
public function hello($host = '')
{
//Try extended hello first (RFC 2821)
if ($this->sendHello('EHLO', $host)) {
return true;
}
//Some servers shut down the SMTP service here (RFC 5321)
if (substr($this->helo_rply, 0, 3) == '421') {
return false;
}
return $this->sendHello('HELO', $host);
}
/**
* Send an SMTP HELO or EHLO command.
* Low-level implementation used by hello().
*
* @param string $hello The HELO string
* @param string $host The hostname to say we are
*
* @return bool
*
* @see hello()
*/
protected function sendHello($hello, $host)
{
$noerror = $this->sendCommand($hello, $hello . ' ' . $host, 250);
$this->helo_rply = $this->last_reply;
if ($noerror) {
$this->parseHelloFields($hello);
} else {
$this->server_caps = null;
}
return $noerror;
}
/**
* Parse a reply to HELO/EHLO command to discover server extensions.
* In case of HELO, the only parameter that can be discovered is a server name.
*
* @param string $type `HELO` or `EHLO`
*/
protected function parseHelloFields($type)
{
$this->server_caps = [];
$lines = explode("\n", $this->helo_rply);
foreach ($lines as $n => $s) {
//First 4 chars contain response code followed by - or space
$s = trim(substr($s, 4));
if (empty($s)) {
continue;
}
$fields = explode(' ', $s);
if (!empty($fields)) {
if (!$n) {
$name = $type;
$fields = $fields[0];
} else {
$name = array_shift($fields);
switch ($name) {
case 'SIZE':
$fields = ($fields ? $fields[0] : 0);
break;
case 'AUTH':
if (!is_array($fields)) {
$fields = [];
}
break;
default:
$fields = true;
}
}
$this->server_caps[$name] = $fields;
}
}
}
/**
* Send an SMTP MAIL command.
* Starts a mail transaction from the email address specified in
* $from. Returns true if successful or false otherwise. If True
* the mail transaction is started and then one or more recipient
* commands may be called followed by a data command.
* Implements RFC 821: MAIL <SP> FROM:<reverse-path> <CRLF>.
*
* @param string $from Source address of this message
*
* @return bool
*/
public function mail($from)
{
$useVerp = ($this->do_verp ? ' XVERP' : '');
return $this->sendCommand(
'MAIL FROM',
'MAIL FROM:<' . $from . '>' . $useVerp,
250
);
}
/**
* Send an SMTP QUIT command.
* Closes the socket if there is no error or the $close_on_error argument is true.
* Implements from RFC 821: QUIT <CRLF>.
*
* @param bool $close_on_error Should the connection close if an error occurs?
*
* @return bool
*/
public function quit($close_on_error = true)
{
$noerror = $this->sendCommand('QUIT', 'QUIT', 221);
$err = $this->error; //Save any error
if ($noerror || $close_on_error) {
$this->close();
$this->error = $err; //Restore any error from the quit command
}
return $noerror;
}
/**
* Send an SMTP RCPT command.
* Sets the TO argument to $toaddr.
* Returns true if the recipient was accepted false if it was rejected.
* Implements from RFC 821: RCPT <SP> TO:<forward-path> <CRLF>.
*
* @param string $address The address the message is being sent to
* @param string $dsn Comma separated list of DSN notifications. NEVER, SUCCESS, FAILURE
* or DELAY. If you specify NEVER all other notifications are ignored.
*
* @return bool
*/
public function recipient($address, $dsn = '')
{
if (empty($dsn)) {
$rcpt = 'RCPT TO:<' . $address . '>';
} else {
$dsn = strtoupper($dsn);
$notify = [];
if (strpos($dsn, 'NEVER') !== false) {
$notify[] = 'NEVER';
} else {
foreach (['SUCCESS', 'FAILURE', 'DELAY'] as $value) {
if (strpos($dsn, $value) !== false) {
$notify[] = $value;
}
}
}
$rcpt = 'RCPT TO:<' . $address . '> NOTIFY=' . implode(',', $notify);
}
return $this->sendCommand(
'RCPT TO',
$rcpt,
[250, 251]
);
}
/**
* Send an SMTP RSET command.
* Abort any transaction that is currently in progress.
* Implements RFC 821: RSET <CRLF>.
*
* @return bool True on success
*/
public function reset()
{
return $this->sendCommand('RSET', 'RSET', 250);
}
/**
* Send a command to an SMTP server and check its return code.
*
* @param string $command The command name - not sent to the server
* @param string $commandstring The actual command to send
* @param int|array $expect One or more expected integer success codes
*
* @return bool True on success
*/
protected function sendCommand($command, $commandstring, $expect)
{
if (!$this->connected()) {
$this->setError("Called $command without being connected");
return false;
}
//Reject line breaks in all commands
if ((strpos($commandstring, "\n") !== false) || (strpos($commandstring, "\r") !== false)) {
$this->setError("Command '$command' contained line breaks");
return false;
}
$this->client_send($commandstring . static::LE, $command);
$this->last_reply = $this->get_lines();
//Fetch SMTP code and possible error code explanation
$matches = [];
if (preg_match('/^([\d]{3})[ -](?:([\d]\\.[\d]\\.[\d]{1,2}) )?/', $this->last_reply, $matches)) {
$code = (int) $matches[1];
$code_ex = (count($matches) > 2 ? $matches[2] : null);
//Cut off error code from each response line
$detail = preg_replace(
"/{$code}[ -]" .
($code_ex ? str_replace('.', '\\.', $code_ex) . ' ' : '') . '/m',
'',
$this->last_reply
);
} else {
//Fall back to simple parsing if regex fails
$code = (int) substr($this->last_reply, 0, 3);
$code_ex = null;
$detail = substr($this->last_reply, 4);
}
$this->edebug('SERVER -> CLIENT: ' . $this->last_reply, self::DEBUG_SERVER);
if (!in_array($code, (array) $expect, true)) {
$this->setError(
"$command command failed",
$detail,
$code,
$code_ex
);
$this->edebug(
'SMTP ERROR: ' . $this->error['error'] . ': ' . $this->last_reply,
self::DEBUG_CLIENT
);
return false;
}
//Don't clear the error store when using keepalive
if ($command !== 'RSET') {
$this->setError('');
}
return true;
}
/**
* Send an SMTP SAML command.
* Starts a mail transaction from the email address specified in $from.
* Returns true if successful or false otherwise. If True
* the mail transaction is started and then one or more recipient
* commands may be called followed by a data command. This command
* will send the message to the users terminal if they are logged
* in and send them an email.
* Implements RFC 821: SAML <SP> FROM:<reverse-path> <CRLF>.
*
* @param string $from The address the message is from
*
* @return bool
*/
public function sendAndMail($from)
{
return $this->sendCommand('SAML', "SAML FROM:$from", 250);
}
/**
* Send an SMTP VRFY command.
*
* @param string $name The name to verify
*
* @return bool
*/
public function verify($name)
{
return $this->sendCommand('VRFY', "VRFY $name", [250, 251]);
}
/**
* Send an SMTP NOOP command.
* Used to keep keep-alives alive, doesn't actually do anything.
*
* @return bool
*/
public function noop()
{
return $this->sendCommand('NOOP', 'NOOP', 250);
}
/**
* Send an SMTP TURN command.
* This is an optional command for SMTP that this class does not support.
* This method is here to make the RFC821 Definition complete for this class
* and _may_ be implemented in future.
* Implements from RFC 821: TURN <CRLF>.
*
* @return bool
*/
public function turn()
{
$this->setError('The SMTP TURN command is not implemented');
$this->edebug('SMTP NOTICE: ' . $this->error['error'], self::DEBUG_CLIENT);
return false;
}
/**
* Send raw data to the server.
*
* @param string $data The data to send
* @param string $command Optionally, the command this is part of, used only for controlling debug output
*
* @return int|bool The number of bytes sent to the server or false on error
*/
public function client_send($data, $command = '')
{
//If SMTP transcripts are left enabled, or debug output is posted online
//it can leak credentials, so hide credentials in all but lowest level
if (
self::DEBUG_LOWLEVEL > $this->do_debug &&
in_array($command, ['User & Password', 'Username', 'Password'], true)
) {
$this->edebug('CLIENT -> SERVER: [credentials hidden]', self::DEBUG_CLIENT);
} else {
$this->edebug('CLIENT -> SERVER: ' . $data, self::DEBUG_CLIENT);
}
set_error_handler([$this, 'errorHandler']);
$result = fwrite($this->smtp_conn, $data);
restore_error_handler();
return $result;
}
/**
* Get the latest error.
*
* @return array
*/
public function getError()
{
return $this->error;
}
/**
* Get SMTP extensions available on the server.
*
* @return array|null
*/
public function getServerExtList()
{
return $this->server_caps;
}
/**
* Get metadata about the SMTP server from its HELO/EHLO response.
* The method works in three ways, dependent on argument value and current state:
* 1. HELO/EHLO has not been sent - returns null and populates $this->error.
* 2. HELO has been sent -
* $name == 'HELO': returns server name
* $name == 'EHLO': returns boolean false
* $name == any other string: returns null and populates $this->error
* 3. EHLO has been sent -
* $name == 'HELO'|'EHLO': returns the server name
* $name == any other string: if extension $name exists, returns True
* or its options (e.g. AUTH mechanisms supported). Otherwise returns False.
*
* @param string $name Name of SMTP extension or 'HELO'|'EHLO'
*
* @return string|bool|null
*/
public function getServerExt($name)
{
if (!$this->server_caps) {
$this->setError('No HELO/EHLO was sent');
return null;
}
if (!array_key_exists($name, $this->server_caps)) {
if ('HELO' === $name) {
return $this->server_caps['EHLO'];
}
if ('EHLO' === $name || array_key_exists('EHLO', $this->server_caps)) {
return false;
}
$this->setError('HELO handshake was used; No information about server extensions available');
return null;
}
return $this->server_caps[$name];
}
/**
* Get the last reply from the server.
*
* @return string
*/
public function getLastReply()
{
return $this->last_reply;
}
/**
* Read the SMTP server's response.
* Either before eof or socket timeout occurs on the operation.
* With SMTP we can tell if we have more lines to read if the
* 4th character is '-' symbol. If it is a space then we don't
* need to read anything else.
*
* @return string
*/
protected function get_lines()
{
//If the connection is bad, give up straight away
if (!is_resource($this->smtp_conn)) {
return '';
}
$data = '';
$endtime = 0;
stream_set_timeout($this->smtp_conn, $this->Timeout);
if ($this->Timelimit > 0) {
$endtime = time() + $this->Timelimit;
}
$selR = [$this->smtp_conn];
$selW = null;
while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) {
//Must pass vars in here as params are by reference
//solution for signals inspired by https://github.com/symfony/symfony/pull/6540
set_error_handler([$this, 'errorHandler']);
$n = stream_select($selR, $selW, $selW, $this->Timelimit);
restore_error_handler();
if ($n === false) {
$message = $this->getError()['detail'];
$this->edebug(
'SMTP -> get_lines(): select failed (' . $message . ')',
self::DEBUG_LOWLEVEL
);
//stream_select returns false when the `select` system call is interrupted
//by an incoming signal, try the select again
if (stripos($message, 'interrupted system call') !== false) {
$this->edebug(
'SMTP -> get_lines(): retrying stream_select',
self::DEBUG_LOWLEVEL
);
$this->setError('');
continue;
}
break;
}
if (!$n) {
$this->edebug(
'SMTP -> get_lines(): select timed-out in (' . $this->Timelimit . ' sec)',
self::DEBUG_LOWLEVEL
);
break;
}
//Deliberate noise suppression - errors are handled afterwards
$str = @fgets($this->smtp_conn, self::MAX_REPLY_LENGTH);
$this->edebug('SMTP INBOUND: "' . trim($str) . '"', self::DEBUG_LOWLEVEL);
$data .= $str;
//If response is only 3 chars (not valid, but RFC5321 S4.2 says it must be handled),
//or 4th character is a space or a line break char, we are done reading, break the loop.
//String array access is a significant micro-optimisation over strlen
if (!isset($str[3]) || $str[3] === ' ' || $str[3] === "\r" || $str[3] === "\n") {
break;
}
//Timed-out? Log and break
$info = stream_get_meta_data($this->smtp_conn);
if ($info['timed_out']) {
$this->edebug(
'SMTP -> get_lines(): stream timed-out (' . $this->Timeout . ' sec)',
self::DEBUG_LOWLEVEL
);
break;
}
//Now check if reads took too long
if ($endtime && time() > $endtime) {
$this->edebug(
'SMTP -> get_lines(): timelimit reached (' .
$this->Timelimit . ' sec)',
self::DEBUG_LOWLEVEL
);
break;
}
}
return $data;
}
/**
* Enable or disable VERP address generation.
*
* @param bool $enabled
*/
public function setVerp($enabled = false)
{
$this->do_verp = $enabled;
}
/**
* Get VERP address generation mode.
*
* @return bool
*/
public function getVerp()
{
return $this->do_verp;
}
/**
* Set error messages and codes.
*
* @param string $message The error message
* @param string $detail Further detail on the error
* @param string $smtp_code An associated SMTP error code
* @param string $smtp_code_ex Extended SMTP code
*/
protected function setError($message, $detail = '', $smtp_code = '', $smtp_code_ex = '')
{
$this->error = [
'error' => $message,
'detail' => $detail,
'smtp_code' => $smtp_code,
'smtp_code_ex' => $smtp_code_ex,
];
}
/**
* Set debug output method.
*
* @param string|callable $method The name of the mechanism to use for debugging output, or a callable to handle it
*/
public function setDebugOutput($method = 'echo')
{
$this->Debugoutput = $method;
}
/**
* Get debug output method.
*
* @return string
*/
public function getDebugOutput()
{
return $this->Debugoutput;
}
/**
* Set debug output level.
*
* @param int $level
*/
public function setDebugLevel($level = 0)
{
$this->do_debug = $level;
}
/**
* Get debug output level.
*
* @return int
*/
public function getDebugLevel()
{
return $this->do_debug;
}
/**
* Set SMTP timeout.
*
* @param int $timeout The timeout duration in seconds
*/
public function setTimeout($timeout = 0)
{
$this->Timeout = $timeout;
}
/**
* Get SMTP timeout.
*
* @return int
*/
public function getTimeout()
{
return $this->Timeout;
}
/**
* Reports an error number and string.
*
* @param int $errno The error number returned by PHP
* @param string $errmsg The error message returned by PHP
* @param string $errfile The file the error occurred in
* @param int $errline The line number the error occurred on
*/
protected function errorHandler($errno, $errmsg, $errfile = '', $errline = 0)
{
$notice = 'Connection failed.';
$this->setError(
$notice,
$errmsg,
(string) $errno
);
$this->edebug(
"$notice Error #$errno: $errmsg [$errfile line $errline]",
self::DEBUG_CONNECTION
);
}
/**
* Extract and return the ID of the last SMTP transaction based on
* a list of patterns provided in SMTP::$smtp_transaction_id_patterns.
* Relies on the host providing the ID in response to a DATA command.
* If no reply has been received yet, it will return null.
* If no pattern was matched, it will return false.
*
* @return bool|string|null
*/
protected function recordLastTransactionID()
{
$reply = $this->getLastReply();
if (empty($reply)) {
$this->last_smtp_transaction_id = null;
} else {
$this->last_smtp_transaction_id = false;
foreach ($this->smtp_transaction_id_patterns as $smtp_transaction_id_pattern) {
$matches = [];
if (preg_match($smtp_transaction_id_pattern, $reply, $matches)) {
$this->last_smtp_transaction_id = trim($matches[1]);
break;
}
}
}
return $this->last_smtp_transaction_id;
}
/**
* Get the queue/transaction ID of the last SMTP transaction
* If no reply has been received yet, it will return null.
* If no pattern was matched, it will return false.
*
* @return bool|string|null
*
* @see recordLastTransactionID()
*/
public function getLastTransactionID()
{
return $this->last_smtp_transaction_id;
}
}
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Google Tag Manager-->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5MVZG2P');
</script>
<!-- End Google Tag Manager-->
<meta charset="utf-8">
<title>M&amp;Aガイドラインページ | Byside株式会社(バイサイド株式会社)</title>
<meta name="description" content="中小M&amp;Aガイドラインの遵守に関する記載です。本記載事項は、弊社 Byside株式会社が、中小企業庁が定める「中小 M&amp;A ガイドライン」に記載されている事項について、遵守すべき事項を宣言したものを、お客様に説明するための記載です。- Byside株式会社(バイサイド株式会社)">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<!-- OGP-->
<meta property="og:title" content="M&Aガイドラインページ | Byside株式会社(バイサイド株式会社)">
<meta property="og:url" content="https://byside.co.jp/about/guidline.html">
<meta property="og:description" content="中小M&Aガイドラインの遵守に関する記載です。本記載事項は、弊社 Byside株式会社が、中小企業庁が定める「中小 M&A ガイドライン」に記載されている事項について、遵守すべき事項を宣言したものを、お客様に説明するための記載です。- Byside株式会社(バイサイド株式会社)">
<meta property="og:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<meta property="og:site_name" content="Byside">
<meta property="og:type" content="website">
<!-- Twitter-->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="M&Aガイドラインページ | Byside株式会社(バイサイド株式会社)">
<meta property="twitter:description" content="中小M&Aガイドラインの遵守に関する記載です。本記載事項は、弊社 Byside株式会社が、中小企業庁が定める「中小 M&A ガイドライン」に記載されている事項について、遵守すべき事項を宣言したものを、お客様に説明するための記載です。- Byside株式会社(バイサイド株式会社)">
<meta property="twitter:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<!-- 共通CSS-->
<link rel="stylesheet" href="/assets/styles/common.min.css">
<!-- ページ個別CSS-->
<link rel="stylesheet" href="/assets/styles/guideline.min.css">
<!-- ファビコン-->
<link rel="icon" href="/assets/img/share/favicon.ico">
<!-- フォント-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto+Slab:wght@400;500&amp;display=swap" rel="stylesheet">
<!-- swiperCSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- swiperJS-->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- jquery-->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- 共通JS-->
<script src="/assets/js/common.js"></script>
<!-- マグニフィックポップアップ-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- throttle-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript)-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5MVZG2P" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript)-->
<div class="page">
<header id="header">
<div class="header__inner">
<h2 class="header__title"><a href="/"><img src="/assets/img/logo-main.svg" alt="Byside"></a></h2>
<nav class="header__nav">
<ul class="header__navList onlyPC">
<li class="header__navItem"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
</ul><a class="header__contact" href="/#contact"><span class="header__contactLogo"><span class="header__contactIcon">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></span>
<p class="header__contactText">お問い合わせ</p></a>
</nav>
</div>
<div class="header__navButtonWrap">
<div class="header__navButton onlySP" id="header__navButton01"><span></span><span></span><span></span></div>
</div>
<div class="header__SPNav" id="header__SPNav01">
<div class="header__SPNavInner">
<ul class="header__NavList">
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/assignment.html"><span class="header__navItemDetail">譲渡・売却・事業継承をお考えの方</span></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/acquisitions.html"><span class="header__navItemDetail">譲受・買収をご希望の方</span></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/ma.html"><span class="header__navItemDetail">M&A事業者の方</span></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/#consultants"><span class="header__navItemDetail">代表コンサルタント</span></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
<li class="header__navItemContact" id="header__navItem01"><a href="/#contact">
<div class="header__navItemContactContent">
<div class="header__navItemContactImage"><span class="header__contactLogo">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="17" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></div>
<p class="header__navItemContactText">お問い合わせ</p>
</div></a></li>
</ul>
</div>
</div>
</header>
<header class="--small --heightGet" id="headerSmall">
<div class="header__inner">
<h2 class="header__title"><a href="/"><img src="/assets/img/logo-main.svg" alt="Byside"></a></h2>
<nav class="header__nav">
<ul class="header__navList onlyPC">
<li class="header__navItem"><a class="header__navItemLink" href="/#service">
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/business/">
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#about">
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#company">
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/faq/">
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
</ul><a class="header__contact" href="/#contact"><span class="header__contactLogo"><span class="header__contactIcon">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></span>
<p class="header__contactText">お問い合わせ</p></a>
</nav>
</div>
<div class="header__navButtonWrap">
<div class="header__navButton onlySP"><span></span><span></span><span></span></div>
</div>
<div class="header__SPNav">
<div class="header__SPNavInner">
<ul class="header__NavList">
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/assignment.html"><span class="header__navItemDetail">譲渡・売却・事業継承をお考えの方</span></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/acquisitions.html"><span class="header__navItemDetail">譲受・買収をご希望の方</span></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/ma.html"><span class="header__navItemDetail">M&A事業者の方</span></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/#consultants"><span class="header__navItemDetail">代表コンサルタント</span></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
<li class="header__navItemContact" id="header__navItem"><a href="/#contact">
<div class="header__navItemContactContent">
<div class="header__navItemContactImage"><span class="header__contactLogo">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="17" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></div>
<p class="header__navItemContactText">お問い合わせ</p>
</div></a></li>
</ul>
</div>
</div>
</header>
<div class="guildline">
<div class="guildline__band">
<h1 class="guildline__bandTitle"><span class="guildline__bandEnglish">M&A Guidline</span><span class="guildline__bandJapanese">中小M&Aガイドライン遵守に関して</span></h1>
</div>
<div class="contentsInner">
<div class="guildline__introduce">本記載事項は、弊社 Byside株式会社が、中小企業庁が定める「中小 M&A ガイドライン」に記載されている事項について、<br class="onlyPC">遵守すべき事項を宣言したものを、お客様に説明するための記載です。</div>
<div class="guildline__boxWrap">
<div class="guildline__box">
<div class="guildline__title">1. 中小M&Aガイドラインについて</div>
<div class="guildline__descriptionWrap">
<div class="guildline__description">2020年3月に中小企業庁より「中小M&Aガイドライン」が発表されました。同ガイドラインは、M&Aを検討する中小企業の経営者の不安を払拭するために、M&Aの基本的な事項や手数料の目安を示すとともに、適切なM&Aのための行動指針を提示するものとして策定されました。<br>ガイドラインは「後継者不在の中小企業向けの手引き」と「支援機関向けの基本事項」の2つの内容で構成されています。M&Aの総合的なガイドラインとして、事業承継型M&Aを検討されている皆様およびM&A支援機関の双方に対して適切な進め方を提示する有益な内容となっておりますので、ぜひご一読ください。</div>
<div class="guildline__miniTitle">「中小M&Aガイドライン」の概要</div>
<div class="guildline__overview">中小企業庁『「中小M&Aガイドライン」を策定しました』(2020年3月31日)</div>
<div class="guildline__linkWrap"><a class="guildline__link" href="https://www.meti.go.jp/press/2019/03/20200331001/20200331001.html" target="_blank">https://www.meti.go.jp/press/2019/03/20200331001/20200331001.html</a></div>
</div>
</div>
<div class="guildline__box">
<div class="guildline__title">2. M&A支援機関に係る登録制度について</div>
<div class="guildline__descriptionWrap">
<div class="guildline__description">中小企業が安心してM&Aに取り組む基盤を構築することを目的に、中小企業庁は2021年8月に「M&A支援機関登録制度」を創設しました。M&A仲介業務またはファイナンシャルアドバイザー業務を行う者を対象とし、同庁が策定した「中小M&Aガイドライン」を遵守することをはじめとした一定の要件を満たす支援機関が、審査を経て登録されます。</div>
<div class="guildline__miniTitle">「M&A支援機関に係る登録制度」の概要</div>
<div class="guildline__overview">中小企業庁『M&A支援機関に係る登録制度の創設について』(2021年8月2日)</div>
<div class="guildline__linkWrap"><a class="guildline__link" href="https://www.chusho.meti.go.jp/zaimu/shoukei/2021/210802m_and_a.html" target="_blank">https://www.chusho.meti.go.jp/zaimu/shoukei/2021/210802m_and_a.html</a></div>
</div>
</div>
<div class="guildline__box">
<div class="guildline__title">3. 当社における取組み</div>
<div class="guildline__descriptionWrap">
<div class="guildline__description">バイサイド株式会社は、「M&A支援機関に係る登録制度」においてM&A支援機関として登録されております。当社は「中小M&Aガイドライン」を遵守し、誰でも取り組めるM&Aの実現を目指して、お客様の立場に立つことにこだわったコンサルティングを行って参ります。</div>
</div>
</div>
</div>
<div class="attemptWrap">
<div class="attempt">
<table class="attempt__box">
<tr>
<th class="attempt__head">Ⅰ 支援機関としての基本姿勢</th>
<th class="attempt__head">当社の方針</th>
</tr>
<tr>
<td class="attempt__data">
<div class="attempt__title">1 依頼者(顧客)の利益の最大化</div>
<ul class="attemptList">
<li class="attemptList__item">・仲介者・FAや士業等専門家は、手続きの各段階で、重要な判断を依頼者(顧客)に求める場合には、十分に説明して納得を得た上で進める必要がある。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">譲渡側・譲受側のどちらかに偏った助言にならないよう、適時公平で適切な説明を行い、各段階ごとにご納得をいただいた上で手続きを進めることを徹底しております。</div>
</td>
</tr>
<tr>
<td class="attempt__data">
<div class="attempt__title">2 それぞれの役割に応じた適切な支援</div>
<ul class="attemptList">
<li class="attemptList__item">・M&A専門業者は、マッチングやその後の諸手続の進捗管理等、総合的な支援を行う。</li>
<li class="attemptList__item">・中小M&A支援に携わる者は、本ガイドラインで示した基本的な事項を適切に実施するとともに、必要な研鑽を重ね、中小M&A支援の質の向上に尽力することが望まれる。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">コンサルタントの知識・技能習得に向けて、社内研修の充実化やナレッジの共有、また弁護士や会計士、税理士など外部専門家による支援ネットワークを構築するなど、継続的な技能向上に努めております。</div>
</td>
</tr>
<tr>
<td class="attempt__data">
<div class="attempt__title">3 支援機関間の連携</div>
<ul class="attemptList">
<li class="attemptList__item">・各支援機関は、自ら全てを抱え込むのではなく、必要に応じ、他の支援機関と積極的に連携することが望まれる。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">1件でも多くのM&Aをご成約に導けるよう、外部の金融機関、士業等専門家、事業承継・引継ぎ支援センター等の他、業界の枠組みを越え積極的な組織連携を行っております。</div>
</td>
</tr>
</table>
</div>
<div class="attempt">
<table class="attempt__box">
<tr>
<th class="attempt__head">Ⅱ M&A専門業者</th>
<th class="attempt__head">当社の方針</th>
</tr>
<tr>
<td class="attempt__data">
<div class="attempt__title">1 M&A専門業者による中小M&A支援の特色</div>
<ul class="attemptList">
<li class="attemptList__item">・M&A専門業者は、M&Aの仲介業務やFA業務に従事する専門業者であり、M&A専門業者は、M&Aの仲介業務やFA業務に従事する専門業者であり、中小M&Aの実現にとって重要な役割を有する支援機関である。</li>
<li class="attemptList__item">・中小M&Aを支援する際には、マッチング能力や交渉に係る調整ノウハウ、更に、財務・税務・法務といった分野の専門知識が不可欠となるケースが多くあるが、支援経験や知見の乏しいM&A専門業者等の場合には、適切に業務を進められないおそれがあると言える。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">当社は2022年の創業の企業ではありますが、代表以下ほとんどのメンバーがM&A専門業者としての経験を積んだメンバーであり、多くのM&Aを成約に導いてきました。今後も、「誰でも取り組めるM&Aをつくる」を実現するため、その役割の重さを十分に理解し、業務に取り組んでいく所存です。</div>
</td>
</tr>
</table>
</div>
<div class="attempt">
<table class="attempt__box">
<tr>
<th class="attempt__head">Ⅲ 各工程の具体的な行動指針</th>
<th class="attempt__head">当社の方針</th>
</tr>
<tr>
<td class="attempt__data">
<div class="attempt__title">(1) 意思決定</div>
<ul class="attemptList">
<li class="attemptList__item">・当該中小M&Aにおいて想定される重要なメリット・デメリットを知り得る限り、相談者に対して明示的に説明する。</li>
<li class="attemptList__item">・相談者の企業情報の取扱いについても善良な管理者の注意義務(善菅注意義務)を負っていることを自覚する。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">提案時にはM&A以外の選択肢(親族内や社内など後継者への承継、株式公開、清算・廃業等)について、メリット・デメリットなどを丁寧にご説明し、M&Aについて深くご理解いただくよう努めております。<br>また、情報管理の適切な取扱いについて社内教育を徹底しております。</div>
</td>
</tr>
<tr>
<td class="attempt__data">
<div class="attempt__title">(2) 仲介契約・FA契約の締結</div>
<ul class="attemptList">
<li class="attemptList__item">・仲介者・FAは、契約締結前に当該中小企業に対し契約に係る重要な事項について明確な説明を行い、当該中小企業の納得を得ることが必要である。説明すべき重要な点は以下のとおりである。</li>
<li class="attemptList__item">・仲介者とFAの違いとそれぞれの特徴</li>
<li class="attemptList__item">・提供する業務の範囲・内容</li>
<li class="attemptList__item">・手数料に関する事項</li>
<li class="attemptList__item">・秘密保持に関する事項</li>
<li class="attemptList__item">・専任条項</li>
<li class="attemptList__item">・テール条項</li>
<li class="attemptList__item">・契約期間</li>
<li class="attemptList__item">・中途解約に関する事項</li>
<li class="attemptList__item">・依頼者との利益相反のおそれがあるものと想定される事項</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">契約内容の説明を適時・適切に行い、お客様に各重要な点を中心にご納得いただいた上で契約を締結することを徹底しております。</div>
</td>
</tr>
<tr>
<td class="attempt__data">
<div class="attempt__title">(3) バリュエーション</div>
<ul class="attemptList">
<li class="attemptList__item">・バリュエーションの実施に当たっては、評価の手法や前提条件等を依頼者に事前に説明し、評価の手法や価格帯についても依頼者の納得を得ることが必要である。</li>
<li class="attemptList__item">・仲介者は、確定的なバリュエーションを実施すべきではない。</li>
<li class="attemptList__item">・仲介者は、依頼者に対し、必要に応じて士業等専門家等の意見を求めるよう伝える必要がある。</li>
<li class="attemptList__item">・仲介者が参考資料として自ら簡易的に算定したバリュエーションの結果を両当事者に示す場合には、あくまで参考資料として簡易に算定したものであるということを明示する。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">仲介案件において当社が実施するバリュエーションにおいては、確定的なものではなく参考資料として簡易評価したものである旨を明示しております。<br>ただし判断材料のご参考として十分な情報を得るために、算定手法や前提条件、必要に応じて他の専門家の意見を聞くことは差し支えない旨をご説明し、推奨しております。</div>
</td>
</tr>
<tr>
<td class="attempt__data">
<div class="attempt__title">(4) 譲り受け側の選定(マッチング)</div>
<ul class="attemptList">
<li class="attemptList__item">・秘密保持契約締結前の段階で、譲り渡し側に関する詳細な情報が外部に流出・漏えいしないよう注意する必要がある。</li>
<li class="attemptList__item">・依頼者にはマッチングの進捗等について遅滞なく報告することが望まれる。</li>
<li class="attemptList__item">・マッチングには当初の想定以上に長期間を要することもある。そのような場合には、月額報酬制を採用しているM&A専門業者は、必要に応じて依頼者と協議し、月額報酬の適正な金額への減免等に応じることが望ましい。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">詳細情報の開示前に秘密保持契約を締結することを社内で義務付けております。また、マッチングの進捗状況についてはお客様に適時共有を行っております。<br>当社は成約報酬のみをいただいており、原則として月額報酬は発生いたしません。個別の契約の内容により、月額報酬が発生する場合には、お客様の同意を得ることとしております。</div>
</td>
</tr>
<tr>
<td class="attempt__data">
<div class="attempt__title">(5) 交渉</div>
<ul class="attemptList">
<li class="attemptList__item">・中小M&Aにおいては、慣れない依頼者にも中小M&Aの全体像や今後の流れを可能な限り分かりやすく説明すること等により、寄り添う形で交渉をサポートすることが必要である。</li>
<li class="attemptList__item">・特に、譲渡側・譲受側の経営者同士の面談(トップ面談)は、面談を円滑に進められるよう当日の段取りを含め丁寧にサポートすることが望まれる。</li>
<li class="attemptList__item">・仲介者は、一方当事者の利益のみを図ることなく、中立性・公平性をもって、両当事者の利益の実現を図る必要がある。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">お客様の不安を払拭すべく、事前のご説明や準備を十分に行い、円滑な交渉をサポートいたします。<br>M&A仲介者として案件に関与する場合には、公平・公正な立場から譲渡側・譲受側両当事者の利益の最大化を図るよう努めております。</div>
</td>
</tr>
<tr>
<td class="attempt__data">
<div class="attempt__title">(6) 基本合意の締結</div>
<ul class="attemptList">
<li class="attemptList__item">・DD(デュー・ディリジェンス)に進む前に譲り受け側に独占的交渉権を付与する等の趣旨から、原則として基本合意を締結することが望ましい。</li>
<li class="attemptList__item">・譲受側からの意向表明書に対する応諾書を譲り渡し側が提出することにより、基本合意とほぼ同様の合意を締結したものとして扱うこともある。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">当社では原則、DDに進む前に基本合意締結もしくは意向表明に対する応諾を行い、譲受側に独占交渉権を付与することを推奨しております。</div>
</td>
</tr>
<tr>
<td class="attempt__data">
<div class="attempt__title">(7) デュー・ディリジェンス(DD)</div>
<ul class="attemptList">
<li class="attemptList__item">・譲渡側に対しDDで要求される資料の準備を促し、サポートすることが必要である。</li>
<li class="attemptList__item">・仲介者はDDを自ら実施すべきでなく、DD報告書の内容に係る結論を決定すべきでない。</li>
<li class="attemptList__item">・仲介者は依頼者に対し、必要に応じて士業等専門家等の意見を求めるよう伝える必要がある。</li>
<li class="attemptList__item">・仲介者は、譲渡側に過大な負担が生じないようDDの調査対象を適切な範囲内とし、DDの結果を譲渡側にも開示して情報共有するよう働き掛けることが望ましい。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">当社はFA案件においても、原則としてDDを自ら実施することはありません。また、仲介案件においても自社でのDDは実施せず、必ず、依頼者に対し、他の支援機関(弁護士、会計士、税理士等の専門家等)によるDDを実施することを推奨しております。</div>
</td>
</tr>
<tr>
<td class="attempt__data">
<div class="attempt__title">(8) 最終契約の締結</div>
<ul class="attemptList">
<li class="attemptList__item">・最終契約の締結に当たっては、契約内容に漏れがないよう依頼者に対して再度の確認を促すことが必要である。</li>
<li class="attemptList__item">・最終契約は可能な限り、中小M&Aに関する知見と実務経験を有する弁護士の関与の下で締結することが望ましい。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">お客様には、ご自身の弁護士等へ助言を受けることを推奨しております。<br>契約内容確定後には、お客様に必ず最終確認をしていただくようお願いしております。</div>
</td>
</tr>
<tr>
<td class="attempt__data">
<div class="attempt__title">(9) クロージング</div>
<ul class="attemptList">
<li class="attemptList__item">・クロージングに向けた具体的な段取りを整えた上、当日には譲受側から譲渡対価が確実に入金されたことを確認することが必要である。</li>
<li class="attemptList__item">・登記必要書類の授受等専門的な知見を要すると判断した場合には、司法書士等の士業等専門家等にも関与を求めることが必要である。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">当社ではクロージング当日の入金確認を徹底しております。<br>法定書類や登記関連手続き必要な場合、司法書士への依頼を行っております。</div>
</td>
</tr>
</table>
</div>
<div class="attempt">
<table class="attempt__box">
<tr>
<th class="attempt__head">Ⅳ 仲介者における利益相反のリスクと現実的な対応策</th>
<th class="attempt__head">当社の方針</th>
</tr>
<tr>
<td class="attempt__data">
<ul class="attemptList">
<li class="attemptList__item">・仲介者であるということ(特に、仲介契約において、両当事者から手数料を受領することが定められている場合には、その旨)を、譲渡側・譲受側の両当事者に伝える。</li>
<li class="attemptList__item">・バリュエーション、DDといった、一方当事者の意向を踏まえた内容となりやすい工程に係る結論を決定しない。依頼者に対し、必要に応じて士業等専門家等の意見を求めるよう伝える。</li>
<li class="attemptList__item">・仲介契約締結に当たり、予め、両当事者間において利益相反のおそれがあるものと想定される事項について、各当事者に対し、明示的に説明を行う。また、別途、両当事者間における利益相反のおそれがある事項を認識した場合には、この点に関する情報を、各当事者に対し、適時に明示的に開示する。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">当社はM&A仲介者として、譲渡側・譲受側どちらか一方に偏ることなく、公平・公正な立場での業務を徹底しております。<br>仲介の場合は、M&A取引契約内において、両当事者と契約を締結する旨を明示しております。<br>仲介案件において確定的なバリュエーションやDDを自ら実施することはございません。</div>
</td>
</tr>
</table>
</div>
<div class="attempt">
<table class="attempt__box">
<tr>
<th class="attempt__head">Ⅴ 専任条項の留意点</th>
<th class="attempt__head">当社の方針</th>
</tr>
<tr>
<td class="attempt__data">
<ul class="attemptList">
<li class="attemptList__item">・仲介契約・FA契約の専任条項については、一定の合理性が認められる。</li>
<li class="attemptList__item">・専任条項を設けるとしても、M&A専門業者は当該依頼者に対し、他の支援機関にセカンド・オピニオンを求めることを許容すべきである。ただし、セカンド・オピニオンにおいては、情報管理に配慮する必要がある。</li>
<li class="attemptList__item">・専任条項を設ける場合には、仲介契約・FA契約の契約期間を最長でも6か月~1年以内を目安として定めるべきである。加えて、依頼者が任意の時点で仲介契約・FA契約を中途解約できることを明記する条項等も設けることが望ましい。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">専任条項の期間はガイドラインに沿った運用を遵守しております。</div>
</td>
</tr>
</table>
</div>
<div class="attempt">
<table class="attempt__box">
<tr>
<th class="attempt__head">Ⅵ テール条項の留意点</th>
<th class="attempt__head">当社の方針</th>
</tr>
<tr>
<td class="attempt__data">
<ul class="attemptList">
<li class="attemptList__item">・仲介契約・FA契約のテール条項(当該契約終了後一定期間内に、譲り渡し側が譲り受け側との間でM&Aを行った場合に、当該契約等は終了しているにもかかわらず、当該M&A専門業者が手数料を取得する条項)には、一定の合理性が認められる。</li>
<li class="attemptList__item">・テール条項の期間は最長でも2年~3年以内を目安とすることが望ましい。</li>
<li class="attemptList__item">・テール条項の対象は、あくまで当該M&A専門業者が関与・接触し、譲り渡し側に対して紹介した譲り受け側のみに限定すべきである。</li>
</ul>
</td>
<td class="attempt__data">
<div class="attempt__description">アドバイザリー契約上のテール条項の期間、対象いずれもガイドラインに沿った運用を遵守しております。</div>
</td>
</tr>
</table>
</div>
</div>
</div>
<section class="consult">
<div class="consultWrap">
<div class="consult__mailbox">
<div class="consult__lead">まずは、お気軽にご相談ください。</div><a class="consult__button" href="/#contact">
<div class="consult__buttonText">無料で相談する</div></a>
</div>
<div class="consult__callBox">
<p class="consult__textConsultation">お電話でのご相談も承っております。</p><a class="consult__number" href="tel:0366891281">03-6689-1281</a>
</div>
</div>
</section>
</div>
<footer><small class="footer__company">&copy; 2022<span id="year"></span><span>&nbsp;byside Co., Ltd.</span></small>
<p class="footer__privacyPolicy"><a class="footer__privacyPolicyLink c-hoverText" href="/privacy.html" target="_blank">個人情報保護法</a></p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- ページ個別JS-->
<script src="/assets/js/guideline.js"></script>
</body>
</html>
\ No newline at end of file
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px)and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0, 0, 0, 0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0, 0, 0, 0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}/*# sourceMappingURL=magnific-popup.css.map */
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="7.04" height="4.97" viewBox="0 0 7.04 4.97">
<path id="_パス_39" data-name="パス 39" d="M7.04,0H0S3.52,4.97,3.52,4.97L7.04,0Z" style="fill: #0099e7;"/>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="7.04" height="4.97" viewBox="0 0 7.04 4.97">
<path id="_パス_40" data-name="パス 40" d="M7.04,0H0S3.52,4.97,3.52,4.97L7.04,0Z" style="fill: #0099e7; isolation: isolate; opacity: .3;"/>
</svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" width="248.819" height="247.819" viewBox="0 0 248.819 247.819">
<path id="background-triangle01" d="M0,42.352l206.3,205.466L248.818,0Z" transform="translate(0 0)" fill="#0099e7" opacity="0.1"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="423.823" height="423.823" viewBox="0 0 423.823 423.823">
<path id="background-triangle02" d="M0,72.432,351.391,423.823,423.823,0Z" transform="translate(0 0)" fill="#0099e7" opacity="0.1"/>
</svg>
<svg id="グループ_205" data-name="グループ 205" xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="長方形_27" data-name="長方形 27" fill="none" stroke="#fff" stroke-width="2">
<rect width="28" height="21" stroke="none"/>
<rect x="1" y="1" width="26" height="19" fill="none"/>
</g>
<path id="パス_23" data-name="パス 23" d="M7592.5-39.36l-12.929,7.8-12.928-7.8" transform="translate(-7565.721 44.667)" fill="none" stroke="#fff" stroke-width="2"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="11" viewBox="0 0 13 11">
<g id="グループ_516" data-name="グループ 516" transform="translate(-698 -749)">
<g id="長方形_268" data-name="長方形 268" transform="translate(701 749)" fill="#fff" stroke="#1ca8ea" stroke-width="1">
<rect width="10" height="8" stroke="none"/>
<rect x="0.5" y="0.5" width="9" height="7" fill="none"/>
</g>
<g id="長方形_269" data-name="長方形 269" transform="translate(698 752)" fill="#fff" stroke="#1ca8ea" stroke-width="1">
<rect width="10" height="8" stroke="none"/>
<rect x="0.5" y="0.5" width="9" height="7" fill="none"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="29.261" height="29.25" viewBox="0 0 29.261 29.25">
<path id="phone" d="M29.25,32.625h-.191C6.952,31.354,3.814,12.7,3.375,7.009A3.375,3.375,0,0,1,6.48,3.375h6.2a2.25,2.25,0,0,1,2.093,1.417L16.481,9a2.25,2.25,0,0,1-.495,2.43l-2.4,2.419a10.541,10.541,0,0,0,8.527,8.55l2.441-2.419A2.25,2.25,0,0,1,27,19.519l4.241,1.7a2.25,2.25,0,0,1,1.385,2.092v5.94a3.375,3.375,0,0,1-3.375,3.375Zm-22.5-27A1.125,1.125,0,0,0,5.625,6.75v.09c.518,6.66,3.836,22.41,23.558,23.535a1.125,1.125,0,0,0,1.193-1.057V23.31l-4.241-1.7-3.229,3.206-.54-.068c-9.787-1.226-11.115-11.014-11.115-11.115l-.068-.54,3.195-3.229L12.69,5.625Z" transform="translate(-3.364 -3.375)" fill="#0f68b7"/>
</svg>
<?xml version="1.0" encoding="UTF-8"?><svg id="_イヤー_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 260 260"><defs><style>.cls-1{fill:none;}.cls-2{clip-path:url(#clippath);}.cls-3{fill:#e3f7ff;}.cls-4,.cls-5{fill:#ffc99c;}.cls-6,.cls-7{fill:#0f68b7;}.cls-8,.cls-9{fill:#5fd2ff;}.cls-10{fill:#563e27;}.cls-10,.cls-11,.cls-9,.cls-7,.cls-12,.cls-13,.cls-14,.cls-5,.cls-15{fill-rule:evenodd;}.cls-11{fill:#3aaded;}.cls-12{fill:#092978;}.cls-13{fill:#333;}.cls-14{fill:#f2b486;}.cls-15{fill:#02518c;}</style><clipPath id="clippath"><circle class="cls-1" cx="130" cy="130" r="130"/></clipPath></defs><g id="_イヤー_1-2"><circle class="cls-3" cx="130" cy="130" r="130"/><g class="cls-2"><g><polygon class="cls-12" points="40.53 170.86 38.65 170.86 38.57 170.86 37.52 170.86 37.52 172.7 38.57 172.7 38.57 175.25 40.53 175.25 40.53 170.86"/><path class="cls-4" d="M28.65,163.35c.2,1.64,.81,2.4,.44,3.99-.27,1.16,.23,2.88,.33,4.08,.07,.94-.11,4.85,1.49,4.78,.18,0,.31-.07,.44-.21,.3,.72,1.39,.05,1.77-.19,.37,.68,1.59,.18,1.92-.24,.45,1.14,4.06-.49,3.3-1.67,.87-.84,.43-.93,.22-1.87,.15-.12-1.88-7.1-2.17-7.65-.43-.83-1.11-1.53-1.07-2.5l-6.68,1.48Z"/><polygon class="cls-12" points="27.66 170.86 29.54 170.86 29.62 170.86 30.67 170.86 30.67 172.7 29.62 172.7 29.62 175.25 27.66 175.25 27.66 170.86"/><path class="cls-9" d="M17.82,175.05h8.64c2.31,0,4.2,1.89,4.2,4.2v35.99c0,2.31-1.89,4.2-4.2,4.2h-8.64c-2.31,0-4.2-1.89-4.2-4.2v-35.99c0-2.31,1.89-4.2,4.2-4.2"/><path class="cls-11" d="M25.71,175.05h23.17c1.49,0,2.72,1.22,2.72,2.72v38.96c0,1.49-1.22,2.72-2.72,2.72H25.71c-1.49,0-2.72-1.22-2.72-2.72v-38.96c0-1.49,1.22-2.72,2.72-2.72"/><path class="cls-11" d="M169.41,95.88c2.1,6.52-2.14,21.55-16.74,33.62-9.11,7.53-15.52,13.86-21.68,9.89-3.32-2.14-1.97-7.19,.7-7.82,4.06-3.64,15.47-14.19,16.16-14.58,1.41-.78,13.84-34.25,23.58-36.82,1.17-.75,1.39,10.58-2.02,15.72"/><path class="cls-6" d="M59.9,97.64c2.23-4.7,.51-13.92-4.21-15.99-1.25-.55-4.76-2.27-7.06-.96-8.11,4.61-19.33,33.88-20.6,44.66-1.04,8.84-3.4,34.7,.89,41.95,1.32,2.23,5.11,.64,6.21-.05,2.77-.98,3.27-20.5,8.8-39.37,4.56-15.56,13.96-26.02,15.96-30.24"/><path class="cls-15" d="M99.68,151.1c6.77,12.01-7.21,78.14-9.73,119.54l.39-.04s.31,3.57,3.02,5.07c2.7,1.5,12.65,2.73,14.25,4.28,1.15,1.12,3.07,5.63-12.72,5.2-11.22-.3-16.64,.68-17.84-1.17-.93-1.42-.6-8.42-.4-11.56h-.07c-1.45-28.29,.57-50.89-4.87-84.15-4.31,19.56-8.88,36.58-11.73,46.93-1.72,6.25-11.79,33.88-10.95,40.06,.19,1.37,6.54,1.99,9.22,4.18,1.12,1.09,3.2,5.63-7.68,5.53-10.88-.1-16.12,.66-17.29-1.13-1.09-1.67,7.05-48.28,7.69-54.86,2.81-29.04,3.68-61.16,7.44-80.08h0c1.94-78.89,43.23-58.56,39.51-10.8-.42,5.4,9.89,5.55,11.75,12.99"/><path class="cls-4" d="M66.98,42.27s10.74-4.07,15.69,4.23c1.24,2.08,3.17,2.4,3.13,5.22-.01,.94,0,3.04,.31,4.84,.25,1.5,1.39,3.72,1.64,4.94,.3,1.51-1.92,2.32-1.96,2.98-.38,5.27,.38,8.32-2.01,9.22-6.03,.86-15.58,.72-18.35-4.47-2.77-5.19-5.27-12.69-5.15-17.71,.12-5.02,3.9-7.8,6.72-9.24"/><path class="cls-4" d="M79.93,72.93s-.43,2.86,.28,4.26c.72,1.41-13.5,1.44-13.5,1.44,0,0-1.15-7.65-3.34-14.12-2.19-6.47,16.56,8.41,16.56,8.41"/><path class="cls-13" d="M69.06,71.55c2.66-.79,5.17-1.61,7.38-4.08,.79-.88,2.05-8.44,2.48-8.59,1.67-.59,2.47,5.25,2.47,5.25,.25-.31,1.13-.56,1.33-1.52,.09-.43-.47-2.84-.11-3.45,.27-.45,2.09-2.04,2.49-2.64,3.23-4.86,6.92-10.12,2.56-13.88-.18-.15-1.38-1.02-2.77-1.04-1.92-.03-3.43-.72-4.2-1.09-10.57-5.08-31.29,2.68-20.37,24.36,1.53,3.04,6.22,6.43,8.73,6.69"/><path class="cls-8" d="M81.06,77.02s-.05-2.69-1.25-2.95c-1.2-.26-14.02-1.1-15.5-.52l-.16,3.42s3.77,1.15,16.91,.04"/><path class="cls-4" d="M80.55,60.56c-.22-.96-2.54-4.86-3.45-1.94-.92,2.92,1.38,6.86,2.67,6.52,1.28-.34,1.35-2.16,.78-4.58"/><path class="cls-4" d="M125.35,145.6s-.8-.85-.97-1.39c0,0-1.71-1.15-1.93-1.86-.07-.22-.13-.42-.19-.54-.23-.51,.6-1.42,.39-2.79-.21-1.37-.8-7.54-.8-7.54l3.89,.66c3.91-.84,8.42,1.6,9.48,5.49,.03,.12,.06,.25,.08,.36,.19,1.09-.13,1.99-.09,2.57,.01,.21-.02,2.36-.51,2.76-.68,.56-1.38,.66-1.95,.48,0,0-1.38,1.03-2.54,.97,0,0-1.25,.99-2.66,.5,0,0-1.38,.86-2.18,.34"/><path class="cls-6" d="M64.01,76.3c-5.5,0-13.35,1.71-16.68,5.67-4.77,5.68-3.59,74.9-2.14,83.75,4.75,13.24,45.12,8.12,57.36,1.1l-2.24-79.96c-8.39-13-23.25-10.56-36.3-10.56"/><path class="cls-4" d="M187.28,204.5c0,.63,.03,1.28,.11,1.96,.01,20.88,14.64,44.93,19.59,66.02,.16,.7-1.08,7.33-.94,8.02,2.2,2.35,8.46,5.66,9.13-5.17-2.8-18.2-6.28-47.62-13.49-69.77l.22-1.05h-14.61Zm-19.31,0l4.34,66.59c-.17,.23-.34,.46-.51,.69-.13,.18-.26,.35-.39,.52-.31,.41-.62,.8-.93,1.16-.14,.17-.28,.33-.42,.48-2.29,2.52-5.25,3.13-7.67,3.72-1.88,.46-3.32,.68-4.6,3.19-.04,.08-.07,.16-.09,.24-.27,.9,.42,1.85,1.41,1.83l22.23-.7c1.1-.03,1.97-.86,2.08-1.91,.02-.15,.02-.3,0-.45l-1.48-9.71s0-.01,0-.04c.51-18.04,4.42-44.06,1.77-65.62h-15.73Zm9.23-93.83l-2,16.56h11.43c-5.15-9.07-9.42-16.56-9.42-16.56Z"/><path class="cls-7" d="M161.47,139.11c-4.81,15.96-2.29,46.61,.2,72.84,18.06,4.64,44.63,3.38,51.27-2.23-4.43-34.2-6.68-67.07-13.76-73.12-14.91-34.84-35.52-6.34-37.71,2.52"/><path class="cls-9" d="M210.39,84.91c4.25,17.33-12.76,19.5-8.91,54.48-12.74,1.77-29.54,2.26-40.49-.44,1.75-12.87-2.84-30.17,.06-40.1,1.91-6.52,7.12-17.36,10.38-18.69,15.37-4.31,32.63-4.68,38.96,4.75"/><path class="cls-5" d="M180.74,74.5l-.08,4.2-.61,.52c-2.39,2.57,.2,7.83,2.93,7.67,6.9,.34,12.19-5.32,10.12-8.38l-.9-1-.2-5.95c.36-.02,2.95-1.49,3.72-1.73,.77-.24,1.9-1.72,1.98-3.29,.08-1.57-2.35-1.06-2.35-1.06,2.94-4.02,6.26-7.3,1.95-10.92-4.31-3.62-14.21-5.73-14.21-5.73l-5.96-2.07c.76,2.06-.26,8.92-1.79,13.2-2.17,6.09-.97,11.48,5.4,14.53"/><path class="cls-14" d="M189.18,72.38c-1.95,3.35-4.24,6.83-8.52,6.32l.08-4.2c1.91,.31,3.77,.16,8.45-2.12"/><path class="cls-9" d="M206.68,81.19c22.98,9.53,17.5,62.1,14.69,72.62-.88,3.31-7.64-.22-7.24-2.11,.72-5.38-4.92-43.59-7.27-47.84-3.39-6.13-9.09-24.08-.18-22.67"/><path class="cls-5" d="M214.82,152.25l-.15,2.6-2.92,4.81c-.48,.47-2.38,6.67-.75,6.15,1.15-.36,1.97-2.19,2.04-2.1,.99,1.18,1.15,6.37,1.24,6.48,1.21,1.59,2.04-3.29,2.21-4.11,.05-.22,.18,3.49,.37,3.39,.23-.11,.84-.38,1.02-1.3,.21-1.12,.27-3.09,.5-3.24,.24-.15,.34,3.44,.56,3.28,.16-.12,.51-.37,.62-1.07,.19-1.16,.12-2.99,.33-3.21,.21-.23,.14,2.35,.31,2.12,.14-.18,.52-.09,.57-.3,1.4-5.69-1.73-5.36,.05-11.83,.99-3.6-5-2.68-6-1.7"/><path class="cls-10" d="M188.24,58.27s-8.55,.29-11.74-2.48c-6.68-5.75-2.62-19.45,14.48-14.38,13.6,4.04,8.88,17.48,26.35,23.68,11.43,4.05,18.29,12.21,10.53,28.72-.03,.02-3.71-7.09-7.34-7.55,4.53,6.76,1.82,13.78,.59,14.87-3.6-15.52-18.59-23.87-28.51-22.62-6.32-4.63,5.27-18.81-4.37-20.25"/><path class="cls-6" d="M105.71,132.14c6.77,3.4,18.58,14.69,20.25,8.83,1.68-5.85-.62-8.39-.62-8.39,0,0-8.26-14.89-10.85-15.77-1.96-.66-11.26-26.1-16.21-32.67-8.22-7.62-15.96,32.01,7.43,48"/></g></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_イヤー_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 260 260"><defs><style>.cls-1{fill:none;}.cls-2{clip-path:url(#clippath);}.cls-3,.cls-4{fill:#02518c;}.cls-5{fill:#f0faff;}.cls-6{fill:#e3f7ff;}.cls-7,.cls-8{fill:#fff;}.cls-9,.cls-10{fill:#ffc99c;}.cls-11{fill:#c7e9ef;}.cls-12{fill:#0f68b7;}.cls-13,.cls-14{fill:#3aaded;}.cls-15,.cls-16{fill:#5fd2ff;}.cls-14,.cls-16,.cls-17,.cls-18,.cls-19,.cls-20,.cls-8,.cls-21,.cls-10,.cls-4,.cls-22{fill-rule:evenodd;}.cls-17{fill:#355298;}.cls-18{fill:#1d3975;}.cls-19{fill:#333;}.cls-20{fill:#f2b486;}.cls-21{fill:#e7f4f7;}.cls-22{fill:#050505;}</style><clipPath id="clippath"><circle class="cls-1" cx="130" cy="130" r="130"/></clipPath></defs><g id="_イヤー_1-2"><circle class="cls-6" cx="130" cy="130" r="130"/><g class="cls-2"><g><rect class="cls-3" x="80.65" y="10.54" width="305.35" height="239.45" rx="30.04" ry="30.04"/><rect class="cls-11" x="96.82" y="26.71" width="273.1" height="206.92" rx="14.19" ry="14.19"/><polygon class="cls-10" points="32.72 244.85 33.32 238.47 26.92 238.62 26.98 245.93 32.72 244.85"/><path class="cls-17" d="M33.03,244.31c1.24,4.43,4.76,6.36,2.46,9.12h-11.72c-.02-.05-.04-.11-.06-.17-.11-.38-.66-.54-.29-1.92,.68-2.57,2.68-6.52,3.36-6.73,1.36-.4,3.29,.73,6.25-.3"/><path class="cls-18" d="M36.24,251.28h0v.49c-.02,.69-.29,1.29-.87,1.66h-11.6c-.9-.85-.52-1.61-.35-2.09l12.82-.06Z"/><path class="cls-4" d="M52.35,156.41l-6.86,27.86-3.5,16.59-7.77,40.4s-1.64,.75-4.27,.6c-2.63-.15-3.96-.54-3.96-.54-.06-11.93,0-27.08,1.29-42.3,1.08-12.76-1.5-23.44-.72-37.51,.23-4.16,3.21-12.08,3.15-11.93l22.63,6.84Z"/><polygon class="cls-10" points="61.01 244.85 60.99 238.25 54.59 238.4 55.28 245.93 61.01 244.85"/><path class="cls-17" d="M61.44,243.44c3.18,3.77,10.01,4.57,12.87,5.51,2.32,.76,3.43,3.33,1.63,4.48h-21.91c-.02-.05-.04-.11-.06-.17-.33-1.08-1.18-8.82,1.1-8.65,1.42,.11,3.2,.45,6.36-1.18"/><path class="cls-18" d="M76.81,251.28h0v.49c-.02,.69-.29,1.29-.87,1.66h-21.91c-.02-.05-.04-.11-.06-.17-.06-.21-.22-1.31-.29-1.92l23.14-.06Z"/><path class="cls-4" d="M61.55,154.91l.7,10.58c2.07,21.37,1.16,48.83-.63,75.74,0,0-3.07,.66-5.7,.51-2.63-.15-2.15-.46-2.15-.46l-6.15-43.98s-1.39-10.01-4.65-17.82c-2.35-5.64-5.24-7.26-4.81-13.81,.44-6.78-.13-12.04,.8-14.38,.93-2.34,5.59-1.4,5.59-1.4l16.99,5.02Z"/><path class="cls-18" d="M49,207.16l-1.38-9.85s-.76-5.46-2.47-11.46h0l1.3-9.33,2.71,23.41-.17,7.23Z"/><path class="cls-16" d="M50.11,124.32c3.39,7.44,6.6,6.97,16.31,8.42,6.85,.63,15.81-24.92,15.4-27.36-.46-2.73-5.7-.31-7.06,1.57-.89,5.08-8.41,13.77-9.59,13.69-1.12-.08-6.41-6.45-13.29-8.95-.82-.53-4.16,9.03-1.77,12.63"/><path class="cls-16" d="M20.76,116.66c-3.23,4.82,7.64,27.11,4.96,51.64,15.12,2.6,28.27,1.66,37.3-1.22,0-9.74-.28-47.03-11.15-55.39-10.76-3.01-26.68-1.63-31.11,4.97"/><path class="cls-14" d="M22.55,132.9c1.48,8.43,4.4,24.19,3.17,35.39,.53,.09,1.7,.28,2.23,.36,2.38-7.23-.61-31.4-2.29-39.17l-1.72,1.5-1.38,1.92Z"/><path class="cls-9" d="M49.09,103.22c-1.06,2.12-2.55,3.75-4.21,4.54l.06,3.08,.45,.38c1.75,1.88-.14,5.73-2.14,5.61-5.05,.25-8.92-3.89-7.4-6.13l.66-.73,.15-4.35c-.26-.01-2.16-1.09-2.72-1.26-.56-.17-1.39-1.26-1.45-2.41-.06-1.15,1.72-.78,1.72-.78-2.15-2.94-4.58-5.34-1.43-7.99,3.15-2.65,10.4-4.19,10.4-4.19l4.36-1.51c-.55,1.5,.19,6.52,1.31,9.66,1,2.81,1.69,3.25,.26,6.09"/><path class="cls-20" d="M38.7,106.21s2.47,4.23,4.49,4.61c2.03,.38,.99,.1,1.75,0l-.06-3.08c-1.4,.22-2.76,.11-6.18-1.55"/><path class="cls-8" d="M49.26,146.84l-2.5,8.27-4.42-6.82,.29-27.25-1.26-2.22,1.53-1.46,1.57,1.34-.54,2.4c1.83,4.87,4.25,19.36,5.34,25.75"/><path class="cls-19" d="M46.62,93.7c-3.67,1.88-7.9-.35-10.04,2.17-1.06,1.25-.95,3.05,.23,5.83,.35,.82,.82,1.42-.57,.78-.63-.29-1.68-.7-2.04-.42-.79,.64-.39,1.99,.24,2.43,.28,.19,.82,.48,.82,.48-4.94-.94-7-5.4-6.93-8.98,.02-1.22,.26-1.69,1.1-2.63-1.56-15.63,27.39-10.72,18.07-.28-.26,.23-.56,.44-.88,.63"/><path class="cls-16" d="M22.2,115.03c-8.04,5.19-15.71,23.89-13.94,29.21,1.84,5.34,15.51,16.15,20.1,14.23,2.16-.9,4.69-4.52,2.36-5.55-4.14-2.98-11.34-11.27-11.62-12.6-.62-4.62,3.62-7.58,6.6-10.89,4.52-5,4.03-17.5-3.51-14.41"/><path class="cls-21" d="M117.48,41.48c-10.54-5.95-26.02,.1-35.18,13.98-9.16,13.88-8.62,30.5,.99,37.84,.17,.09,.33,.18,.5,.27,.17,.09,.34,.17,.51,.26,4.73,2.27,10.34,2.27,15.89,.36,.2-.07,.4-.14,.61-.22,.2-.07,.4-.15,.6-.23,.2-.08,.4-.16,.6-.25,.2-.08,.4-.17,.6-.26,5.51-2.46,10.81-6.78,14.98-12.62,.15-.21,.3-.43,.45-.64,.15-.22,.3-.44,.44-.66,.15-.22,.29-.44,.43-.66,.14-.22,.28-.44,.41-.67,3.73-6.13,5.61-12.71,5.71-18.74,0-.22,0-.44,0-.66,0-.22,0-.43-.01-.65,0-.22-.01-.43-.03-.65-.01-.21-.02-.43-.04-.64-.43-5.85-2.64-11-6.59-14.46-.14-.13-.29-.25-.44-.37-.15-.12-.3-.24-.45-.35"/><path class="cls-8" d="M96.18,97.12c-2.24,.62-4.47,.93-6.62,.9l1.03-54.9c2.17-1.51,4.42-2.73,6.67-3.65l-1.08,57.64Zm9.34-4.41c-1.36,.92-2.75,1.72-4.15,2.41l1.04-57.2c.76-.15,1.52-.26,2.27-.33l1.84,.03-1,55.08Z"/><path class="cls-22" d="M117.48,41.48c9.61,7.34,10.15,23.96,.99,37.84-9.16,13.88-24.64,19.93-35.18,13.98-9.61-7.34-10.15-23.96-.99-37.84,9.16-13.88,24.64-19.93,35.18-13.98m4.4-2.57c12.21,8.5,13.5,28.28,2.8,44.5-10.7,16.22-29.39,22.82-42.01,14.95h0l-2.87-1.89,.29-.44c-9.14-9.52-9.27-27.1,.4-41.77,9.68-14.67,25.89-21.47,38.24-16.81l.29-.44,2.87,1.89h0Z"/><path class="cls-22" d="M82.12,93.6h0c2.14,1.41,2.73,4.31,1.32,6.45l-41.99,63.66c-1.41,2.14-4.31,2.73-6.45,1.32h0c-2.14-1.41-2.73-4.31-1.32-6.45l41.99-63.66c1.41-2.14,4.31-2.73,6.45-1.32"/><path class="cls-19" d="M33.98,164.17c-1.34-1.45-1.72-3.44-.78-4.86l43.32-65.67c.94-1.43,2.92-1.86,4.78-1.2,1.34,1.45,1.72,3.44,.78,4.86l-43.32,65.67c-.94,1.43-2.92,1.86-4.78,1.2"/><path class="cls-19" d="M117.48,41.48c9.61,7.34,10.15,23.96,.99,37.84-9.16,13.88-24.64,19.93-35.18,13.98-9.61-7.34-10.15-23.96-.99-37.84,9.16-13.88,24.64-19.93,35.18-13.98m1.53-4.47c12.62,8.33,14.08,28.39,3.25,44.81-10.83,16.42-29.85,22.98-42.47,14.66-12.62-8.33-14.08-28.39-3.25-44.81,10.83-16.42,29.85-22.98,42.47-14.66Z"/><path class="cls-22" d="M84.01,93.68c-.07-.04-.14-.07-.21-.11,.07,.04,.14,.07,.21,.11m.53,.26c-.08-.04-.16-.07-.23-.11,.08,.04,.16,.07,.23,.11Zm.53,.23c-.08-.03-.17-.07-.25-.1,.08,.04,.16,.07,.25,.1Zm.54,.21c-.09-.03-.17-.06-.26-.1,.08,.03,.17,.07,.26,.1Zm.54,.2c-.09-.03-.17-.06-.26-.09,.09,.03,.17,.06,.26,.09Zm.54,.18c-.09-.03-.18-.05-.27-.08,.09,.03,.18,.06,.27,.08Zm.55,.16c-.09-.02-.18-.05-.27-.08,.09,.03,.18,.05,.27,.08Zm.55,.14c-.09-.02-.18-.04-.27-.07,.09,.02,.18,.04,.27,.07Zm.56,.12c-.09-.02-.19-.04-.28-.06,.09,.02,.18,.04,.28,.06Zm.56,.11c-.09-.02-.19-.03-.28-.05,.09,.02,.19,.03,.28,.05Zm.57,.09c-.09-.01-.19-.03-.28-.04,.09,.01,.19,.03,.28,.04Zm.57,.07c-.09-.01-.19-.02-.28-.03,.09,.01,.19,.02,.28,.03Zm.58,.06c-.1,0-.19-.02-.29-.03,.09,0,.19,.02,.29,.03Zm.58,.04c-.1,0-.19-.01-.29-.02,.1,0,.19,.01,.29,.02Zm.58,.02c-.1,0-.19,0-.29,0,.1,0,.19,0,.29,0Zm.59,0c-.1,0-.19,0-.29,0,.1,0,.19,0,.29,0Zm.59-.01c-.1,0-.2,0-.29,0,.1,0,.2,0,.29,0Zm.59-.03c-.1,0-.2,.01-.29,.02,.1,0,.2,0,.29-.02Zm.6-.04c-.1,0-.2,.02-.29,.02,.1,0,.2-.01,.29-.02Zm.6-.06c-.1,.01-.2,.02-.29,.03,.1,0,.2-.02,.29-.03Zm.6-.08c-.1,.01-.2,.03-.29,.04,.1-.01,.2-.02,.29-.04Zm.6-.09c-.1,.02-.19,.03-.29,.05,.1-.01,.19-.03,.29-.05Zm.6-.11c-.1,.02-.2,.04-.29,.05,.1-.02,.2-.03,.29-.05Zm.6-.12c-.1,.02-.19,.04-.29,.06,.1-.02,.19-.04,.29-.06Zm.6-.14c-.1,.02-.19,.05-.29,.07,.1-.02,.19-.04,.29-.07Zm.6-.15c-.1,.03-.19,.05-.29,.07,.1-.02,.19-.05,.29-.07Zm.61-.17c-.09,.03-.19,.05-.28,.08,.09-.03,.19-.05,.28-.08Zm.61-.19c-.09,.03-.19,.06-.28,.09,.09-.03,.19-.06,.28-.09Zm.6-.2c-.09,.03-.18,.06-.27,.09,.09-.03,.18-.06,.27-.09Zm.61-.22c-.08,.03-.16,.06-.25,.09,.08-.03,.16-.06,.25-.09Zm.6-.23s-.09,.04-.14,.05c.05-.02,.09-.04,.14-.05Zm.81-.33c-.07,.03-.14,.06-.2,.09,.07-.03,.14-.06,.2-.09Zm.65-.29c-.08,.04-.17,.08-.25,.11,.08-.04,.17-.08,.25-.11Zm.61-.29c-.09,.04-.18,.09-.26,.13,.09-.04,.18-.09,.26-.13Zm.6-.3c-.09,.05-.18,.09-.27,.14,.09-.04,.18-.09,.27-.14Zm.6-.31c-.09,.05-.18,.1-.27,.15,.09-.05,.18-.1,.27-.15Zm.6-.33c-.09,.05-.18,.1-.28,.16,.09-.05,.18-.1,.28-.16Zm.59-.34c-.09,.05-.18,.11-.28,.16,.09-.05,.19-.11,.28-.16Zm.59-.36c-.09,.06-.19,.11-.28,.17,.09-.06,.19-.11,.28-.17Zm.58-.37c-.09,.06-.18,.12-.28,.18,.09-.06,.18-.12,.28-.18Zm.58-.38c-.09,.06-.18,.12-.27,.18,.09-.06,.18-.12,.27-.18Zm.58-.4c-.09,.06-.18,.13-.27,.19,.09-.06,.18-.13,.27-.19Zm.57-.41c-.09,.07-.18,.13-.27,.2,.09-.07,.18-.13,.27-.2Zm.57-.43c-.09,.07-.18,.14-.27,.2,.09-.07,.18-.14,.27-.2Zm.56-.44c-.09,.07-.18,.14-.27,.21,.09-.07,.18-.14,.27-.21Zm.56-.45c-.09,.07-.18,.15-.27,.22,.09-.07,.18-.14,.27-.22Zm.55-.47c-.09,.08-.18,.15-.26,.22,.09-.07,.18-.15,.26-.22Zm.55-.48c-.09,.08-.17,.15-.26,.23,.09-.08,.17-.15,.26-.23Zm.54-.49c-.09,.08-.17,.16-.26,.24,.09-.08,.17-.16,.26-.24Zm.54-.51c-.08,.08-.17,.16-.26,.24,.09-.08,.17-.16,.26-.24Zm.53-.52c-.08,.08-.17,.17-.25,.25,.08-.08,.17-.17,.25-.25Zm.52-.53c-.08,.09-.16,.17-.25,.25,.08-.08,.17-.17,.25-.25Zm.52-.54c-.08,.09-.16,.17-.24,.26,.08-.09,.16-.17,.24-.26Zm.51-.56c-.08,.09-.16,.18-.24,.26,.08-.09,.16-.18,.24-.26Zm.5-.57c-.08,.09-.16,.18-.23,.27,.08-.09,.16-.18,.23-.27Zm.49-.58c-.08,.09-.15,.18-.23,.27,.08-.09,.15-.18,.23-.27Zm.48-.59c-.07,.09-.15,.18-.22,.27,.07-.09,.15-.18,.22-.27Zm.48-.61c-.07,.09-.14,.18-.21,.27,.07-.09,.14-.18,.21-.27Zm.47-.62c-.07,.09-.13,.18-.2,.27,.07-.09,.13-.18,.2-.27Zm.46-.63c-.06,.09-.13,.17-.19,.26,.06-.09,.13-.17,.19-.26Zm.45-.64c-.05,.07-.1,.14-.15,.21,.05-.07,.1-.14,.15-.21Zm1.01-1.54c-.05,.07-.09,.15-.14,.22,.05-.07,.09-.15,.14-.22Zm.44-.72c-.05,.09-.11,.18-.16,.27,.06-.09,.11-.18,.16-.27Zm.4-.69c-.05,.1-.11,.19-.17,.29,.06-.1,.11-.19,.17-.29Zm.38-.69c-.05,.1-.11,.2-.16,.3,.06-.1,.11-.2,.16-.3Zm.37-.69c-.05,.1-.11,.21-.16,.31,.05-.1,.11-.21,.16-.31Zm.35-.69c-.05,.11-.1,.21-.16,.32,.05-.1,.11-.21,.16-.32Zm.34-.69c-.05,.11-.1,.21-.15,.32,.05-.11,.1-.21,.15-.32Zm.32-.69c-.05,.11-.1,.22-.15,.32,.05-.11,.1-.22,.15-.32Zm.31-.69c-.05,.11-.09,.22-.14,.33,.05-.11,.1-.22,.14-.33Zm.29-.69c-.04,.11-.09,.22-.14,.33,.05-.11,.09-.22,.14-.33Zm.28-.69c-.04,.11-.09,.22-.13,.33,.04-.11,.09-.22,.13-.33Zm.26-.69c-.04,.11-.08,.22-.12,.33,.04-.11,.08-.22,.12-.33Zm.25-.69c-.04,.11-.08,.22-.12,.33,.04-.11,.08-.22,.12-.33Zm.23-.69c-.04,.11-.07,.22-.11,.33,.04-.11,.07-.22,.11-.33Zm.22-.69c-.03,.11-.07,.22-.1,.33,.03-.11,.07-.22,.1-.33Zm.2-.69c-.03,.11-.06,.22-.1,.33,.03-.11,.06-.22,.1-.33Zm.19-.69c-.03,.11-.06,.22-.09,.33,.03-.11,.06-.22,.09-.33Zm.18-.69c-.03,.11-.05,.22-.08,.33,.03-.11,.06-.22,.08-.33Zm.16-.69c-.02,.11-.05,.22-.08,.33,.03-.11,.05-.22,.08-.33Zm.15-.69c-.02,.11-.05,.22-.07,.33,.02-.11,.05-.22,.07-.33Zm.13-.68c-.02,.11-.04,.22-.06,.32,.02-.11,.04-.22,.06-.32Zm.12-.68c-.02,.11-.04,.22-.05,.32,.02-.11,.04-.22,.05-.32Zm.1-.68c-.02,.11-.03,.22-.05,.32,.02-.11,.03-.22,.05-.32Zm.09-.68c-.01,.11-.03,.21-.04,.32,.01-.11,.03-.21,.04-.32Zm.07-.67c-.01,.1-.02,.21-.03,.32,.01-.11,.02-.21,.03-.32Zm.06-.67c0,.1-.02,.21-.03,.31,0-.1,.02-.21,.03-.31Zm.05-.67c0,.1-.01,.2-.02,.3,0-.1,.01-.2,.02-.3Zm.03-.66c0,.1,0,.2-.01,.29,0-.1,.01-.2,.01-.29Zm.02-.66c0,.09,0,.18,0,.27,0-.09,0-.18,0-.27Zm0-.66c0,.07,0,.15,0,.22,0-.07,0-.15,0-.22Zm-.02-.8s0,.1,0,.15c0-.05,0-.1,0-.15Zm-.04-.76c0,.09,.01,.17,.02,.26,0-.09-.01-.17-.02-.26Zm-.05-.66c0,.09,.02,.19,.02,.28,0-.09-.02-.19-.02-.28Zm-.06-.64c.01,.1,.02,.19,.03,.29,0-.1-.02-.19-.03-.29Zm-.07-.63c.01,.1,.03,.19,.04,.29-.01-.1-.03-.19-.04-.29Zm-.09-.63c.02,.1,.03,.2,.05,.29-.01-.1-.03-.2-.05-.29Zm-.1-.62c.02,.1,.04,.2,.05,.29-.02-.1-.03-.2-.05-.29Zm-.12-.61c.02,.1,.04,.19,.06,.29-.02-.1-.04-.2-.06-.29Zm-.13-.6c.02,.1,.05,.19,.07,.29-.02-.1-.04-.19-.07-.29Zm-.14-.59c.02,.1,.05,.19,.07,.29-.02-.1-.05-.19-.07-.29Zm-.16-.59c.03,.09,.05,.19,.08,.28-.03-.1-.05-.19-.08-.28Zm-.17-.58c.03,.09,.06,.19,.09,.28-.03-.09-.06-.19-.09-.28Zm-.19-.57c.03,.09,.06,.18,.09,.28-.03-.09-.06-.19-.09-.28Zm-.2-.56c.03,.09,.07,.18,.1,.27-.03-.09-.07-.18-.1-.27Zm-.22-.55c.04,.09,.07,.18,.11,.27-.04-.09-.07-.18-.11-.27Zm-.23-.54c.04,.09,.08,.18,.12,.27-.04-.09-.08-.18-.12-.27Zm-.24-.53c.04,.09,.08,.17,.12,.26-.04-.09-.08-.17-.12-.26Zm-.26-.52c.04,.08,.09,.17,.13,.26-.04-.09-.08-.17-.13-.26Zm-.27-.51c.05,.08,.09,.17,.14,.25-.04-.08-.09-.17-.14-.25Zm-.29-.5c.05,.08,.1,.16,.14,.25-.05-.08-.09-.17-.14-.25Zm-.3-.49c.05,.08,.1,.16,.15,.24-.05-.08-.1-.16-.15-.24Zm-.31-.48c.05,.08,.1,.16,.16,.24-.05-.08-.1-.16-.16-.24Zm-.33-.47c.06,.08,.11,.15,.16,.23-.05-.08-.11-.16-.16-.23Zm-.34-.46c.06,.07,.11,.15,.17,.23-.06-.08-.11-.15-.17-.23Zm-.35-.45c.06,.07,.12,.15,.18,.22-.06-.07-.12-.15-.18-.22Zm-.37-.43c.06,.07,.12,.14,.18,.21-.06-.07-.12-.14-.18-.21Zm-.38-.42c.06,.07,.12,.14,.19,.2-.06-.07-.12-.14-.19-.2Zm-.4-.41c.06,.06,.13,.13,.19,.2-.06-.07-.13-.13-.19-.2Zm-.41-.4c.07,.06,.13,.12,.19,.19-.06-.06-.13-.13-.19-.19Zm-.42-.38c.06,.06,.13,.12,.19,.17-.06-.06-.13-.12-.19-.17Zm-.44-.37c.06,.05,.12,.1,.18,.15-.06-.05-.12-.1-.18-.15Zm-1.41-1.04c.33,.22,.65,.45,.96,.68-10.54-5.95-26.02,.1-35.18,13.98-9.16,13.88-8.62,30.5,.99,37.84-.34-.19-.68-.4-1.01-.62-10.53-6.95-11.41-24.2-1.96-38.53,9.45-14.33,25.65-20.32,36.19-13.37Z"/><path class="cls-9" d="M78.17,108.04s-2.77-.66-2.43-1.27c.34-.6,2.55-.45,2.55-.45l-2.09-1.79s-.08-.66,.8-.64c.88,.03,2.21,.4,2.21,.4l-1.96-2.1s.14-.56,.56-.39c.42,.17,1.74,1.07,1.74,1.07l-1.61-1.9s.36-.45,1.05-.15c.69,.3,1.66,.93,1.66,.93,4.07,2.8-1.57,6.94-2.49,6.27"/><path class="cls-9" d="M30.39,153.76l1.97,.96,3.74-.43c.55-.16,4.01-.48,2.97,.51-.73,.69-2.84,1.7-2.81,1.79,.46,1.21,6.47,3.77,6.52,3.88,.67,1.54-3.24,.14-3.92-.06-.18-.05,2.48,1.56,2.33,1.66-.18,.12-.63,.46-1.37,.21-.9-.3-2.37-1.07-2.57-.96-.21,.11,2.38,1.66,2.17,1.75-.16,.07-.48,.22-1.04,.02-.93-.34-2.24-1.14-2.49-1.07-.26,.06,1.66,1.06,1.42,1.1-.19,.03-.28,.34-.45,.3-4.74-1.31-3.33-3.51-8.8-4.86-3.04-.75,1.19-4.45,2.31-4.78"/><path class="cls-7" d="M223.92,48.43h-76.32c-3.15,0-5.7,2.82-5.7,6.31v12.37c0,3.48,2.55,6.31,5.7,6.31h6.9v6.39l7.48-6.39h61.94c3.15,0,5.7-2.82,5.7-6.31v-12.37c0-3.48-2.55-6.31-5.7-6.31Z"/><rect class="cls-15" x="147.71" y="55.82" width="73.2" height="2.9"/><rect class="cls-15" x="147.71" y="63.63" width="55.77" height="2.9"/><path class="cls-7" d="M166.42,88.87h76.32c3.15,0,5.7,2.82,5.7,6.31v22.37c0,3.48-2.55,6.31-5.7,6.31h-6.9v6.39l-7.48-6.39h-61.94c-3.15,0-5.7-2.82-5.7-6.31v-22.37c0-3.48,2.55-6.31,5.7-6.31Z"/><rect class="cls-15" x="167.86" y="96.26" width="73.2" height="2.9" transform="translate(408.93 195.43) rotate(180)"/><rect class="cls-15" x="167.86" y="104.07" width="55.77" height="2.9" transform="translate(391.5 211.04) rotate(180)"/><rect class="cls-15" x="167.86" y="112.07" width="64.77" height="2.9" transform="translate(400.5 227.04) rotate(180)"/><path class="cls-5" d="M96.64,140.07H369.83v80.07c0,7.56-6.13,13.69-13.69,13.69H110.33c-7.56,0-13.69-6.13-13.69-13.69v-80.07h0Z"/><g><path class="cls-15" d="M177.5,188.97c0-8.22,3.9-15.52,9.94-20.17-4.3-3.31-9.68-5.29-15.52-5.29-14.06,0-25.46,11.4-25.46,25.46s11.4,25.46,25.46,25.46c5.85,0,11.23-1.97,15.52-5.29-6.04-4.66-9.94-11.96-9.94-20.17Z"/><path class="cls-13" d="M202.96,163.51c-5.85,0-11.23,1.97-15.52,5.29,6.04,4.66,9.94,11.96,9.94,20.17s-3.9,15.52-9.94,20.17c4.3,3.31,9.68,5.29,15.52,5.29,14.06,0,25.46-11.4,25.46-25.46s-11.4-25.46-25.46-25.46Z"/><path class="cls-12" d="M197.37,188.97c0-8.22-3.9-15.52-9.94-20.17-6.04,4.66-9.94,11.96-9.94,20.17s3.9,15.52,9.94,20.17c6.04-4.66,9.94-11.96,9.94-20.17Z"/></g><polygon class="cls-3" points="204.79 169.9 203.68 168.72 215.56 157.59 228.9 157.59 228.9 159.21 216.2 159.21 204.79 169.9"/><polygon class="cls-3" points="156.63 189.55 145.22 178.86 133.52 178.86 133.52 177.25 145.86 177.25 157.74 188.37 156.63 189.55"/><rect class="cls-15" x="110.38" y="175.63" width="19.62" height="10.51"/><rect class="cls-15" x="110.38" y="189.37" width="10.9" height="2.42"/><rect class="cls-15" x="232.87" y="157.47" width="29.1" height="10.51"/><rect class="cls-15" x="232.87" y="171.21" width="16.17" height="2.42"/></g></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_イヤー_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 260 260"><defs><style>.cls-1{fill:none;}.cls-2{clip-path:url(#clippath);}.cls-3{fill:#e3f7ff;}.cls-4{fill:#e60000;}.cls-5,.cls-6{fill:#ffc99c;}.cls-7{fill:#355298;}.cls-8{fill:#563e27;}.cls-8,.cls-9,.cls-10,.cls-11,.cls-12,.cls-13,.cls-14,.cls-15,.cls-6,.cls-16{fill-rule:evenodd;}.cls-9{fill:#5fd2ff;}.cls-10{fill:#94e6ff;}.cls-11{fill:#105cb5;}.cls-12{fill:#0f68b7;}.cls-13{fill:#333;}.cls-14{fill:#f2b486;}.cls-15{fill:#fff;}.cls-16{fill:#0555a5;}</style><clipPath id="clippath"><circle class="cls-1" cx="130" cy="130" r="130"/></clipPath></defs><g id="_イヤー_1-2"><circle class="cls-3" cx="130" cy="130" r="130"/><g class="cls-2"><g><path class="cls-12" d="M181.15,156.24l9.41,38.24,4.81,22.76,10.67,55.45s2.26,1.03,5.87,.82c3.61-.21,5.43-.74,5.43-.74,.08-16.37,.49-38.39,.63-58.18,.12-17.4,.57-32.88,.64-46.08,.03-5.71-6.46-21.87-6.38-21.66l-31.07,9.39Z"/><path class="cls-12" d="M168.51,154.18c-3.24,40.94-1.57,80.43-.1,118.47,0,0,4.22,.91,7.83,.7,3.61-.21,2.95-.63,2.95-.63l8.45-60.36s1.91-13.74,6.38-24.46c3.23-7.73,7.19-9.96,6.6-18.95-.61-9.31,.18-16.52-1.1-19.74-1.28-3.22-7.68-1.93-7.68-1.93l-23.32,6.88Z"/><path class="cls-16" d="M185.75,225.89l1.89-13.52s1.04-7.49,3.38-15.72h0l-1.79-12.81-3.72,32.12,.23,9.93Z"/><path class="cls-9" d="M182.28,104.17c-4.8,10.88-6.73,35.14-20.4,45.34-12.28,4.9-19.16,12.14-26.12,6.05-3.02-2.65-2.2-4.36-.98-5.42,5.46-4.31,23.18-18.59,24.32-19.88,3.3-3.73,12.31-40.75,22.27-44.5,1.18-.78,4.32,13.14,.91,18.41"/><path class="cls-9" d="M176.62,115.69c-3.36,5.24-1.35,25.61-14.74,33.82-4.92,2.12-16.07,10.22-23.45,7.93l.59-.17s15.42-7.29,21.85-12.04c6.42-4.76,14.93-38.85,14.93-38.85,0,0-.21,7.08,.82,9.32"/><path class="cls-10" d="M147.13,156.78c-2.54,1.24-2.55,.73-5.13,1.97-2.63,1.26-10.01-3.13-8.24-7.38,.92-1.5,2.97-3.19,6.69-6,3.2,1.85,5.7,7.13,6.68,11.41"/><path class="cls-6" d="M133.19,152.44c-1.22-.35-6.09-1.67-7.23-1.28-.58,.2-.46,.38-.32,.68,.13,.26,.62,.69,1.03,.84,.86,.33,1.95,1.59,2.45,1.7-2.36,4.68-9.33,6.39-7.88,8.74,.51,.23,3.76,.41,4.58,.68,2.62,.86,4,1,12.13-5.54,.38-.31,1.58-.93,1.99-1.27-.18-.91-1.38-3.37-3.7-4.87l-3.06,.31Z"/><path class="cls-9" d="M220.96,131.2c-1.58,10.44-2.23,22.88-1.33,39.14-21.03,3.61-39.77,2.88-52.33-1.12-.97-14.36-1.26-80.8,17.87-85.33,6.91-1.94,12.28-1.76,19.62-1.02,7.42,.76,12.24,2.51,16.12,6.33,12.99,12.2,17.62,54.47,19.76,72.23,.31,2.6-5.77,6.65-8.87,3.92-1-1.2-2.29-3.61-3.32-7.09-2.87-9.65-6.02-24.56-7.5-27.07"/><path class="cls-10" d="M240.07,156.68c.32,2.52,.5,4.06,.81,6.61,.31,2.6-6.17,5.93-9.28,3.21-1.01-1.21-1.86-3.45-3.17-7.43,2.5-2.19,7.71-2.79,11.64-2.39"/><path class="cls-9" d="M221.01,131.27c-1.64,10.43-1.76,25.97-1.37,39.07-19.18,3.29-36.96,3.29-50.18-.54,8.45,.98,40.75,1.49,43.27-6.61,1.44-4.63,1.76-28.2,4.39-41.73,1.85,2.04,2.71,6.59,3.89,9.81"/><path class="cls-6" d="M185.48,72.71c1.48,2.94,3.07,5.09,5.38,6.2l-.08,4.28-.62,.53c-2.44,2.61,.55,6.22,3.33,6.06,10.92,.54,7.66-4.39,9.48-7.41l-1.06-6.35c.36-.02,3.4-1.61,4.19-1.85,.78-.24,1.94-1.75,2.01-3.35,.08-1.6-2.39-1.08-2.39-1.08,2.99-4.09,6.37-7.43,1.98-11.11-4.39-3.68-14.47-5.83-14.47-5.83l-6.07-2.1c.77,2.09-.26,9.08-1.82,13.44-1.4,3.91-1.87,4.64,.12,8.59"/><path class="cls-14" d="M199.46,76.76s-3.43,5.88-6.25,6.42c-2.82,.53-1.38,.14-2.43,.01l.08-4.28c1.94,.31,3.84,.16,8.6-2.15"/><path class="cls-8" d="M210.65,60.07c1.02-3.33-.07-6.84-3.35-9.41-6.81-5.32-12.66-2.38-15.18-1.76-1.75,.43-2.93,.38-4.64,.74-4.29,.9-4.66,9.83-1.56,12.76,.31,.29,.78-3.8,1.13-3.54,.36,.32,.76,.61,1.21,.86,5.04,2.58,10.85-.48,13.79,2.98,1.45,1.71,1.31,4.18-.32,8-.48,1.12-1.12,1.95,.78,1.07,.87-.4,2.31-.97,2.8-.57,1.09,.88,.54,2.73-.33,3.33-.39,.27-1.12,.66-1.12,.66,8.02-1.52,9.89-12.76,6.82-15.13"/><path class="cls-5" d="M232.86,164.99c-.07,3.15-.29,4.53-.5,7.6-.05,.68,1.06,1.95,1.95,2.8h6.74s.02-.02,.02-.02c.94-.66,1.37-3.2,1.31-4.1,.06-.03-.12-.58-.38-1.3-.46-1.26-1.17-3.03-1.29-3.38-.3-.83-.83-1.58-.66-2.48-2.28-.72-5.45-.19-7.19,.88"/><path class="cls-10" d="M193.66,88.64c1.29,1.51,3.58,3.91,4.87,5.42,3.41-3.16,5.18-6.19,6.96-10.59-.63-.64-1.89-1.34-2.52-1.98-1.43,2.78-4.09,5.26-9.31,7.16"/><path class="cls-7" d="M183.05,140.46l4.66,8.96c2.08-3.02,4.16-6.05,6.24-9.07-1.04-12.52-.1-30.77,.03-46.27l2.15-2.47-2.48-2.98-2.91,2.06,1.25,3.35c-4.27,10.54-8.22,39.63-8.93,46.43"/><path class="cls-10" d="M193.66,88.64c-1.46,1.31-3.84,2.92-5.3,4.23-.54-2.97-.18-6.21,.78-9.63l1.6-.87c.12,2.4,1.49,4.43,2.92,6.27"/><polygon class="cls-10" points="211.97 112.96 199.86 111.9 199.53 114.31 211.63 115.38 211.97 112.96"/></g><g><path class="cls-16" d="M91.11,150.84l-9.83,39.91-5.02,23.76-11.14,57.88s-2.36,1.08-6.12,.86c-3.77-.22-5.67-.77-5.67-.77-.08-17.09,0-38.79,1.85-60.6,1.55-18.28-2.15-33.58-1.03-53.74,.33-5.95,4.6-17.31,4.52-17.1l32.43,9.8Z"/><path class="cls-16" d="M104.3,148.69l1,15.16c2.97,30.61,1.67,69.96-.9,108.51,0,0-4.4,.95-8.17,.73-3.77-.22-3.08-.65-3.08-.65l-8.82-63.01s-1.99-14.35-6.66-25.53c-3.37-8.07-7.5-10.4-6.89-19.78,.63-9.72-.19-17.25,1.15-20.6,1.34-3.36,8.01-2.01,8.01-2.01l24.35,7.19Z"/><path class="cls-16" d="M86.31,223.54l-1.97-14.11s-1.09-7.82-3.53-16.41h0l1.87-13.37,3.88,33.53-.24,10.36Z"/><path class="cls-16" d="M90.35,106.13c5.36,11.76,7.36,24.57,22.7,26.85,10.85,.3,33.14-15.37,31.67-19.11-1.6-4.07,4.09-7.29-2.14-7.17-8.29-.02-28.57,8.07-30.44,7.94-1.77-.12-8.62-26.31-19.5-30.26-1.29-.83-6.07,16.07-2.3,21.75"/><path class="cls-6" d="M141.64,106.66c.52-1.28,2.65-6.33,3.75-7.04,.56-.37,.64-.14,.79,.18,.14,.28,.17,.99,.03,1.45-.29,.95,.05,2.73-.19,3.23,5.59,1.12,11.72-3.71,12.76-.89-.15,.59-2.16,3.5-2.48,4.38-1.02,2.82-1.83,4.09-12.87,6.67-.52,.12-1.85,.73-2.42,.85-.66-.77-1.96-3.43-1.69-6.43l2.32-2.42Z"/><path class="cls-12" d="M39.27,106.17c-11.17,31.02-10.23,34.77-1.18,54.65,.8,1.75,1.42,3.59,4.09,3.59,.94,0,3.75-1.88,5.63-3.75,.69-.69,1.43-1.46,1.37-2.37-.43-7.01-6.48-17.39-2.46-23.96,9.03-14.76,17.73-29.07,12.93-38.53-.23-1.33-18.94,4.57-20.38,10.38"/><path class="cls-12" d="M51,124.4c1.74,10.22,3.16,27.56,2.2,44.98,20.96,3.6,40.98,2.46,53.5-1.52-.59-13.83,3.5-80.22-17-84.61-13.87-3.89-32.47-2.66-40.15,4.92l-.07,.06c-5.87,5.5-13.13,23.63-16.54,36.77-6.82,26.22,12.38,11.65,18.06-.6"/><path class="cls-15" d="M84.32,81.9c2.52,11.42,3.39,50,3.13,62.74-.49-.96-21.83-54.07-23.64-62.89,5.85-1.67,14.07-1.44,20.51,.14"/><path class="cls-4" d="M88.3,122.95l-.85,21.7-9.47-19.95-.57-28.27-2.22-3.11,2.38-2.62,2.95,1.58-.98,3.58c2.91,7.76,6.83,21.05,8.77,27.1"/><path class="cls-12" d="M51,124.4c1.63,10.4,2.59,31.93,2.2,44.98,5.5-13.63,2.58-49.3,1.51-54.79-1,3.34-2.25,6.74-3.72,9.81"/><path class="cls-6" d="M85.85,71.5c-1.47,2.93-3.54,5.2-5.84,6.3l.08,4.26,.62,.53c2.43,2.6-.2,7.95-2.97,7.78-7,.35-12.37-5.39-10.27-8.51l.91-1.02,.2-6.03c-.36-.02-2.99-1.51-3.77-1.75-.78-.24-1.93-1.75-2.01-3.34-.08-1.59,2.38-1.08,2.38-1.08-2.98-4.08-6.35-7.41-1.98-11.07,4.37-3.67,14.42-5.81,14.42-5.81l6.05-2.1c-.77,2.09,.26,9.05,1.81,13.39,1.39,3.9,2.34,4.5,.36,8.44"/><path class="cls-14" d="M71.44,75.65c1.98,3.4,4.3,6.93,8.65,6.41l-.08-4.26c-1.94,.31-3.83,.16-8.57-2.15"/><path class="cls-13" d="M82.62,58.68c-5.03,2.58-10.81-.48-13.74,2.97-1.45,1.71-1.3,4.17,.32,7.97,.48,1.12,1.12,1.95-.77,1.07-.87-.4-2.3-.96-2.79-.57-1.09,.88-.54,2.73,.33,3.32,.39,.27,1.12,.66,1.12,.66-6.76-1.28-9.58-7.38-9.48-12.29,.03-1.66,.22-3.15,.53-4.46-.14-.45-.21-.94-.21-1.44,0-2.13,1.36-3.93,3.22-4.5,.35-2.23,2.19-3.93,4.41-3.93,.67,0,1.3,.15,1.87,.43l.22-.06c.81-1.39,2.33-2.33,4.08-2.33,1.22,0,2.34,.46,3.17,1.22,1.23-1.68,3.09-2.74,5.18-2.74,3.71,0,6.72,3.38,6.72,7.55,0,2.61-1.18,4.91-2.97,6.27-.36,.32-.76,.61-1.2,.86"/><path class="cls-11" d="M87.45,144.65h0l5.85-47.81-4.74-4,3-3.55-2.94-6.33c-1.21,.02-2.86-.79-4.29-1.05,2.52,11.42,3.39,50,3.13,62.74"/><path class="cls-16" d="M87.45,144.65h0l-28.86-44.33,3.36-5.21-3.91-2.52,1.4-9.69c.99-.29,3.18-.92,4.37-1.07,1.88,8.97,23.13,61.84,23.63,62.83"/><path class="cls-6" d="M48.23,160.79l4.49,4.11c.65,.35,4.49,6.2,2.64,6.16-1.3-.03-2.7-1.67-2.75-1.56-.67,1.53,.74,6.96,.68,7.1-.78,2.02-3.11-2.79-3.54-3.59-.11-.21,.87,3.67,.65,3.63-.27-.05-.99-.14-1.45-1.04-.56-1.09-1.21-3.12-1.5-3.21-.3-.09,.69,3.67,.42,3.57-.21-.08-.64-.23-.97-.92-.55-1.15-1.03-3.06-1.32-3.23-.29-.17,.57,2.48,.32,2.3-.2-.14-.57,.07-.68-.14-3.17-5.48-.32-6.72-2.35-10.79,2.14-4.41,5.37-2.4,5.37-2.4Z"/></g></g></g></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="11.801" height="16.603" viewBox="0 0 11.801 16.603">
<defs>
<clipPath id="clip-path">
<rect id="長方形_39" data-name="長方形 39" width="11.801" height="16.603" fill="#fff"/>
</clipPath>
</defs>
<g id="グループ_105" data-name="グループ 105" clip-path="url(#clip-path)">
<path id="パス_41" data-name="パス 41" d="M9.7,8.952a4.6,4.6,0,1,0-7.21,0l3.6,5.481Z" transform="translate(-0.198 -0.198)" fill="none" stroke="#fff" stroke-width="2"/>
<path id="パス_43" data-name="パス 43" d="M8.267,6.776A1.733,1.733,0,1,1,6.535,5.043,1.733,1.733,0,0,1,8.267,6.776" transform="translate(-0.634 -0.666)" fill="#fff"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<g id="長方形_27" data-name="長方形 27" transform="translate(1247.025 31.812)" fill="none" stroke="#0068b3" stroke-width="3">
<rect width="28" height="21" stroke="none"/>
<rect x="1.5" y="1.5" width="25" height="18" fill="none"/>
</g>
<path id="パス_23" data-name="パス 23" d="M7592.5-39.36l-12.929,7.8-12.928-7.8" transform="translate(-6318.696 76.479)" fill="none" stroke="#0068b3" stroke-width="3"/>
</g>
</svg>
<svg id="byside_yoko_color" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="204" height="42.565" viewBox="0 0 204 42.565">
<defs>
<clipPath id="clip-path">
<rect id="長方形_62" data-name="長方形 62" width="204" height="42.565" fill="none"/>
</clipPath>
</defs>
<g id="グループ_165" data-name="グループ 165" transform="translate(0 0)">
<path id="パス_143" data-name="パス 143" d="M164.823,5.278l-6.845,1.17,5.675,5.675Z" transform="translate(-18.92 -0.632)" fill="#0099e7"/>
<g id="グループ_166" data-name="グループ 166" transform="translate(0 0)">
<g id="グループ_165-2" data-name="グループ 165" clip-path="url(#clip-path)">
<path id="パス_144" data-name="パス 144" d="M56.844,9.924q2.432-.294,4.487-.5t3.942-.356q1.887-.147,3.69-.209t3.69-.063a34.63,34.63,0,0,1,4.612.294A13.14,13.14,0,0,1,81.1,10.154a6.6,6.6,0,0,1,2.621,2.117,5.68,5.68,0,0,1,.964,3.4,5.133,5.133,0,0,1-4.57,5.283v.168a8.681,8.681,0,0,1,5.031,2.2,5.812,5.812,0,0,1,1.678,4.256,6.628,6.628,0,0,1-1.174,4.005,8.357,8.357,0,0,1-3.04,2.557,14.75,14.75,0,0,1-4.193,1.342,27.485,27.485,0,0,1-4.634.4q-2.852,0-5.053-.085t-4.13-.252q-1.93-.168-3.774-.4t-3.984-.524l.21-2.559,4.151-.335V12.942l-4.151-.335Zm9.435,9.686h8.638a6.575,6.575,0,0,0,3.4-.755,2.866,2.866,0,0,0,1.258-2.683,3.229,3.229,0,0,0-.524-1.887,3.74,3.74,0,0,0-1.467-1.216,7.615,7.615,0,0,0-2.286-.65,21.823,21.823,0,0,0-3.019-.188q-1.468,0-2.914.1a29.871,29.871,0,0,0-3.082.4Zm0,12.161q1.887.337,3.438.461t3.1.126a26.889,26.889,0,0,0,3.208-.189,10.6,10.6,0,0,0,2.831-.712,5.132,5.132,0,0,0,2.033-1.468,3.805,3.805,0,0,0,.775-2.495,3.694,3.694,0,0,0-.524-2.033,3.989,3.989,0,0,0-1.4-1.321,6.74,6.74,0,0,0-2.076-.734,13.425,13.425,0,0,0-2.537-.231H66.279Z" transform="translate(-6.808 -1.053)" fill="#2b333b"/>
<path id="パス_145" data-name="パス 145" d="M104.784,14.984l.21,2.6-3.4.587,7.212,13.461h.461l6.207-13.461-3.187-.587.168-2.6h10.19l.21,2.6-2.642.587-9.6,19.457a9.584,9.584,0,0,1-3.145,3.879,8.973,8.973,0,0,1-7.7.733,6.227,6.227,0,0,1-2.243-1.635l1.593-2.767a7.464,7.464,0,0,0,3.145.839,5.5,5.5,0,0,0,3-.713,4.83,4.83,0,0,0,1.74-2.013l.545-1.132-2.893-.755-9.1-15.725-3.229-.754.167-2.6Z" transform="translate(-11.057 -1.795)" fill="#2b333b"/>
<path id="パス_146" data-name="パス 146" d="M146.72,22.544l-.587-3.774a12.388,12.388,0,0,0-2.851-1.007,15.3,15.3,0,0,0-3.313-.335,23.563,23.563,0,0,0-2.537.126,9.366,9.366,0,0,0-2.013.42,3.282,3.282,0,0,0-1.342.8,1.8,1.8,0,0,0-.482,1.3,1.92,1.92,0,0,0,.42,1.238,2.62,2.62,0,0,0,1.635.733l8.848,1.426a10.676,10.676,0,0,1,4.99,2.033,5.224,5.224,0,0,1,1.929,4.34,5.644,5.644,0,0,1-3.061,5.3,11.146,11.146,0,0,1-3.564,1.174,28.176,28.176,0,0,1-4.7.356,35.242,35.242,0,0,1-5.87-.461,21.443,21.443,0,0,1-5.242-1.594l.21-6.289h2.893l.629,3.4a17.365,17.365,0,0,0,7.38,1.552,19.911,19.911,0,0,0,3.166-.21,7.231,7.231,0,0,0,2.033-.587,2.5,2.5,0,0,0,1.069-.9,2.278,2.278,0,0,0,.314-1.2q0-2.138-2.935-2.558l-8.513-1.341a8.353,8.353,0,0,1-4.508-1.971,5.146,5.146,0,0,1-1.614-3.942,5.546,5.546,0,0,1,.839-3.145,6,6,0,0,1,2.306-2.013,11.437,11.437,0,0,1,3.459-1.069,27.211,27.211,0,0,1,4.256-.315,29.491,29.491,0,0,1,5.43.461,25.486,25.486,0,0,1,4.592,1.3l-.42,6.751Z" transform="translate(-15.447 -1.681)" fill="#2b333b"/>
<path id="パス_147" data-name="パス 147" d="M164.646,32.95V15.087l-.335-.294-7.59.42.21,2.517,2.6.251V32.95l-3.019.42.21,2.557h10.735l.167-2.557Z" transform="translate(-18.744 -1.772)" fill="#2b333b"/>
<path id="パス_148" data-name="パス 148" d="M195.159,31.53l2.977.922V35.01h-5.114l-1.343-2.139a10.889,10.889,0,0,1-4.068,2.286,17.172,17.172,0,0,1-5.031.692,14.491,14.491,0,0,1-5.033-.819,10.77,10.77,0,0,1-3.795-2.326,10.206,10.206,0,0,1-2.411-3.586,12.13,12.13,0,0,1-.838-4.591,11.3,11.3,0,0,1,.9-4.55,10.045,10.045,0,0,1,2.622-3.585,12.233,12.233,0,0,1,4.171-2.348,17.293,17.293,0,0,1,5.6-.838,16.524,16.524,0,0,1,3.48.335,13.336,13.336,0,0,1,2.81.922V10.6l-2.936-.419L186.9,7.627l7.926-.5.335.209Zm-5.074-13.838a15.642,15.642,0,0,0-3.145-.775,24.692,24.692,0,0,0-3.144-.189,8.945,8.945,0,0,0-5.934,1.846q-2.2,1.845-2.2,5.954a9.918,9.918,0,0,0,.567,3.564,6.664,6.664,0,0,0,1.53,2.412,5.887,5.887,0,0,0,2.306,1.384,9.242,9.242,0,0,0,2.893.44,12.722,12.722,0,0,0,4.236-.65,7.3,7.3,0,0,0,2.893-1.74Z" transform="translate(-20.419 -0.853)" fill="#2b333b"/>
<path id="パス_149" data-name="パス 149" d="M217.1,27.282l-8.68-.461a7.063,7.063,0,0,0,2.264,4.843,7.911,7.911,0,0,0,5.325,1.657,24.239,24.239,0,0,0,2.621-.126,13.438,13.438,0,0,0,2.138-.4,9.629,9.629,0,0,0,1.908-.754,16.81,16.81,0,0,0,1.929-1.2l1.8,3.019a14.047,14.047,0,0,1-4.7,2.2,23.719,23.719,0,0,1-5.7.608,15.685,15.685,0,0,1-5.451-.881,11.567,11.567,0,0,1-4.025-2.431,10.269,10.269,0,0,1-2.474-3.606,11.539,11.539,0,0,1-.839-4.4,11.207,11.207,0,0,1,.881-4.424,10.239,10.239,0,0,1,2.558-3.606,12.144,12.144,0,0,1,4.109-2.411,16.2,16.2,0,0,1,5.536-.881,15.392,15.392,0,0,1,5.053.776,10.689,10.689,0,0,1,3.795,2.2,9.308,9.308,0,0,1,2.37,3.5,12.549,12.549,0,0,1,.818,4.634c0,.307-.015.622-.042.943a5.361,5.361,0,0,1-.167.944l-.252.252Zm6.122-3.48q-.168-3.438-2.033-4.927a7.6,7.6,0,0,0-4.885-1.489,8.291,8.291,0,0,0-5.451,1.635,7.313,7.313,0,0,0-2.432,4.781Z" transform="translate(-24.338 -1.681)" fill="#2b333b"/>
<path id="パス_150" data-name="パス 150" d="M21.278,42.565A21.287,21.287,0,0,1,6.225,6.225,21.288,21.288,0,0,1,36.33,36.33a21.151,21.151,0,0,1-15.052,6.235M17.161,11.8A6.728,6.728,0,0,1,23.9,18.4l.006.252.252.005a6.739,6.739,0,0,1,4.629,11.506L20.2,38.749l.61.016c.156,0,.312.006.467.006A17.494,17.494,0,0,0,33.648,8.907,17.494,17.494,0,0,0,3.784,21.277c0,.157,0,.312.006.467l.016.61,8.586-8.585A6.7,6.7,0,0,1,17.161,11.8m6.855,10.647a2.928,2.928,0,0,0-2.086.864L10.319,34.919l.234.182a17.308,17.308,0,0,0,5.005,2.716l.155.054L26.1,27.481a2.95,2.95,0,0,0-2.087-5.037m-6.855-6.855a2.933,2.933,0,0,0-2.087.863L4.685,26.842,4.737,27A17.331,17.331,0,0,0,7.454,32l.183.234,11.61-11.611a2.949,2.949,0,0,0-2.086-5.036" transform="translate(0 0)" fill="#0057aa"/>
<path id="パス_151" data-name="パス 151" d="M34.35,13.145l-6.26,1.069,5.191,5.191Z" transform="translate(-3.364 -1.574)" fill="#0099e7"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_グループ_159" data-name="グループ 159" xmlns="http://www.w3.org/2000/svg" width="16.53" height="16.52" viewBox="0 0 16.53 16.52">
<path id="_パス_142" data-name="パス 142" d="M16.53,0L0,2.82l13.7,13.7L16.53,0Z" style="fill: #fff;"/>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_グループ_159" data-name="グループ 159" xmlns="http://www.w3.org/2000/svg" width="112.72" height="112.72" viewBox="0 0 112.72 112.72">
<g id="_グループ_158" data-name="グループ 158">
<path id="_パス_142" data-name="パス 142" d="M56.19,112.72C25.16,112.72,0,87.56,0,56.53c0-14.9,5.92-29.2,16.46-39.73,21.76-22.13,57.34-22.42,79.47-.66,22.13,21.76,22.42,57.34,.66,79.47-.22,.22-.44,.44-.66,.66-10.52,10.57-24.82,16.5-39.74,16.46M45.33,31.5c9.69-.02,17.6,7.74,17.79,17.43v.67s.68,.01,.68,.01c9.82,.19,17.63,8.31,17.44,18.13-.09,4.6-1.96,8.99-5.22,12.24l-22.66,22.67,1.61,.04c.41,.01,.82,.02,1.23,.02,25.5,0,46.18-20.67,46.18-46.18,0-12.25-4.87-24-13.53-32.66-18.03-18.04-47.27-18.04-65.31,0-8.66,8.66-13.53,20.41-13.53,32.66,0,.41,0,.82,.02,1.23l.04,1.61,22.66-22.66c3.33-3.34,7.87-5.22,12.59-5.2m18.1,28.11c-2.07,0-4.05,.81-5.51,2.28l-30.65,30.65,.62,.48c3.98,3.1,8.44,5.53,13.21,7.17l.41,.14,27.43-27.43c3.04-3.04,3.04-7.97,0-11.01-1.46-1.46-3.44-2.28-5.51-2.28m-18.1-18.1c-2.07,0-4.05,.81-5.51,2.28l-27.43,27.43,.14,.41c1.64,4.77,4.07,9.23,7.17,13.21l.48,.62,30.65-30.65c3.04-3.04,3.04-7.97,0-11.01-1.46-1.46-3.44-2.28-5.51-2.28" style="fill: #fff;"/>
</g>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_グループ_159" data-name="グループ 159" xmlns="http://www.w3.org/2000/svg" width="190.88" height="43.05" viewBox="0 0 190.88 43.05">
<path id="_パス_142" data-name="パス 142" d="M0,3.22c2.01-.24,3.86-.45,5.56-.62,1.7-.17,3.33-.32,4.89-.44,1.56-.12,3.08-.21,4.57-.26,1.49-.05,3.02-.08,4.57-.08,1.91,0,3.82,.11,5.72,.36,1.64,.2,3.25,.65,4.76,1.33,1.29,.58,2.41,1.48,3.25,2.62,.84,1.24,1.26,2.72,1.2,4.21,.12,3.33-2.35,6.19-5.67,6.55v.21c2.32,.21,4.51,1.17,6.24,2.73,1.39,1.4,2.14,3.31,2.08,5.28,.06,1.77-.45,3.51-1.46,4.96-.98,1.34-2.28,2.43-3.77,3.17-1.64,.81-3.39,1.37-5.2,1.66-1.9,.33-3.82,.49-5.74,.49-2.36,0-4.45-.03-6.26-.1-1.82-.07-3.53-.17-5.13-.32-1.59-.14-3.15-.3-4.68-.49-1.52-.19-3.17-.41-4.94-.65l.26-3.17,5.15-.42V6.96L.26,6.55l-.26-3.33ZM11.7,15.23h10.71c1.46,.07,2.92-.25,4.21-.94,1.1-.73,1.7-2.01,1.56-3.33,.03-.83-.2-1.65-.65-2.34-.47-.65-1.09-1.17-1.82-1.51-.9-.42-1.85-.69-2.83-.81-1.24-.16-2.49-.24-3.74-.23-1.21,0-2.42,.04-3.61,.13-1.28,.1-2.56,.27-3.82,.5V15.23Zm0,15.08c1.56,.28,2.98,.47,4.26,.57,1.28,.1,2.56,.16,3.85,.16,1.33,0,2.66-.08,3.98-.23,1.21-.13,2.39-.43,3.51-.88,.98-.39,1.84-1.01,2.52-1.82,.68-.88,1.02-1.98,.96-3.09,.03-.89-.19-1.76-.65-2.52-.44-.68-1.04-1.24-1.74-1.64-.8-.44-1.67-.75-2.57-.91-1.04-.2-2.09-.29-3.15-.29H11.7v10.66ZM54.17,8.58l.26,3.22-4.21,.73,8.94,16.69h.57l7.69-16.69-3.95-.73,.21-3.22h12.63l.26,3.22-3.28,.73-11.9,24.12c-.85,1.92-2.2,3.58-3.9,4.81-1.68,1.09-3.66,1.65-5.67,1.59-1.32,.04-2.64-.19-3.87-.68-1.07-.46-2.02-1.15-2.78-2.03l1.97-3.43c1.21,.63,2.54,.98,3.9,1.04,1.3,.07,2.59-.24,3.72-.88,.94-.61,1.69-1.48,2.16-2.5l.68-1.4-3.59-.94-11.28-19.5-4-.94,.21-3.22h15.23Zm46.55,9.52l-.73-4.68c-1.12-.56-2.31-.98-3.54-1.25-1.35-.29-2.73-.43-4.11-.42-1.05,0-2.1,.05-3.14,.15-.85,.08-1.69,.26-2.5,.52-.63,.19-1.2,.53-1.66,.99-.41,.44-.62,1.02-.6,1.61-.01,.56,.17,1.1,.52,1.54,.55,.53,1.27,.85,2.03,.91l10.97,1.77c2.24,.3,4.37,1.17,6.19,2.52,1.61,1.31,2.5,3.31,2.39,5.38,.14,2.75-1.35,5.32-3.79,6.58-1.38,.73-2.87,1.23-4.42,1.46-1.93,.31-3.87,.46-5.82,.44-2.44,.01-4.87-.18-7.28-.57-2.24-.38-4.43-1.04-6.5-1.98l.26-7.8h3.59l.78,4.21c2.87,1.3,6,1.96,9.15,1.92,1.31,.02,2.63-.07,3.93-.26,.87-.12,1.72-.36,2.52-.73,.54-.24,1-.63,1.33-1.12,.26-.45,.4-.96,.39-1.48,0-1.77-1.21-2.82-3.64-3.17l-10.55-1.66c-2.07-.23-4.01-1.09-5.59-2.44-1.34-1.26-2.07-3.05-2-4.89-.05-1.37,.31-2.73,1.04-3.9,.72-1.07,1.71-1.93,2.86-2.5,1.35-.67,2.8-1.11,4.29-1.32,1.75-.27,3.51-.4,5.28-.39,2.26-.02,4.51,.17,6.73,.57,1.94,.36,3.85,.9,5.69,1.61l-.52,8.37h-3.53Zm18.14,12.8V8.73l-.42-.37-9.41,.52,.26,3.12,3.22,.31V30.88l-3.74,.52,.26,3.17h13.31l.21-3.17-3.69-.52Zm35.75-.62l3.69,1.15v3.17h-6.34l-1.66-2.65c-1.46,1.3-3.18,2.26-5.04,2.83-2.03,.59-4.13,.88-6.24,.86-2.12,.03-4.24-.31-6.24-1.01-1.75-.62-3.35-1.61-4.71-2.88-1.3-1.25-2.32-2.77-2.99-4.45-.71-1.81-1.06-3.75-1.04-5.69-.02-1.94,.36-3.86,1.12-5.64,.74-1.71,1.85-3.23,3.25-4.45,1.52-1.3,3.27-2.29,5.17-2.91,2.24-.73,4.59-1.08,6.94-1.04,1.45-.01,2.89,.13,4.31,.42,1.2,.25,2.37,.63,3.48,1.15V4.32l-3.64-.52-.31-3.17,9.83-.62,.42,.26V30.25Zm-6.29-17.16c-1.26-.45-2.57-.78-3.9-.96-1.29-.16-2.6-.24-3.9-.23-2.65-.14-5.26,.67-7.36,2.29-1.82,1.52-2.73,3.99-2.73,7.38-.04,1.5,.2,3,.7,4.42,.41,1.12,1.06,2.14,1.9,2.99,.81,.79,1.79,1.37,2.86,1.72,1.16,.37,2.37,.56,3.59,.55,1.78,.03,3.56-.24,5.25-.81,1.35-.43,2.58-1.17,3.59-2.16V13.1Zm28.63,10.87l-10.76-.57c.11,2.29,1.12,4.44,2.81,6,1.88,1.46,4.22,2.19,6.6,2.05,1.09,0,2.17-.05,3.25-.16,.9-.09,1.78-.26,2.65-.49,.82-.23,1.61-.54,2.37-.93,.83-.44,1.63-.94,2.39-1.48l2.23,3.74c-1.75,1.26-3.73,2.19-5.82,2.73-2.32,.54-4.69,.79-7.07,.75-2.3,.04-4.59-.33-6.76-1.09-1.85-.65-3.55-1.68-4.99-3.01-1.33-1.25-2.38-2.78-3.07-4.47-.7-1.73-1.05-3.59-1.04-5.46-.01-1.88,.36-3.75,1.09-5.48,.72-1.7,1.8-3.23,3.17-4.47,1.49-1.32,3.22-2.34,5.1-2.99,2.21-.76,4.53-1.13,6.86-1.09,2.13-.03,4.24,.29,6.26,.96,1.74,.57,3.34,1.5,4.71,2.73,1.3,1.2,2.3,2.69,2.94,4.34,.7,1.83,1.04,3.78,1.01,5.74,0,.38-.02,.77-.05,1.17-.03,.4-.1,.79-.21,1.17l-.31,.31h-13.36Zm7.59-4.31c-.14-2.84-.98-4.88-2.52-6.11-1.75-1.3-3.89-1.95-6.06-1.85-2.42-.14-4.82,.57-6.76,2.03-1.72,1.52-2.8,3.64-3.02,5.93h18.35Z" style="fill: #fff;"/>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_グループ_159" data-name="グループ 159" xmlns="http://www.w3.org/2000/svg" width="8.49" height="8.49" viewBox="0 0 8.49 8.49">
<polygon points="8.49 0 0 1.45 7.04 8.49 8.49 0" style="fill: #fff;"/>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="190.88" height="166.82" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 190.88 166.82">
<defs>
<clipPath id="clippath">
<rect y=".36" width="190.88" height="166.46" style="fill: none;"/>
</clipPath>
</defs>
<g style="clip-path: url(#clippath);">
<g id="logo-opening">
<path id="_パス_142" data-name="パス 142" d="M95.44,112.72c-31.04,0-56.19-25.16-56.19-56.19,0-14.9,5.92-29.2,16.46-39.73,21.76-22.13,57.34-22.42,79.47-.66,22.13,21.76,22.42,57.34,.66,79.47-.22,.22-.44,.44-.66,.66-10.52,10.57-24.82,16.5-39.74,16.46m-10.87-81.22c9.69-.02,17.6,7.74,17.79,17.43v.67s.68,.01,.68,.01c9.82,.19,17.63,8.31,17.44,18.13-.09,4.6-1.96,8.99-5.22,12.24l-22.66,22.67,1.61,.04c.41,.01,.82,.02,1.23,.02,25.5,0,46.18-20.67,46.18-46.18,0-12.25-4.87-24-13.53-32.66-18.03-18.04-47.27-18.04-65.31,0-8.66,8.66-13.53,20.41-13.53,32.66,0,.41,0,.82,.02,1.23l.04,1.61,22.66-22.66c3.33-3.34,7.87-5.22,12.59-5.2m18.1,28.11c-2.07,0-4.05,.81-5.51,2.28l-30.65,30.65,.62,.48c3.98,3.1,8.44,5.53,13.21,7.17l.41,.14,27.43-27.43c3.04-3.04,3.04-7.97,0-11.01-1.46-1.46-3.44-2.28-5.51-2.28m-18.1-18.1c-2.07,0-4.05,.81-5.51,2.28l-27.43,27.43,.14,.41c1.64,4.77,4.07,9.23,7.17,13.21l.48,.62,30.65-30.65c3.04-3.04,3.04-7.97,0-11.01-1.46-1.46-3.44-2.28-5.51-2.28m34.28,80.25l-8.49,1.45,7.04,7.04,1.45-8.49ZM0,126.99c2.01-.24,3.86-.45,5.56-.62,1.7-.17,3.33-.32,4.89-.44,1.56-.12,3.08-.21,4.57-.26,1.49-.05,3.02-.08,4.57-.08,1.91,0,3.82,.11,5.72,.36,1.64,.2,3.25,.65,4.76,1.33,1.29,.58,2.41,1.48,3.25,2.62,.84,1.24,1.26,2.72,1.2,4.21,.12,3.33-2.35,6.19-5.67,6.55v.21c2.32,.21,4.51,1.17,6.24,2.73,1.39,1.4,2.14,3.31,2.08,5.28,.06,1.77-.45,3.51-1.46,4.96-.98,1.34-2.28,2.43-3.77,3.17-1.64,.81-3.39,1.37-5.2,1.66-1.9,.33-3.82,.49-5.74,.49-2.36,0-4.45-.03-6.26-.1-1.82-.07-3.53-.17-5.13-.32-1.59-.14-3.15-.3-4.68-.49-1.52-.19-3.17-.41-4.94-.65l.26-3.17,5.15-.42v-23.29l-5.15-.41-.26-3.33Zm11.7,12.01h10.71c1.46,.07,2.92-.25,4.21-.94,1.1-.73,1.7-2.01,1.56-3.33,.03-.83-.2-1.65-.65-2.34-.47-.65-1.09-1.17-1.82-1.51-.9-.42-1.85-.69-2.83-.81-1.24-.16-2.49-.24-3.74-.23-1.21,0-2.42,.04-3.61,.13-1.28,.1-2.56,.27-3.82,.5v8.52Zm0,15.08c1.56,.28,2.98,.47,4.26,.57,1.28,.1,2.56,.16,3.85,.16,1.33,0,2.66-.08,3.98-.23,1.21-.13,2.39-.43,3.51-.88,.98-.39,1.84-1.01,2.52-1.82,.68-.88,1.02-1.98,.96-3.09,.03-.89-.19-1.76-.65-2.52-.44-.68-1.04-1.24-1.74-1.64-.8-.44-1.67-.75-2.57-.91-1.04-.2-2.09-.29-3.15-.29H11.7v10.66Zm42.47-21.73l.26,3.22-4.21,.73,8.94,16.69h.57l7.69-16.69-3.95-.73,.21-3.22h12.63l.26,3.22-3.28,.73-11.9,24.12c-.85,1.92-2.2,3.58-3.9,4.81-1.68,1.09-3.66,1.65-5.67,1.59-1.32,.04-2.64-.19-3.87-.68-1.07-.46-2.02-1.15-2.78-2.03l1.97-3.43c1.21,.63,2.54,.98,3.9,1.04,1.3,.07,2.59-.24,3.72-.88,.94-.61,1.69-1.48,2.16-2.5l.68-1.4-3.59-.94-11.28-19.5-4-.94,.21-3.22h15.23Zm46.55,9.52l-.73-4.68c-1.12-.56-2.31-.98-3.54-1.25-1.35-.29-2.73-.43-4.11-.42-1.05,0-2.1,.05-3.14,.15-.85,.08-1.69,.26-2.5,.52-.63,.19-1.2,.53-1.66,.99-.41,.44-.62,1.02-.6,1.61-.01,.56,.17,1.1,.52,1.54,.55,.53,1.27,.85,2.03,.91l10.97,1.77c2.24,.3,4.37,1.17,6.19,2.52,1.61,1.31,2.5,3.31,2.39,5.38,.14,2.75-1.35,5.32-3.79,6.58-1.38,.73-2.87,1.23-4.42,1.46-1.93,.31-3.87,.46-5.82,.44-2.44,.01-4.87-.18-7.28-.57-2.24-.38-4.43-1.04-6.5-1.98l.26-7.8h3.59l.78,4.21c2.87,1.3,6,1.96,9.15,1.92,1.31,.02,2.63-.07,3.93-.26,.87-.12,1.72-.36,2.52-.73,.54-.24,1-.63,1.33-1.12,.26-.45,.4-.96,.39-1.48,0-1.77-1.21-2.82-3.64-3.17l-10.55-1.66c-2.07-.23-4.01-1.09-5.59-2.44-1.34-1.26-2.07-3.05-2-4.89-.05-1.37,.31-2.73,1.04-3.9,.72-1.07,1.71-1.93,2.86-2.5,1.35-.67,2.8-1.11,4.29-1.32,1.75-.27,3.51-.4,5.28-.39,2.26-.02,4.51,.17,6.73,.57,1.94,.36,3.85,.9,5.69,1.61l-.52,8.37h-3.53Zm18.14,12.8v-22.15l-.42-.37-9.41,.52,.26,3.12,3.22,.31v18.56l-3.74,.52,.26,3.17h13.31l.21-3.17-3.69-.52Zm35.75-.62l3.69,1.15v3.17h-6.34l-1.66-2.65c-1.46,1.3-3.18,2.26-5.04,2.83-2.03,.59-4.13,.88-6.24,.86-2.12,.03-4.24-.31-6.24-1.01-1.75-.62-3.35-1.61-4.71-2.88-1.3-1.25-2.32-2.77-2.99-4.45-.71-1.81-1.06-3.75-1.04-5.69-.02-1.94,.36-3.86,1.12-5.64,.74-1.71,1.85-3.23,3.25-4.45,1.52-1.3,3.27-2.29,5.17-2.91,2.24-.73,4.59-1.08,6.94-1.04,1.45-.01,2.89,.13,4.31,.42,1.2,.25,2.37,.63,3.48,1.15v-4.78l-3.64-.52-.31-3.17,9.83-.62,.42,.26v29.99Zm-6.29-17.16c-1.26-.45-2.57-.78-3.9-.96-1.29-.16-2.6-.24-3.9-.23-2.65-.14-5.26,.67-7.36,2.29-1.82,1.52-2.73,3.99-2.73,7.38-.04,1.5,.2,3,.7,4.42,.41,1.12,1.06,2.14,1.9,2.99,.81,.79,1.79,1.37,2.86,1.72,1.16,.37,2.37,.56,3.59,.55,1.78,.03,3.56-.24,5.25-.81,1.35-.43,2.58-1.17,3.59-2.16v-15.18Zm28.63,10.87l-10.76-.57c.11,2.29,1.12,4.44,2.81,6,1.88,1.46,4.22,2.19,6.6,2.05,1.09,0,2.17-.05,3.25-.16,.9-.09,1.78-.26,2.65-.49,.82-.23,1.61-.54,2.37-.93,.83-.44,1.63-.94,2.39-1.48l2.23,3.74c-1.75,1.26-3.73,2.19-5.82,2.73-2.32,.54-4.69,.79-7.07,.75-2.3,.04-4.59-.33-6.76-1.09-1.85-.65-3.55-1.68-4.99-3.01-1.33-1.25-2.38-2.78-3.07-4.47-.7-1.73-1.05-3.59-1.04-5.46-.01-1.88,.36-3.75,1.09-5.48,.72-1.7,1.8-3.23,3.17-4.47,1.49-1.32,3.22-2.34,5.1-2.99,2.21-.76,4.53-1.13,6.86-1.09,2.13-.03,4.24,.29,6.26,.96,1.74,.57,3.34,1.5,4.71,2.73,1.3,1.2,2.3,2.69,2.94,4.34,.7,1.83,1.04,3.78,1.01,5.74,0,.38-.02,.77-.05,1.17-.03,.4-.1,.79-.21,1.17l-.31,.31h-13.36Zm7.59-4.31c-.14-2.84-.98-4.88-2.52-6.11-1.75-1.3-3.89-1.95-6.06-1.85-2.42-.14-4.82,.57-6.76,2.03-1.72,1.52-2.8,3.64-3.02,5.93h18.35Z" style="fill: #fff;"/>
</g>
</g>
</svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200.297" height="174.669" viewBox="0 0 200.297 174.669">
<defs>
<clipPath id="clip-path">
<rect id="長方形_35" data-name="長方形 35" width="200.297" height="174.669" fill="none"/>
</clipPath>
</defs>
<g id="logo-sectionlogo" clip-path="url(#clip-path)">
<path id="パス_30" data-name="パス 30" d="M86.623,117.905a58.967,58.967,0,0,1-41.7-100.662,58.966,58.966,0,1,1,83.391,83.391,58.581,58.581,0,0,1-41.7,17.271M75.22,32.679A18.639,18.639,0,0,1,93.883,50.967l.015.7.7.015A18.667,18.667,0,0,1,107.42,83.553L83.639,107.335l1.691.043c.43.012.86.018,1.294.018a48.457,48.457,0,0,0,34.265-82.722A48.458,48.458,0,0,0,38.166,58.938c0,.433.006.863.018,1.3l.043,1.691L62.009,38.142A18.562,18.562,0,0,1,75.22,32.679M94.21,62.172a8.122,8.122,0,0,0-5.78,2.391L56.268,96.725l.649.506a47.937,47.937,0,0,0,13.863,7.525l.429.149L99.989,76.122A8.171,8.171,0,0,0,94.21,62.172M75.22,43.182a8.118,8.118,0,0,0-5.78,2.391L40.659,74.354l.147.43a48,48,0,0,0,7.525,13.863l.506.649L81,57.131a8.17,8.17,0,0,0-5.78-13.949" transform="translate(13.525)" fill="#0057aa"/>
<path id="パス_31" data-name="パス 31" d="M91.036,21.532,73.7,24.494,88.074,38.872Z" transform="translate(36.003 10.519)" fill="#0099e7"/>
<path id="パス_32" data-name="パス 32" d="M86.708,85.578,77.8,87.1l7.383,7.383Z" transform="translate(38.009 41.808)" fill="#0099e7"/>
<path id="パス_33" data-name="パス 33" d="M0,89.753q3.164-.382,5.837-.655t5.129-.463q2.454-.19,4.8-.272t4.8-.082a45.031,45.031,0,0,1,6,.381,17.112,17.112,0,0,1,4.991,1.392,8.586,8.586,0,0,1,3.41,2.754,7.4,7.4,0,0,1,1.255,4.419,6.681,6.681,0,0,1-5.947,6.874v.217a11.313,11.313,0,0,1,6.547,2.864,7.565,7.565,0,0,1,2.182,5.537,8.63,8.63,0,0,1-1.527,5.21,10.89,10.89,0,0,1-3.955,3.328A19.241,19.241,0,0,1,28.068,123a35.691,35.691,0,0,1-6.029.518q-3.711,0-6.573-.109t-5.374-.327q-2.51-.219-4.909-.518T0,121.885l.272-3.327,5.4-.438V93.681l-5.4-.436Zm12.274,12.6H23.513a8.55,8.55,0,0,0,4.418-.982,3.731,3.731,0,0,0,1.637-3.491,4.2,4.2,0,0,0-.682-2.455,4.878,4.878,0,0,0-1.91-1.582A9.916,9.916,0,0,0,24,93a28.416,28.416,0,0,0-3.928-.246q-1.911,0-3.791.135a38.955,38.955,0,0,0-4.01.519Zm0,15.82q2.456.438,4.473.6t4.037.164a34.986,34.986,0,0,0,4.174-.246,13.8,13.8,0,0,0,3.683-.927,6.671,6.671,0,0,0,2.645-1.91,4.945,4.945,0,0,0,1.009-3.245,4.817,4.817,0,0,0-.682-2.647,5.2,5.2,0,0,0-1.828-1.718,8.749,8.749,0,0,0-2.7-.954,17.449,17.449,0,0,0-3.3-.3H12.274Z" transform="translate(0 43.128)" fill="#2b333b"/>
<path id="パス_34" data-name="パス 34" d="M43.5,93.045l.272,3.382-4.418.764L48.737,114.7h.6l8.074-17.511-4.146-.764.219-3.382H66.74l.274,3.382-3.437.764L51.083,122.5a12.442,12.442,0,0,1-4.092,5.046,10.345,10.345,0,0,1-5.944,1.664,10.386,10.386,0,0,1-4.067-.709,8.126,8.126,0,0,1-2.918-2.129l2.072-3.6a9.723,9.723,0,0,0,4.092,1.09,7.142,7.142,0,0,0,3.9-.927,6.269,6.269,0,0,0,2.264-2.618l.71-1.472-3.764-.982L31.5,97.409l-4.2-.982.219-3.382Z" transform="translate(13.336 45.455)" fill="#2b333b"/>
<path id="パス_35" data-name="パス 35" d="M78.571,103.387l-.764-4.909a16.09,16.09,0,0,0-3.709-1.31,19.928,19.928,0,0,0-4.309-.436,30.7,30.7,0,0,0-3.3.164,12.329,12.329,0,0,0-2.618.545,4.292,4.292,0,0,0-1.745,1.038,2.337,2.337,0,0,0-.628,1.691,2.5,2.5,0,0,0,.546,1.609,3.408,3.408,0,0,0,2.127.954l11.511,1.855a13.886,13.886,0,0,1,6.491,2.645,6.8,6.8,0,0,1,2.51,5.647,7.342,7.342,0,0,1-3.983,6.9,14.5,14.5,0,0,1-4.637,1.527,36.759,36.759,0,0,1-6.109.463,45.771,45.771,0,0,1-7.638-.6A27.929,27.929,0,0,1,55.5,119.1l.272-8.182h3.765l.819,4.418a22.588,22.588,0,0,0,9.6,2.018,26.121,26.121,0,0,0,4.119-.272,9.437,9.437,0,0,0,2.645-.764,3.257,3.257,0,0,0,1.392-1.173,2.97,2.97,0,0,0,.408-1.556q0-2.782-3.818-3.327l-11.075-1.746a10.865,10.865,0,0,1-5.863-2.565,6.692,6.692,0,0,1-2.1-5.128,7.215,7.215,0,0,1,1.091-4.09,7.807,7.807,0,0,1,3-2.618,14.9,14.9,0,0,1,4.5-1.392,35.556,35.556,0,0,1,5.537-.409,38.322,38.322,0,0,1,7.065.6A32.94,32.94,0,0,1,82.827,94.6l-.546,8.782Z" transform="translate(27.112 45.097)" fill="#2b333b"/>
<path id="パス_36" data-name="パス 36" d="M87.258,116.52V93.281l-.436-.383-9.875.546.274,3.273,3.382.327V116.52l-3.928.546.272,3.327H90.912l.219-3.327Z" transform="translate(37.458 45.384)" fill="#2b333b"/>
<path id="パス_37" data-name="パス 37" d="M119.514,118.748l3.873,1.2v3.328h-6.655l-1.745-2.782a14.15,14.15,0,0,1-5.292,2.973,22.361,22.361,0,0,1-6.547.9A18.85,18.85,0,0,1,96.6,123.3a14,14,0,0,1-4.937-3.028,13.285,13.285,0,0,1-3.136-4.664,15.8,15.8,0,0,1-1.091-5.973,14.711,14.711,0,0,1,1.173-5.92,13.053,13.053,0,0,1,3.41-4.664A15.91,15.91,0,0,1,97.448,96a22.447,22.447,0,0,1,7.283-1.091,21.564,21.564,0,0,1,4.528.436,17.312,17.312,0,0,1,3.654,1.2V91.526l-3.818-.545-.327-3.328L119.078,87l.436.272Zm-6.6-18a20.3,20.3,0,0,0-4.092-1.009,32.112,32.112,0,0,0-4.09-.246,11.636,11.636,0,0,0-7.72,2.4q-2.865,2.4-2.864,7.746a12.909,12.909,0,0,0,.737,4.637,8.653,8.653,0,0,0,1.99,3.136,7.607,7.607,0,0,0,3,1.8,11.987,11.987,0,0,0,3.764.573,16.5,16.5,0,0,0,5.509-.845,9.477,9.477,0,0,0,3.765-2.264Z" transform="translate(42.716 42.502)" fill="#2b333b"/>
<path id="パス_38" data-name="パス 38" d="M130.664,109.551l-11.292-.6a9.2,9.2,0,0,0,2.946,6.3,10.3,10.3,0,0,0,6.929,2.154,31.452,31.452,0,0,0,3.409-.164,17.507,17.507,0,0,0,2.782-.518,12.631,12.631,0,0,0,2.483-.981,22.068,22.068,0,0,0,2.51-1.556l2.344,3.928a18.319,18.319,0,0,1-6.109,2.864,30.851,30.851,0,0,1-7.419.79,20.4,20.4,0,0,1-7.093-1.146,15.042,15.042,0,0,1-5.237-3.163,13.339,13.339,0,0,1-3.218-4.692,14.994,14.994,0,0,1-1.091-5.728,14.555,14.555,0,0,1,1.146-5.755,13.328,13.328,0,0,1,3.327-4.692,15.779,15.779,0,0,1,5.347-3.136,21.06,21.06,0,0,1,7.2-1.146,20.036,20.036,0,0,1,6.573,1.009,13.922,13.922,0,0,1,4.937,2.864,12.134,12.134,0,0,1,3.083,4.555,16.343,16.343,0,0,1,1.063,6.029q0,.6-.054,1.227a7.051,7.051,0,0,1-.219,1.228l-.327.327Zm7.965-4.528q-.219-4.472-2.645-6.41a9.893,9.893,0,0,0-6.356-1.937,10.783,10.783,0,0,0-7.091,2.127,9.515,9.515,0,0,0-3.165,6.219Z" transform="translate(55.013 45.097)" fill="#2b333b"/>
</g>
</svg>
<svg id="lp_number-ic" xmlns="http://www.w3.org/2000/svg" width="79.488" height="50" viewBox="0 0 79.488 50">
<path id="パス_208" data-name="パス 208" d="M39.711-5H99.455L79.711,45H19.966Z" transform="translate(-19.966 5)" fill="#fff95a"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
<g id="グループ_98" data-name="グループ 98" transform="translate(-1241 -29)">
<g id="楕円形_5" data-name="楕円形 5" transform="translate(1241 29)" fill="#fff" stroke="#fff" stroke-width="2">
<circle cx="24" cy="24" r="24" stroke="none"/>
<circle cx="24" cy="24" r="23" fill="none"/>
</g>
<g id="グループ_97" data-name="グループ 97" transform="translate(3.975 11.188)">
<g id="長方形_27" data-name="長方形 27" transform="translate(1247.025 31.812)" fill="none" stroke="#1ca8ea" stroke-width="3">
<rect width="28" height="21" stroke="none"/>
<rect x="1.5" y="1.5" width="25" height="18" fill="none"/>
</g>
<path id="パス_23" data-name="パス 23" d="M7592.5-39.36l-12.929,7.8-12.928-7.8" transform="translate(-6318.696 76.479)" fill="none" stroke="#1ca8ea" stroke-width="3"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="21.619" height="21.611" viewBox="0 0 21.619 21.611">
<path id="phone" d="M22.489,24.986h-.141C6.015,24.047,3.7,10.265,3.372,6.06A2.494,2.494,0,0,1,5.666,3.375h4.58a1.662,1.662,0,0,1,1.546,1.047l1.263,3.109a1.662,1.662,0,0,1-.366,1.8l-1.77,1.787a7.788,7.788,0,0,0,6.3,6.317l1.8-1.787a1.662,1.662,0,0,1,1.8-.341l3.133,1.255A1.662,1.662,0,0,1,24.983,18.1v4.389a2.494,2.494,0,0,1-2.494,2.494ZM5.866,5.037a.831.831,0,0,0-.831.831v.066c.383,4.921,2.834,16.557,17.405,17.388a.831.831,0,0,0,.881-.781V18.1l-3.133-1.255L17.8,19.217l-.4-.05c-7.231-.906-8.212-8.137-8.212-8.212l-.05-.4L11.5,8.17,10.254,5.037Z" transform="translate(-3.364 -3.375)" fill="#0f68b7"/>
</svg>
<svg id="グループ_205" data-name="グループ 205" xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="長方形_27" data-name="長方形 27" fill="none" stroke="#fff" stroke-width="2">
<rect width="28" height="21" stroke="none"/>
<rect x="1" y="1" width="26" height="19" fill="none"/>
</g>
<path id="パス_23" data-name="パス 23" d="M7592.5-39.36l-12.929,7.8-12.928-7.8" transform="translate(-7565.721 44.667)" fill="none" stroke="#fff" stroke-width="2"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="80.43" height="42.428" viewBox="0 0 80.43 42.428">
<path id="合体_3" data-name="合体 3" d="M17761.215,33H17702V10h59.217V0l21.213,21.212-21.213,21.216Z" transform="translate(-17701.998)" fill="#e5f5fd"/>
</svg>
<svg id="lp_batch" xmlns="http://www.w3.org/2000/svg" width="190" height="190.001" viewBox="0 0 190 190.001">
<circle id="楕円形_1" data-name="楕円形 1" cx="95" cy="95" r="95" fill="#f7f7f7"/>
<path id="交差_1" data-name="交差 1" d="M16114.581,165.537l149.38-117.352a95,95,0,0,1-149.38,117.352Z" transform="translate(-16093 -10.244)" opacity="0.1"/>
</svg>
<svg id="icon1" xmlns="http://www.w3.org/2000/svg" width="86.695" height="78.226" viewBox="0 0 86.695 78.226">
<g id="グループ_264" data-name="グループ 264" transform="translate(-305 -2727.774)">
<g id="パス_265" data-name="パス 265" transform="translate(321.938 2744.939)" fill="#e5f5fd">
<path d="M 26.060791015625 51.12158203125 C 22.67716026306152 51.12158203125 19.3952808380127 50.45912170410156 16.30631065368652 49.15259170532227 C 13.32220077514648 47.89042282104492 10.64200115203857 46.08330917358398 8.340130805969238 43.78145217895508 C 6.038270950317383 41.47957992553711 4.231161117553711 38.79938125610352 2.968991041183472 35.81526947021484 C 1.662461042404175 32.72629928588867 1.000001072883606 29.44442176818848 1.000001072883606 26.060791015625 C 1.000001072883606 22.67716026306152 1.662461042404175 19.3952808380127 2.968991041183472 16.30631065368652 C 4.231161117553711 13.32220077514648 6.038270950317383 10.64200115203857 8.340130805969238 8.340130805969238 C 10.64200115203857 6.038270950317383 13.32220077514648 4.231161117553711 16.30631065368652 2.968991041183472 C 19.3952808380127 1.662461042404175 22.67716026306152 1.000001072883606 26.060791015625 1.000001072883606 C 29.44442176818848 1.000001072883606 32.72629928588867 1.662461042404175 35.81526947021484 2.968991041183472 C 38.79938125610352 4.231161117553711 41.47957992553711 6.038270950317383 43.78145217895508 8.340130805969238 C 46.08330917358398 10.64200115203857 47.89042282104492 13.32220077514648 49.15259170532227 16.30631065368652 C 50.45912170410156 19.3952808380127 51.12158203125 22.67716026306152 51.12158203125 26.060791015625 C 51.12158203125 29.44442176818848 50.45912170410156 32.72629928588867 49.15259170532227 35.81526947021484 C 47.89042282104492 38.79938125610352 46.08330917358398 41.47957992553711 43.78145217895508 43.78145217895508 C 41.47957992553711 46.08330917358398 38.79938125610352 47.89042282104492 35.81526947021484 49.15259170532227 C 32.72629928588867 50.45912170410156 29.44442176818848 51.12158203125 26.060791015625 51.12158203125 Z" stroke="none"/>
<path d="M 26.060791015625 2 C 22.81172180175781 2 19.6609001159668 2.635890960693359 16.69586181640625 3.889991760253906 C 13.83095169067383 5.101749420166016 11.25759124755859 6.836891174316406 9.0472412109375 9.0472412109375 C 6.836891174316406 11.25759124755859 5.101749420166016 13.83095169067383 3.889991760253906 16.69586181640625 C 2.635890960693359 19.6609001159668 2 22.81172180175781 2 26.060791015625 C 2 29.30986022949219 2.635890960693359 32.4606819152832 3.889991760253906 35.42572021484375 C 5.101749420166016 38.29063034057617 6.836891174316406 40.86399078369141 9.0472412109375 43.0743408203125 C 11.25759124755859 45.28469085693359 13.83095169067383 47.01983261108398 16.69586181640625 48.23159027099609 C 19.6609001159668 49.48569107055664 22.81172180175781 50.12158203125 26.060791015625 50.12158203125 C 29.30986022949219 50.12158203125 32.4606819152832 49.48569107055664 35.42572021484375 48.23159027099609 C 38.29063034057617 47.01983261108398 40.86399078369141 45.28469085693359 43.0743408203125 43.0743408203125 C 45.28469085693359 40.86399078369141 47.01983261108398 38.29063034057617 48.23159027099609 35.42572021484375 C 49.48569107055664 32.4606819152832 50.12158203125 29.30986022949219 50.12158203125 26.060791015625 C 50.12158203125 22.81172180175781 49.48569107055664 19.6609001159668 48.23159027099609 16.69586181640625 C 47.01983261108398 13.83095169067383 45.28469085693359 11.25759124755859 43.0743408203125 9.0472412109375 C 40.86399078369141 6.836891174316406 38.29063034057617 5.101749420166016 35.42572021484375 3.889991760253906 C 32.4606819152832 2.635890960693359 29.30986022949219 2 26.060791015625 2 M 26.060791015625 0 C 40.45376968383789 0 52.12158203125 11.66781234741211 52.12158203125 26.060791015625 C 52.12158203125 40.45376968383789 40.45376968383789 52.12158203125 26.060791015625 52.12158203125 C 11.66781234741211 52.12158203125 0 40.45376968383789 0 26.060791015625 C 0 11.66781234741211 11.66781234741211 0 26.060791015625 0 Z" stroke="none" fill="#91dcff"/>
</g>
<g id="パス_266" data-name="パス 266" transform="translate(331.352 2754.353)" fill="#e5f5fd">
<path d="M 16.647216796875 32.29443740844727 C 12.46769714355469 32.29443740844727 8.538336753845215 30.66683769226074 5.582966804504395 27.71146774291992 C 2.627596855163574 24.75609588623047 0.9999967813491821 20.82673645019531 0.9999967813491821 16.647216796875 C 0.9999967813491821 12.46769714355469 2.627596855163574 8.538336753845215 5.582966804504395 5.582966804504395 C 8.538336753845215 2.627596855163574 12.46769714355469 0.9999967813491821 16.647216796875 0.9999967813491821 C 20.82673645019531 0.9999967813491821 24.75609588623047 2.627596855163574 27.71146774291992 5.582966804504395 C 30.66683769226074 8.538336753845215 32.29443740844727 12.46769714355469 32.29443740844727 16.647216796875 C 32.29443740844727 20.82673645019531 30.66683769226074 24.75609588623047 27.71146774291992 27.71146774291992 C 24.75609588623047 30.66683769226074 20.82673645019531 32.29443740844727 16.647216796875 32.29443740844727 Z" stroke="none"/>
<path d="M 16.647216796875 1.999996185302734 C 12.73480606079102 1.999996185302734 9.05656623840332 3.523576736450195 6.290067672729492 6.290067672729492 C 3.523576736450195 9.05656623840332 1.999996185302734 12.73480606079102 1.999996185302734 16.647216796875 C 1.999996185302734 20.55962753295898 3.523576736450195 24.23786544799805 6.290067672729492 27.00436782836914 C 9.05656623840332 29.7708568572998 12.73480606079102 31.29443740844727 16.647216796875 31.29443740844727 C 20.55962753295898 31.29443740844727 24.23786544799805 29.7708568572998 27.00436782836914 27.00436782836914 C 29.7708568572998 24.23786544799805 31.29443740844727 20.55962753295898 31.29443740844727 16.647216796875 C 31.29443740844727 12.73480606079102 29.7708568572998 9.05656623840332 27.00436782836914 6.290067672729492 C 24.23786544799805 3.523576736450195 20.55962753295898 1.999996185302734 16.647216796875 1.999996185302734 M 16.647216796875 -3.814697265625e-06 C 25.84121704101562 -3.814697265625e-06 33.29443740844727 7.453216552734375 33.29443740844727 16.647216796875 C 33.29443740844727 25.84121704101562 25.84121704101562 33.29443740844727 16.647216796875 33.29443740844727 C 7.453216552734375 33.29443740844727 -3.814697265625e-06 25.84121704101562 -3.814697265625e-06 16.647216796875 C -3.814697265625e-06 7.453216552734375 7.453216552734375 -3.814697265625e-06 16.647216796875 -3.814697265625e-06 Z" stroke="none" fill="#91dcff"/>
</g>
<g id="パス_267" data-name="パス 267" transform="translate(339.527 2762.529)" fill="#e5f5fd">
<path d="M 8.470947265625 15.94189739227295 C 4.351447105407715 15.94189739227295 0.9999972581863403 12.59044742584229 0.9999972581863403 8.470947265625 C 0.9999972581863403 4.351447105407715 4.351447105407715 0.9999972581863403 8.470947265625 0.9999972581863403 C 12.59044742584229 0.9999972581863403 15.94189739227295 4.351447105407715 15.94189739227295 8.470947265625 C 15.94189739227295 12.59044742584229 12.59044742584229 15.94189739227295 8.470947265625 15.94189739227295 Z" stroke="none"/>
<path d="M 8.470947265625 1.999997138977051 C 4.902856826782227 1.999997138977051 1.999997138977051 4.902856826782227 1.999997138977051 8.470947265625 C 1.999997138977051 12.03903770446777 4.902856826782227 14.94189739227295 8.470947265625 14.94189739227295 C 12.03903770446777 14.94189739227295 14.94189739227295 12.03903770446777 14.94189739227295 8.470947265625 C 14.94189739227295 4.902856826782227 12.03903770446777 1.999997138977051 8.470947265625 1.999997138977051 M 8.470947265625 -1.9073486328125e-06 C 13.14931678771973 -1.9073486328125e-06 16.94189643859863 3.792567253112793 16.94189643859863 8.470947265625 C 16.94189643859863 13.14931678771973 13.14931678771973 16.94189643859863 8.470947265625 16.94189643859863 C 3.792567253112793 16.94189643859863 -1.9073486328125e-06 13.14931678771973 -1.9073486328125e-06 8.470947265625 C -1.9073486328125e-06 3.792567253112793 3.792567253112793 -1.9073486328125e-06 8.470947265625 -1.9073486328125e-06 Z" stroke="none" fill="#91dcff"/>
</g>
</g>
<g id="グループ_451" data-name="グループ 451" transform="translate(0)">
<path id="パス_253" data-name="パス 253" d="M200.039,130.628a11.856,11.856,0,0,1,23.712,0Z" transform="translate(-168.549 -106.541)" fill="#1ca8ea"/>
<path id="パス_254" data-name="パス 254" d="M256.862,118.793v11.851h11.674A11.854,11.854,0,0,0,256.862,118.793Z" transform="translate(-213.332 -106.557)" fill="#0f68b7"/>
<circle id="楕円形_18" data-name="楕円形 18" cx="5.34" cy="5.34" r="5.34" transform="translate(38.195)" fill="#1ca8ea"/>
<path id="パス_255" data-name="パス 255" d="M256.871,61.047h-.009V71.728h.009a5.341,5.341,0,0,0,0-10.681Z" transform="translate(-213.332 -61.045)" fill="#0f68b7"/>
<path id="パス_256" data-name="パス 256" d="M200.039,386.162a11.856,11.856,0,0,1,23.712,0Z" transform="translate(-168.549 -307.936)" fill="#1ca8ea"/>
<path id="パス_257" data-name="パス 257" d="M256.862,374.327v11.851h11.674A11.854,11.854,0,0,0,256.862,374.327Z" transform="translate(-213.332 -307.953)" fill="#0f68b7"/>
<circle id="楕円形_19" data-name="楕円形 19" cx="5.34" cy="5.34" r="5.34" transform="translate(38.195 54.139)" fill="#1ca8ea"/>
<path id="パス_258" data-name="パス 258" d="M256.871,316.583h-.009v10.681h.009a5.341,5.341,0,0,0,0-10.681Z" transform="translate(-213.332 -262.442)" fill="#0f68b7"/>
<path id="パス_259" data-name="パス 259" d="M51.4,258.395a11.856,11.856,0,0,1,23.713,0Z" transform="translate(-51.402 -207.238)" fill="#39424b"/>
<path id="パス_260" data-name="パス 260" d="M108.225,246.56v11.851H119.9A11.855,11.855,0,0,0,108.225,246.56Z" transform="translate(-96.188 -207.255)"/>
<circle id="楕円形_20" data-name="楕円形 20" cx="5.34" cy="5.34" r="5.34" transform="translate(6.707 27.071)" fill="#39424b"/>
<path id="パス_261" data-name="パス 261" d="M108.234,188.814h-.009v10.681h.009a5.341,5.341,0,0,0,0-10.681Z" transform="translate(-96.188 -161.743)"/>
<path id="パス_262" data-name="パス 262" d="M348.677,258.395a11.856,11.856,0,0,1,23.713,0Z" transform="translate(-285.695 -207.238)" fill="#39424b"/>
<path id="パス_263" data-name="パス 263" d="M405.5,246.56v11.851h11.674A11.854,11.854,0,0,0,405.5,246.56Z" transform="translate(-330.479 -207.255)"/>
<circle id="楕円形_21" data-name="楕円形 21" cx="5.34" cy="5.34" r="5.34" transform="translate(69.691 27.071)" fill="#39424b"/>
<path id="パス_264" data-name="パス 264" d="M405.508,188.814H405.5v10.681h.009a5.341,5.341,0,0,0,0-10.681Z" transform="translate(-330.479 -161.743)"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="63.792" height="73.812" viewBox="0 0 63.792 73.812">
<g id="image-matching02.svg" transform="translate(-651 -2727.774)">
<path id="パス_274" data-name="パス 274" d="M652.51,874.459a1.441,1.441,0,0,0-.472,1.09v23.243h-32.45l-.016-7.237a1.571,1.571,0,0,0-.5-1.123,1.463,1.463,0,0,0-1.171-.341l-8.523-.045a4.826,4.826,0,0,1-4.717-4.815V874.154a1.486,1.486,0,0,0-1.481-1.481h-2.862a2.437,2.437,0,0,1-2.18-.862,2.47,2.47,0,0,1,.244-2.326l6.1-10.333a1.415,1.415,0,0,0,.162-.683v-4.977a28.531,28.531,0,0,1,16.461-25.78,28.461,28.461,0,0,1,40.63,25.731,28.6,28.6,0,0,1-9.222,21.015Z" transform="translate(53.061 1902.794)" fill="#1ca8ea"/>
<path id="交差_2" data-name="交差 2" d="M16128.5,77.586V3.776a28.49,28.49,0,0,1,19.069,49.477,1.443,1.443,0,0,0-.471,1.091V77.586Z" transform="translate(-15442 2724)" fill="#0f68b7"/>
<g id="グループ_270" data-name="グループ 270">
<g id="グループ_268" data-name="グループ 268" transform="translate(674.949 2740.292)">
<path id="パス_275" data-name="パス 275" d="M264.881,1188.2" transform="translate(-260.33 -1169.773)" fill="#fff"/>
<path id="パス_276" data-name="パス 276" d="M284.371,1179.646a2.515,2.515,0,0,0-4.411-1.653l-4.976-2.881a2.517,2.517,0,1,0-4.9-.81,2.473,2.473,0,0,0,.135.8l-4.975,2.882a2.516,2.516,0,1,0-2.437,4.111l.006,5.646a2.516,2.516,0,1,0,2.4,4.143l4.991,2.882a2.478,2.478,0,0,0-.123.778,2.517,2.517,0,1,0,5.034,0,2.478,2.478,0,0,0-.123-.778l4.991-2.882a2.516,2.516,0,1,0,2.356-4.154v-5.625a2.506,2.506,0,0,0,2.034-2.464Zm-2.516-1.545a1.546,1.546,0,1,1-1.547,1.545,1.546,1.546,0,0,1,1.547-1.545Zm-9.253-5.341a1.548,1.548,0,0,1,1.364,2.276.194.194,0,0,0-.027.037l-.017.033a1.545,1.545,0,1,1-1.32-2.346Zm-10.8,6.886a1.546,1.546,0,1,1,1.547,1.546,1.546,1.546,0,0,1-1.547-1.546Zm1.547,12.108a1.546,1.546,0,1,1,1.546-1.546,1.546,1.546,0,0,1-1.546,1.546Zm9.252,5.341a1.546,1.546,0,1,1,1.546-1.546,1.546,1.546,0,0,1-1.546,1.546Zm1.916-3.172a2.505,2.505,0,0,0-3.832,0l-4.97-2.865a2.476,2.476,0,0,0,.15-.849,2.52,2.52,0,0,0-2.077-2.479l-.006-5.609a2.519,2.519,0,0,0,1.949-3.29l4.975-2.881a2.515,2.515,0,0,0,3.795,0l4.975,2.881a2.519,2.519,0,0,0,1.895,3.28v5.625a2.517,2.517,0,0,0-2.028,2.469,2.477,2.477,0,0,0,.149.847Zm8.883-3.714a1.546,1.546,0,1,1-1.546-1.546,1.545,1.545,0,0,1,1.546,1.546Zm0,0" transform="translate(-260.826 -1171.783)" fill="#fff"/>
</g>
<g id="グループ_269" data-name="グループ 269" transform="translate(681.336 2727.774) rotate(30)">
<path id="パス_275-2" data-name="パス 275" d="M0,0" transform="translate(6.764 27.38)" fill="#fff"/>
<path id="パス_276-2" data-name="パス 276" d="M34.989,11.684a3.737,3.737,0,0,0-6.555-2.457L21.04,4.946a3.741,3.741,0,1,0-7.282-1.2,3.671,3.671,0,0,0,.2,1.2L6.565,9.221a3.739,3.739,0,1,0-3.621,6.11l.008,8.39a3.738,3.738,0,1,0,3.564,6.156l7.417,4.283a3.683,3.683,0,0,0-.183,1.156,3.74,3.74,0,1,0,7.481,0,3.682,3.682,0,0,0-.183-1.156l7.417-4.283a3.739,3.739,0,1,0,3.5-6.173V15.345a3.724,3.724,0,0,0,3.022-3.661Zm-3.74-2.3a2.3,2.3,0,1,1-2.3,2.3,2.3,2.3,0,0,1,2.3-2.3ZM17.5,1.451a2.3,2.3,0,0,1,2.027,3.383.288.288,0,0,0-.04.055l-.025.048A2.3,2.3,0,1,1,17.5,1.451ZM1.451,11.684a2.3,2.3,0,1,1,2.3,2.3,2.3,2.3,0,0,1-2.3-2.3Zm2.3,17.992a2.3,2.3,0,1,1,2.3-2.3,2.3,2.3,0,0,1-2.3,2.3ZM17.5,37.613a2.3,2.3,0,1,1,2.3-2.3,2.3,2.3,0,0,1-2.3,2.3ZM20.346,32.9a3.723,3.723,0,0,0-5.694,0L7.266,28.641a3.678,3.678,0,0,0,.224-1.261A3.744,3.744,0,0,0,4.4,23.7L4.4,15.361a3.743,3.743,0,0,0,2.9-4.889L14.683,6.19a3.737,3.737,0,0,0,5.639,0l7.392,4.282a3.743,3.743,0,0,0,2.816,4.874V23.7a3.74,3.74,0,0,0-3.014,3.669,3.678,3.678,0,0,0,.222,1.259Zm13.2-5.519a2.3,2.3,0,1,1-2.3-2.3,2.3,2.3,0,0,1,2.3,2.3Zm0,0" transform="translate(0 0)" fill="#fff"/>
</g>
</g>
</g>
</svg>
<svg id="icon3" xmlns="http://www.w3.org/2000/svg" width="96.905" height="52.285" viewBox="0 0 96.905 52.285">
<path id="合体_1" data-name="合体 1" d="M40.1,42.508a2.6,2.6,0,0,1-1.046-.22l-.1-.045c-.052-.026-.1-.053-.154-.083L0,19.733l0,0H0L9.865,0l3.528,1.34a16.534,16.534,0,0,0,6.788,1.046l17.4-.975L69.7,29.6a2.594,2.594,0,0,1-.151,4.027l-.535.4a2.6,2.6,0,0,1-3.174-.042L42.921,15.78a.922.922,0,0,0-1.224.067l-.347.351a.918.918,0,0,0,.064,1.358l18.317,15.1a2.6,2.6,0,0,1-3.23,4.066l-19.4-14.808a.919.919,0,0,0-1.119,1.457L51.532,35.36a2.6,2.6,0,0,1-.046,4.148l-.143.1a2.528,2.528,0,0,1-.3.193l-.056.029a2.581,2.581,0,0,1-1.154.284h-.051a2.6,2.6,0,0,1-1.122-.267h0a2.644,2.644,0,0,1-.406-.25L32.406,27.77a1,1,0,0,0-.128-.081l-.062-.029,0,0-.032-.013h0a.919.919,0,0,0-.877,1.594l10.749,8.179a2.6,2.6,0,0,1,.372,3.786l-.38.429a2.587,2.587,0,0,1-1.675.862,2.547,2.547,0,0,1-.271.014Z" transform="translate(9.57 9.278)" fill="#f9bb90" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/>
<path id="合体_2" data-name="合体 2" d="M45.325,32.637,20.662,11.144,5.224,17.114A3.839,3.839,0,0,1,2.2,10.064L22.728.329a3.379,3.379,0,0,1,2.916,0L37.829,6.153a5.666,5.666,0,0,0,4.29.241l7.67-3.234,4.933,9.1h0l5.636,10.4Z" transform="translate(30.039 1.697)" fill="#f9bb90" stroke="#fff" stroke-miterlimit="10" stroke-width="2"/>
<rect id="長方形_133" data-name="長方形 133" width="26.541" height="11.273" transform="translate(0 26.446) rotate(-61.967)" fill="#39424b"/>
<g id="グループ_266" data-name="グループ 266" transform="translate(0.002)">
<path id="パス_272" data-name="パス 272" d="M49.931,213.708l9.952,5.3,6.3-11.836-9.741-5.695Z" transform="translate(-49.931 -187.34)"/>
<rect id="長方形_134" data-name="長方形 134" width="11.273" height="26.541" transform="matrix(0.826, -0.564, 0.564, 0.826, 72.619, 6.361)" fill="#1ca8ea"/>
</g>
<path id="パス_273" data-name="パス 273" d="M407.942,210.811l-7.4-10.831-9.654,5.857,7.749,11.337Z" transform="translate(-311.037 -188.902)" fill="#0f68b7"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160">
<defs>
<clipPath id="clip-path">
<circle id="楕円形_42" data-name="楕円形 42" cx="80" cy="80" r="80" fill="none"/>
</clipPath>
</defs>
<g id="mission01.svg" transform="translate(-867 -153.004)">
<circle id="楕円形_41" data-name="楕円形 41" cx="80" cy="80" r="80" transform="translate(867 153.004)" fill="#e3f7ff"/>
<g id="グループ_438" data-name="グループ 438" transform="translate(867 153.004)">
<g id="グループ_437" data-name="グループ 437" transform="translate(0 0)" clip-path="url(#clip-path)">
<g id="グループ_436" data-name="グループ 436" transform="translate(8.382 23.996)">
<path id="パス_679" data-name="パス 679" d="M906.371,323.861h-1.849V325h.643v1.566h1.206Z" transform="translate(-889.813 -242.714)" fill="#092978" fill-rule="evenodd"/>
<path id="パス_680" data-name="パス 680" d="M895.653,315.786c.122,1.008.5,1.475.268,2.454a9.577,9.577,0,0,0,.2,2.511c.045.577-.071,2.983.917,2.94a.356.356,0,0,0,.271-.13c.183.441.854.033,1.09-.116.23.417.975.113,1.182-.148.279.7,2.5-.3,2.034-1.025.536-.516.263-.572.139-1.148a42.417,42.417,0,0,0-1.333-4.706c-.267-.512-.68-.942-.655-1.54Z" transform="translate(-886.402 -239.259)" fill="#ffc99c"/>
<path id="パス_681" data-name="パス 681" d="M894.662,323.861h1.849V325h-.643v1.566h-1.206Z" transform="translate(-886.021 -242.714)" fill="#092978" fill-rule="evenodd"/>
<path id="パス_682" data-name="パス 682" d="M883.207,328.054h5.317a2.6,2.6,0,0,1,2.587,2.587v22.148a2.6,2.6,0,0,1-2.587,2.587h-5.317a2.594,2.594,0,0,1-2.587-2.587V330.641a2.594,2.594,0,0,1,2.587-2.587" transform="translate(-880.62 -244.326)" fill="#5fd2ff" fill-rule="evenodd"/>
<path id="パス_683" data-name="パス 683" d="M891.661,328.054h14.257a1.677,1.677,0,0,1,1.673,1.673V353.7a1.677,1.677,0,0,1-1.673,1.673H891.661a1.677,1.677,0,0,1-1.673-1.673V329.727a1.677,1.677,0,0,1,1.673-1.673" transform="translate(-884.223 -244.326)" fill="#3aaded" fill-rule="evenodd"/>
<path id="パス_684" data-name="パス 684" d="M1020.876,242.82c1.295,4.011-1.318,13.26-10.3,20.688-5.609,4.637-9.552,8.529-13.344,6.083-2.044-1.319-1.21-4.424.432-4.814,2.5-2.243,9.519-8.735,9.948-8.972.865-.478,8.52-21.079,14.51-22.657.718-.462.854,6.51-1.246,9.672" transform="translate(-925.005 -207.817)" fill="#3aaded" fill-rule="evenodd"/>
<path id="パス_685" data-name="パス 685" d="M914.036,243.942c1.371-2.895.316-8.565-2.588-9.838-.768-.337-2.931-1.4-4.344-.591-4.988,2.84-11.9,20.852-12.678,27.482-.639,5.439-2.092,21.355.549,25.814.814,1.372,3.144.392,3.822-.028,1.7-.6,2.012-12.616,5.415-24.228,2.8-9.575,8.593-16.011,9.824-18.61" transform="translate(-885.554 -207.852)" fill="#0f68b7"/>
<path id="パス_686" data-name="パス 686" d="M941.1,282.886c4.167,7.392-4.44,48.09-5.985,73.562l.242-.023a4.277,4.277,0,0,0,1.856,3.119c1.663.923,7.784,1.679,8.768,2.635.709.689,1.891,3.462-7.83,3.2-6.9-.185-10.238.418-10.977-.72-.571-.874-.37-5.18-.248-7.113h-.041c-.895-17.41.354-31.316-3-51.785-2.654,12.037-5.463,22.509-7.222,28.883-1.061,3.844-7.256,20.85-6.736,24.652.116.846,4.023,1.228,5.672,2.572.688.668,1.969,3.464-4.726,3.4s-9.923.406-10.64-.7c-.672-1.03,4.339-29.713,4.73-33.76,1.728-17.874,2.267-37.635,4.578-49.279l0,0c1.193-48.55,26.6-36.038,24.317-6.646-.259,3.321,6.084,3.412,7.233,7.992" transform="translate(-888.143 -213.902)" fill="#02518c" fill-rule="evenodd"/>
<path id="パス_687" data-name="パス 687" d="M910.909,428.751c1.294.486,3.547.955,4.7,1.894.688.668,1.969,3.464-4.726,3.4s-9.923.406-10.64-.7a16.3,16.3,0,0,1,.273-4.143c1.38.7,4.071.95,9.216-.2Zm25.6-.977a3.05,3.05,0,0,0,.711.547c1.663.923,7.784,1.679,8.768,2.635.709.689,1.891,3.462-7.83,3.2-6.9-.185-10.238.418-10.978-.72-.362-.555-.413-2.489-.372-4.324C927.792,429.406,930.326,429.58,936.506,427.774Z" transform="translate(-888.143 -282.678)" fill="#355298" fill-rule="evenodd"/>
<path id="パス_688" data-name="パス 688" d="M931.4,194.884s6.607-2.505,9.654,2.6c.762,1.278,1.951,1.477,1.927,3.211a18.081,18.081,0,0,0,.188,2.979c.156.924.858,2.292,1.007,3.038.186.93-1.18,1.428-1.209,1.837-.231,3.244.231,5.119-1.239,5.673-3.714.529-9.587.444-11.293-2.75s-3.245-7.813-3.171-10.9,2.4-4.8,4.133-5.689" transform="translate(-898.559 -192.873)" fill="#ffc99c"/>
<path id="パス_689" data-name="パス 689" d="M940.491,222.066a5.717,5.717,0,0,0,.174,2.624c.441.867-8.31.889-8.31.889a59.2,59.2,0,0,0-2.057-8.69c-1.348-3.98,10.194,5.177,10.194,5.177" transform="translate(-899.684 -201.187)" fill="#ffc99c"/>
<path id="パス_690" data-name="パス 690" d="M931.51,212.033a8.833,8.833,0,0,0,4.541-2.512c.484-.542,1.259-5.192,1.529-5.288,1.03-.366,1.522,3.23,1.522,3.23.153-.188.7-.342.821-.938.055-.265-.292-1.748-.067-2.125.166-.276,1.287-1.257,1.531-1.625,1.985-2.993,4.256-6.231,1.573-8.544a3.088,3.088,0,0,0-1.7-.638,6.1,6.1,0,0,1-2.585-.672c-6.508-3.124-19.259,1.647-12.533,14.993.942,1.869,3.828,3.957,5.372,4.118" transform="translate(-897.394 -192)" fill="#333" fill-rule="evenodd"/>
<path id="パス_691" data-name="パス 691" d="M941.555,228.614s-.028-1.655-.766-1.814-8.631-.679-9.539-.318l-.1,2.105s2.322.711,10.4.026" transform="translate(-900.054 -205.214)" fill="#5fd2ff"/>
<path id="パス_692" data-name="パス 692" d="M946.138,212.4c-.138-.588-1.561-2.993-2.125-1.194s.852,4.219,1.642,4.012.833-1.327.483-2.819" transform="translate(-904.951 -199.135)" fill="#ffc99c"/>
<path id="パス_693" data-name="パス 693" d="M991.007,293.167a3.29,3.29,0,0,1-.6-.858s-1.054-.708-1.185-1.146a3.228,3.228,0,0,0-.116-.333c-.14-.313.367-.873.238-1.719s-.493-4.641-.493-4.641l2.392.406a5.1,5.1,0,0,1,5.832,3.378c.02.076.037.151.048.224a7.831,7.831,0,0,1-.058,1.583c.007.132-.012,1.451-.315,1.7a1.255,1.255,0,0,1-1.2.294,3.014,3.014,0,0,1-1.562.6,1.867,1.867,0,0,1-1.638.309s-.847.532-1.344.209" transform="translate(-922.246 -227.564)" fill="#ffc99c"/>
<path id="パス_694" data-name="パス 694" d="M923.283,229.229c-3.386,0-8.217,1.05-10.267,3.487-2.937,3.494-2.211,46.1-1.315,51.542,2.921,8.147,27.768,5,35.3.676l-1.378-49.206c-5.166-8-14.307-6.5-22.338-6.5" transform="translate(-892.27 -206.275)" fill="#0f68b7"/>
<path id="パス_695" data-name="パス 695" d="M1042.88,321.413a9.955,9.955,0,0,0,.066,1.2c.007,12.849,9.011,27.653,12.056,40.627.1.43-.666,4.51-.578,4.936,1.352,1.446,5.206,3.486,5.619-3.182-1.724-11.2-3.867-29.308-8.3-42.937l.134-.649Zm-11.885,0,2.673,40.982q-.158.215-.313.422c-.08.11-.16.215-.241.319-.192.252-.381.492-.571.714-.085.1-.171.2-.259.3a8.476,8.476,0,0,1-4.721,2.292,3.377,3.377,0,0,0-2.828,1.964.8.8,0,0,0-.059.146.88.88,0,0,0,.866,1.124l13.682-.428a1.323,1.323,0,0,0,1.283-1.452l-.913-5.972a.219.219,0,0,0,0-.025c.316-11.1,2.721-27.117,1.087-40.38Zm5.683-57.741-1.232,10.191h7.032C1039.311,268.282,1036.678,263.672,1036.678,263.672Z" transform="translate(-936.01 -219.565)" fill="#ffc99c"/>
<path id="パス_696" data-name="パス 696" d="M1027.424,284.652c-2.96,9.824-1.411,28.684.124,44.823,11.112,2.853,27.466,2.079,31.551-1.372-2.726-21.05-4.113-41.276-8.468-45-9.176-21.442-21.862-3.9-23.207,1.548" transform="translate(-936.435 -223.045)" fill="#0f68b7" fill-rule="evenodd"/>
<path id="パス_697" data-name="パス 697" d="M1058.034,234.966c2.614,10.663-7.853,12-5.482,33.526-7.841,1.089-18.178,1.391-24.92-.268,1.078-7.921-1.748-18.565.04-24.679,1.173-4.012,4.385-10.686,6.387-11.5,9.456-2.65,20.082-2.881,23.975,2.924" transform="translate(-936.942 -206.712)" fill="#5fd2ff" fill-rule="evenodd"/>
<path id="パス_698" data-name="パス 698" d="M1045.276,216.835l-.047,2.586-.377.321c-1.473,1.579.123,4.821,1.8,4.721,4.244.209,7.5-3.271,6.227-5.16l-.554-.618-.122-3.66c.219-.012,1.813-.919,2.287-1.064a2.461,2.461,0,0,0,1.217-2.025c.046-.965-1.444-.652-1.444-.652,1.806-2.472,3.852-4.492,1.2-6.717s-8.745-3.526-8.745-3.526l-3.667-1.271c.466,1.265-.157,5.486-1.1,8.123-1.338,3.747-.6,7.063,3.326,8.942" transform="translate(-942.432 -194.988)" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_699" data-name="パス 699" d="M1052.9,225.385c-1.2,2.063-2.608,4.2-5.246,3.887l.048-2.586c1.174.188,2.323.1,5.2-1.3" transform="translate(-944.863 -204.84)" fill="#f2b486" fill-rule="evenodd"/>
<path id="パス_700" data-name="パス 700" d="M1071.848,234.161c14.142,5.864,10.77,38.219,9.043,44.692-.544,2.038-4.7-.135-4.458-1.3.444-3.309-3.027-26.828-4.473-29.438-2.088-3.771-5.593-14.818-.113-13.953" transform="translate(-953.04 -208.197)" fill="#5fd2ff" fill-rule="evenodd"/>
<path id="パス_701" data-name="パス 701" d="M1080.1,304.912l-.094,1.6-1.8,2.963c-.3.292-1.464,4.1-.461,3.786.7-.223,1.21-1.346,1.257-1.29.609.729.708,3.921.761,3.991.746.981,1.254-2.022,1.363-2.528a18.845,18.845,0,0,0,.228,2.088,1.031,1.031,0,0,0,.625-.8,12.7,12.7,0,0,1,.307-1.991c.148-.095.212,2.115.342,2.016a.906.906,0,0,0,.383-.659,17.45,17.45,0,0,1,.2-1.975c.132-.141.083,1.444.193,1.305.085-.108.32-.054.351-.184.86-3.5-1.063-3.3.03-7.279.608-2.214-3.075-1.647-3.689-1.045" transform="translate(-956.282 -235.218)" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_702" data-name="パス 702" d="M1049.549,204.362s-5.262.178-7.225-1.523c-4.114-3.536-1.609-11.97,8.908-8.848,8.369,2.486,5.463,10.76,16.219,14.574,7.032,2.494,11.255,7.512,6.482,17.676-.02.014-2.28-4.362-4.515-4.646,2.788,4.16,1.121,8.477.366,9.152-2.217-9.552-11.44-14.69-17.545-13.922-3.888-2.852,3.242-11.574-2.691-12.463" transform="translate(-942.089 -192.504)" fill="#563e27" fill-rule="evenodd"/>
<path id="パス_703" data-name="パス 703" d="M1027.226,429.022s-4.764,1.319-4.55,2.788c.432,2.966,16.785,1.007,16.873.9.579-.721.648-4.068-.132-5.066-.581-.743-6.979,3.23-12.191,1.379" transform="translate(-935.252 -282.592)" fill="#355298" fill-rule="evenodd"/>
<path id="パス_704" data-name="パス 704" d="M1070.59,433.5c.1,1.9,7.139,1.287,8.173.716,1.539-.85-.26-5.013-1.072-6.1,0,0-1.793,2.823-3.915,2.254s-1.377-1.2-1.739-.485c-.679,1.338-1.542,1.863-1.448,3.619" transform="translate(-953.679 -282.808)" fill="#355298" fill-rule="evenodd"/>
<path id="パス_705" data-name="パス 705" d="M966.72,266.314c4.168,2.092,11.432,9.037,12.464,5.435s-.38-5.162-.38-5.162-5.081-9.165-6.679-9.7c-1.206-.407-6.929-16.06-9.975-20.108-5.061-4.691-9.819,19.7,4.57,29.539" transform="translate(-910.05 -208.992)" fill="#0f68b7"/>
</g>
</g>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160">
<defs>
<clipPath id="clip-path">
<circle id="楕円形_45" data-name="楕円形 45" cx="80" cy="80" r="80" fill="none"/>
</clipPath>
</defs>
<g id="mission02.svg" transform="translate(-1174 -153)">
<circle id="楕円形_43" data-name="楕円形 43" cx="80" cy="80" r="80" transform="translate(1174 153)" fill="#e3f7ff"/>
<g id="グループ_443" data-name="グループ 443" transform="translate(1174 153)">
<g id="グループ_442" data-name="グループ 442" clip-path="url(#clip-path)">
<g id="グループ_441" data-name="グループ 441" transform="translate(4.923 6.487)">
<rect id="長方形_202" data-name="長方形 202" width="187.907" height="147.354" rx="30.038" transform="translate(44.709)" fill="#02518c"/>
<rect id="長方形_203" data-name="長方形 203" width="168.063" height="127.334" rx="14.187" transform="translate(54.657 9.948)" fill="#c7e9ef"/>
<path id="パス_706" data-name="パス 706" d="M1204.488,395.4l.371-3.927-3.94.095.038,4.5Z" transform="translate(-1189.276 -251.206)" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_707" data-name="パス 707" d="M1203.286,397.311c.764,2.726,2.928,3.914,1.511,5.614h-7.212q-.018-.049-.035-.105a1.174,1.174,0,0,1-.181-1.182c.418-1.582,1.646-4.014,2.068-4.139.837-.248,2.026.451,3.849-.187" transform="translate(-1187.881 -253.453)" fill="#355298" fill-rule="evenodd"/>
<path id="パス_708" data-name="パス 708" d="M1205.22,404.283v0l.009.3a1.229,1.229,0,0,1-.547,1.025h-7.135a1.022,1.022,0,0,1-.216-1.287Z" transform="translate(-1187.844 -256.135)" fill="#1d3975" fill-rule="evenodd"/>
<path id="パス_709" data-name="パス 709" d="M1216.2,306.778l-4.221,17.144-2.154,10.206-4.783,24.86a6.009,6.009,0,0,1-2.63.369,12.135,12.135,0,0,1-2.434-.333c-.036-7.34,0-16.662.793-26.03.667-7.85-.921-14.423-.441-23.082.142-2.558,1.978-7.437,1.941-7.344Z" transform="translate(-1188.911 -217.013)" fill="#02518c" fill-rule="evenodd"/>
<path id="パス_710" data-name="パス 710" d="M1232.542,395.312l-.015-4.061-3.94.095.424,4.63Z" transform="translate(-1199.918 -251.122)" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_711" data-name="パス 711" d="M1232.4,396.438c1.955,2.318,6.162,2.814,7.921,3.393,1.425.47,2.111,2.049,1,2.758h-13.484q-.018-.049-.035-.105c-.2-.666-.724-5.427.678-5.321a6.012,6.012,0,0,0,3.916-.724" transform="translate(-1199.517 -253.117)" fill="#355298" fill-rule="evenodd"/>
<path id="パス_712" data-name="パス 712" d="M1241.915,404.283v0l.009.3a1.23,1.23,0,0,1-.546,1.025h-13.484c-.012-.033-.024-.068-.035-.105-.039-.13-.134-.807-.182-1.182Z" transform="translate(-1199.568 -256.135)" fill="#1d3975" fill-rule="evenodd"/>
<path id="パス_713" data-name="パス 713" d="M1226.54,305.911l.43,6.513c1.274,13.149.717,30.048-.385,46.606a15.445,15.445,0,0,1-3.509.314c-1.618-.094-1.322-.281-1.322-.281L1217.966,332a52.225,52.225,0,0,0-2.86-10.965c-1.447-3.468-3.222-4.468-2.96-8.5.271-4.173-.079-7.407.495-8.85s3.441-.863,3.441-.863Z" transform="translate(-1193.584 -217.068)" fill="#02518c" fill-rule="evenodd"/>
<path id="パス_714" data-name="パス 714" d="M1221.519,348.372l-.847-6.06a58.375,58.375,0,0,0-1.518-7.05h0l.8-5.743,1.666,14.4Z" transform="translate(-1196.29 -227.379)" fill="#1d3975" fill-rule="evenodd"/>
<path id="パス_715" data-name="パス 715" d="M1223.781,269.562c2.087,4.58,4.063,4.29,10.036,5.18,4.215.389,9.729-15.334,9.474-16.836-.285-1.678-3.51-.189-4.342.967-.548,3.128-5.174,8.474-5.9,8.423-.689-.049-3.942-3.969-8.177-5.506-.5-.324-2.558,5.559-1.089,7.772" transform="translate(-1197.869 -199.546)" fill="#5fd2ff" fill-rule="evenodd"/>
<path id="パス_716" data-name="パス 716" d="M1194.531,267.164c-1.99,2.964,4.7,16.682,3.053,31.777,9.3,1.6,17.4,1.02,22.951-.75,0-6-.172-28.943-6.859-34.087-6.619-1.855-16.42-1-19.145,3.06" transform="translate(-1186.676 -201.861)" fill="#5fd2ff" fill-rule="evenodd"/>
<path id="パス_717" data-name="パス 717" d="M1196.555,284.588c.913,5.188,2.71,14.884,1.951,21.782.326.056,1.046.17,1.37.221,1.462-4.447-.372-19.32-1.409-24.107l-1.06.922Z" transform="translate(-1187.598 -209.289)" fill="#3aaded" fill-rule="evenodd"/>
<path id="パス_718" data-name="パス 718" d="M1216.235,250.161a6.023,6.023,0,0,1-2.592,2.8l.034,1.892.276.234c1.078,1.155-.089,3.527-1.317,3.454-3.105.153-5.489-2.393-4.556-3.775l.405-.452.089-2.678c-.161-.009-1.326-.672-1.673-.779a1.8,1.8,0,0,1-.891-1.482c-.034-.706,1.057-.477,1.057-.477-1.322-1.809-2.818-3.286-.878-4.915s6.4-2.579,6.4-2.579l2.683-.93c-.342.926.115,4.014.8,5.943.617,1.73,1.037,2,.159,3.747" transform="translate(-1190.946 -193.13)" fill="#ffc99c"/>
<path id="パス_719" data-name="パス 719" d="M1212.7,259.213s1.518,2.6,2.764,2.838.61.061,1.074.006l-.035-1.892c-.859.138-1.7.07-3.8-.952" transform="translate(-1193.808 -200.339)" fill="#f2b486" fill-rule="evenodd"/>
<path id="パス_720" data-name="パス 720" d="M1220.225,288.5l-1.541,5.09-2.718-4.2.179-16.769-.777-1.369.939-.9.963.823-.332,1.474c1.126,3,2.618,11.916,3.286,15.846" transform="translate(-1194.833 -204.623)" fill="#fff" fill-rule="evenodd"/>
<path id="パス_721" data-name="パス 721" d="M1213.589,242.721c-2.261,1.158-4.864-.216-6.181,1.335-.652.768-.587,1.875.144,3.585.215.5.5.875-.349.481-.39-.181-1.034-.434-1.254-.257a1.012,1.012,0,0,0,.148,1.494c.174.119.5.3.5.3a5.357,5.357,0,0,1-4.265-5.529,2.047,2.047,0,0,1,.674-1.62c-.959-9.62,16.854-6.6,11.119-.174a3.418,3.418,0,0,1-.54.388" transform="translate(-1189.821 -191.548)" fill="#333" fill-rule="evenodd"/>
<path id="パス_722" data-name="パス 722" d="M1190.736,267.842c-4.948,3.193-9.669,14.7-8.578,17.978,1.135,3.287,9.544,9.938,12.37,8.756,1.327-.555,2.884-2.782,1.452-3.415-2.548-1.831-6.977-6.937-7.149-7.753-.381-2.841,2.227-4.668,4.063-6.7,2.781-3.077,2.48-10.771-2.158-8.866" transform="translate(-1182 -203.542)" fill="#5fd2ff" fill-rule="evenodd"/>
<path id="パス_723" data-name="パス 723" d="M1275.43,193.6c-6.484-3.66-16.015.063-21.649,8.606s-5.305,18.769.612,23.289c.1.057.2.113.308.167s.21.107.316.158a12.819,12.819,0,0,0,9.776.223q.186-.064.372-.133c.124-.046.247-.093.371-.142s.247-.1.37-.151.247-.106.37-.161a23.184,23.184,0,0,0,9.218-7.769q.14-.2.276-.4t.272-.4c.089-.135.177-.272.264-.409s.171-.273.254-.41a23.178,23.178,0,0,0,3.513-11.532c0-.135,0-.27,0-.4s0-.267-.007-.4-.009-.265-.016-.4-.015-.263-.024-.394a12.817,12.817,0,0,0-4.053-8.9c-.088-.078-.178-.153-.27-.228s-.182-.146-.275-.217" transform="translate(-1208.057 -174.564)" fill="#e7f4f7" fill-rule="evenodd"/>
<path id="パス_724" data-name="パス 724" d="M1267.635,227.223a14.44,14.44,0,0,1-4.076.554l.633-33.782a21.314,21.314,0,0,1,4.107-2.246Zm5.749-2.712a21.882,21.882,0,0,1-2.551,1.482l.639-35.2q.7-.136,1.394-.2l1.134.022Z" transform="translate(-1213.369 -173.947)" fill="#fff" fill-rule="evenodd"/>
<path id="パス_725" data-name="パス 725" d="M1274.459,192.369c5.917,4.519,6.246,14.747.612,23.289s-15.166,12.266-21.649,8.606c-5.917-4.52-6.246-14.747-.612-23.289s15.165-12.265,21.649-8.606m2.707-1.58c7.513,5.233,8.308,17.4,1.722,27.387s-18.086,14.044-25.854,9.2l0,0-1.767-1.166.179-.271c-5.626-5.857-5.707-16.674.249-25.7s15.931-13.214,23.531-10.347l.179-.271,1.768,1.166Z" transform="translate(-1207.086 -173.332)" fill="#050505" fill-rule="evenodd"/>
<path id="パス_726" data-name="パス 726" d="M1237.2,246.309h0a2.875,2.875,0,0,1,.814,3.971l-25.838,39.173a2.875,2.875,0,0,1-3.971.815h0a2.875,2.875,0,0,1-.815-3.971l25.839-39.173a2.875,2.875,0,0,1,3.971-.815" transform="translate(-1191.582 -195.194)" fill="#050505" fill-rule="evenodd"/>
<path id="パス_727" data-name="パス 727" d="M1207.48,289.467a2.462,2.462,0,0,1-.48-2.993l26.656-40.412a2.056,2.056,0,1,1,3.42,2.255l-26.656,40.413a2.462,2.462,0,0,1-2.94.737" transform="translate(-1191.492 -194.925)" fill="#333" fill-rule="evenodd"/>
<path id="パス_728" data-name="パス 728" d="M1272.943,191.369c5.917,4.519,6.246,14.747.612,23.289s-15.166,12.266-21.649,8.606c-5.917-4.52-6.246-14.747-.612-23.289s15.166-12.265,21.649-8.606m.943-2.75c7.769,5.124,8.663,17.47,2,27.575s-18.366,14.143-26.135,9.018-8.663-17.47-2-27.575S1266.117,183.495,1273.886,188.619Z" transform="translate(-1205.57 -172.332)" fill="#333" fill-rule="evenodd"/>
<path id="パス_729" data-name="パス 729" d="M1254.072,225.227l-.132-.066.132.066m.329.159c-.048-.023-.1-.044-.144-.067C1254.3,225.342,1254.353,225.363,1254.4,225.386Zm.328.144c-.051-.022-.1-.042-.153-.064C1254.627,225.488,1254.678,225.509,1254.729,225.53Zm.329.132-.157-.06Zm.331.12-.161-.055Zm.334.109c-.054-.017-.109-.033-.163-.05C1255.615,225.858,1255.669,225.874,1255.724,225.891Zm.339.1-.167-.046Zm.34.087c-.056-.014-.113-.026-.169-.041C1256.29,226.05,1256.347,226.063,1256.4,226.077Zm.344.077-.171-.036Zm.346.066-.172-.031Zm.35.055-.173-.026Zm.352.045-.174-.021Zm.354.034-.175-.015Zm.357.024-.177-.01Zm.359.014-.177-.006Zm.362,0h0Zm.364-.007c-.06,0-.12,0-.18,0C1259.471,226.393,1259.531,226.392,1259.591,226.389Zm.364-.017-.18.009Zm.366-.026-.18.014Zm.368-.036-.181.019Zm.369-.047-.18.024Zm.37-.056-.18.028Zm.371-.066-.181.033Zm.371-.076-.18.038Zm.372-.086-.179.042Zm.372-.095-.178.046Zm.372-.1-.173.049Zm.373-.114-.172.053Zm.372-.123-.164.055Zm.373-.133-.151.054Zm.371-.142-.086.033Zm.5-.206-.126.055Zm.4-.177c-.051.023-.1.048-.154.071C1265.567,224.933,1265.618,224.909,1265.669,224.885Zm.378-.178-.162.079Zm.372-.185-.166.084Zm.37-.194-.169.09Zm.367-.2-.171.1Zm.364-.21-.171.1Zm.362-.219-.17.105Zm.359-.228-.17.11Zm.357-.236-.169.113Zm.355-.245-.168.118Zm.352-.254-.167.122Zm.349-.262-.166.126Zm.346-.27-.165.13Zm.343-.279-.164.135Zm.34-.286-.162.138Zm.337-.295-.16.142Zm.333-.3-.159.146Zm.329-.311-.157.15Zm.326-.319-.156.153Zm.321-.327-.152.156Zm.318-.335-.15.159Zm.313-.343-.148.162Zm.308-.35-.144.164Zm.3-.359c-.046.056-.093.111-.14.166C1273.478,218.808,1273.525,218.753,1273.571,218.7Zm.3-.366-.135.166Zm.294-.374-.13.166Zm.288-.381c-.041.055-.083.108-.123.163C1274.368,217.685,1274.41,217.632,1274.451,217.577Zm.283-.39-.116.159Zm.276-.4-.091.131Zm.62-.948-.084.135Zm.271-.443c-.034.056-.066.113-.1.169C1275.835,215.514,1275.868,215.457,1275.9,215.4Zm.247-.422c-.034.059-.067.119-.1.177C1276.081,215.1,1276.114,215.038,1276.148,214.979Zm.237-.422c-.034.062-.067.124-.1.185C1276.318,214.681,1276.351,214.619,1276.385,214.557Zm.226-.422-.1.19Zm.217-.423c-.033.065-.064.13-.1.194C1276.764,213.843,1276.8,213.778,1276.828,213.713Zm.207-.423c-.031.066-.063.132-.095.2C1276.972,213.422,1277,213.356,1277.035,213.29Zm.2-.423-.091.2Zm.188-.423-.087.2Zm.179-.424-.083.2Zm.17-.426c-.026.068-.053.135-.08.2C1277.717,211.729,1277.744,211.661,1277.77,211.593Zm.161-.425c-.025.068-.05.136-.076.2C1277.882,211.3,1277.906,211.236,1277.932,211.168Zm.152-.425c-.023.068-.047.136-.071.2C1278.036,210.879,1278.06,210.811,1278.083,210.743Zm.143-.425q-.033.1-.067.2Q1278.194,210.419,1278.227,210.318Zm.134-.426q-.031.1-.063.2Q1278.331,209.993,1278.361,209.892Zm.125-.425c-.019.068-.039.135-.058.2C1278.448,209.6,1278.468,209.534,1278.487,209.467Zm.117-.425c-.018.068-.036.135-.055.2C1278.567,209.177,1278.586,209.11,1278.6,209.042Zm.108-.425c-.016.068-.033.135-.05.2C1278.678,208.752,1278.695,208.685,1278.711,208.617Zm.1-.423c-.015.067-.03.134-.046.2C1278.78,208.328,1278.795,208.261,1278.81,208.194Zm.09-.423q-.02.1-.042.2Q1278.88,207.872,1278.9,207.771Zm.081-.422c-.012.066-.025.133-.037.2C1278.956,207.483,1278.969,207.416,1278.981,207.35Zm.073-.421c-.01.066-.022.133-.034.2C1279.031,207.062,1279.043,207,1279.053,206.929Zm.063-.418c-.009.066-.02.132-.03.2C1279.1,206.643,1279.108,206.576,1279.117,206.51Zm.055-.417c-.008.066-.017.131-.025.2C1279.155,206.224,1279.164,206.159,1279.172,206.093Zm.045-.415c-.006.065-.013.129-.021.194C1279.2,205.807,1279.211,205.742,1279.217,205.678Zm.038-.413c-.006.063-.011.127-.017.191C1279.244,205.392,1279.249,205.328,1279.255,205.265Zm.028-.411c0,.062-.008.124-.012.186C1279.274,204.977,1279.279,204.915,1279.282,204.854Zm.02-.409c0,.06-.005.12-.008.18C1279.3,204.565,1279.3,204.5,1279.3,204.445Zm.011-.406c0,.056,0,.113,0,.169C1279.31,204.151,1279.312,204.094,1279.313,204.038Zm0-.4c0,.046,0,.091,0,.137C1279.314,203.726,1279.315,203.681,1279.315,203.635Zm-.01-.492c0,.031,0,.061,0,.092C1279.307,203.2,1279.306,203.174,1279.3,203.144Zm-.022-.465c0,.053.007.106.01.16C1279.29,202.785,1279.286,202.731,1279.282,202.678Zm-.029-.407c0,.057.01.115.015.173C1279.264,202.386,1279.258,202.328,1279.253,202.271Zm-.038-.4c.006.06.014.119.019.179C1279.229,201.993,1279.222,201.934,1279.216,201.874Zm-.046-.388c.008.06.016.119.023.179C1279.186,201.605,1279.178,201.546,1279.17,201.486Zm-.055-.386c.009.06.019.121.028.182C1279.134,201.221,1279.124,201.161,1279.115,201.1Zm-.064-.379c.011.06.022.121.033.181C1279.073,200.842,1279.062,200.782,1279.051,200.721Zm-.072-.375c.012.06.025.119.036.18C1279,200.466,1278.991,200.406,1278.979,200.347Zm-.081-.37c.014.06.028.119.041.179C1278.926,200.1,1278.912,200.036,1278.9,199.976Zm-.089-.364c.015.059.03.118.045.177C1278.839,199.729,1278.824,199.671,1278.809,199.612Zm-.1-.361c.016.058.033.117.049.175C1278.744,199.368,1278.727,199.309,1278.711,199.251Zm-.107-.355c.019.058.036.115.054.174C1278.64,199.011,1278.622,198.953,1278.6,198.9Zm-.115-.35c.02.057.039.114.058.171C1278.527,198.659,1278.508,198.6,1278.488,198.545Zm-.124-.345c.021.056.042.113.062.169C1278.406,198.313,1278.385,198.256,1278.364,198.2Zm-.133-.34c.023.055.045.111.067.167C1278.276,197.972,1278.254,197.916,1278.231,197.861Zm-.141-.334c.024.055.047.11.071.164C1278.138,197.637,1278.114,197.582,1278.09,197.527Zm-.15-.327c.025.053.05.106.075.161C1277.991,197.306,1277.966,197.253,1277.941,197.2Zm-.159-.322c.027.052.053.1.079.158C1277.835,196.982,1277.809,196.93,1277.782,196.878Zm-.167-.316c.028.052.055.1.083.155C1277.671,196.665,1277.644,196.613,1277.615,196.561Zm-.176-.31c.03.05.059.1.088.153C1277.5,196.353,1277.469,196.3,1277.439,196.252Zm-.184-.3c.031.049.061.1.092.149C1277.317,196.048,1277.287,196,1277.255,195.949Zm-.193-.3c.033.048.064.1.1.145C1277.127,195.75,1277.1,195.7,1277.063,195.653Zm-.2-.29.1.143Zm-.21-.282.1.139Zm-.218-.274c.037.044.073.09.108.135C1276.506,194.9,1276.47,194.851,1276.433,194.806Zm-.227-.268.111.13Zm-.235-.26c.039.041.076.084.115.126C1276.048,194.362,1276.01,194.32,1275.971,194.278Zm-.244-.252.118.121Zm-.252-.244c.04.038.079.076.119.115C1275.555,193.858,1275.516,193.819,1275.476,193.782Zm-.261-.236c.04.035.079.071.118.106C1275.293,193.617,1275.255,193.581,1275.215,193.545Zm-.27-.228.112.095Zm-.868-.639q.306.2.593.422c-6.484-3.66-16.015.063-21.649,8.606s-5.305,18.769.612,23.289q-.315-.178-.621-.38c-6.482-4.276-7.022-14.891-1.2-23.71S1267.595,188.4,1274.077,192.678Z" transform="translate(-1207.297 -174.063)" fill="#050505" fill-rule="evenodd"/>
<path id="パス_730" data-name="パス 730" d="M1251.225,258.232s-1.706-.409-1.5-.78,1.572-.275,1.572-.275l-1.289-1.1s-.046-.407.494-.391a7.277,7.277,0,0,1,1.358.244l-1.2-1.29s.084-.344.345-.238a11.231,11.231,0,0,1,1.073.657l-.992-1.167a.536.536,0,0,1,.649-.09,8.91,8.91,0,0,1,1.023.57c2.5,1.721-.964,4.27-1.532,3.861" transform="translate(-1208.042 -198.232)" fill="#ffc99c"/>
<path id="パス_731" data-name="パス 731" d="M1203.084,306.76l1.212.589,2.3-.266c.336-.1,2.468-.293,1.825.312-.452.425-1.75,1.047-1.727,1.1.284.745,3.983,2.318,4.012,2.386.412.95-2,.088-2.41-.039a15.649,15.649,0,0,1,1.436,1.023.87.87,0,0,1-.841.13,10.6,10.6,0,0,0-1.583-.593c-.13.07,1.462,1.023,1.335,1.078a.762.762,0,0,1-.64.009,14.616,14.616,0,0,0-1.53-.661c-.157.039,1.023.654.876.677-.115.018-.171.212-.279.182-2.914-.806-2.05-2.159-5.412-2.992-1.87-.463.731-2.737,1.424-2.939" transform="translate(-1189.306 -218.626)" fill="#ffc99c"/>
<path id="パス_732" data-name="パス 732" d="M1366.376,201.432h-46.964a3.709,3.709,0,0,0-3.51,3.881v7.61a3.709,3.709,0,0,0,3.51,3.881h4.249v3.932l4.6-3.932h38.114a3.709,3.709,0,0,0,3.51-3.881v-7.61A3.709,3.709,0,0,0,1366.376,201.432Z" transform="translate(-1233.5 -178.115)" fill="#fff"/>
<rect id="長方形_204" data-name="長方形 204" width="45.046" height="1.788" transform="translate(85.977 27.865)" fill="#5fd2ff"/>
<rect id="長方形_205" data-name="長方形 205" width="34.32" height="1.788" transform="translate(85.977 32.671)" fill="#5fd2ff"/>
<path id="パス_733" data-name="パス 733" d="M1338.23,241.87h46.964a3.71,3.71,0,0,1,3.51,3.881v13.764a3.71,3.71,0,0,1-3.51,3.881h-4.249v3.933l-4.6-3.933H1338.23a3.709,3.709,0,0,1-3.51-3.881V245.751A3.709,3.709,0,0,1,1338.23,241.87Z" transform="translate(-1240.739 -193.668)" fill="#fff"/>
<rect id="長方形_206" data-name="長方形 206" width="45.046" height="1.788" transform="translate(143.423 54.537) rotate(180)" fill="#5fd2ff"/>
<rect id="長方形_207" data-name="長方形 207" width="34.32" height="1.788" transform="translate(132.698 59.343) rotate(180)" fill="#5fd2ff"/>
<rect id="長方形_208" data-name="長方形 208" width="39.859" height="1.788" transform="translate(138.237 64.266) rotate(180)" fill="#5fd2ff"/>
<path id="長方形_209" data-name="長方形 209" d="M0,0H168.12a0,0,0,0,1,0,0V44.007A13.691,13.691,0,0,1,154.43,57.7H13.691A13.691,13.691,0,0,1,0,44.007V0A0,0,0,0,1,0,0Z" transform="translate(54.547 79.708)" fill="#f0faff"/>
<g id="グループ_440" data-name="グループ 440" transform="translate(85.201 94.132)">
<path id="パス_734" data-name="パス 734" d="M1339.559,332.175a15.64,15.64,0,0,1,6.114-12.415,15.668,15.668,0,1,0,0,24.829A15.637,15.637,0,0,1,1339.559,332.175Z" transform="translate(-1320.451 -316.507)" fill="#5fd2ff"/>
<path id="パス_735" data-name="パス 735" d="M1370.99,316.507a15.6,15.6,0,0,0-9.554,3.254,15.66,15.66,0,0,1,0,24.829,15.667,15.667,0,1,0,9.554-28.082Z" transform="translate(-1336.215 -316.507)" fill="#3aaded"/>
<ellipse id="楕円形_44" data-name="楕円形 44" cx="6.114" cy="12.414" rx="6.114" ry="12.414" transform="translate(19.107 3.254)" fill="#0f68b7"/>
</g>
<path id="パス_736" data-name="パス 736" d="M1378.363,318.168l-.68-.726,7.311-6.846h8.208v.995h-7.815Z" transform="translate(-1257.263 -220.101)" fill="#02518c"/>
<path id="パス_737" data-name="パス 737" d="M1321.743,337.821l-7.025-6.578h-7.2v-.995h7.593l7.311,6.846Z" transform="translate(-1230.276 -227.66)" fill="#02518c"/>
<rect id="長方形_210" data-name="長方形 210" width="12.074" height="6.466" transform="translate(63.003 101.593)" fill="#5fd2ff"/>
<rect id="長方形_211" data-name="長方形 211" width="6.708" height="1.492" transform="translate(63.003 110.049)" fill="#5fd2ff"/>
<rect id="長方形_212" data-name="長方形 212" width="17.906" height="6.466" transform="translate(138.381 90.415)" fill="#5fd2ff"/>
<rect id="長方形_213" data-name="長方形 213" width="9.948" height="1.492" transform="translate(138.381 98.87)" fill="#5fd2ff"/>
</g>
</g>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160">
<defs>
<clipPath id="clip-path">
<circle id="楕円形_47" data-name="楕円形 47" cx="80" cy="80" r="80" fill="none"/>
</clipPath>
</defs>
<g id="mission03.svg" transform="translate(-1481 -172)">
<circle id="楕円形_46" data-name="楕円形 46" cx="80" cy="80" r="80" transform="translate(1481 172)" fill="#e3f7ff"/>
<g id="グループ_448" data-name="グループ 448" transform="translate(1481 172)">
<g id="グループ_447" data-name="グループ 447" clip-path="url(#clip-path)">
<g id="グループ_445" data-name="グループ 445" transform="translate(74.497 29.252)">
<path id="パス_738" data-name="パス 738" d="M1688.771,446.253l-.51-5.389,5.408.13-.052,6.171Z" transform="translate(-1635.213 -304.661)" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_739" data-name="パス 739" d="M1686.917,448.882c-1.528,2.746-4.018,5.372-2.074,7.7h9.9c.017-.044.033-.093.048-.145a1.607,1.607,0,0,0,.249-1.622c-.573-2.172-2.26-5.51-2.839-5.681-1.149-.341-2.78.619-5.282-.257" transform="translate(-1633.625 -307.745)" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_740" data-name="パス 740" d="M1684.086,458.451v0a1.812,1.812,0,0,0,.738,1.812h9.9c.511-.3.645-.5.3-1.767Z" transform="translate(-1633.606 -311.425)" fill="#1d3975" fill-rule="evenodd"/>
<path id="パス_741" data-name="パス 741" d="M1662.149,324.624l5.793,23.53,2.957,14.009,6.564,34.121a8.248,8.248,0,0,0,3.61.505,16.623,16.623,0,0,0,3.342-.457c.049-10.075.3-23.622.386-35.8.076-10.71.352-20.232.393-28.354.017-3.516-3.978-13.459-3.927-13.332Z" transform="translate(-1625.17 -257.731)" fill="#0f68b7" fill-rule="evenodd"/>
<path id="パス_742" data-name="パス 742" d="M1650.253,446.138l.021-5.574,5.407.13-.582,6.355Z" transform="translate(-1620.595 -304.546)" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_743" data-name="パス 743" d="M1641.56,447.684s-8.49,3.49-10.872,4.657c-1.85.906-2.9,2.813-1.378,3.785h18.507c.016-.044.032-.092.048-.145.274-.914.995-7.449-.931-7.3a8.256,8.256,0,0,1-5.374-.994" transform="translate(-1612.259 -307.284)" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_744" data-name="パス 744" d="M1628.559,458.451v0l-.012.406a1.686,1.686,0,0,0,.754,1.406h18.593c.016-.044.032-.093.048-.145.054-.178.185-1.107.25-1.622Z" transform="translate(-1612.246 -311.425)" fill="#1d3975" fill-rule="evenodd"/>
<path id="パス_745" data-name="パス 745" d="M1648.8,323.434c-2,25.191-.964,49.493-.061,72.906a21.144,21.144,0,0,0,4.816.431c2.22-.129,1.815-.385,1.815-.385l5.2-37.144a71.641,71.641,0,0,1,3.926-15.05c1.986-4.759,4.422-6.132,4.062-11.663-.372-5.728.11-10.167-.679-12.147s-4.724-1.185-4.724-1.185Z" transform="translate(-1619.594 -257.806)" fill="#0f68b7" fill-rule="evenodd"/>
<path id="パス_746" data-name="パス 746" d="M1666.658,381.712l1.164-8.318a80.022,80.022,0,0,1,2.083-9.676h0l-1.1-7.882-2.286,19.769Z" transform="translate(-1626.85 -271.958)" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_747" data-name="パス 747" d="M1644.586,269.075c-2.956,6.692-4.139,21.627-12.553,27.9-7.556,3.017-11.791,7.471-16.074,3.721-1.861-1.63-1.351-2.681-.606-3.338,3.363-2.65,14.265-11.44,14.968-12.234,2.033-2.294,7.578-25.076,13.708-27.382.725-.479,2.656,8.089.557,11.33" transform="translate(-1606.912 -234.223)" fill="#5fd2ff" fill-rule="evenodd"/>
<path id="パス_748" data-name="パス 748" d="M1642.929,284.1c-2.066,3.226-.828,15.76-9.068,20.815-3.028,1.308-9.892,6.288-14.43,4.877l.362-.107s9.492-4.483,13.444-7.41,9.189-23.908,9.189-23.908-.127,4.358.5,5.732" transform="translate(-1608.74 -242.164)" fill="#5fd2ff" fill-rule="evenodd"/>
<path id="パス_749" data-name="パス 749" d="M1622.886,324.394c-1.562.764-1.57.45-3.155,1.21-1.618.775-6.158-1.929-5.073-4.54.565-.92,1.829-1.964,4.119-3.69,1.969,1.141,3.505,4.386,4.109,7.02" transform="translate(-1606.841 -257.165)" fill="#94e6ff" fill-rule="evenodd"/>
<path id="パス_750" data-name="パス 750" d="M1609.526,323.925c-.753-.214-3.746-1.026-4.447-.785-.358.122-.284.234-.2.418a1.434,1.434,0,0,0,.636.519c.527.2,1.2.977,1.507,1.045-1.451,2.883-5.745,3.934-4.847,5.382.313.139,2.313.255,2.82.42,1.612.526,2.463.612,7.464-3.412.237-.19.97-.572,1.224-.782a5.586,5.586,0,0,0-2.276-3Z" transform="translate(-1602.058 -259.365)" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_751" data-name="パス 751" d="M1681.188,284.411a116.761,116.761,0,0,0-.82,24.085c-12.944,2.223-24.473,1.772-32.2-.689-.6-8.837-.776-49.721,11-52.509,4.254-1.193,7.559-1.085,12.071-.625,4.569.466,7.53,1.543,9.917,3.9,8,7.505,10.844,33.517,12.157,44.449.193,1.6-3.549,4.09-5.457,2.411a13.058,13.058,0,0,1-2.045-4.362c-1.769-5.935-3.708-15.114-4.615-16.657" transform="translate(-1619.708 -232.925)" fill="#5fd2ff" fill-rule="evenodd"/>
<path id="パス_752" data-name="パス 752" d="M1716.593,328.632c.2,1.551.309,2.5.5,4.068.193,1.6-3.8,3.651-5.708,1.973-.62-.747-1.143-2.124-1.95-4.572,1.54-1.346,4.746-1.716,7.161-1.469" transform="translate(-1643.356 -261.467)" fill="#94e6ff" fill-rule="evenodd"/>
<path id="パス_753" data-name="パス 753" d="M1682.177,299.5c-1.009,6.419-1.085,15.984-.846,24.04-11.8,2.027-22.746,2.027-30.879-.332,5.2.6,25.077.918,26.629-4.07.887-2.851,1.086-17.354,2.7-25.678,1.14,1.253,1.67,4.057,2.394,6.039" transform="translate(-1620.671 -247.967)" fill="#5fd2ff" fill-rule="evenodd"/>
<path id="パス_754" data-name="パス 754" d="M1665.97,236.236a7.719,7.719,0,0,0,3.312,3.816l-.049,2.633-.383.326c-1.5,1.607.34,3.828,2.047,3.727,6.718.331,4.715-2.7,5.836-4.562l-.651-3.91c.223-.012,2.094-.99,2.577-1.138a2.5,2.5,0,0,0,1.239-2.062c.047-.982-1.47-.664-1.47-.664,1.839-2.517,3.921-4.572,1.221-6.838s-8.9-3.588-8.9-3.588l-3.733-1.294c.475,1.288-.16,5.585-1.119,8.268-.859,2.407-1.148,2.855.074,5.287" transform="translate(-1626.325 -220.744)" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_755" data-name="パス 755" d="M1677.125,248.756s-2.111,3.621-3.846,3.949-.848.086-1.494.009l.049-2.633c1.2.192,2.364.1,5.291-1.325" transform="translate(-1628.876 -230.773)" fill="#f2b486" fill-rule="evenodd"/>
<path id="パス_756" data-name="パス 756" d="M1681.353,227.248a5.225,5.225,0,0,0-2.063-5.789c-4.191-3.274-7.79-1.464-9.344-1.083-1.075.264-1.8.236-2.857.456-2.642.553-2.867,6.047-.963,7.853.19.179.482-2.337.695-2.177a4.655,4.655,0,0,0,.742.532c3.1,1.59,6.677-.3,8.485,1.832.9,1.055.806,2.574-.2,4.921-.3.692-.691,1.2.478.66.536-.249,1.419-.6,1.721-.352a1.389,1.389,0,0,1-.2,2.05c-.239.164-.691.409-.691.409,4.933-.935,6.087-7.849,4.2-9.312" transform="translate(-1626.218 -219.534)" fill="#563e27" fill-rule="evenodd"/>
<path id="パス_757" data-name="パス 757" d="M1713.663,336.522c-.046,1.94-.18,2.79-.309,4.676-.028.417.654,1.2,1.2,1.726h4.149a.042.042,0,0,0,.015-.015,3.818,3.818,0,0,0,.806-2.524,2.787,2.787,0,0,0-.233-.8c-.281-.775-.718-1.865-.794-2.082-.182-.514-.513-.971-.408-1.524a6.049,6.049,0,0,0-4.425.542" transform="translate(-1644.864 -264.243)" fill="#ffc99c"/>
<path id="パス_758" data-name="パス 758" d="M1674.657,257.888c.8.927,2.2,2.407,3,3.334a16.336,16.336,0,0,0,4.285-6.519c-.387-.392-1.166-.828-1.552-1.22-.883,1.709-2.515,3.235-5.73,4.4" transform="translate(-1629.981 -232.591)" fill="#94e6ff" fill-rule="evenodd"/>
<path id="パス_759" data-name="パス 759" d="M1664.054,292.526l2.866,5.514,3.842-5.585c-.638-7.705-.064-18.935.017-28.475l1.32-1.521-1.524-1.832-1.791,1.265.767,2.06c-2.63,6.487-5.058,24.386-5.5,28.574" transform="translate(-1625.903 -235.339)" fill="#355298"/>
<path id="パス_760" data-name="パス 760" d="M1672.522,258.23c-.9.8-2.365,1.794-3.261,2.6a13.28,13.28,0,0,1,.48-5.924l.986-.533a7.02,7.02,0,0,0,1.8,3.857" transform="translate(-1627.846 -232.934)" fill="#94e6ff" fill-rule="evenodd"/>
<path id="パス_761" data-name="パス 761" d="M1688.182,284.553l-7.449-.656-.206,1.483,7.449.659Z" transform="translate(-1632.239 -244.289)" fill="#94e6ff" fill-rule="evenodd"/>
</g>
<g id="グループ_446" data-name="グループ 446" transform="translate(19.136 27.077)">
<path id="パス_762" data-name="パス 762" d="M1540.788,446.031l.532-5.626-5.645.135.054,6.442Z" transform="translate(-1521.165 -302.31)" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_763" data-name="パス 763" d="M1539.067,448.775c1.095,3.906,4.2,5.608,2.165,8.042H1530.9c-.017-.046-.034-.1-.051-.151a1.681,1.681,0,0,1-.26-1.694c.6-2.267,2.359-5.751,2.964-5.93,1.2-.356,2.9.646,5.514-.268" transform="translate(-1519.166 -305.529)" fill="#355298" fill-rule="evenodd"/>
<path id="パス_764" data-name="パス 764" d="M1541.838,458.763v0l.013.424a1.762,1.762,0,0,1-.784,1.467h-10.223a1.465,1.465,0,0,1-.31-1.844Z" transform="translate(-1519.112 -309.37)" fill="#1d3975" fill-rule="evenodd"/>
<path id="パス_765" data-name="パス 765" d="M1557.571,319.065l-6.047,24.563-3.087,14.623-6.852,35.618a8.613,8.613,0,0,1-3.768.527,17.388,17.388,0,0,1-3.489-.477c-.05-10.517,0-23.872,1.137-37.294.954-11.248-1.32-20.665-.631-33.07.2-3.665,2.834-10.655,2.781-10.522Z" transform="translate(-1520.642 -253.32)" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_766" data-name="パス 766" d="M1580.982,445.911l-.021-5.818-5.645.135.607,6.634Z" transform="translate(-1536.411 -302.189)" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_767" data-name="パス 767" d="M1580.781,447.524c2.8,3.321,8.828,4.031,11.349,4.862,2.042.673,3.025,2.936,1.439,3.951h-19.319c-.017-.046-.034-.1-.05-.151-.287-.955-1.038-7.775.972-7.623a8.617,8.617,0,0,0,5.61-1.038" transform="translate(-1535.837 -305.048)" fill="#355298" fill-rule="evenodd"/>
<path id="パス_768" data-name="パス 768" d="M1594.412,458.763v0l.013.424a1.76,1.76,0,0,1-.783,1.467h-19.319c-.017-.046-.034-.1-.05-.151-.056-.186-.193-1.156-.26-1.694Z" transform="translate(-1535.91 -309.37)" fill="#1d3975" fill-rule="evenodd"/>
<path id="パス_769" data-name="パス 769" d="M1572.383,317.823l.616,9.331c1.825,18.839,1.026,43.051-.553,66.775a22.092,22.092,0,0,1-5.027.45c-2.318-.134-1.895-.4-1.895-.4L1560.1,355.2a74.828,74.828,0,0,0-4.1-15.71c-2.073-4.969-4.616-6.4-4.241-12.175.389-5.979-.114-10.614.709-12.68s4.93-1.236,4.93-1.236Z" transform="translate(-1527.337 -253.399)" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_770" data-name="パス 770" d="M1565.19,378.659l-1.215-8.682a83.47,83.47,0,0,0-2.174-10.1h0l1.149-8.228,2.387,20.636Z" transform="translate(-1531.213 -268.172)" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_771" data-name="パス 771" d="M1570.8,269.756c3.3,7.237,4.532,15.118,13.97,16.524,6.677.185,20.393-9.459,19.49-11.762-.982-2.5,2.519-4.487-1.317-4.415-5.1-.015-17.58,4.969-18.73,4.888-1.089-.077-5.307-16.19-12-18.62-.794-.511-3.737,9.888-1.415,13.385" transform="translate(-1534.339 -231.521)" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_772" data-name="パス 772" d="M1621.738,275.883c.321-.788,1.631-3.894,2.306-4.334.345-.225.391-.086.489.113a1.553,1.553,0,0,1,.018.892c-.179.587.032,1.682-.115,1.99,3.44.689,7.215-2.283,7.853-.545-.09.362-1.331,2.151-1.529,2.7-.629,1.732-1.125,2.518-7.919,4.1-.322.074-1.139.447-1.489.524a6.068,6.068,0,0,1-1.041-3.954Z" transform="translate(-1553.709 -237.321)" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_773" data-name="パス 773" d="M1517.127,274.108c-6.875,19.087-6.3,21.4-.729,33.629.49,1.075.873,2.21,2.519,2.21.578,0,2.311-1.155,3.466-2.31a2.112,2.112,0,0,0,.842-1.461c-.265-4.316-3.988-10.7-1.515-14.746,5.558-9.081,10.911-17.891,7.958-23.711-.14-.817-11.656,2.814-12.542,6.389" transform="translate(-1512.096 -235.847)" fill="#0f68b7" fill-rule="evenodd"/>
<path id="パス_774" data-name="パス 774" d="M1524.5,279.744a134.791,134.791,0,0,1,1.354,27.681c12.9,2.216,25.218,1.515,32.924-.938-.361-8.514,2.155-49.365-10.463-52.071-8.535-2.392-19.981-1.636-24.71,3.027l-.041.038c-3.613,3.385-8.078,14.545-10.18,22.63-4.194,16.134,7.617,7.17,11.115-.368" transform="translate(-1512.25 -230.266)" fill="#0f68b7" fill-rule="evenodd"/>
<path id="パス_775" data-name="パス 775" d="M1557.431,253.407c1.549,7.03,2.088,30.769,1.924,38.612-.3-.591-13.436-33.273-14.548-38.7a26.982,26.982,0,0,1,12.624.087" transform="translate(-1524.677 -230.081)" fill="#fff" fill-rule="evenodd"/>
<path id="パス_776" data-name="パス 776" d="M1564.253,282.542l-.524,13.353-5.831-12.277-.349-17.4-1.367-1.914,1.468-1.614,1.813.974-.6,2.2c1.792,4.777,4.2,12.953,5.4,16.674" transform="translate(-1529.052 -233.958)" fill="#e60000"/>
<path id="パス_777" data-name="パス 777" d="M1532.005,292.628c1,6.4,1.593,19.652,1.354,27.681,3.383-8.386,1.588-30.337.932-33.718a42.126,42.126,0,0,1-2.286,6.036" transform="translate(-1519.753 -243.151)" fill="#0f68b7" fill-rule="evenodd"/>
<path id="パス_778" data-name="パス 778" d="M1557.338,235.1a8.353,8.353,0,0,1-3.6,3.877l.049,2.624.382.325c1.5,1.6-.124,4.892-1.827,4.79-4.307.212-7.612-3.319-6.318-5.235l.562-.626.124-3.714c-.222-.013-1.839-.932-2.321-1.079a2.5,2.5,0,0,1-1.235-2.055c-.047-.979,1.466-.662,1.466-.662-1.833-2.508-3.908-4.557-1.217-6.815s8.873-3.577,8.873-3.577l3.721-1.29c-.473,1.284.159,5.567,1.115,8.241.856,2.4,1.438,2.772.22,5.2" transform="translate(-1523.644 -218.178)" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_779" data-name="パス 779" d="M1552.437,247.652c1.221,2.093,2.646,4.263,5.323,3.945l-.049-2.624c-1.191.191-2.356.1-5.274-1.321" transform="translate(-1527.612 -228.174)" fill="#f2b486" fill-rule="evenodd"/>
<path id="パス_780" data-name="パス 780" d="M1553.995,225.036c-3.094,1.585-6.656-.3-8.457,1.826-.892,1.051-.8,2.566.2,4.905.294.689.687,1.2-.477.658-.535-.247-1.415-.593-1.715-.351a1.384,1.384,0,0,0,.2,2.043c.238.164.69.407.69.407a7.329,7.329,0,0,1-5.836-7.565,12.853,12.853,0,0,1,.328-2.746,3,3,0,0,1-.132-.884,2.869,2.869,0,0,1,1.98-2.769,2.793,2.793,0,0,1,2.713-2.416,2.622,2.622,0,0,1,1.152.265l.137-.036a2.915,2.915,0,0,1,4.463-.686,3.965,3.965,0,0,1,3.187-1.688,4.414,4.414,0,0,1,4.134,4.648,4.821,4.821,0,0,1-1.827,3.858,4.64,4.64,0,0,1-.74.53" transform="translate(-1522.289 -216)" fill="#333" fill-rule="evenodd"/>
<path id="パス_781" data-name="パス 781" d="M1567.245,292.514h0l3.6-29.425-2.916-2.46,1.846-2.186-1.811-3.895a18.123,18.123,0,0,1-2.642-.644c1.549,7.03,2.087,30.766,1.924,38.61" transform="translate(-1532.567 -230.578)" fill="#105cb5" fill-rule="evenodd"/>
<path id="パス_782" data-name="パス 782" d="M1557.139,292.481h0L1539.382,265.2l2.068-3.206-2.4-1.551.861-5.966a23.656,23.656,0,0,1,2.692-.661c1.155,5.518,14.233,38.056,14.54,38.664" transform="translate(-1522.461 -230.545)" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_783" data-name="パス 783" d="M1527.161,332.615l2.766,2.529c.4.213,2.763,3.813,1.626,3.789-.8-.017-1.664-1.03-1.7-.958-.411.941.454,4.283.42,4.372-.478,1.245-1.915-1.718-2.181-2.21a20.385,20.385,0,0,1,.4,2.236,1.115,1.115,0,0,1-.891-.639,13.712,13.712,0,0,0-.921-1.974c-.182-.054.422,2.259.256,2.2a.98.98,0,0,1-.6-.568,18.892,18.892,0,0,0-.811-1.988c-.18-.106.351,1.524.2,1.414-.122-.087-.349.041-.422-.084-1.953-3.37-.194-4.134-1.447-6.637C1525.173,331.378,1527.161,332.615,1527.161,332.615Z" transform="translate(-1516.62 -260.744)" fill="#ffc99c" fill-rule="evenodd"/>
</g>
</g>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="199.405" height="215.169" viewBox="0 0 199.405 215.169">
<g id="グループ_450" data-name="グループ 450" transform="translate(-172.441 -283.386)">
<path id="パス_215" data-name="パス 215" d="M259.575,299.525c-20.427-.669-39.159-1.358-55.137,1.127A5.3,5.3,0,0,0,200.126,305a385.316,385.316,0,0,0-5.37,45.645,3.956,3.956,0,0,0,3.827,4.312h53.973a5.248,5.248,0,0,0,5.054-4.212,224.11,224.11,0,0,0,5.717-47.1A3.984,3.984,0,0,0,259.575,299.525Z" transform="translate(95.129 66.165)" fill="#356f4e"/>
<rect id="長方形_120" data-name="長方形 120" width="3.171" height="78.764" transform="translate(357.539 366.777) rotate(8.421)" fill="#767676"/>
<path id="パス_216" data-name="パス 216" d="M258.387,324.565c-20.374,1.411-39.059,2.722-55.042,3.148-2.169.058-3.912-.232-4.364-.721a28.1,28.1,0,0,1-6-10.013c-.184-.516,1.542-1.074,3.764-1.211l53.868-3.333c2.406-.148,4.528.116,5.107.642,3.812,3.459,5.96,6.718,6.365,10.324C262.136,323.9,260.493,324.417,258.387,324.565Z" transform="translate(87.53 123.713)" fill="#356f4e"/>
<rect id="長方形_121" data-name="長方形 121" width="3.393" height="58.685" transform="translate(346.498 439.87)" fill="#767676"/>
<path id="パス_217" data-name="パス 217" d="M258.4,309.275c-3.885-.142-30.346-1.211-46.508,1.016-14.457,2-18.99,7.455-18.99,7.455L188.565,328.7l15.146,60.923H221.39l-7.028-35.947a32.893,32.893,0,0,1,.453-8.134c.59-3.006,1.169-4.522,2.717-4.6s2.285,1.385,3.175,4.327c.721,2.4,3.017,4.586,3.132,7.434l10.7,37.058,15.11-.095s4.754-25.766,6.038-34.4c.827-5.549,2.717-22.28,2.717-22.28,8.992,0,17.147-5.67,16.278-11.856C273.579,313.324,275.016,309.886,258.4,309.275Z" transform="translate(68.764 108.788)" fill="#00337b"/>
<path id="パス_218" data-name="パス 218" d="M201.366,310.084l16.917-1.427,1.223,9.682h-18.14Z" transform="translate(123.354 107.774)" fill="#00337b"/>
<rect id="長方形_122" data-name="長方形 122" width="9.172" height="83.705" transform="translate(269.302 414.717)" fill="#1a1311"/>
<rect id="長方形_123" data-name="長方形 123" width="12.739" height="2.038" transform="translate(323.598 363.096) rotate(5.877)" fill="#b3e1f9"/>
<path id="パス_219" data-name="パス 219" d="M252.882,309.838H182.109l-2.817,15.941,93.19.032-5.575-8.429A16.807,16.807,0,0,0,252.882,309.838Z" transform="translate(29.217 112.811)" fill="#002f4b"/>
<path id="パス_220" data-name="パス 220" d="M216.577,310.826H190.488l5.02,70.563,21.069.114Z" transform="translate(76.965 117.026)" fill="#002f4b"/>
<path id="パス_221" data-name="パス 221" d="M303.337,324.65c1.163-6.286-.653-12.425-6.991-13.288-7.7-1.048-23.375-.874-27.961-1.042-30.888-1.142-92.985,5.033-90.289,5.5l-.953,17.937c0,3.912,3.275,6.028,6.907,7.486,9.882,3.964,25.4,4.375,41.991,2.7,16.721-1.69,31.736-.1,42.6-3.259l-8.065,43.5,22.675.1Z" transform="translate(20.052 114.266)" fill="#003757"/>
<path id="パス_222" data-name="パス 222" d="M207.591,294.494c1.006-4.375-.842-8.534-4.133-9.292s-6.381,2.279-7.06,6.9c-.69,4.691,1.327,8.613,3.417,8.95C203.148,301.586,206.586,298.874,207.591,294.494Z" transform="translate(101.584 7.252)" fill="#462c1e"/>
<path id="パス_223" data-name="パス 223" d="M265.561,311.385l-.016-.253a11.5,11.5,0,0,0-.505-2.748l-.016-.069v.011c-2.943-9.4-17.7-15.994-35.273-15.32-16.547.632-28.445,6.865-32.694,15.768a23.028,23.028,0,0,0-1.3,1.937,10.085,10.085,0,0,0-1.3,4.433c-.026.632-2.116,30.735-2.116,30.735l.037,3.864c-.279,4.07,2.206,4.665,5.633,4.422,0,0,41.17,7.887,62.329,1.927a8.653,8.653,0,0,0,2.5-1.158,2.706,2.706,0,0,0,.479-.342l.021-.021a8.97,8.97,0,0,0,3.08-4.5c1.553-3.77,1.722-8.355,2.111-12.835C268.957,332.318,266.63,317.719,265.561,311.385Z" transform="translate(84.884 40.828)" fill="#54c0f1"/>
<path id="パス_224" data-name="パス 224" d="M249.451,315.678l-.005-.248a14.9,14.9,0,0,0-.39-2.753l-.011-.063-.005.011c-2.253-9.4-13.567-15.994-27.039-15.326-12.688.637-23.607,7.513-26.86,16.415l-.111.316a15.833,15.833,0,0,0-.874,4.7c-.016.632.116,29.108.116,29.108h0l-.132,1.085.042.005c-.211,4.064,1.048,7.371,3.222,8.018,0,0,31.83,9.408,48.051,3.448a6.128,6.128,0,0,0,1.911-1.164,1.8,1.8,0,0,0,.369-.337l.016-.021a9.4,9.4,0,0,0,2.364-4.5c1.19-3.764,1.316-8.355,1.616-12.83C252.057,336.61,250.277,322.016,249.451,315.678Z" transform="translate(92.539 59.136)" fill="#54c0f1"/>
<path id="パス_225" data-name="パス 225" d="M198.162,297.614H213.7v-4.68a67.824,67.824,0,0,0-15.536,0Z" transform="translate(109.692 38.816)" fill="#b3e1f9"/>
<path id="パス_226" data-name="パス 226" d="M209.171,300.4l1.632-5.459-7.292-.748.484,5.675a1.617,1.617,0,0,0,.748,1.111c-2.5,18.974-5.065,36.8-7.881,50.6l3.4,9.992,5.359-9.092c.521-15,1.432-32.336,2.6-51.146A1.631,1.631,0,0,0,209.171,300.4Z" transform="translate(104.148 46.077)" fill="#00337b"/>
<path id="パス_227" data-name="パス 227" d="M337.035,307.825c-17.405-1.327-40.559-2.137-65.977-2.137s-48.567.811-65.977,2.137H173.1v6.054c0,4.522,43.855,8.192,97.955,8.192s97.96-3.669,97.96-8.192v-6.054Z" transform="translate(2.827 95.112)" fill="#513425"/>
<ellipse id="楕円形_14" data-name="楕円形 14" cx="97.957" cy="8.19" rx="97.957" ry="8.19" transform="translate(175.931 394.749)" fill="#a06c4e"/>
<path id="パス_228" data-name="パス 228" d="M218.943,313.327c-4.991,2.053-9.629,3.464-13.441,3.364l-2.69-10.724,13.446-3.37Z" transform="translate(129.522 81.93)" fill="#54c0f1"/>
<path id="パス_229" data-name="パス 229" d="M225.707,287.692a4.588,4.588,0,0,0-1.1-.305,18.464,18.464,0,0,0-6.1-2.48,23.63,23.63,0,0,0-7.028.484,28.253,28.253,0,0,0-3.67-.053c-5.86.437-10.14,2.064-10.84,4.349-.132.437.195.895.558,1.311l-1.285,1.164c-.416,3,.979,7.249,1.016,9.713.253,15.178,7.228,18.879,19.611,17.216.084.053.158.11.242.158,3.949,2.159,9.5-.811,12.4-6.628a16.843,16.843,0,0,0,1.374-3.912l.005.011c.063-.232.116-.453.168-.679a18.471,18.471,0,0,0,2.016-5.9A13.361,13.361,0,0,0,225.707,287.692Z" transform="translate(101.168 6.019)" fill="#462c1e"/>
<path id="パス_230" data-name="パス 230" d="M224.651,298.518a1.987,1.987,0,0,0-1.369.174c-1.521-6.9-7.839-12.082-13.872-12.082a13.9,13.9,0,0,0-2.274.184,5.462,5.462,0,0,0-1.39-.184c-4.2,0-8.36,4.633-8.36,9.224,0,1.232.205,1.869.253,3.006.079,1.848-1.153,4.259-.758,6.012,1.537,6.881,4.633,10.687,8.913,11.845a33.569,33.569,0,0,1-1.274,8.129l2.985,1.732,10.808-2.8a32.8,32.8,0,0,1-.895-9.282c2.99-1.653,3.933-3.517,5.18-6.87a3.107,3.107,0,0,0,2.153-2.259c.021-.063-.211.353.037-.184a10.41,10.41,0,0,0,1.458-2.432C226.742,300.75,226.031,298.86,224.651,298.518Z" transform="translate(103.892 13.747)" fill="#f9bb90"/>
<path id="パス_231" data-name="パス 231" d="M213.241,302.165c-.226-2.511-2.037-3.67-2.89-.232a23.384,23.384,0,0,0-.427,3.243,1.781,1.781,0,0,0-.237.016,8.906,8.906,0,0,0-2.132-2.1,31.134,31.134,0,0,0-5.644-8.613s-3.169-2.09-4.017-1.532c-.337.221-.158.727.179,1.253-.816-.742-2.269-1.937-2.864-1.543-.853.558.984,3.475.984,3.475a46.865,46.865,0,0,1,2.827,4.138,33.651,33.651,0,0,0-2.906-3.675s-3.164-2.09-4.012-1.532,1.558,2.911,1.558,2.911a61.728,61.728,0,0,1,6.118,10.087l-.195.39c-1.421-1.732-2.49-3.59-4.538-4.928-.879-.574-3.306-1.758-4.054-1.069s1.369,2.106,2.016,2.622c2.917,2.348,4.838,6.107,7.523,9.845a6.25,6.25,0,0,0,.937,1.811,7.252,7.252,0,0,0,1.637,1.548V326l8.882-.442.732-11.5c.163-.779.311-1.569.374-2.111a11.522,11.522,0,0,0-.221-3.569A41.647,41.647,0,0,0,213.241,302.165Z" transform="translate(78.445 39.208)" fill="#f9bb90"/>
<path id="パス_232" data-name="パス 232" d="M227,308.973l.032.005c.147-2.522-3.991-3.206-10.645-4.6a20.918,20.918,0,0,0-5.765-.711c-3.238.405-5.654,1.448-6.37,2.848,0,0-.884.816-1.827,1.658-1.448.368-3.022.974-2.353,1.637a1.384,1.384,0,0,0,.263.184,8.642,8.642,0,0,0-.663.584,4.261,4.261,0,0,0-1.158,1.69l-.405.268c-1.4,2-.816,2.7,1.242,2.417l1.327-.858c.005.379.284.642.842.789a2.412,2.412,0,0,0,1.416-.089c.005.421.637.684,2.538.611l9.592-4.033a19.7,19.7,0,0,0,3.227.684c4.67.6,8.608-.463,8.808-2.369A1.713,1.713,0,0,0,227,308.973Z" transform="translate(106.191 86.332)" fill="#f9bb90"/>
<path id="パス_233" data-name="パス 233" d="M231.116,295.064c-.927-3.659-3.411-6.207-5.544-5.681-.721.179-9.3-2.248-9.3-2.248a21.4,21.4,0,0,0-9.139-1.706,31.552,31.552,0,0,1-7.465.474c-.821-.1-3.343,6.133-3.343,6.133.084,1.779-.453,4.422.816,5.707l3.854-4.754.837-.321c3.848,2.538,11,4.691,19.416,5.554.884.09,1.758.158,2.627.216,1.142,2.843,3.227,4.659,5.065,4.206C231.069,302.124,232.048,298.728,231.116,295.064Z" transform="translate(101.661 8.487)" fill="#462c1e"/>
<path id="パス_234" data-name="パス 234" d="M197.949,296.031a18.545,18.545,0,0,0,0,8.055l6.707-3.032a14.144,14.144,0,0,1-3.7-8.482Z" transform="translate(106.898 39.177)" fill="#b3e1f9"/>
<path id="パス_235" data-name="パス 235" d="M213.748,296.831a30.958,30.958,0,0,1-7.923,8.4.783.783,0,0,1-.921.016l-6.038-4.191c5.4-3.164,9.54-6.034,11.835-8.482Z" transform="translate(112.69 39.177)" fill="#b3e1f9"/>
<path id="パス_236" data-name="パス 236" d="M205.655,307.44a31.212,31.212,0,0,1-12.993-1.174l.705-7.839a.709.709,0,0,1,.848-.627,49.1,49.1,0,0,0,11.419,1.042.7.7,0,0,1,.727.763Z" transform="translate(86.236 61.41)" fill="#b3e1f9"/>
<path id="パス_237" data-name="パス 237" d="M202.641,311.992c.963-2.19.574-4.78-.648-7.618l6.591-.558c1.458,2.648,1.748,5.2.642,7.618Z" transform="translate(126.03 87.129)" fill="#b3e1f9"/>
<path id="パス_238" data-name="パス 238" d="M232.082,309.448c-.29-.5-3.891.563-5.165.995-.879.3-2.238.79-3.738,1.343A47.368,47.368,0,0,0,228,309.716c.927-.5,2.9-2.132,2.574-2.7-.289-.5-3.891.563-5.17,1-1.116.379-3.011,1.074-4.991,1.806l-.026-.137a58.662,58.662,0,0,0,5.991-2.511c.927-.5,2.9-2.132,2.574-2.7-.289-.5-3.891.563-5.17,1-1.848.626-5.833,2.111-8.8,3.233l-4.665-.095c1.469-1.042,4.543-1.822,5.738-2.738,1.09-.837,2.448-3.954.979-4.67-.711-.347-3.269,2.48-4.875,3.19a62.674,62.674,0,0,0-11.909,7.423l-14.267,5.5,3.78,9.819,14.146-5.454c4.417-.547,9.429-.953,13.846-2.469a20.666,20.666,0,0,1,1.99-.611c2.975-.584,6.191-.695,7.808-1.1,1.021-.258,3.338-1.348,3.159-1.98-.153-.558-3.906-.416-5.249-.311-.942.074-2.411.216-4.038.384l-.021-.147a76.513,76.513,0,0,0,8.1-3.29C230.434,311.649,232.408,310.016,232.082,309.448Z" transform="translate(57.756 75.817)" fill="#f9bb90"/>
<path id="パス_239" data-name="パス 239" d="M210.985,310.582a2.115,2.115,0,0,1-1.743-1.969,2.647,2.647,0,0,0-.963-.2,2.237,2.237,0,0,0-1.922-2.653c-.205-.026-.405-.047-.611-.068a3.145,3.145,0,0,0-2.227-2.638c-1.479-.279-2.053.674-3.28,2.211a4.359,4.359,0,0,0-.732,1.3c-2.19,2.39-4.391,6.444-6.591,11.582l.447.368a3.989,3.989,0,0,0,.516,3.569c1.032,1.316,3,1.648,5.159,1.079l1.511,1.232c4.933-3.517,9.7-7.028,11.045-10.456l-.042-.026a2.6,2.6,0,0,0,.316-.432A1.958,1.958,0,0,0,210.985,310.582Z" transform="translate(87.323 83.695)" fill="#f9bb90"/>
<ellipse id="楕円形_15" data-name="楕円形 15" cx="6.706" cy="7.798" rx="6.706" ry="7.798" transform="translate(277.092 398.347) rotate(-30)" fill="#e0e0e0"/>
<path id="パス_240" data-name="パス 240" d="M220.436,291.938c1.669,4.375-1.99,6.918-4.743,10.708-2.58,3.548-5.1,8.6-12.925,13.367-10.066,6.128-20.943-5.044-21.954-14.051s7.107-18.884,18.284-18.569C209.575,283.683,218.162,285.983,220.436,291.938Z" transform="translate(35.345)" fill="#1f1720"/>
<path id="パス_241" data-name="パス 241" d="M218.883,310.841a9.287,9.287,0,0,0-1.19-2.827c-.237-.647-.184-1.216.453-2.822s.026-4.175-.558-6.97a20.623,20.623,0,0,0-2.648-5.912c-8.829-.864-13.588-4.091-18.01-7.513L186.285,292,180.3,309.983s3.385,5.47,5.823,9.782l-1.985,10.771,1.585.242-.126.142s.848.053,2.043.147l9.587,1.453,4.48,1.048s1.685-8.555,3.7-8.966,6.355.358,8.792-1.248,2.064-3.627,2.622-5.028C217.362,316.964,219.094,313.126,218.883,310.841Z" transform="translate(33.533 6.019)" fill="#f9bb90"/>
<path id="パス_242" data-name="パス 242" d="M208.665,305.957c4.328-5.8,6.512-12.235,6.428-17.637l-6.918-4.875s-9.366-.258-21.864,6.065c-3.864,1.953-6.339,8.466-7.134,11.861-.942,3.991-.226,11.5.516,15.541.663,3.606,7.17,13.435,7.17,13.435l.026-.005c2.064,2.143,5.238,3.406,9.945,2.375,5.275-1.158,8.381-4.259,9.445-7.518l.142-.037.037-.59a8.189,8.189,0,0,0,.216-1.216,52.94,52.94,0,0,0,.263-5.507l.753-10.645C208.023,306.794,208.349,306.383,208.665,305.957Z" transform="translate(26.81 0.248)" fill="#1f1720"/>
<ellipse id="楕円形_16" data-name="楕円形 16" cx="17.936" cy="13.995" rx="17.936" ry="13.995" transform="translate(206.034 333.331)" fill="#e0e0e0"/>
<path id="パス_243" data-name="パス 243" d="M280.15,355.883c-2.153-3.727-6.5-5.249-9.7-3.4l-8.887-.342-1.332-14.294a70.836,70.836,0,0,0-8.044-23.491c-1.558-2.911-5.128-6.644-7.334-8.66-9.871-9.029-15.452-10.513-31.388-11.909-5.849-.511-13.751.321-18.289,1.953-14.394,5.159-20.3,18.611-20.3,38.3a41.154,41.154,0,0,0,.595,6.928h-.005l.021.09a39.5,39.5,0,0,0,1.49,5.875l9.44,37.248-1.974,19.195c16.542,5.5,36.695,6.844,61.4,2.132h0l5.786-.195a6.815,6.815,0,0,0,6.512-7.792l-3.706-22.154,23.191-9.06a5.716,5.716,0,0,0,.621-.311C281.445,364.138,282.3,359.616,280.15,355.883Z" transform="translate(10.367 43.717)" fill="#00467b"/>
<path id="パス_244" data-name="パス 244" d="M192.369,293.949c1.1,4.08.063,8.923-2.453,8.576-1.39-.195-4.591-2.7-6.418-6.191-1.958-3.743,0-7.918,2.448-8.576S191.275,289.868,192.369,293.949Z" transform="translate(43.748 18.232)" fill="#f9bb90"/>
<rect id="長方形_124" data-name="長方形 124" width="3.057" height="81.121" transform="translate(172.441 380.81) rotate(-5.976)" fill="#767676"/>
<path id="パス_245" data-name="パス 245" d="M237.606,358.706c-20.422.669-39.153.137-55.132-2.343a5.31,5.31,0,0,1-4.317-4.343,387.589,387.589,0,0,1-5.37-45.65,3.962,3.962,0,0,1,3.833-4.312h53.974a5.252,5.252,0,0,1,5.054,4.217,235.861,235.861,0,0,1,5.717,48.324A3.986,3.986,0,0,1,237.606,358.706Z" transform="translate(1.439 79.632)" fill="#356f4e"/>
<rect id="長方形_125" data-name="長方形 125" width="3.14" height="38.442" transform="translate(281.325 459.981)" fill="#767676"/>
<rect id="長方形_126" data-name="長方形 126" width="3.14" height="38.983" transform="translate(180.811 459.439)" fill="#767676"/>
<rect id="長方形_127" data-name="長方形 127" width="3.14" height="38.983" transform="translate(230.416 459.439)" fill="#767676"/>
<path id="パス_246" data-name="パス 246" d="M267.323,316.038a511.452,511.452,0,0,1-79.249.274,17.36,17.36,0,0,0-6.207.505c-3.8,1.648-6.223,3.432-7.718,5.307-.216.274,2.306.5,5.507.5l59.364,1.7s36.921-1.9,37.706-2.185c5.159-1.89-2.259-5.1-4-5.617A11.793,11.793,0,0,0,267.323,316.038Z" transform="translate(7.227 138.873)" fill="#356f4e"/>
<path id="パス_247" data-name="パス 247" d="M195.969,379.6h-3.547l-8.1-77.747,3.041-.318Z" transform="translate(50.686 77.381)" fill="#767676"/>
<rect id="長方形_128" data-name="長方形 128" width="3.547" height="41.445" transform="translate(243.108 456.977)" fill="#767676"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="211.295" height="245.844" viewBox="0 0 211.295 245.844">
<g id="image-person-talking.svg" transform="translate(-1808.665 516.185)">
<g id="グループ_275" data-name="グループ 275">
<path id="パス_281" data-name="パス 281" d="M1985.658-282.563l-.828-8.758,8.787.211-.084,10.028Z" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_282" data-name="パス 282" d="M1985.227-283.3c-2.483,4.462-6.531,8.73-3.371,12.52h16.086c.026-.072.053-.151.078-.235a2.614,2.614,0,0,0,.4-2.636c-.932-3.529-3.672-8.953-4.613-9.232-1.867-.553-4.518,1.006-8.584-.417" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_283" data-name="パス 283" d="M1980.657-273.734v.007a2.944,2.944,0,0,0,1.2,2.944h16.086c.83-.482,1.048-.814.482-2.871Z" fill="#1d3975" fill-rule="evenodd"/>
<path id="パス_284" data-name="パス 284" d="M1958.717-403.949l9.414,38.237,4.806,22.764L1983.6-287.5a13.4,13.4,0,0,0,5.865.821,27.019,27.019,0,0,0,5.431-.742c.079-16.372.487-38.386.627-58.175.123-17.4.572-32.877.638-46.076.029-5.713-6.463-21.871-6.381-21.665Z" fill="#0f68b7" fill-rule="evenodd"/>
<path id="パス_285" data-name="パス 285" d="M1946.822-282.563l.033-9.057,8.787.211-.945,10.328Z" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_286" data-name="パス 286" d="M1946.24-284.5s-13.8,5.672-17.666,7.568c-3.007,1.473-4.709,4.571-2.24,6.15h30.075c.026-.072.052-.15.078-.235.446-1.486,1.615-12.1-1.513-11.868a13.411,13.411,0,0,1-8.734-1.615" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_287" data-name="パス 287" d="M1925.135-273.734v.007l-.02.66a2.742,2.742,0,0,0,1.226,2.284h30.213c.026-.072.052-.151.078-.235.087-.29.3-1.8.406-2.636Z" fill="#1d3975" fill-rule="evenodd"/>
<path id="パス_288" data-name="パス 288" d="M1946.083-406.005c-3.242,40.935-1.567,80.426-.1,118.473a34.358,34.358,0,0,0,7.826.7c3.608-.209,2.95-.626,2.95-.626l8.445-60.359s1.91-13.744,6.379-24.456c3.228-7.735,7.186-9.964,6.6-18.953-.6-9.308.177-16.522-1.1-19.739s-7.676-1.925-7.676-1.925Z" fill="#0f68b7" fill-rule="evenodd"/>
<path id="パス_289" data-name="パス 289" d="M1963.314-334.3l1.891-13.516a129.941,129.941,0,0,1,3.385-15.723h0l-1.789-12.809-3.716,32.124Z" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_290" data-name="パス 290" d="M1959.847-456.016c-4.8,10.875-6.726,35.144-20.4,45.342-12.278,4.9-19.162,12.141-26.121,6.046-3.025-2.648-2.2-4.357-.985-5.424,5.465-4.306,23.181-18.59,24.324-19.88,3.3-3.728,12.314-40.748,22.275-44.5,1.178-.779,4.315,13.144.905,18.412" fill="#5fd2ff" fill-rule="evenodd"/>
<path id="パス_291" data-name="パス 291" d="M1954.184-444.5c-3.358,5.243-1.347,25.61-14.735,33.825-4.921,2.124-16.075,10.218-23.449,7.925l.588-.174s15.423-7.285,21.846-12.041,14.932-38.85,14.932-38.85-.207,7.082.818,9.315" fill="#5fd2ff" fill-rule="evenodd"/>
<path id="パス_292" data-name="パス 292" d="M1924.7-403.4c-2.539,1.242-2.551.733-5.126,1.967-2.629,1.259-10.007-3.135-8.243-7.377.918-1.495,2.971-3.192,6.693-6,3.2,1.854,5.695,7.128,6.676,11.406" fill="#94e6ff" fill-rule="evenodd"/>
<path id="パス_293" data-name="パス 293" d="M1910.763-407.742c-1.223-.348-6.088-1.667-7.227-1.276-.582.2-.461.381-.317.679a2.319,2.319,0,0,0,1.034.843c.856.33,1.95,1.588,2.448,1.7-2.357,4.685-9.334,6.392-7.876,8.745.509.226,3.759.414,4.583.683,2.619.855,4,.995,12.128-5.545.384-.309,1.575-.929,1.988-1.27a9.074,9.074,0,0,0-3.7-4.868Z" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_294" data-name="パス 294" d="M1998.532-428.986c-1.577,10.437-2.229,22.876-1.333,39.138-21.034,3.613-39.769,2.88-52.331-1.12-.97-14.36-1.262-80.8,17.87-85.327,6.914-1.938,12.284-1.763,19.615-1.016,7.425.757,12.236,2.508,16.115,6.333,12.995,12.2,17.623,54.465,19.756,72.23.312,2.6-5.767,6.645-8.869,3.918a21.261,21.261,0,0,1-3.324-7.089c-2.874-9.645-6.024-24.561-7.5-27.067" fill="#5fd2ff" fill-rule="evenodd"/>
<path id="パス_295" data-name="パス 295" d="M2017.638-403.508c.323,2.52.5,4.062.807,6.61.313,2.6-6.174,5.933-9.276,3.206-1.007-1.214-1.857-3.452-3.169-7.429,2.5-2.187,7.713-2.788,11.638-2.387" fill="#94e6ff" fill-rule="evenodd"/>
<path id="パス_296" data-name="パス 296" d="M1998.574-428.913c-1.639,10.431-1.764,25.973-1.375,39.065-19.178,3.294-36.963,3.294-50.179-.539,8.454.98,40.75,1.491,43.272-6.613,1.441-4.633,1.765-28.2,4.391-41.726,1.852,2.036,2.713,6.593,3.891,9.813" fill="#5fd2ff" fill-rule="evenodd"/>
<path id="パス_297" data-name="パス 297" d="M1963.051-487.477c1.479,2.944,3.071,5.094,5.382,6.2l-.079,4.278-.623.53c-2.438,2.612.551,6.221,3.327,6.056,10.917.538,7.662-4.392,9.484-7.414l-1.057-6.354c.363-.02,3.4-1.609,4.188-1.85a4.069,4.069,0,0,0,2.014-3.35c.077-1.6-2.39-1.079-2.39-1.079,2.988-4.09,6.372-7.43,1.984-11.112s-14.466-5.831-14.466-5.831l-6.066-2.1c.772,2.093-.26,9.076-1.818,13.436-1.4,3.912-1.865,4.639.12,8.592" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_298" data-name="パス 298" d="M1977.031-483.429s-3.431,5.884-6.249,6.417-1.378.139-2.429.014l.08-4.278c1.942.312,3.842.158,8.6-2.153" fill="#f2b486" fill-rule="evenodd"/>
<path id="パス_299" data-name="パス 299" d="M1988.222-500.116c1.023-3.333-.067-6.84-3.353-9.407-6.81-5.32-12.659-2.379-15.185-1.76-1.746.429-2.925.383-4.642.741-4.293.9-4.658,9.827-1.563,12.761.307.291.784-3.8,1.129-3.537a7.5,7.5,0,0,0,1.2.863c5.044,2.584,10.851-.481,13.788,2.978,1.454,1.713,1.308,4.183-.321,8-.48,1.124-1.121,1.952.777,1.072.872-.4,2.307-.967,2.8-.571,1.091.881.541,2.734-.33,3.331-.388.266-1.124.664-1.124.664,8.017-1.52,9.891-12.755,6.822-15.132" fill="#563e27" fill-rule="evenodd"/>
<path id="パス_300" data-name="パス 300" d="M2010.425-395.2c-.073,3.152-.292,4.534-.5,7.6-.046.678,1.063,1.949,1.948,2.8h6.742a.072.072,0,0,0,.025-.024c.938-.659,1.374-3.2,1.31-4.1a4.565,4.565,0,0,0-.379-1.3c-.457-1.26-1.166-3.031-1.291-3.383-.3-.835-.835-1.578-.664-2.477a9.831,9.831,0,0,0-7.19.881" fill="#ffc99c"/>
<path id="パス_301" data-name="パス 301" d="M1971.225-471.544c1.3,1.506,3.578,3.911,4.872,5.417a26.546,26.546,0,0,0,6.963-10.593c-.63-.637-1.894-1.345-2.524-1.982-1.434,2.776-4.085,5.256-9.311,7.158" fill="#94e6ff" fill-rule="evenodd"/>
<path id="パス_302" data-name="パス 302" d="M1960.623-419.723l4.657,8.961q3.12-4.537,6.243-9.075c-1.037-12.521-.1-30.77.027-46.273l2.145-2.47-2.477-2.977-2.912,2.056,1.247,3.347c-4.272,10.541-8.219,39.627-8.93,46.431" fill="#355298"/>
<path id="パス_303" data-name="パス 303" d="M1971.225-471.544c-1.457,1.308-3.842,2.916-5.3,4.225a21.578,21.578,0,0,1,.78-9.627l1.6-.866c.117,2.4,1.487,4.433,2.918,6.268" fill="#94e6ff" fill-rule="evenodd"/>
<path id="パス_304" data-name="パス 304" d="M1989.535-447.221l-12.105-1.066-.335,2.409,12.1,1.071Z" fill="#94e6ff" fill-rule="evenodd"/>
</g>
<g id="image-person">
<path id="パス_305" data-name="パス 305" d="M1840.552-282.638l.865-9.142-9.173.22.088,10.468Z" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_306" data-name="パス 306" d="M1841-283.41c1.778,6.347,6.817,9.113,3.518,13.069h-16.792c-.027-.075-.055-.158-.081-.245-.163-.543-.946-.768-.422-2.752.973-3.684,3.833-9.345,4.816-9.636,1.949-.578,4.716,1.05,8.961-.436" fill="#355298" fill-rule="evenodd"/>
<path id="パス_307" data-name="パス 307" d="M1845.594-273.422v.008l.02.689a2.86,2.86,0,0,1-1.273,2.384h-16.613a2.38,2.38,0,0,1-.5-3Z" fill="#1d3975" fill-rule="evenodd"/>
<path id="パス_308" data-name="パス 308" d="M1868.675-409.349l-9.827,39.915-5.016,23.762L1842.7-287.794a13.981,13.981,0,0,1-6.122.858,28.253,28.253,0,0,1-5.669-.775c-.082-17.09,0-38.792,1.848-60.6,1.55-18.278-2.146-33.58-1.026-53.739.33-5.955,4.6-17.314,4.518-17.1Z" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_309" data-name="パス 309" d="M1881.092-282.638l-.035-9.455-9.172.22.987,10.781Z" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_310" data-name="パス 310" d="M1881.7-284.661c4.552,5.4,14.345,6.55,18.442,7.9,3.319,1.094,4.915,4.771,2.338,6.42h-31.394c-.028-.075-.055-.157-.081-.245-.466-1.552-1.687-12.635,1.578-12.388a14,14,0,0,0,9.117-1.687" fill="#355298" fill-rule="evenodd"/>
<path id="パス_311" data-name="パス 311" d="M1903.73-273.422v.008l.021.689a2.862,2.862,0,0,1-1.273,2.384h-31.394c-.028-.075-.055-.157-.081-.245-.091-.3-.313-1.879-.423-2.752Z" fill="#1d3975" fill-rule="evenodd"/>
<path id="パス_312" data-name="パス 312" d="M1881.864-411.5l1,15.163c2.966,30.613,1.669,69.958-.9,108.509a35.9,35.9,0,0,1-8.169.731c-3.767-.218-3.079-.654-3.079-.654l-8.817-63.006s-1.993-14.348-6.659-25.529c-3.369-8.074-7.5-10.4-6.891-19.785.632-9.716-.185-17.247,1.152-20.605s8.012-2.009,8.012-2.009Z" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_313" data-name="パス 313" d="M1863.876-336.644l-1.974-14.109a135.764,135.764,0,0,0-3.533-16.414h0l1.868-13.37,3.878,33.533Z" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_314" data-name="パス 314" d="M1867.92-454.052c5.358,11.76,7.365,24.565,22.7,26.851,10.851.3,33.139-15.371,31.671-19.113-1.6-4.068,4.093-7.291-2.141-7.174-8.285-.025-28.567,8.074-30.437,7.943-1.769-.125-8.622-26.309-19.5-30.257-1.29-.831-6.071,16.068-2.3,21.75" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_315" data-name="パス 315" d="M1919.212-453.521c.521-1.28,2.649-6.328,3.747-7.042.56-.365.635-.139.794.184a2.532,2.532,0,0,1,.03,1.449c-.292.955.052,2.734-.186,3.234,5.589,1.12,11.723-3.71,12.761-.886-.148.588-2.163,3.495-2.485,4.381-1.021,2.815-1.827,4.092-12.869,6.669-.522.122-1.85.728-2.419.852a9.872,9.872,0,0,1-1.691-6.425Z" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_316" data-name="パス 316" d="M1816.839-454.011c-11.171,31.016-10.232,34.771-1.183,54.647.8,1.747,1.419,3.591,4.093,3.591.938,0,3.755-1.877,5.632-3.754a3.432,3.432,0,0,0,1.369-2.374c-.43-7.014-6.481-17.394-2.462-23.962,9.031-14.757,17.731-29.073,12.933-38.53-.227-1.328-18.942,4.572-20.382,10.382" fill="#0f68b7" fill-rule="evenodd"/>
<path id="パス_317" data-name="パス 317" d="M1828.573-435.784a219.02,219.02,0,0,1,2.2,44.982c20.965,3.6,40.98,2.462,53.5-1.525-.586-13.834,3.5-80.217-17-84.614-13.869-3.887-32.47-2.658-40.153,4.919l-.066.062c-5.872,5.5-13.127,23.635-16.543,36.774-6.816,26.216,12.376,11.651,18.061-.6" fill="#0f68b7" fill-rule="evenodd"/>
<path id="パス_318" data-name="パス 318" d="M1861.89-478.281c2.517,11.424,3.392,50,3.126,62.743-.488-.959-21.834-54.068-23.64-62.885,5.853-1.665,14.065-1.44,20.514.142" fill="#fff" fill-rule="evenodd"/>
<path id="パス_319" data-name="パス 319" d="M1865.867-437.236l-.851,21.7-9.475-19.95-.569-28.273-2.222-3.111,2.385-2.623,2.947,1.582-.983,3.58c2.913,7.762,6.829,21.048,8.768,27.1" fill="#e60000"/>
<path id="パス_320" data-name="パス 320" d="M1828.573-435.784c1.633,10.4,2.59,31.934,2.2,44.982,5.5-13.628,2.58-49.3,1.514-54.791a68.36,68.36,0,0,1-3.716,9.809" fill="#0f68b7" fill-rule="evenodd"/>
<path id="パス_321" data-name="パス 321" d="M1863.418-488.687a13.574,13.574,0,0,1-5.842,6.3l.079,4.264.621.528c2.429,2.6-.2,7.949-2.969,7.784-7,.345-12.369-5.393-10.265-8.507l.913-1.018.2-6.035c-.361-.021-2.989-1.514-3.771-1.754a4.06,4.06,0,0,1-2.007-3.339c-.077-1.591,2.382-1.076,2.382-1.076-2.978-4.076-6.351-7.4-1.978-11.075s14.419-5.812,14.419-5.812l6.046-2.1c-.77,2.086.259,9.046,1.811,13.392,1.392,3.9,2.337,4.5.359,8.444" fill="#ffc99c" fill-rule="evenodd"/>
<path id="パス_322" data-name="パス 322" d="M1849.006-484.533c1.984,3.4,4.3,6.928,8.649,6.41l-.079-4.264c-1.935.311-3.83.158-8.57-2.146" fill="#f2b486" fill-rule="evenodd"/>
<path id="パス_323" data-name="パス 323" d="M1860.187-501.5c-5.027,2.575-10.815-.48-13.742,2.967-1.45,1.708-1.3,4.17.319,7.971.479,1.12,1.118,1.945-.774,1.069-.869-.4-2.3-.964-2.788-.57-1.087.878-.538,2.726.329,3.32.387.266,1.12.662,1.12.662-6.761-1.282-9.578-7.382-9.483-12.293a20.944,20.944,0,0,1,.534-4.462,4.88,4.88,0,0,1-.214-1.436,4.662,4.662,0,0,1,3.218-4.5,4.536,4.536,0,0,1,4.408-3.926,4.28,4.28,0,0,1,1.872.43l.223-.058a4.711,4.711,0,0,1,4.078-2.333,4.716,4.716,0,0,1,3.173,1.218,6.447,6.447,0,0,1,5.18-2.743c3.71,0,6.718,3.382,6.718,7.553a7.836,7.836,0,0,1-2.97,6.269,7.514,7.514,0,0,1-1.2.861" fill="#333" fill-rule="evenodd"/>
<path id="パス_324" data-name="パス 324" d="M1865.016-415.539h0l5.849-47.816-4.738-4,3-3.553-2.943-6.328c-1.21.022-2.858-.787-4.293-1.047,2.517,11.424,3.392,49.995,3.126,62.742" fill="#105cb5" fill-rule="evenodd"/>
<path id="パス_325" data-name="パス 325" d="M1865.015-415.539v0l-28.855-44.333,3.36-5.209-3.907-2.521,1.4-9.694a38.424,38.424,0,0,1,4.375-1.074c1.877,8.967,23.128,61.841,23.627,62.829" fill="#0555a5" fill-rule="evenodd"/>
<path id="パス_326" data-name="パス 326" d="M1825.8-399.394l4.493,4.109c.647.346,4.49,6.2,2.642,6.157-1.3-.028-2.7-1.674-2.754-1.557-.668,1.53.738,6.961.682,7.105-.775,2.023-3.11-2.792-3.543-3.591-.114-.209.868,3.673.645,3.633a1.811,1.811,0,0,1-1.447-1.038c-.559-1.094-1.213-3.122-1.5-3.207s.686,3.671.416,3.568a1.6,1.6,0,0,1-.97-.923c-.548-1.15-1.034-3.064-1.317-3.231s.571,2.477.317,2.3c-.2-.141-.566.066-.684-.137-3.175-5.476-.316-6.717-2.351-10.786C1822.565-401.4,1825.8-399.394,1825.8-399.394Z" fill="#ffc99c" fill-rule="evenodd"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="69" height="239.307" viewBox="0 0 69 239.307">
<defs>
<clipPath id="clip-path">
<rect id="長方形_267" data-name="長方形 267" width="69" height="239.307" fill="none"/>
</clipPath>
<clipPath id="clip-path-2">
<rect id="長方形_266" data-name="長方形 266" width="69" height="41" transform="translate(0 198.307)" fill="none"/>
</clipPath>
</defs>
<g id="グループ_514" data-name="グループ 514" clip-path="url(#clip-path)">
<g id="グループ_513" data-name="グループ 513" style="isolation: isolate">
<g id="グループ_512" data-name="グループ 512">
<g id="グループ_511" data-name="グループ 511" clip-path="url(#clip-path-2)">
<path id="パス_797" data-name="パス 797" d="M69,218.807c0,11.322-15.446,20.5-34.5,20.5S0,230.129,0,218.807s15.446-20.5,34.5-20.5,34.5,9.178,34.5,20.5" fill="#e4e4e4"/>
</g>
</g>
</g>
<path id="パス_798" data-name="パス 798" d="M47.457,211.649H42.824c-.779,0-1.407,1.543-1.407,2.321v3.814a1.419,1.419,0,0,0,1.415,1.415h4.634a1.419,1.419,0,0,0,1.415-1.415V213.97c0-.778-.646-2.321-1.424-2.321" fill="#313c5b"/>
<path id="パス_799" data-name="パス 799" d="M41.5,207.119l.259,6.083-.1,8.9,7.238-.221-.23-15.284Z" fill="#a8b0cb"/>
<path id="パス_800" data-name="パス 800" d="M48.835,214.648l-.383,5.464-6.2.739-.831-6.57a43.655,43.655,0,0,1-1.1,7.163,40.562,40.562,0,0,0-1.041,4.63,6.955,6.955,0,0,0,2.938,6.339,5.6,5.6,0,0,0,6.771-.527c1.695-1.667,1.964-4.282,1.93-6.659-.045-3.233-1.8-7.071-2.082-10.579" fill="#333"/>
<path id="パス_801" data-name="パス 801" d="M46.208,217.616H44.272a2.393,2.393,0,0,0,0,4.785h1.936a2.393,2.393,0,1,0,0-4.785" fill="#333"/>
<path id="パス_802" data-name="パス 802" d="M43.535,67.766,32.289,71.017s-.111,4.412-.111,4.693l-3.283,1.8.934,3.124c1.639,1.249,1.839,4.022,3.478,5.272a2.924,2.924,0,0,0,2.208.838,2.789,2.789,0,0,0,1.152-.639c1.27-1,10.542-2.67,10.542-2.67l.562-5.2L43.316,75.71c0-.281.219-7.663.219-7.944" fill="#f2b486"/>
<path id="パス_803" data-name="パス 803" d="M35.372,79.4a5.917,5.917,0,0,1-4.622-2.971s-2,.954-3.631,1.716l-4.155,54.208S42.935,138.162,52,140.307l-4.347-62.23S39.23,79.809,35.372,79.4" fill="#fff"/>
<path id="パス_804" data-name="パス 804" d="M31.633,50.805l-3.7,4.774.364,6.432.655,6.256c1.15,6.571,5.707,6.585,7.867,6.5,3.494-.14,7.381-3.328,7.774-9.611a38.375,38.375,0,0,1,.942-5.576L41.609,52.89Z" fill="#ffc99c"/>
<path id="パス_805" data-name="パス 805" d="M40.159,47.06c-3.483-.743-6.433,1.032-9.224,3.245a9.143,9.143,0,0,0-2.723,3.308c-.9,1.991,1.837-.639,2.582-1.359,1.275-1.232,5.135-1.556,6.74-1.276,1.54.269,5.622,1.381,6.649,2.6.788.933-.772,4.356-.772,4.356l-.392.3a40.44,40.44,0,0,0,2.119,6.61,16.5,16.5,0,0,0,1.885-4.634c.654-2.234,1.107-6.315.079-8.4-1.8-3.664-3.46-4-6.943-4.745" fill="#333"/>
<path id="パス_806" data-name="パス 806" d="M43.756,60.9l-.193,6.224c5.657.153,5.287-7.619.193-6.224" fill="#ffc99c"/>
<path id="パス_807" data-name="パス 807" d="M30.344,77.45l5.536,4.892V77.836L30.988,75Z" fill="#fff"/>
<path id="パス_808" data-name="パス 808" d="M32.6,84.433a71.53,71.53,0,0,0-4.8,14.3l2.515,10.1,6.656-11.41C36.662,93.368,36.8,88.8,35.7,84.583Z" fill="#2c4181"/>
<path id="パス_809" data-name="パス 809" d="M42.629,50.929A2.054,2.054,0,0,0,41.5,49.866l-.721-.08a7.334,7.334,0,0,0-3.514-2.157c-1.609-.423-3.275.236-4.823.869s-3.235,1.258-4.828.77a4.366,4.366,0,0,0,1.9,1.388,2.378,2.378,0,0,0-2.241,1.456,5.329,5.329,0,0,0-.35,2.9A33.367,33.367,0,0,0,28.2,59.482c-.356-3.618,10.6-3.758,11.816-5.018-.181,1.148.034.822.674,1.767s1.97,5.548,1.765,6.693c.275-.521,1.406-2.117,1.745-2.691a13.648,13.648,0,0,0,1.249-6.922c-.067-.543-2.578-1.9-2.821-2.382" fill="#333"/>
<path id="パス_810" data-name="パス 810" d="M25.1,204.421l-3.654,5.468,12.964-2.206.164-10.109-9.077.632Z" fill="#a8b0cb"/>
<path id="パス_811" data-name="パス 811" d="M23.01,175.8l12.634-17.627c-.044-2.938-.082-5.872-.114-8.75l.619.2.737-19.259-16.762-.641c1.1,11.6,2.106,30.448,2.886,46.082" fill="#0f68b7"/>
<path id="パス_812" data-name="パス 812" d="M33.034,130.632V149.9l3,.821C37.044,171.475,39.2,214.2,39.2,214.2s7.91,3.706,12.017-.3c0,0,1.789-53.606,1.526-76.974Z" fill="#0f68b7"/>
<path id="パス_813" data-name="パス 813" d="M28.381,212.7c.094.466-.211,1.434-.117,1.9,1.72,2.023,5.241.872,6.539-.8a16.509,16.509,0,0,0,.82-3.891Z" fill="#6b7489"/>
<path id="パス_814" data-name="パス 814" d="M35.235,206.478a7.025,7.025,0,0,0-.531-.951c-.61-.259-.246.738-.35.792a14.09,14.09,0,0,1-3.986,1.774c-1.622.307-3.568.524-4.981-.331A7.193,7.193,0,0,1,24,205.981s-2.346,2.006-2.952,2.677L16.133,212.2c-1.471.619-1.541.8-2.987,1.474a4.356,4.356,0,0,0-2.287,3.1c-.12,1.676,2.05,2.716,3.447,2.891a9.065,9.065,0,0,0,3.622-.427c5.673-1.642,9.073-4.932,14.8-6.363,1.135-.284,2.4-.528,3.112-1.459a3.1,3.1,0,0,0,.433-2.523,9.188,9.188,0,0,0-1.04-2.417" fill="#333"/>
<path id="パス_815" data-name="パス 815" d="M35.623,77.837l.257,4.506,11.047-3.829-1.649-5.44Z" fill="#fff"/>
<path id="パス_816" data-name="パス 816" d="M32.3,84.234a5.946,5.946,0,0,0,2.9.5c1.4-.2,1.5-1.7,2.2-4.487L33,79.041a9.371,9.371,0,0,0-.7,5.193" fill="#2c4181"/>
<path id="パス_817" data-name="パス 817" d="M46.495,77.252c-3.551,5.592-16.253,27.9-16.253,27.9a2.921,2.921,0,0,0-.11.71C29.439,101.773,27,90.622,27.6,87.03c.7-4.194,3.828-11.965,3.828-11.965a38.3,38.3,0,0,0-7.4,1.256c-2.165.784-2.711,3.03-3.769,5.26a15.524,15.524,0,0,0-1.223,3.768,45.773,45.773,0,0,0-.36,8.7c0,3.693.075,7.386.075,11.079s-.231,7.469.088,11.139c.514,6.774-.074,16.615.89,18.181,1.118,1.817,6.419.8,8.806-.559a1.482,1.482,0,0,0,.571-.714c-.008.28-.012.434-.012.434s8.985,5.076,11.043,6.01a13.56,13.56,0,0,0,2.308.691,287.558,287.558,0,0,1,16.479-37.349,81.755,81.755,0,0,0,3.823-8.738c-.113-4.44-.721-7.4-2.594-9.371-2.187-2.3-13.665-7.6-13.665-7.6" fill="#0f68b7"/>
<path id="パス_818" data-name="パス 818" d="M58.931,102.959a287.435,287.435,0,0,0-16.479,37.35c3.635.834,9.964,1.559,12.828.092,3.087-1.582,1.818-12.666,1.747-17.233l4.617-13.627c.069-1.324.935-5.331.969-6.364.113-3.508.2-6.463.141-8.956a81.579,81.579,0,0,1-3.823,8.738" fill="#02518c"/>
<path id="パス_819" data-name="パス 819" d="M23.01,175.8c.73,14.63.717,28.346.949,28.769.48.875,2.588,1.769,6.052,1.9a8.864,8.864,0,0,0,6-2.426s-.045-23.974-.37-45.872Z" fill="#02518c"/>
<path id="パス_820" data-name="パス 820" d="M20.644,103.579l1.538-25.52C13.86,87.641,13.507,93.5,9.932,100.388c-1.569,3.022-4.207,8.439-.51,10.71A87.574,87.574,0,0,0,35.1,121.686c.286-.914,2.35-8.791,2.29-8.808-7.076-1.935-9.669-7.364-16.745-9.3" fill="#0f68b7"/>
<path id="パス_821" data-name="パス 821" d="M43.209,111,37.8,112.38c-2.771,1.078-4.247,3.894-4.1,4.764.228,1.329,1.811,1.973,3.158,1.932s2.681-.51,4.02-.347c1.986.242,3.511,1.789,5.1,3.011s3.794,2.191,5.519,1.178a3.658,3.658,0,0,0,1.651-3.076A6.568,6.568,0,0,0,52.1,116.4a11.265,11.265,0,0,0-8.89-5.4" fill="#ffc99c"/>
<path id="パス_822" data-name="パス 822" d="M41.978,77.622a11.972,11.972,0,0,1-.169-3.489,9.87,9.87,0,0,0,.043-2.4c-.174-1.17-1.455-1.653-2.091-.407-.96,1.885-.269,5.89-2.941,4.7C31.43,73.616,25,68.564,23.461,70.54c-1.376,1.769,6.706,4.444,6.026,6.648-1.367,4.437.836,8.29,6.158,9.685C36.993,88.2,41.794,98.4,41.794,98.4s6.982-4.648,6.695-5.02C42.4,85.463,44.151,81.56,41.978,77.622" fill="#ffc99c"/>
<path id="パス_823" data-name="パス 823" d="M58.238,84.154,51.5,87.376l4.13,12.668L46.664,88.461l-8.135,5.818s5.861,21.921,9.216,25.709c1.038,1.171,8.894,3.574,10.1-.4,1.436-4.738,12.861-29.268.4-35.438" fill="#0f68b7"/>
<path id="パス_824" data-name="パス 824" d="M36.873,29.227l-1.818,1.022,1.761-1.023a1.913,1.913,0,0,0-1.93-.189l-2.8,1.625.005,0,.049-.025c.015-.008.03-.017.045-.024l.052-.022.047-.02.054-.017a.4.4,0,0,1,.049-.016c.018-.006.037-.009.055-.014s.034-.009.052-.012l.057-.01.053-.008.059,0,.055,0h.118l.064,0,.056,0,.067.009.057.007.068.012.058.011c.024.005.047.012.071.018s.039.009.058.015.048.014.073.022l.059.019c.025.008.049.018.074.027l.06.022.082.036.054.023c.029.013.058.028.088.043l.051.025c.046.024.093.049.14.076l.049-.028a5.955,5.955,0,0,1,2.619,4.706c0,.106-.008.208-.019.306v0q-.016.146-.045.279v0a2.256,2.256,0,0,1-.069.252l0,.006a1.886,1.886,0,0,1-.091.225l0,.007a1.869,1.869,0,0,1-.112.2l-.005.007a1.5,1.5,0,0,1-.132.169l-.006.007a1.409,1.409,0,0,1-.149.141l-.009.007a1.3,1.3,0,0,1-.165.112l-.007,0,2.82-1.585a1.9,1.9,0,0,0,.815-1.726,5.953,5.953,0,0,0-2.634-4.717" fill="#a9ebff"/>
<path id="パス_825" data-name="パス 825" d="M35.042,17.173c.124-.069.241-.137.356-.2.185-.106.359-.209.52-.309l-1.09.634c.07-.041.141-.082.214-.121" fill="#c1cbdf"/>
<path id="パス_826" data-name="パス 826" d="M34.019,30.851c-.047-.027-.094-.053-.14-.077l-.051-.025c-.029-.014-.058-.029-.087-.042l-.055-.024-.081-.035-.061-.023-.073-.027c-.02-.007-.04-.012-.06-.018l-.072-.023-.059-.015-.07-.017-.058-.011-.069-.013-.057-.007-.067-.008c-.018,0-.037,0-.055,0l-.065,0h-.117l-.055,0-.059,0-.054.009-.057.009-.051.013-.056.013-.049.016-.054.018-.047.02-.051.022-.046.023-.049.026a1.892,1.892,0,0,0-.8,1.741A5.956,5.956,0,0,0,34,37.079a1.91,1.91,0,0,0,1.935.184,1.308,1.308,0,0,0,.164-.115l.008-.007A1.329,1.329,0,0,0,36.256,37l.006-.007a1.5,1.5,0,0,0,.129-.171l.005-.007a1.642,1.642,0,0,0,.109-.2l0-.007a1.879,1.879,0,0,0,.088-.225l0-.007a2.318,2.318,0,0,0,.066-.252v-.005a2.655,2.655,0,0,0,.041-.28v0a3.021,3.021,0,0,0,.015-.307,5.953,5.953,0,0,0-2.7-4.678" fill="#3aaded"/>
<path id="パス_827" data-name="パス 827" d="M39.762,8.62A15.606,15.606,0,0,0,34.107,2.8Q30.76.863,28.539,2.123t-2.4,5.128l3.877,2.915c.017-.1.035-.2.054-.3.006-.032.013-.062.02-.094.013-.063.026-.127.039-.188.009-.036.017-.071.026-.107.013-.054.025-.109.039-.161.009-.037.02-.072.029-.108s.027-.1.041-.147L30.3,8.96l.042-.135.036-.1c.015-.042.029-.084.045-.124s.026-.066.039-.1.03-.077.046-.115l.042-.093c.016-.036.033-.072.049-.107l.045-.088c.017-.033.034-.066.052-.1s.031-.055.047-.083l.054-.09.05-.076.057-.083c.017-.024.035-.047.053-.07s.039-.051.06-.076l.054-.064.063-.068.057-.057.066-.061.06-.051c.022-.019.045-.036.068-.053s.041-.031.062-.045.048-.032.072-.047a2.01,2.01,0,0,1,1.712-.133,4.893,4.893,0,0,1,.995.449,7.177,7.177,0,0,1,2.615,2.7,7.082,7.082,0,0,1,1.03,3.621,3.136,3.136,0,0,1-.409,1.732,5.416,5.416,0,0,1-1.542,1.222q-.241.149-.519.309c-.115.067-.233.134-.356.2a5.429,5.429,0,0,0-2.437,2.318,9.983,9.983,0,0,0-.638,4.054l.015,1.363,3.842,2.219a9.828,9.828,0,0,1,.294-3.239,3.822,3.822,0,0,1,1.672-1.551q.817-.474,1.458-.925A7.02,7.02,0,0,0,41.2,19.534a6.061,6.061,0,0,0,.8-3.229A15.046,15.046,0,0,0,39.762,8.62" fill="#3aaded"/>
<path id="パス_828" data-name="パス 828" d="M31.517,7.075l-.072.046-.062.045-.068.053-.06.052-.066.06-.057.058-.063.068-.054.064c-.021.024-.04.049-.06.075s-.035.047-.053.071-.038.054-.057.082l-.05.077-.054.09c-.016.027-.032.054-.047.082s-.035.065-.052.1-.03.058-.044.088-.034.07-.05.106l-.042.094c-.015.037-.031.076-.046.115s-.027.065-.039.1-.03.083-.045.125l-.036.1L30.3,8.96c-.011.036-.022.07-.033.107s-.027.1-.041.147c-.009.035-.019.071-.029.107-.013.053-.026.108-.039.162-.009.036-.017.07-.025.106-.014.062-.027.125-.04.189-.007.031-.014.061-.02.093-.019.1-.037.195-.054.3l2.8-1.626a8.475,8.475,0,0,1,.415-1.6,2.006,2.006,0,0,0-1.712.133" fill="#a9ebff"/>
<path id="パス_829" data-name="パス 829" d="M42.559,6.995A15.606,15.606,0,0,0,36.9,1.17Q33.558-.762,31.335.5l-2.8,1.625q2.223-1.26,5.569.672A15.614,15.614,0,0,1,39.762,8.62a15.055,15.055,0,0,1,2.243,7.685,6.064,6.064,0,0,1-.8,3.23,7.035,7.035,0,0,1-1.955,1.877q-.641.45-1.459.924h0l.122-.071-.123.071a3.825,3.825,0,0,0-1.671,1.552,9.789,9.789,0,0,0-.294,3.238l2.8-1.625a9.789,9.789,0,0,1,.294-3.238,3.814,3.814,0,0,1,1.671-1.552A9.776,9.776,0,0,0,44,17.909a6.06,6.06,0,0,0,.8-3.229,15.046,15.046,0,0,0-2.243-7.685" fill="#a9ebff"/>
</g>
</svg>
<svg id="shape_nayami" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="196" height="196" viewBox="0 0 196 196">
<defs>
<filter id="楕円形_17" x="0" y="0" width="196" height="196" filterUnits="userSpaceOnUse">
<feOffset dx="6" dy="6" input="SourceAlpha"/>
<feGaussianBlur result="blur"/>
<feFlood flood-color="#1ca8ea" flood-opacity="0.502"/>
<feComposite operator="in" in2="blur"/>
<feComposite in="SourceGraphic"/>
</filter>
</defs>
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#楕円形_17)">
<circle id="楕円形_17-2" data-name="楕円形 17" cx="95" cy="95" r="95" fill="#fff"/>
</g>
<path id="パス_248" data-name="パス 248" d="M45.807,106.227H69.36V129.78H45.807ZM17.13,45.164A41.247,41.247,0,1,1,57.583,94.45H45.807V70.9H57.583A17.652,17.652,0,1,0,40.271,49.757Z" transform="matrix(0.966, 0.259, -0.259, 0.966, 57.043, 11.978)" fill="#e5f5fd"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="93.986" height="101.417" viewBox="0 0 93.986 101.417">
<g id="グループ_253" data-name="グループ 253" transform="translate(-172.441 -283.386)">
<path id="パス_215" data-name="パス 215" d="M225.3,299.195c-9.628-.315-18.457-.64-25.988.531a2.5,2.5,0,0,0-2.032,2.047,181.615,181.615,0,0,0-2.531,21.514,1.864,1.864,0,0,0,1.8,2.032H222a2.474,2.474,0,0,0,2.382-1.985,105.631,105.631,0,0,0,2.695-22.2A1.878,1.878,0,0,0,225.3,299.195Z" transform="translate(33.045 22.984)" fill="#356f4e"/>
<rect id="長方形_120" data-name="長方形 120" width="1.495" height="37.124" transform="translate(259.684 322.691) rotate(8.421)" fill="#767676"/>
<path id="パス_216" data-name="パス 216" d="M223.8,318.131c-9.6.665-18.41,1.283-25.943,1.484a3.555,3.555,0,0,1-2.057-.34,13.246,13.246,0,0,1-2.829-4.72c-.087-.243.727-.506,1.774-.571l25.39-1.571a4.437,4.437,0,0,1,2.407.3c1.8,1.63,2.809,3.166,3,4.866C225.568,317.818,224.794,318.061,223.8,318.131Z" transform="translate(30.405 42.974)" fill="#356f4e"/>
<rect id="長方形_121" data-name="長方形 121" width="1.599" height="27.66" transform="translate(254.48 357.142)" fill="#767676"/>
<path id="パス_217" data-name="パス 217" d="M221.481,309.074c-1.831-.067-14.3-.571-21.921.479-6.814.94-8.95,3.514-8.95,3.514l-2.045,5.164,7.139,28.715h8.333L200.724,330a15.5,15.5,0,0,1,.213-3.834c.278-1.417.551-2.132,1.28-2.166s1.077.653,1.5,2.04c.34,1.129,1.422,2.161,1.476,3.5l5.042,17.467,7.122-.045s2.241-12.144,2.846-16.216c.39-2.615,1.28-10.5,1.28-10.5,4.238,0,8.082-2.672,7.673-5.588C228.635,310.982,229.312,309.362,221.481,309.074Z" transform="translate(23.886 37.79)" fill="#00337b"/>
<path id="パス_218" data-name="パス 218" d="M201.366,309.329l7.974-.673.576,4.563h-8.55Z" transform="translate(42.849 37.437)" fill="#00337b"/>
<rect id="長方形_122" data-name="長方形 122" width="4.323" height="39.453" transform="translate(218.095 345.287)" fill="#1a1311"/>
<rect id="長方形_123" data-name="長方形 123" width="6.004" height="0.961" transform="translate(243.686 320.956) rotate(5.877)" fill="#b3e1f9"/>
<path id="パス_219" data-name="パス 219" d="M213.977,309.838H180.62l-1.328,7.514,43.924.015-2.628-3.973A7.922,7.922,0,0,0,213.977,309.838Z" transform="translate(10.149 39.187)" fill="#002f4b"/>
<path id="パス_220" data-name="パス 220" d="M202.785,310.826h-12.3l2.366,33.259,9.931.054Z" transform="translate(26.735 40.651)" fill="#002f4b"/>
<path id="パス_221" data-name="パス 221" d="M236.623,317c.548-2.963-.308-5.856-3.3-6.263-3.63-.494-11.018-.412-13.179-.491-14.558-.538-43.827,2.372-42.556,2.593l-.449,8.454c0,1.844,1.543,2.841,3.256,3.529,4.658,1.869,11.973,2.062,19.792,1.273,7.881-.8,14.958-.047,20.077-1.536l-3.8,20.5,10.687.047Z" transform="translate(6.966 39.693)" fill="#003757"/>
<path id="パス_222" data-name="パス 222" d="M201.6,289.52c.474-2.062-.4-4.022-1.948-4.38s-3.007,1.074-3.328,3.253c-.325,2.211.625,4.059,1.61,4.218C199.507,292.863,201.127,291.585,201.6,289.52Z" transform="translate(35.287 2.519)" fill="#462c1e"/>
<path id="パス_223" data-name="パス 223" d="M226.854,301.644l-.007-.119a5.422,5.422,0,0,0-.238-1.3l-.007-.032v0c-1.387-4.429-8.342-7.539-16.625-7.221-7.8.3-13.407,3.236-15.41,7.432a10.856,10.856,0,0,0-.613.913,4.754,4.754,0,0,0-.61,2.089c-.012.3-1,14.487-1,14.487l.017,1.821c-.132,1.918,1.04,2.2,2.655,2.084,0,0,19.4,3.717,29.378.908a4.078,4.078,0,0,0,1.176-.546,1.275,1.275,0,0,0,.226-.161l.01-.01a4.228,4.228,0,0,0,1.452-2.119,21.132,21.132,0,0,0,1-6.05C228.455,311.51,227.358,304.629,226.854,301.644Z" transform="translate(29.486 14.182)" fill="#54c0f1"/>
<path id="パス_224" data-name="パス 224" d="M220.21,305.937l0-.117a7.023,7.023,0,0,0-.184-1.3l0-.03,0,0c-1.062-4.432-6.395-7.539-12.745-7.223-5.98.3-11.127,3.541-12.66,7.737l-.052.149a7.463,7.463,0,0,0-.412,2.213c-.007.3.055,13.72.055,13.72h0l-.062.511.02,0c-.1,1.916.494,3.474,1.519,3.779,0,0,15,4.434,22.648,1.625a2.889,2.889,0,0,0,.9-.548.847.847,0,0,0,.174-.159l.007-.01a4.431,4.431,0,0,0,1.114-2.122,27.1,27.1,0,0,0,.762-6.047C221.438,315.8,220.6,308.924,220.21,305.937Z" transform="translate(32.145 20.542)" fill="#54c0f1"/>
<path id="パス_225" data-name="パス 225" d="M198.162,294.9h7.323V292.7a31.969,31.969,0,0,0-7.323,0Z" transform="translate(38.104 13.483)" fill="#b3e1f9"/>
<path id="パス_226" data-name="パス 226" d="M202.664,297.116l.769-2.573L200,294.19l.228,2.675a.762.762,0,0,0,.352.524c-1.176,8.943-2.387,17.345-3.715,23.851l1.6,4.71,2.526-4.285c.246-7.069.675-15.241,1.223-24.107A.769.769,0,0,0,202.664,297.116Z" transform="translate(36.178 16.006)" fill="#00337b"/>
<path id="パス_227" data-name="パス 227" d="M250.37,306.7c-8.2-.625-19.117-1.007-31.1-1.007s-22.891.382-31.1,1.007H173.1v2.854c0,2.132,20.67,3.861,46.169,3.861s46.172-1.729,46.172-3.861V306.7Z" transform="translate(0.982 33.039)" fill="#513425"/>
<ellipse id="楕円形_14" data-name="楕円形 14" cx="46.17" cy="3.86" rx="46.17" ry="3.86" transform="translate(174.086 335.875)" fill="#a06c4e"/>
<path id="パス_228" data-name="パス 228" d="M210.415,307.654a16.758,16.758,0,0,1-6.335,1.586l-1.268-5.055,6.338-1.588Z" transform="translate(44.992 28.46)" fill="#54c0f1"/>
<path id="パス_229" data-name="パス 229" d="M210.088,286.162a2.162,2.162,0,0,0-.519-.144,8.7,8.7,0,0,0-2.876-1.169,11.137,11.137,0,0,0-3.313.228,13.312,13.312,0,0,0-1.73-.025c-2.762.206-4.779.973-5.109,2.05-.062.206.092.422.263.618l-.605.548c-.2,1.414.462,3.417.479,4.578.119,7.154,3.407,8.9,9.243,8.114.04.025.074.052.114.074,1.861,1.017,4.476-.382,5.844-3.124a7.938,7.938,0,0,0,.648-1.844l0,.005c.03-.109.055-.213.079-.32a8.706,8.706,0,0,0,.95-2.782A6.3,6.3,0,0,0,210.088,286.162Z" transform="translate(35.143 2.091)" fill="#462c1e"/>
<path id="パス_230" data-name="パス 230" d="M209.928,292.222a.936.936,0,0,0-.645.082c-.717-3.253-3.695-5.695-6.539-5.695a6.553,6.553,0,0,0-1.072.087,2.575,2.575,0,0,0-.655-.087c-1.978,0-3.941,2.184-3.941,4.347,0,.581.1.881.119,1.417.037.871-.543,2.007-.357,2.834.725,3.243,2.184,5.037,4.2,5.583a15.822,15.822,0,0,1-.6,3.831l1.407.816,5.094-1.318a15.46,15.46,0,0,1-.422-4.375,5.027,5.027,0,0,0,2.442-3.238,1.464,1.464,0,0,0,1.015-1.065c.01-.03-.1.166.017-.087a4.907,4.907,0,0,0,.687-1.146C210.914,293.274,210.579,292.383,209.928,292.222Z" transform="translate(36.089 4.775)" fill="#f9bb90"/>
<path id="パス_231" data-name="パス 231" d="M201.4,297.1c-.107-1.184-.96-1.73-1.362-.109a11.023,11.023,0,0,0-.2,1.529.842.842,0,0,0-.112.007,4.2,4.2,0,0,0-1-.99,14.675,14.675,0,0,0-2.66-4.06s-1.494-.985-1.893-.722c-.159.1-.074.342.084.591-.385-.35-1.07-.913-1.35-.727-.4.263.464,1.638.464,1.638a22.087,22.087,0,0,1,1.333,1.95,15.86,15.86,0,0,0-1.37-1.732s-1.491-.985-1.891-.722.734,1.372.734,1.372a29.094,29.094,0,0,1,2.883,4.754l-.092.184a9.745,9.745,0,0,0-2.139-2.323c-.414-.27-1.558-.829-1.911-.5s.645.993.95,1.236c1.375,1.107,2.28,2.878,3.546,4.64a2.946,2.946,0,0,0,.442.854,3.419,3.419,0,0,0,.772.73v3.638l4.186-.208.345-5.422c.077-.367.146-.739.176-.995a5.431,5.431,0,0,0-.1-1.682A19.628,19.628,0,0,0,201.4,297.1Z" transform="translate(27.249 13.62)" fill="#f9bb90"/>
<path id="パス_232" data-name="パス 232" d="M211.319,306.148l.015,0c.069-1.189-1.881-1.511-5.017-2.166a9.861,9.861,0,0,0-2.717-.335c-1.526.191-2.665.682-3,1.342,0,0-.417.385-.861.782-.682.174-1.424.459-1.109.772a.651.651,0,0,0,.124.087,4.071,4.071,0,0,0-.313.275,2.009,2.009,0,0,0-.546.8l-.191.127c-.658.943-.385,1.273.586,1.139l.625-.4c0,.179.134.3.4.372a1.137,1.137,0,0,0,.668-.042c0,.2.3.323,1.2.288l4.521-1.9a9.285,9.285,0,0,0,1.521.323c2.2.283,4.057-.218,4.151-1.117A.807.807,0,0,0,211.319,306.148Z" transform="translate(36.887 29.989)" fill="#f9bb90"/>
<path id="パス_233" data-name="パス 233" d="M212.7,289.942c-.437-1.725-1.608-2.926-2.613-2.677a41.826,41.826,0,0,1-4.385-1.06,10.086,10.086,0,0,0-4.308-.8,14.872,14.872,0,0,1-3.519.223c-.387-.047-1.576,2.891-1.576,2.891.04.839-.213,2.084.385,2.69l1.816-2.241.395-.151c1.814,1.2,5.184,2.211,9.151,2.618.417.042.829.074,1.238.1.538,1.34,1.521,2.2,2.387,1.983C212.676,293.27,213.138,291.669,212.7,289.942Z" transform="translate(35.314 2.948)" fill="#462c1e"/>
<path id="パス_234" data-name="パス 234" d="M197.715,294.2a8.741,8.741,0,0,0,0,3.8l3.161-1.429a6.667,6.667,0,0,1-1.744-4Z" transform="translate(37.133 13.609)" fill="#b3e1f9"/>
<path id="パス_235" data-name="パス 235" d="M205.88,294.579a14.591,14.591,0,0,1-3.735,3.958.369.369,0,0,1-.434.007l-2.846-1.975a26.628,26.628,0,0,0,5.578-4Z" transform="translate(39.145 13.609)" fill="#b3e1f9"/>
<path id="パス_236" data-name="パス 236" d="M198.786,302.336a14.711,14.711,0,0,1-6.124-.553l.333-3.695a.334.334,0,0,1,.4-.3,23.138,23.138,0,0,0,5.382.491.332.332,0,0,1,.342.36Z" transform="translate(29.956 21.332)" fill="#b3e1f9"/>
<path id="パス_237" data-name="パス 237" d="M202.3,307.67a4.489,4.489,0,0,0-.305-3.591l3.107-.263a3.839,3.839,0,0,1,.3,3.591Z" transform="translate(43.779 30.266)" fill="#b3e1f9"/>
<path id="パス_238" data-name="パス 238" d="M207.711,305.068c-.137-.236-1.834.266-2.434.469-.414.142-1.055.372-1.762.633a22.325,22.325,0,0,0,2.273-.975c.437-.236,1.367-1.005,1.213-1.273-.136-.236-1.834.266-2.437.469-.526.179-1.419.506-2.352.851l-.012-.065a27.653,27.653,0,0,0,2.824-1.184c.437-.236,1.367-1,1.213-1.273-.136-.236-1.834.266-2.437.469-.871.3-2.749,1-4.149,1.524l-2.2-.045c.692-.491,2.141-.859,2.7-1.29.514-.395,1.154-1.864.462-2.2-.335-.164-1.541,1.169-2.3,1.5a29.541,29.541,0,0,0-5.613,3.5l-6.725,2.593,1.782,4.628,6.668-2.571a32.67,32.67,0,0,0,6.526-1.164,9.732,9.732,0,0,1,.938-.288c1.4-.275,2.918-.328,3.68-.519.481-.122,1.573-.635,1.489-.933-.072-.263-1.841-.2-2.474-.146-.444.035-1.137.1-1.9.181l-.01-.07a36.069,36.069,0,0,0,3.819-1.551C206.935,306.105,207.865,305.336,207.711,305.068Z" transform="translate(20.063 26.336)" fill="#f9bb90"/>
<path id="パス_239" data-name="パス 239" d="M201.433,306.58a1,1,0,0,1-.821-.928,1.247,1.247,0,0,0-.454-.092,1.054,1.054,0,0,0-.906-1.251c-.1-.012-.191-.022-.288-.032a1.482,1.482,0,0,0-1.05-1.243c-.7-.131-.968.318-1.546,1.042a2.054,2.054,0,0,0-.345.61,20.416,20.416,0,0,0-3.107,5.459l.211.174a1.88,1.88,0,0,0,.243,1.682,2.268,2.268,0,0,0,2.432.509l.712.581c2.325-1.658,4.573-3.313,5.206-4.928l-.02-.012a1.225,1.225,0,0,0,.149-.2A.923.923,0,0,0,201.433,306.58Z" transform="translate(30.334 29.073)" fill="#f9bb90"/>
<ellipse id="楕円形_15" data-name="楕円形 15" cx="3.161" cy="3.675" rx="3.161" ry="3.675" transform="translate(221.767 337.571) rotate(-30)" fill="#e0e0e0"/>
<path id="パス_240" data-name="パス 240" d="M199.444,287.417c.787,2.062-.938,3.261-2.236,5.047-1.216,1.672-2.4,4.055-6.092,6.3-4.744,2.888-9.871-2.377-10.348-6.623s3.35-8.9,8.618-8.752C194.325,283.526,198.372,284.61,199.444,287.417Z" transform="translate(12.278)" fill="#1f1720"/>
<path id="パス_241" data-name="パス 241" d="M198.488,297.073a4.377,4.377,0,0,0-.561-1.332c-.112-.305-.087-.573.213-1.33a6.847,6.847,0,0,0-.263-3.285,9.72,9.72,0,0,0-1.248-2.787,14.907,14.907,0,0,1-8.489-3.541l-5.017,3.395-2.819,8.477s1.6,2.578,2.744,4.61l-.935,5.077.747.114-.06.067s.4.025.963.069l4.519.685,2.112.494s.794-4.032,1.742-4.226,3,.169,4.144-.588.973-1.71,1.236-2.37A9.8,9.8,0,0,0,198.488,297.073Z" transform="translate(11.648 2.091)" fill="#f9bb90"/>
<path id="パス_242" data-name="パス 242" d="M192.838,294.055a14.086,14.086,0,0,0,3.03-8.313l-3.261-2.3A23.7,23.7,0,0,0,182.3,286.3c-1.821.921-2.988,3.99-3.362,5.591a22.733,22.733,0,0,0,.243,7.325c.313,1.7,3.38,6.333,3.38,6.333l.012,0a4.7,4.7,0,0,0,4.687,1.119,5.673,5.673,0,0,0,4.452-3.544l.067-.017.017-.278a3.86,3.86,0,0,0,.1-.573,24.952,24.952,0,0,0,.124-2.6l.355-5.017C192.535,294.449,192.689,294.256,192.838,294.055Z" transform="translate(9.313 0.086)" fill="#1f1720"/>
<ellipse id="楕円形_16" data-name="楕円形 16" cx="8.454" cy="6.596" rx="8.454" ry="6.596" transform="translate(188.274 306.927)" fill="#e0e0e0"/>
<path id="パス_243" data-name="パス 243" d="M224.493,322.975a3.448,3.448,0,0,0-4.573-1.6l-4.189-.161-.628-6.737a33.387,33.387,0,0,0-3.792-11.072,18.956,18.956,0,0,0-3.457-4.082c-4.653-4.256-7.283-4.955-14.794-5.613a23.574,23.574,0,0,0-8.62.921c-6.784,2.432-9.568,8.772-9.568,18.05a19.4,19.4,0,0,0,.28,3.266h0l.01.042a18.62,18.62,0,0,0,.7,2.769l4.449,17.556-.931,9.047c7.8,2.591,17.3,3.226,28.938,1h0l2.727-.092a3.212,3.212,0,0,0,3.07-3.672l-1.747-10.442,10.931-4.271a2.692,2.692,0,0,0,.293-.146A3.449,3.449,0,0,0,224.493,322.975Z" transform="translate(3.601 15.186)" fill="#00467b"/>
<path id="パス_244" data-name="パス 244" d="M187.257,290.624c.516,1.923.03,4.206-1.156,4.042a5.951,5.951,0,0,1-3.025-2.918c-.923-1.764,0-3.732,1.154-4.042S186.741,288.7,187.257,290.624Z" transform="translate(15.197 6.333)" fill="#f9bb90"/>
<rect id="長方形_124" data-name="長方形 124" width="1.441" height="38.235" transform="translate(172.441 329.305) rotate(-5.976)" fill="#767676"/>
<path id="パス_245" data-name="パス 245" d="M203.334,328.758a143.288,143.288,0,0,1-25.985-1.1,2.5,2.5,0,0,1-2.035-2.047,182.684,182.684,0,0,1-2.531-21.516,1.868,1.868,0,0,1,1.806-2.032h25.44a2.476,2.476,0,0,1,2.382,1.988,111.17,111.17,0,0,1,2.695,22.777A1.879,1.879,0,0,1,203.334,328.758Z" transform="translate(0.5 27.662)" fill="#356f4e"/>
<rect id="長方形_125" data-name="長方形 125" width="1.48" height="18.119" transform="translate(223.762 366.621)" fill="#767676"/>
<rect id="長方形_126" data-name="長方形 126" width="1.48" height="18.374" transform="translate(176.386 366.366)" fill="#767676"/>
<rect id="長方形_127" data-name="長方形 127" width="1.48" height="18.374" transform="translate(199.766 366.366)" fill="#767676"/>
<path id="パス_246" data-name="パス 246" d="M218.058,315.991a241.065,241.065,0,0,1-37.353.129,8.183,8.183,0,0,0-2.926.238,9.181,9.181,0,0,0-3.638,2.5,6.6,6.6,0,0,0,2.6.236l27.98.8s17.4-.893,17.772-1.03c2.432-.891-1.065-2.4-1.886-2.648A5.558,5.558,0,0,0,218.058,315.991Z" transform="translate(2.51 48.24)" fill="#356f4e"/>
<path id="パス_247" data-name="パス 247" d="M189.814,338.325h-1.672l-3.816-36.645,1.433-.15Z" transform="translate(17.607 26.88)" fill="#767676"/>
<rect id="長方形_128" data-name="長方形 128" width="1.672" height="19.534" transform="translate(205.749 365.205)" fill="#767676"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="39" viewBox="0 0 40 39">
<g id="グループ_246" data-name="グループ 246" transform="translate(-4 -6)">
<path id="パス_210" data-name="パス 210" d="M35.09,38,44,45V8a2.006,2.006,0,0,0-2-2H6A2.006,2.006,0,0,0,4,8V36a2.006,2.006,0,0,0,2,2Z" fill="#0f68b7"/>
<path id="パス_213" data-name="パス 213" d="M22,28h4v4H22ZM17.13,17.63A7,7,0,1,1,24,26H22V22h2a3,3,0,1,0-2.94-3.59Z" transform="translate(-0.13 0)" fill="#fff"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="80" viewBox="0 0 38 80">
<path id="中マド_1" data-name="中マド 1" d="M8,80H0L30,39.516,0,0H8L38,39.516,8,80Z" fill="#fff"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" viewBox="0 0 718 147" style="enable-background:new 0 0 718 147;" xml:space="preserve">
<style type="text/css">
.st0{enable-background:new ;}
.st1{fill:#004480;}
.st2{fill:#1BA6E8;}
</style>
<g class="st0">
<path class="st1" d="M21.5,53.1c-5.5,0-14.4-0.5-18-3.9c-1-0.9-2-2.2-2-4.8c0-5.5,3.3-9,6.2-11.8l5.7,4.6c-1.6,1.3-3.7,3.2-3.7,5.3
c0,1.2,0.5,1.7,0.9,2C12.4,46,18.4,46,21.2,46c10.7,0,14.7-0.7,19.3-1.7l0.4,7.7C35.4,52.5,28.7,53.1,21.5,53.1z M23.2,26.3
l-4.5-4.9l6.3-5.3c-10.3,0-14.5-0.1-18.2-0.4L5.1,8.6C10.6,9.5,16.2,10,21.9,10c4.5,0,9.1-0.1,13.6-0.7l2.9,5.2
C32.9,18.2,26.6,23.5,23.2,26.3z"/>
<path class="st1" d="M92.9,53.1c-7.2,0-7.2-8.6-7.2-10.2c0-2.4,1.1-13.9,1.1-16.5c0-1.6-0.3-4.2-2.4-4.2c-3.5,0-8.3,6-12.6,11.3
c0.1,8.6,0.1,15.1,0.4,22.3l-6.9,0.4l0.2-14.3c-1.9,2.7-3,4.2-5.1,7.6L54,45.2c4.2-3.8,7.4-7.8,11.8-14.3l0.1-5.5
c-3.3,1.2-5,1.8-8.1,2.8l-3-6.7c5.1-0.7,8.9-2.1,11.2-3l0.2-13.3l6.1,0.7c1,0.1,1.6,0.2,1.6,0.7c0,0.2-0.9,1-1.1,1.2
c-0.3,0.5-0.4,3.5-0.6,8.2l4,3.8l-1.4,2.7c2.4-2.2,8.3-7.8,12.5-7.8c3.1,0,6.8,2.5,6.8,7.4c0,1.1-0.1,1.8-0.9,10.1
c-0.6,5.5-0.6,7.5-0.6,8.7c0,3.4,0.6,4.1,2.3,4.1c1.7,0,4.1-1.1,6.6-4.7l1.9,6.9C100.4,50.4,97,53.1,92.9,53.1z"/>
<path class="st1" d="M153,52.8c-4-2.9-6.8-4.3-11.3-6.1c-0.2,6.3-1.7,8.8-9.7,8.8c-8.6,0-13.9-3-13.9-8.1c0-1.8,0.6-9,14.6-8.5
l1.7,0.1l-0.1-6c-1.1,0.1-4.5,0.2-6.3,0.2c-5.7,0-8.6-2-8.6-4.5c0-3,4.2-6,6.6-7.7l3.5,3c-1.1,0.8-2,1.5-2,2.3
c0,0.9,1.3,0.9,2.4,0.9c2,0,2.9,0,4.3-0.1l-0.1-7.8c-7.1,0.3-10.7,0.6-16,1.2l-0.1-6.7c7.1,0,10.4-0.1,15.9-0.2l-0.2-8.2l7.6,0.7
c1.2,0.1,1.6,0.3,1.6,0.7c0,0.2-0.1,0.3-0.8,0.9c-0.2,0.2-0.7,0.6-0.8,1.1c0,0.1-0.1,1.2-0.1,4.5c7.9-0.4,10-0.5,15.9-0.9l-0.2,6.6
c-6.9,0-12.6,0.1-15.7,0.2v7.3c5.4-0.7,7.7-1.1,13.4-2.1v6.8c-2.7,0.4-6,1-13.3,1.5c0.1,3.1,0.1,3.7,0.3,7.4
c5.1,1.4,9.2,2.9,15.7,7L153,52.8z M131.5,44.7c-4,0-6,1.1-6,2.7c0,2.1,4,2.1,4.7,2.1c4,0,4.3-1.1,4.2-4.6
C133.8,44.7,133,44.7,131.5,44.7z"/>
<path class="st1" d="M200.7,22.4c-4.6,4.6-7.6,10.2-7.6,14.9c0,4.3,2.7,6.8,4.5,8.1c4,2.9,8.4,3,10.9,3.2l-2.4,7.6
c-3.3-0.6-10.2-1.9-15.3-6.9c-3-2.9-4.6-6.9-4.6-11.2c0-4.2,1.5-8.3,4.2-12.3c2.9-4.5,6-7.4,8.2-9.4c-8.3,0.7-17.4,1.4-23.6,2.3
l-1.1-6.9c13.4,0.1,32.6-1.4,44.3-5V14C215.4,14,208.5,14.5,200.7,22.4z M213.6,33c-1.4-1.7-2.7-2.9-5.1-4.8l2.5-3
c2,1.5,3.6,2.9,5.1,4.8L213.6,33z M218.6,27.4c-1.6-1.9-3.1-3.2-5.1-4.7l2.6-3c2.6,1.9,3.8,3.2,5.1,4.7L218.6,27.4z"/>
<path class="st1" d="M280.8,43.8c-4.6,6.9-11.1,9.5-14.4,10.9l-4.6-6.4c2.8-0.8,7.4-2.1,11.2-6.6c3.8-4.5,4.5-9.6,4.5-12.3
c0-3.4-1-7.6-4.5-10.8c-3.9-3.7-8.2-4-10.5-4.2c-2,14.8-5.6,23.4-7.7,27.6c-1.9,3.8-4.7,9.1-7.9,9.1c-2.2,0-12.4-5.6-12.4-16.7
c0-13.8,11.3-26.3,27.3-26.3c12.9,0,23.1,8.7,23.1,22.6C284.7,36,283.1,40.4,280.8,43.8z M247.4,19.9c-4.4,4.2-6.2,10-6.2,13.8
c0,5,2.9,7.6,4,7.6c3.2,0,8.6-16.2,9.8-25.9C253.2,16.1,250.4,17,247.4,19.9z"/>
</g>
<g class="st0">
<path class="st2" d="M332,53.4V13.7l-10,39.7h-9.1l-10-39.7v39.7h-7.7V8.2h13.1l8,31.2l1.1,7.2l1.1-7.2l8.1-31.2h13.1v45.3
L332,53.4L332,53.4z"/>
</g>
<g class="st0">
<path class="st2" d="M366.8,53.4l-2.5-3.3c-1.6,1.3-5.3,4.4-10.5,4.4c-6,0-10.8-4.2-10.8-10.2c0-6.3,5.3-9.6,8.2-11.5l-0.5-0.6
c-0.5-0.7-2.8-3.6-2.8-6.9c0-4.8,3.8-8.2,9-8.2c4.8,0,8.6,2.9,8.6,8c0,4.7-3.3,7.1-6.2,9.1l4.9,6.5c1.1-2.6,1.2-4.1,1.2-5.4h6.1
c-0.3,3.9-1.2,6.7-3.6,10.4l5.8,7.6L366.8,53.4L366.8,53.4z M354.4,37.2c-2.4,1.4-4.9,3.1-4.9,6.7c0,3.4,2.3,5.3,5,5.3
c3.1,0,5.3-2.3,6.5-3.4L354.4,37.2z M356.9,22.2c-1.5,0-3.1,1.1-3.1,3c0,1.8,0.9,3,1.2,3.4l1.2,1.5c1.3-1,3.6-2.6,3.6-5
C359.8,23.4,358.5,22.2,356.9,22.2z"/>
</g>
<g class="st0">
<path class="st2" d="M410.6,53.4l-3.3-9.7h-19l-3.3,9.7h-9.2L393,8.2h9.5l17.4,45.3L410.6,53.4L410.6,53.4z M398.8,19.3l-1-4
l-1.1,4l-6,17.4h14.1L398.8,19.3z"/>
</g>
<g class="st0">
<path class="st1" d="M456.4,34.3c0,2.4,0.1,10.1,0.1,12.2h-7.2c0.2-3.5,0.2-6.6,0.3-9.3c-2.4,1.2-8.8,4.4-8.8,8.7
c0,4,4.8,4.8,9.3,4.8c5.3,0,10.6-0.8,15.8-2v7c-5.9,0.9-12.8,0.9-14.8,0.9c-3.5,0-10.7,0-14.6-4.2c-2.4-2.5-2.4-5.2-2.4-6.1
c0-7.7,5.7-10.6,15-15.4c-0.4-1.9-1.1-4.1-4.7-4.1c-6.1,0-9.8,5.6-13.2,11.2l-6.1-3.8c4.9-5.3,8-9.7,12.2-17
c-3.5,0.2-5.5,0.2-8.1,0.2l-0.7-6.4c3.7,0.3,6.4,0.4,11.8,0.2c1.5-3.3,2.4-5.5,3.1-8.2l7.7,1.4c0.2,0.1,1.2,0.2,1.2,0.6
s-0.2,0.6-0.6,0.7c-0.1,0.1-1.4,0.6-1.4,0.6c-0.1,0.1-1.6,3.5-1.9,4.2c5.7-0.9,8.5-1.7,12.2-3.2l-0.4,6.9
c-5.6,1.3-10.7,1.9-14.8,2.4c-2,3.7-2.5,4.5-3.5,6.1c0.8-0.4,2.7-1.3,5.3-1.3c4.3,0,7,2.2,8.4,6.3c7.3-3.4,8.1-3.8,11-5.1l2.1,7.1
C464,31.6,461,32.6,456.4,34.3z"/>
<path class="st1" d="M493.6,20.3c-1.2,1.4-2.6,2.7-3.8,3.9c-2.1,2-2.9,2.5-4,3.2l-5.4-4.8c4.4-2.4,6.9-5.3,8.7-8.1l5.4,4.3
c0.7,0.6,0.7,0.7,0.7,0.9C495.2,20.2,495.1,20.2,493.6,20.3z M517.3,14.3v12.1c0,3.5-3.5,4.7-7.3,4.7h-1.6l-2.7-6.3h3.5
c1.3,0,1.7-0.3,1.7-2v-8.4h-5c-0.2,5.8-1.5,9.2-5.1,13.1l5.1,2.7c0.3,0.2,0.8,0.4,0.8,0.9c0,0.3-0.2,0.5-0.3,0.6
c-0.2,0.2-1.2,0.7-1.4,0.8h18.2l1.8,2.1c-4,5.5-6.8,8.5-11.3,12.1c2.3,1.1,4.8,2.2,9.7,3.2c4.1,0.8,6.7,0.9,9.5,1.1l-3.3,6.8
c-8.4-0.9-14.1-2.4-21.8-7c-5.4,3-10.3,5.2-21.8,7.6l-3.5-6.3c7.7-0.6,13-2,19.8-5.4c-2.1-1.9-3.5-3.4-5.5-6.1
c-4.3,3.4-7,5.1-10.5,6.4l-5.3-5.1c6.3-2.2,11.7-6.3,16.1-11.3c-1.9,1.1-3.3,1.7-4.7,2.2l-3.7-5.8c2.7-0.9,6.3-1.9,8.6-5
c2-2.6,2.2-4.8,2.3-7.4h-18v-6h22.3V3.5l7.4,0.2c0.9,0.1,1.9,0.1,1.9,0.8c0,0.3-0.2,0.4-0.3,0.6c-1,0.8-1,0.8-1,1.2v2.3h22.5v5.8
h-17.1V14.3z M502.7,38c1.5,2.1,2.9,3.4,4.8,5c2.4-1.8,3.7-3.1,5.2-5H502.7z M527.5,28.6c-1.7-3.1-5.1-6.9-7.7-9l5.5-4.3
c2.4,1.9,5.7,5.5,8.1,8.8L527.5,28.6z"/>
<path class="st1" d="M589.5,55.4c-5,0.9-8.9,0.9-10.5,0.9c-6.3,0-9.1-1.7-9.1-7c0-1,0.2-5.4,0.2-6.3c0-1.9-1.3-2.9-2.8-2.9
c-1.8,0-3,1.3-4.7,3c-3.3,3.7-7.6,8.7-10.3,11.9l-5.7-4.3c4.6-4.4,7.9-7.8,13.8-14.4c5-5.8,7.3-8.8,10.1-12.5
c-9.2,2.4-13.2,2.7-18,2.8l-1.6-6.4c0.7,0.1,2.2,0.2,4.4,0.2c2.4,0,12.3-0.7,23-4.6l4,5.3c-5.5,5.9-6.2,6.6-12.5,13.3
c1.5-0.3,2.4-0.5,3.1-0.5c1.2,0,4.2,0.9,4.2,4.2c0,1.3-0.6,7.1-0.6,8.2c0,2.5,0.9,3.4,4.4,3.4c3,0,6.1-0.4,9-1.3L589.5,55.4z
M575.7,12.5c-7.7,0-11.4-0.2-15.9-1.7l0.4-7.1c6,1.9,10,2.2,15.8,2.3L575.7,12.5z"/>
<path class="st1" d="M639.4,52.9c-7.2,0-7.2-8.6-7.2-10.2c0-2.4,1.1-13.9,1.1-16.5c0-1.6-0.3-4.2-2.4-4.2c-3.5,0-8.3,6-12.6,11.3
c0.1,8.6,0.1,15.1,0.4,22.3l-6.9,0.4l0.2-14.3c-1.9,2.7-3,4.2-5.1,7.6l-6.4-4.3c4.2-3.8,7.4-7.8,11.8-14.3l0.1-5.5
c-3.3,1.2-5,1.8-8.1,2.8l-3-6.7c5.1-0.7,8.9-2.1,11.2-3L612.7,5l6.1,0.7c1,0.1,1.6,0.2,1.6,0.7c0,0.2-0.9,1-1.1,1.2
c-0.3,0.5-0.4,3.5-0.6,8.2l4,3.8l-1.4,2.7c2.4-2.2,8.3-7.8,12.5-7.8c3.1,0,6.8,2.5,6.8,7.4c0,1.1-0.1,1.8-0.9,10.1
c-0.6,5.5-0.6,7.5-0.6,8.7c0,3.4,0.6,4.1,2.3,4.1s4.1-1.1,6.6-4.7l1.9,6.9C646.9,50.3,643.5,52.9,639.4,52.9z"/>
<path class="st1" d="M670.4,37.4l3.9,2.7c-2.8,5-4,8.7-4.8,12.8l-5.2,1.1c-2.1-7-2.4-13.8-2.4-19c0-14.3,2.5-23.9,3.7-28.3l6,2.4
c0.1,0,1.5,0.6,1.5,1.2c0,0.4-0.3,0.6-1.2,0.9c-0.7,0.3-1,1.2-1.4,2.6c-2.7,10.4-2.8,21.8-2.8,23.1c0,2.2,0.1,3,0.2,4.1L670.4,37.4
z M705.5,21.4c-2.5,0.9-5,1.4-7.6,1.7c0.1,6.3,0.2,8.7,0.9,16.4c4.6,1.8,7.1,3.3,10.2,5.6l-3.2,5.6c-1.7-1.6-3.3-2.9-6.7-4.4
c-0.1,5.2-1.1,7.8-8.9,7.8c-1.8,0-12.5,0-12.5-8.6c0-5.8,4.8-7.9,10.4-7.9c1.4,0,2.7,0.2,4.2,0.5c-0.6-8.4-0.6-9.5-0.7-14
c-1.3,0.1-3,0.2-5.6,0.2c-1.9,0-3.9-0.1-5.5-0.1l-0.1-6.1c3.3,0.4,5.2,0.4,5.8,0.4c2,0,4.1-0.2,5.4-0.3c0.1-3,0.2-8.5,0.2-11.3
l6.6,1.2c1.4,0.2,1.4,0.5,1.4,0.9c0,0.1,0,0.2-0.1,0.4c-0.1,0.1-0.7,0.4-0.8,0.5c-0.4,0.3-0.4,1-0.9,7.4c2-0.3,3.6-0.6,7.4-2.1
L705.5,21.4L705.5,21.4z M688.1,42.9c-2.9,0-4.6,1.1-4.6,2.6c0,1.4,1.5,2.5,5.2,2.5c4.2,0,4.2-1.4,4-4.2
C690.5,43,689,42.9,688.1,42.9z M708.1,14.6c-1.1-1.2-2.9-3.1-4.8-4.5l2.5-2.7c1.8,1.4,3.5,2.9,4.8,4.6L708.1,14.6z M712.5,10.1
c-1.9-2.1-3.7-3.8-5-4.8l2.5-2.7c1.8,1.4,3.5,3,5,4.9L712.5,10.1z"/>
</g>
<g class="st0">
<path class="st1" d="M21.5,137.3c-5.5,0-14.4-0.5-18-3.9c-1-0.9-2-2.2-2-4.8c0-5.5,3.3-9,6.2-11.8l5.7,4.6
c-1.6,1.3-3.7,3.2-3.7,5.3c0,1.2,0.5,1.7,0.9,2c1.7,1.5,7.8,1.5,10.5,1.5c10.7,0,14.7-0.7,19.3-1.7l0.4,7.7
C35.4,136.7,28.7,137.3,21.5,137.3z M23.2,110.5l-4.5-4.9l6.3-5.3c-10.3,0-14.5-0.1-18.2-0.4l-1.7-7.1c5.5,0.9,11.1,1.4,16.7,1.4
c4.5,0,9.1-0.1,13.6-0.7l2.9,5.2C32.9,102.4,26.6,107.7,23.2,110.5z"/>
<path class="st1" d="M91.7,137.3c-7.2,0-7.2-8.6-7.2-10.2c0-2.4,1.1-13.9,1.1-16.5c0-1.6-0.3-4.2-2.4-4.2c-3.5,0-8.3,6-12.6,11.3
c0.1,8.6,0.1,15.1,0.4,22.3l-6.9,0.4l0.2-14.3c-1.9,2.7-3,4.2-5.1,7.6l-6.4-4.3c4.2-3.8,7.4-7.8,11.8-14.3l0.1-5.5
c-3.3,1.2-5,1.8-8.1,2.8l-3-6.7c5.1-0.7,8.9-2.1,11.2-3L65,89.4l6.1,0.7c1,0.1,1.6,0.2,1.6,0.7c0,0.2-0.9,1-1.1,1.2
c-0.3,0.5-0.4,3.5-0.6,8.2l4,3.8l-1.4,2.7c2.4-2.2,8.3-7.8,12.5-7.8c3.1,0,6.8,2.5,6.8,7.4c0,1.1-0.1,1.8-0.9,10.1
c-0.6,5.5-0.6,7.5-0.6,8.7c0,3.4,0.6,4.1,2.3,4.1c1.7,0,4.1-1.1,6.6-4.7l1.9,6.9C99.2,134.6,95.8,137.3,91.7,137.3z"/>
<path class="st1" d="M145.2,133.3c-2.7,4.5-6.6,4.8-9.3,4.8c-1.7,0-3.6-0.1-5.3-0.4l-0.9-7.5c1.4,0.4,3.2,1,5.6,1
c1.9,0,2.9-0.3,3.7-1.5c1.2-1.7,3.8-9.2,3.8-15.4c0-3.3-0.7-5.3-5.1-5.3c-1.1,0-2.4,0.1-3.5,0.3c-3.2,11.3-6.5,18.6-12.8,28.9
l-7.1-3.2c5.5-6.9,8.6-12.5,12.3-24.2c-3,0.7-5.6,1.5-8.8,2.7l-2.5-7.5c4.5-0.4,10.2-1.4,13-1.9c0.7-4,1.3-7.3,1.4-12.4l7.6,1.1
c0.5,0.1,1.7,0.4,1.7,1c0,0.2-0.1,0.4-0.8,0.9c-1.1,0.7-1.2,0.7-1.3,1.4c-0.3,2.2-0.7,4.4-1.2,6.8c1.4-0.2,3.2-0.5,4.9-0.5
c8.4,0,9.1,6.9,9.1,10.7C149.5,118,148.5,127.6,145.2,133.3z M156.4,121.3l-4.2-6.4c2.7-0.2,4.1-0.4,4.1-1.9c0-1.9-3.5-8.1-6.9-12
l5.1-3.7c8.1,8.7,9.7,16,9.7,18.2C164.2,119.1,160.4,120.6,156.4,121.3z"/>
<path class="st1" d="M188.2,140.8l-3.3-7.6c2,0.2,4.9,0.7,7.7,0.7c11.5,0,16.8-6,16.8-11.7c0-4-3.2-6.5-7.8-6.5
c-4.3,0-10.5,2.5-16.9,9.9l-5.4-2.9c0.5-8.4,3.5-19,4.8-23.7l7.1,2.8c-1.6,4.4-2.9,9-3.7,13.6c5.6-5.1,12.1-6.3,15.3-6.3
c6.5,0,13.8,4.6,13.8,13.6C216.6,140.3,195.9,140.7,188.2,140.8z M202,101.7c-4-2.5-6.9-4.2-14.3-6.8l2.7-6.1
c4.2,1.3,10,3.5,14.8,6.4L202,101.7z"/>
<path class="st1" d="M277,128c-4.6,6.9-11.1,9.5-14.4,10.9l-4.6-6.4c2.8-0.8,7.4-2.1,11.2-6.6c3.8-4.5,4.5-9.6,4.5-12.3
c0-3.4-1-7.6-4.5-10.8c-3.9-3.7-8.2-4-10.5-4.2c-2,14.8-5.6,23.4-7.7,27.6c-1.9,3.8-4.7,9.1-7.9,9.1c-2.2,0-12.4-5.6-12.4-16.7
c0-13.8,11.3-26.3,27.3-26.3c12.9,0,23.1,8.7,23.1,22.6C281,120.3,279.3,124.6,277,128z M243.7,104.1c-4.4,4.2-6.2,10-6.2,13.8
c0,5,2.9,7.6,4,7.6c3.2,0,8.6-16.2,9.8-25.9C249.5,100.3,246.7,101.2,243.7,104.1z"/>
</g>
<g class="st0">
<path class="st2" d="M328.3,140.4v-3.2h-23.4v3.5h-7.4v-48h38.1v47.7H328.3z M328.3,99.4h-23.4v11.8h23.4V99.4z M328.3,117.7h-23.4
v12.7h23.4V117.7z"/>
<path class="st2" d="M395,135.2c-3.2-2.2-5.7-4.2-9.5-8.4v6h-9.1v10h-7.3v-10h-8.6v-6.2h8.6v-14.1c-3.7,8.1-11.2,17.9-17.6,23.6
l-5.9-4.2c8.2-6.3,16.1-17.5,19.3-25.9h-18.7v-6.7h22.9V89l6.1,0.3c0.8,0.1,2.3,0.3,2.3,1c0,0.2-0.2,0.4-0.6,0.7
c-0.4,0.3-0.6,0.5-0.6,0.7v7.6H399v6.7h-19.5c4,10,11.7,17.9,20.5,24.2L395,135.2z M376.4,113.2v13.4h8.9
C379.9,120.4,377.9,116.1,376.4,113.2z"/>
</g>
<g class="st0">
<path class="st1" d="M439.6,136.5c-1.3,1.3-3.3,2.4-7.1,2.4c-1.9,0-3.5-0.1-4.6-0.2l-1.5-6.7c1.1,0.2,2.4,0.5,4.2,0.5
c1.9,0,3.2-0.4,4.3-1.7c2.8-3.5,3.3-11.3,3.3-14.3c0-4.8-1.2-6.3-5-6.3c-1.4,0-2.6,0.2-3.3,0.3c-3.2,12.7-6.1,20.1-11.8,28.7
l-6.4-2.9c5.8-8.3,8.7-14.4,11.2-24.2c-3.3,1.1-5.3,1.9-8.4,3.3l-2.3-7.4c4.7-0.7,6.8-1.2,11.9-2.3c0.5-4,0.7-6.6,0.6-11.8L432,95
c0.8,0.1,1.5,0.4,1.5,0.9c0,0.2-0.1,0.3-0.7,0.7c-0.7,0.5-0.7,0.5-0.9,1.3c-0.3,2.5-0.4,3.6-0.9,6.4c1-0.2,2.7-0.4,4.5-0.4
c8.4,0,9.1,7.4,9.1,12.9C444.6,125.7,442.5,133.7,439.6,136.5z M451.1,122.5l-3.3-5.9c2.2-0.3,3.5-0.6,3.5-2.1s-2.4-6.6-8.9-14.3
l5-3.5c2.9,3.4,11.3,13.4,11.3,20C458.7,121.4,453.4,122.2,451.1,122.5z M456.5,102.7c-1.5-2.2-3-3.8-4.9-5.5l3.3-2.5
c1.7,1.5,3.4,3.5,4.8,5.3L456.5,102.7z M462.8,99c-1.2-2-2.7-3.8-4.4-5.3l3.2-2.4c1.7,1.4,3.3,3.1,4.8,5.2L462.8,99z"/>
</g>
<g class="st0">
<path class="st1" d="M484.3,105.6c-1.2,1.4-2.6,2.7-3.8,3.9c-2.1,2-2.9,2.5-4,3.2l-5.4-4.8c4.4-2.4,6.9-5.3,8.7-8.1l5.4,4.3
c0.7,0.6,0.7,0.7,0.7,0.9C486,105.5,485.9,105.5,484.3,105.6z M508.1,99.6v12.1c0,3.5-3.5,4.7-7.3,4.7h-1.6l-2.7-6.3h3.5
c1.3,0,1.7-0.3,1.7-2v-8.4h-5c-0.2,5.8-1.5,9.2-5.1,13.1l5.1,2.7c0.3,0.2,0.8,0.4,0.8,0.9c0,0.3-0.2,0.5-0.3,0.6
c-0.2,0.2-1.2,0.7-1.4,0.8H514l1.8,2.1c-4,5.5-6.8,8.5-11.3,12.1c2.3,1.1,4.8,2.2,9.7,3.2c4.1,0.8,6.7,0.9,9.5,1.1l-3.3,6.8
c-8.4-0.9-14.1-2.4-21.8-7c-5.4,3-10.3,5.2-21.8,7.6l-3.5-6.3c7.7-0.6,13-2,19.8-5.4c-2.1-1.9-3.5-3.4-5.5-6.1
c-4.3,3.4-7,5.1-10.5,6.4l-5.3-5.1c6.3-2.2,11.7-6.3,16.1-11.3c-1.9,1.1-3.3,1.7-4.7,2.2l-3.7-5.8c2.7-0.9,6.3-1.9,8.6-5
c2-2.6,2.2-4.8,2.3-7.4h-18v-5.8h22.3V89l7.3,0c0.9,0.1,1.9,0.1,1.9,0.8c0,0.3-0.2,0.4-0.3,0.6c-1,0.8-1,0.8-1,1.2v2.3h22.5v5.8
h-17V99.6z M493.5,123.3c1.5,2.1,2.9,3.4,4.8,5c2.4-1.8,3.7-3.1,5.2-5H493.5z M518.3,113.9c-1.7-3.1-5.1-6.9-7.7-9l5.5-4.3
c2.4,1.9,5.7,5.5,8.1,8.8L518.3,113.9z"/>
<path class="st1" d="M567.3,140l-4.9-6.3c2.1-0.4,5.9-1.1,10-4.9c2-1.8,5-5.5,5-9.7c0-6-4.8-9.7-9.8-9.7c-4.2,0-9.4,2.4-14.1,7.3
l-0.1,5.6c-0.1,8.4,0.2,13.6,0.4,18l-7.4,0.6c0.4-6.8,0.5-9.2,0.7-16.4c-2,2.8-3.1,4.5-5,7.6l-6.1-4.5c3-3.5,3.8-4.6,11.3-15.2
l0.1-4.2c-4.9,1.8-6.4,2.4-8.4,3.3l-1.1-8.1c2.4-0.4,4.8-0.9,9.6-2.1c0.1-4.5,0.1-7.8-0.1-11L554,91c0.6,0.1,1.7,0.2,1.7,0.7
c0,0.3-1.1,1.2-1.2,1.4c-0.4,0.4-0.6,3.7-0.4,6.3l1.9-0.7l3.8,3.3c-1.7,2.4-2.5,3.8-3,4.7c1.8-1.1,6.2-3.9,11.8-3.9
c7.2,0,16,5.3,16,16.1C584.6,134,571.9,138.4,567.3,140z"/>
<path class="st1" d="M616.6,140.6c-7.8,0-11.7-3.9-11.7-8.5c0-3.5,3-8.2,9.1-8.2c6.4,0,10.5,5.1,12.2,7.3c1.4-1.2,4.1-3.8,4.1-8.2
c0-6.1-6-8.1-10-8.1c-2.7,0-5.6,0.7-7.1,1.5c-3.8,2-9.3,7.6-12.8,11.1l-5.2-5.5c6.4-4.8,13-10.4,22.9-22.4
c-3.7,0.9-7.1,1.5-14.5,1.5l-1.4-6.9c1.5,0.1,5,0.4,6.9,0.4c2.4,0,12.9-0.8,18.8-3.1l3.2,5c-3.7,3.1-4.8,4.1-13.8,13.3
c2-0.3,5.1-0.4,6-0.4c8.4,0,13.8,6.9,13.8,13.7C637.2,133.4,627.5,140.6,616.6,140.6z M614.2,129.3c-2.5,0-3.1,1.8-3.1,2.6
c0,2.2,2.9,2.8,5.1,2.8c2,0,3.3-0.4,4.2-0.6C619.6,132.7,617.8,129.3,614.2,129.3z"/>
<path class="st1" d="M667.2,133.4c0,5.3-4.3,9.5-9.5,9.6c-5.3,0-9.6-4.3-9.6-9.6s4.3-9.5,9.6-9.5
C662.8,123.9,667.2,128.1,667.2,133.4z M651,133.4c0,3.7,3,6.6,6.6,6.6c3.7,0,6.6-2.9,6.6-6.6s-3-6.6-6.6-6.6S651,129.8,651,133.4z
"/>
</g>
</svg>
No preview for this file type
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="48" viewBox="0 0 60 48">
<g id="グループ_279" data-name="グループ 279" transform="translate(13082 -4567)">
<rect id="長方形_144" data-name="長方形 144" width="60" height="48" transform="translate(-13082 4567)" fill="#0f68b7"/>
<path id="中マド_2" data-name="中マド 2" d="M30.362,32.75h0L0,10.25V0L30.362,22.5,60,0V10.25L30.362,32.75Z" transform="translate(-13082 4567)" fill="#fff"/>
<path id="パス_280" data-name="パス 280" d="M260.25,0l22.5,29.637L260.25,60Z" transform="translate(-13022 4306.75) rotate(90)" fill="#0f68b7"/>
</g>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" viewBox="0 0 247 192" style="enable-background:new 0 0 247 192;" xml:space="preserve">
<style type="text/css">
.st0{enable-background:new ;}
.st1{fill:#004481;}
.st2{fill:#1CA8EA;}
</style>
<g class="st0">
<path class="st1" d="M15,31.3c-3.2,0-8.4-0.3-10.4-2.3c-0.6-0.5-1.2-1.3-1.2-2.8C3.4,23,5.3,21,7,19.3l3.3,2.7
c-0.9,0.8-2.1,1.9-2.1,3.1c0,0.7,0.3,1,0.5,1.2c1,0.9,4.5,0.9,6.1,0.9c6.2,0,8.5-0.4,11.2-1l0.2,4.5C23,31,19.1,31.3,15,31.3z
M15.9,15.8L13.3,13L17,9.9c-6,0-8.4,0-10.5-0.2l-1-4.1c3.2,0.5,6.4,0.8,9.7,0.8c2.6,0,5.3-0.1,7.9-0.4l1.7,3
C21.6,11.1,17.9,14.1,15.9,15.8z"/>
<path class="st1" d="M55.7,31.3c-4.2,0-4.2-5-4.2-5.9c0-1.4,0.6-8.1,0.6-9.6c0-0.9-0.2-2.4-1.4-2.4c-2.1,0-4.8,3.5-7.3,6.6
c0,5,0,8.7,0.3,13l-4,0.2l0.1-8.3c-1.1,1.5-1.7,2.4-3,4.4L33,26.7c2.4-2.2,4.3-4.5,6.8-8.3l0.1-3.2c-1.9,0.7-2.9,1-4.7,1.6L33.5,13
c3-0.4,5.2-1.2,6.5-1.7l0.1-7.7L43.7,4c0.5,0,0.9,0,0.9,0.4c0,0.1-0.5,0.6-0.6,0.7c-0.2,0.3-0.3,2-0.4,4.8l2.3,2.2l-0.8,1.6
c1.4-1.3,4.8-4.5,7.2-4.5c1.8,0,4,1.5,4,4.3c0,0.6,0,1-0.5,5.9c-0.3,3.2-0.4,4.4-0.4,5.1c0,2,0.4,2.4,1.3,2.4c1,0,2.4-0.6,3.9-2.7
l1.1,4C60,29.8,58.1,31.3,55.7,31.3z"/>
<path class="st1" d="M89.8,31.1c-2.3-1.7-3.9-2.5-6.6-3.6c-0.1,3.7-1,5.1-5.6,5.1c-5,0-8.1-1.8-8.1-4.7c0-1,0.4-5.2,8.5-4.9h1
l0-3.3c-0.6,0-2.6,0.1-3.7,0.1c-3.3,0-5-1.2-5-2.6c0-1.8,2.4-3.5,3.9-4.5l2.1,1.8c-0.6,0.5-1.2,0.9-1.2,1.3c0,0.5,0.8,0.5,1.4,0.5
c1.2,0,1.7,0,2.5-0.1l-0.1-4.5c-4.1,0.2-6.2,0.3-9.3,0.7l-0.1-3.9c4.1,0,6-0.1,9.3-0.1l-0.1-4.8L83,4c0.7,0.1,0.9,0.2,0.9,0.4
c0,0.1-0.1,0.2-0.5,0.5C83.3,5.1,83,5.3,83,5.6c0,0,0,0.7-0.1,2.6c4.6-0.2,5.8-0.3,9.2-0.5L92,11.5c-4,0-7.3,0.1-9.1,0.1v4.2
c3.1-0.4,4.5-0.6,7.8-1.2v3.9c-1.5,0.3-3.5,0.6-7.7,0.9c0.1,1.8,0.1,2.2,0.2,4.3c3,0.8,5.4,1.7,9.1,4.1L89.8,31.1z M77.4,26.4
c-2.3,0-3.5,0.6-3.5,1.5c0,1.2,2.3,1.2,2.7,1.2c2.3,0,2.5-0.6,2.4-2.7C78.7,26.5,78.2,26.4,77.4,26.4z"/>
<path class="st1" d="M116.8,13.5c-2.7,2.7-4.4,5.9-4.4,8.6c0,2.5,1.6,4,2.6,4.7c2.3,1.7,4.9,1.8,6.3,1.8l-1.4,4.4
c-1.9-0.3-5.9-1.1-8.9-4c-1.7-1.7-2.7-4-2.7-6.5c0-2.4,0.9-4.8,2.4-7.2c1.7-2.6,3.5-4.3,4.8-5.5c-4.8,0.4-10.1,0.8-13.7,1.3l-0.6-4
c7.8,0.1,18.9-0.8,25.7-2.9v4.2C125.3,8.6,121.4,8.9,116.8,13.5z M124.3,19.7c-0.8-1-1.5-1.7-3-2.8l1.5-1.7c1.2,0.9,2.1,1.7,3,2.8
L124.3,19.7z M127.2,16.4c-0.9-1.1-1.8-1.9-3-2.7l1.5-1.7c1.5,1.1,2.2,1.9,3,2.7L127.2,16.4z"/>
<path class="st1" d="M162.6,25.9c-2.7,4-6.4,5.5-8.4,6.3l-2.7-3.7c1.6-0.5,4.3-1.2,6.5-3.9c2.2-2.6,2.6-5.6,2.6-7.2
c0-2-0.6-4.4-2.6-6.3c-2.3-2.2-4.8-2.3-6.1-2.4c-1.2,8.6-3.3,13.6-4.5,16c-1.1,2.2-2.7,5.3-4.6,5.3c-1.3,0-7.2-3.2-7.2-9.7
c0-8,6.6-15.3,15.9-15.3c7.5,0,13.4,5.1,13.4,13.1C164.9,21.4,163.9,23.9,162.6,25.9z M143.2,12.1c-2.6,2.4-3.6,5.8-3.6,8
c0,2.9,1.7,4.4,2.3,4.4c1.9,0,5-9.4,5.7-15C146.6,9.8,145,10.4,143.2,12.1z"/>
</g>
<g class="st0">
<path class="st2" d="M25.1,84V60.9L19.3,84H14L8.2,60.9V84H3.8V57.7h7.6L16,75.9l0.6,4.2l0.6-4.2l4.7-18.1h7.6V84H25.1z"/>
</g>
<g class="st0">
<path class="st2" d="M47.5,84L46,82c-1,0.8-3.3,2.8-6.5,2.8c-3.8,0-6.7-2.6-6.7-6.4c0-3.9,3.3-6,5.1-7.2l-0.3-0.4
c-0.3-0.4-1.7-2.3-1.7-4.3c0-3,2.4-5.1,5.6-5.1c3,0,5.4,1.8,5.4,5c0,2.9-2.1,4.4-3.9,5.7l3.1,4.1c0.7-1.6,0.8-2.5,0.8-3.4h3.8
c-0.2,2.5-0.8,4.2-2.2,6.5L52,84H47.5z M39.8,73.8c-1.5,0.9-3.1,2-3.1,4.2c0,2.1,1.4,3.3,3.1,3.3c1.9,0,3.3-1.4,4-2.1L39.8,73.8z
M41.3,64.5c-1,0-1.9,0.7-1.9,1.9c0,1.1,0.6,1.9,0.8,2.1l0.7,0.9c0.8-0.6,2.3-1.6,2.3-3.1C43.2,65.2,42.3,64.5,41.3,64.5z"/>
</g>
<g class="st0">
<path class="st2" d="M72.8,84l-1.9-5.7H59.8L57.9,84h-5.4l10.1-26.3h5.5L78.2,84H72.8z M65.9,64.2l-0.6-2.3l-0.6,2.3l-3.5,10.1h8.2
L65.9,64.2z"/>
</g>
<g class="st0">
<path class="st1" d="M98.4,72.5c0,1.4,0.1,5.9,0.1,7.1h-4.2c0.1-2.1,0.1-3.8,0.2-5.4c-1.4,0.7-5.1,2.6-5.1,5.1
c0,2.3,2.8,2.8,5.4,2.8c3.1,0,6.2-0.5,9.2-1.2V85c-3.4,0.5-7.4,0.5-8.6,0.5c-2,0-6.2,0-8.5-2.4c-1.4-1.4-1.4-3-1.4-3.5
c0-4.5,3.3-6.2,8.7-8.9c-0.2-1.1-0.6-2.4-2.7-2.4c-3.5,0-5.7,3.3-7.7,6.5l-3.5-2.2c2.8-3.1,4.6-5.6,7.1-9.9
c-2.1,0.1-3.2,0.1-4.7,0.1l-0.4-3.7c2.2,0.2,3.7,0.3,6.9,0.1c0.9-1.9,1.4-3.2,1.8-4.8l4.5,0.8c0.1,0,0.7,0.1,0.7,0.4
c0,0.2-0.1,0.3-0.4,0.4c-0.1,0-0.8,0.4-0.8,0.4s-0.9,2.1-1.1,2.4c3.3-0.5,4.9-1,7.1-1.8l-0.3,4c-3.2,0.8-6.2,1.1-8.6,1.4
c-1.1,2.1-1.4,2.6-2,3.6c0.5-0.2,1.5-0.8,3.1-0.8c2.5,0,4.1,1.3,4.9,3.6c4.2-2,4.7-2.2,6.4-3l1.2,4.1
C102.8,70.9,101.1,71.5,98.4,72.5z"/>
<path class="st1" d="M119,64.3c-0.7,0.8-1.5,1.6-2.2,2.3c-1.2,1.2-1.7,1.4-2.3,1.9l-3.1-2.8c2.6-1.4,4-3.1,5.1-4.7l3.1,2.5
c0.4,0.3,0.4,0.4,0.4,0.5C120,64.3,119.9,64.3,119,64.3z M132.8,60.9v7c0,2-2.1,2.7-4.2,2.7h-0.9l-1.5-3.6h2.1c0.8,0,1-0.2,1-1.2
v-4.9h-2.9c-0.1,3.4-0.9,5.4-3,7.6l3,1.5c0.2,0.1,0.5,0.3,0.5,0.5s-0.1,0.3-0.2,0.3c-0.1,0.1-0.7,0.4-0.8,0.5h10.5l1,1.2
c-2.3,3.2-4,4.9-6.6,7c1.3,0.6,2.8,1.3,5.7,1.9c2.4,0.5,3.9,0.5,5.5,0.6l-1.9,3.9c-4.9-0.5-8.2-1.4-12.7-4.1c-3.1,1.7-6,3-12.7,4.4
l-2.1-3.7c4.5-0.4,7.6-1.2,11.5-3.1c-1.2-1.1-2.1-2-3.2-3.5c-2.5,2-4.1,3-6.1,3.7l-3.1-3c3.6-1.3,6.8-3.7,9.4-6.6
c-1.1,0.6-1.9,1-2.7,1.3l-2.2-3.4c1.6-0.5,3.6-1.1,5-2.9c1.2-1.5,1.3-2.8,1.3-4.3H112v-3.3h13v-3l4.3,0.1c0.5,0,1.1,0.1,1.1,0.5
c0,0.2-0.1,0.3-0.2,0.3c-0.6,0.5-0.6,0.5-0.6,0.7v1.3h13.1v3.3h-9.9V60.9z M124.3,74.6c0.9,1.2,1.7,2,2.8,2.9c1.4-1,2.2-1.8,3-2.9
H124.3z M138.7,69.2c-1-1.8-3-4-4.5-5.2l3.2-2.5c1.4,1.1,3.3,3.2,4.7,5.1L138.7,69.2z"/>
<path class="st1" d="M174,84.7c-2.9,0.5-5.2,0.5-6.1,0.5c-3.7,0-5.3-1-5.3-4.1c0-0.6,0.1-3.1,0.1-3.7c0-1.1-0.8-1.7-1.6-1.7
c-1,0-1.8,0.8-2.7,1.8c-1.9,2.1-4.4,5-6,6.9l-3.3-2.5c2.7-2.6,4.6-4.5,8-8.4c2.9-3.3,4.2-5.1,5.9-7.3c-5.3,1.4-7.7,1.6-10.5,1.6
l-0.9-3.7c0.4,0.1,1.3,0.1,2.6,0.1c1.4,0,7.1-0.4,13.4-2.7l2.3,3.1c-3.2,3.4-3.6,3.9-7.2,7.7c0.9-0.2,1.4-0.3,1.8-0.3
c0.7,0,2.4,0.5,2.4,2.4c0,0.8-0.4,4.1-0.4,4.8c0,1.4,0.5,2,2.6,2c1.8,0,3.5-0.3,5.2-0.8L174,84.7z M166,59.8c-4.5,0-6.6-0.1-9.2-1
l0.2-4.1c3.5,1.1,5.8,1.3,9.2,1.3L166,59.8z"/>
<path class="st1" d="M202.3,83.3c-4.2,0-4.2-5-4.2-5.9c0-1.4,0.6-8.1,0.6-9.6c0-0.9-0.2-2.4-1.4-2.4c-2.1,0-4.8,3.5-7.3,6.6
c0,5,0,8.7,0.3,13l-4,0.2l0.1-8.3c-1.1,1.5-1.7,2.4-3,4.4l-3.7-2.5c2.4-2.2,4.3-4.5,6.8-8.3l0.1-3.2c-1.9,0.7-2.9,1-4.7,1.6
l-1.8-3.9c3-0.4,5.2-1.2,6.5-1.7l0.1-7.7l3.6,0.4c0.6,0.1,0.9,0.1,0.9,0.4c0,0.1-0.5,0.6-0.6,0.7c-0.2,0.3-0.3,2-0.4,4.8l2.3,2.2
l-0.8,1.6c1.4-1.3,4.8-4.5,7.2-4.5c1.8,0,4,1.5,4,4.3c0,0.6,0,1-0.5,5.9c-0.3,3.2-0.4,4.4-0.4,5.1c0,2,0.4,2.4,1.3,2.4
c1,0,2.4-0.6,3.9-2.7l1.1,4C206.6,81.8,204.7,83.3,202.3,83.3z"/>
<path class="st1" d="M219.5,74.3l2.3,1.6c-1.6,2.9-2.3,5-2.8,7.5l-3,0.6c-1.2-4.1-1.4-8-1.4-11.1c0-8.3,1.5-13.9,2.1-16.4l3.5,1.4
c0.1,0,0.9,0.3,0.9,0.7c0,0.3-0.2,0.3-0.7,0.5c-0.4,0.2-0.6,0.7-0.8,1.5c-1.5,6-1.6,12.7-1.6,13.4c0,1.3,0.1,1.8,0.1,2.4
L219.5,74.3z M239.9,65c-1.5,0.5-2.9,0.8-4.4,1c0,3.6,0.1,5,0.5,9.5c2.7,1,4.1,1.9,5.9,3.3L240,82c-1-0.9-1.9-1.7-3.9-2.6
c-0.1,3-0.6,4.5-5.1,4.5c-1,0-7.2,0-7.2-5c0-3.4,2.8-4.6,6-4.6c0.8,0,1.6,0.1,2.4,0.3c-0.3-4.9-0.4-5.5-0.4-8.1
c-0.8,0.1-1.7,0.1-3.3,0.1c-1.1,0-2.3,0-3.2-0.1v-3.6c1.9,0.3,3,0.3,3.3,0.3c1.2,0,2.4-0.1,3.1-0.2c0-1.8,0.1-4.9,0.1-6.6l3.9,0.7
c0.8,0.1,0.8,0.3,0.8,0.5c0,0.1,0,0.1-0.1,0.2c-0.1,0-0.4,0.2-0.5,0.3c-0.2,0.2-0.3,0.6-0.5,4.3c1.2-0.2,2.1-0.4,4.3-1.2V65H239.9z
M229.8,77.5c-1.7,0-2.7,0.6-2.7,1.5c0,0.8,0.9,1.5,3,1.5c2.4,0,2.4-0.8,2.3-2.4C231.2,77.6,230.3,77.5,229.8,77.5z M241.4,61
c-0.6-0.7-1.7-1.8-2.8-2.6l1.5-1.6c1,0.8,2,1.7,2.8,2.7L241.4,61z M244,58.4c-1.1-1.2-2.1-2.2-2.9-2.8l1.5-1.5
c1,0.8,2.1,1.8,2.9,2.8L244,58.4z"/>
</g>
<g class="st0">
<path class="st1" d="M15,135.3c-3.2,0-8.4-0.3-10.4-2.3c-0.6-0.5-1.2-1.3-1.2-2.8c0-3.2,1.9-5.2,3.6-6.9l3.3,2.7
c-0.9,0.8-2.1,1.9-2.1,3.1c0,0.7,0.3,1,0.5,1.2c1,0.9,4.5,0.9,6.1,0.9c6.2,0,8.5-0.4,11.2-1l0.2,4.5C23,135,19.1,135.3,15,135.3z
M15.9,119.8l-2.6-2.8l3.7-3.1c-6,0-8.4,0-10.5-0.2l-1-4.1c3.2,0.5,6.4,0.8,9.7,0.8c2.6,0,5.3-0.1,7.9-0.4l1.7,3
C21.6,115.1,17.9,118.1,15.9,119.8z"/>
<path class="st1" d="M56.4,135.3c-4.2,0-4.2-5-4.2-5.9c0-1.4,0.6-8.1,0.6-9.6c0-0.9-0.2-2.4-1.4-2.4c-2.1,0-4.8,3.5-7.3,6.6
c0,5,0,8.7,0.3,13l-4,0.2l0.1-8.3c-1.1,1.5-1.7,2.4-3,4.4l-3.7-2.5c2.4-2.2,4.3-4.5,6.8-8.3l0.1-3.2c-1.9,0.7-2.9,1-4.7,1.6
l-1.8-3.9c3-0.4,5.2-1.2,6.5-1.7l0.1-7.7l3.6,0.4c0.6,0.1,0.9,0.1,0.9,0.4c0,0.1-0.5,0.6-0.6,0.7c-0.2,0.3-0.3,2-0.4,4.8l2.3,2.2
l-0.8,1.6c1.4-1.3,4.8-4.5,7.2-4.5c1.8,0,4,1.5,4,4.3c0,0.6,0,1-0.5,5.9c-0.3,3.2-0.4,4.4-0.4,5.1c0,2,0.4,2.4,1.3,2.4
c1,0,2.4-0.6,3.9-2.7l1.1,4C60.8,133.8,58.8,135.3,56.4,135.3z"/>
<path class="st1" d="M88.2,133c-1.5,2.6-3.9,2.8-5.4,2.8c-1,0-2.1-0.1-3.1-0.2l-0.5-4.4c0.8,0.3,1.8,0.6,3.2,0.6
c1.1,0,1.7-0.2,2.2-0.9c0.7-1,2.2-5.3,2.2-9c0-1.9-0.4-3.1-3-3.1c-0.6,0-1.4,0.1-2.1,0.2c-1.9,6.6-3.8,10.8-7.5,16.8l-4.1-1.8
c3.2-4,5-7.2,7.1-14.1c-1.8,0.4-3.2,0.9-5.1,1.5l-1.4-4.4c2.6-0.2,5.9-0.8,7.5-1.1c0.4-2.3,0.8-4.2,0.8-7.2l4.4,0.6
c0.3,0,1,0.3,1,0.6c0,0.1-0.1,0.3-0.5,0.5c-0.6,0.4-0.7,0.4-0.8,0.8c-0.2,1.3-0.4,2.6-0.7,3.9c0.8-0.1,1.9-0.3,2.8-0.3
c4.9,0,5.3,4,5.3,6.2C90.7,124.1,90.1,129.7,88.2,133z M94.7,126l-2.4-3.7c1.5-0.1,2.4-0.2,2.4-1.1c0-1.1-2-4.7-4-7l3-2.2
c4.7,5,5.6,9.3,5.6,10.6C99.2,124.7,97,125.6,94.7,126z"/>
<path class="st1" d="M113.9,137.4L112,133c1.2,0.1,2.8,0.4,4.5,0.4c6.7,0,9.8-3.5,9.8-6.8c0-2.3-1.8-3.8-4.5-3.8
c-2.5,0-6.1,1.4-9.8,5.8l-3.1-1.7c0.3-4.9,2-11,2.8-13.8l4.1,1.6c-0.9,2.6-1.7,5.2-2.2,7.9c3.2-3,7-3.6,8.9-3.6c3.8,0,8,2.7,8,7.9
C130.4,137,118.4,137.3,113.9,137.4z M121.9,114.6c-2.3-1.5-4-2.4-8.3-3.9l1.5-3.6c2.4,0.8,5.8,2.1,8.6,3.7L121.9,114.6z"/>
<path class="st1" d="M166.2,129.9c-2.7,4-6.4,5.5-8.4,6.3l-2.7-3.7c1.6-0.5,4.3-1.2,6.5-3.9c2.2-2.6,2.6-5.6,2.6-7.2
c0-2-0.6-4.4-2.6-6.3c-2.3-2.2-4.8-2.3-6.1-2.4c-1.2,8.6-3.3,13.6-4.5,16c-1.1,2.2-2.7,5.3-4.6,5.3c-1.3,0-7.2-3.2-7.2-9.7
c0-8,6.6-15.3,15.9-15.3c7.5,0,13.4,5.1,13.4,13.1C168.5,125.4,167.5,127.9,166.2,129.9z M146.8,116.1c-2.6,2.4-3.6,5.8-3.6,8
c0,2.9,1.7,4.4,2.3,4.4c1.9,0,5-9.4,5.7-15C150.2,113.8,148.6,114.4,146.8,116.1z"/>
</g>
<g class="st0">
<path class="st2" d="M22.4,188.5v-1.9H8.8v2.1H4.5v-27.9h22.1v27.7L22.4,188.5L22.4,188.5z M22.4,164.8H8.8v6.8h13.6
C22.4,171.6,22.4,164.8,22.4,164.8z M22.4,175.4H8.8v7.4h13.6C22.4,182.8,22.4,175.4,22.4,175.4z"/>
<path class="st2" d="M62,185.6c-1.8-1.3-3.3-2.4-5.5-4.9v3.5h-5.3v5.8H47v-5.8h-5v-3.6h5v-8.2c-2.2,4.7-6.5,10.4-10.2,13.7
l-3.4-2.4c4.8-3.6,9.4-10.2,11.2-15h-11v-3.9H47v-6l3.5,0.2c0.5,0,1.3,0.2,1.3,0.6c0,0.1-0.1,0.3-0.3,0.4c-0.2,0.2-0.3,0.3-0.3,0.4
v4.4h13.2v3.9H53c2.3,5.8,6.8,10.4,11.9,14L62,185.6z M51.2,172.8v7.8h5.2C53.2,176.9,52,174.5,51.2,172.8z"/>
</g>
<g class="st0">
<path class="st1" d="M87.9,186.3c-0.8,0.8-1.9,1.4-4.1,1.4c-1.1,0-2.1-0.1-2.7-0.1l-0.9-3.9c0.6,0.1,1.4,0.3,2.4,0.3
c1.1,0,1.8-0.2,2.5-1c1.6-2,1.9-6.6,1.9-8.3c0-2.8-0.7-3.6-2.9-3.6c-0.8,0-1.5,0.1-1.9,0.2c-1.8,7.4-3.6,11.7-6.8,16.7l-3.7-1.7
c3.4-4.8,5.1-8.4,6.5-14c-1.9,0.6-3.1,1.1-4.9,1.9l-1.3-4.3c2.7-0.4,4-0.7,6.9-1.3c0.3-2.3,0.4-3.8,0.4-6.8l4.3,0.6
c0.5,0.1,0.9,0.3,0.9,0.5c0,0.1,0,0.2-0.4,0.4c-0.4,0.3-0.4,0.3-0.5,0.8c-0.2,1.4-0.3,2.1-0.5,3.7c0.6-0.1,1.6-0.3,2.6-0.3
c4.9,0,5.3,4.3,5.3,7.5C90.9,180,89.6,184.7,87.9,186.3z M94.6,178.2l-1.9-3.4c1.3-0.2,2.1-0.4,2.1-1.2c0-0.9-1.4-3.9-5.2-8.3
l2.9-2c1.7,2,6.6,7.8,6.6,11.6C99,177.6,95.9,178,94.6,178.2z M97.7,166.7c-0.9-1.3-1.7-2.2-2.8-3.2l1.9-1.4c1,0.9,2,2,2.8,3.1
L97.7,166.7z M101.4,164.5c-0.7-1.2-1.6-2.2-2.6-3.1l1.9-1.4c1,0.8,1.9,1.8,2.8,3L101.4,164.5z"/>
</g>
<g class="st0">
<path class="st1" d="M116.9,168.3c-0.7,0.8-1.5,1.6-2.2,2.3c-1.2,1.2-1.7,1.4-2.3,1.9l-3.1-2.8c2.6-1.4,4-3.1,5.1-4.7l3.1,2.5
c0.4,0.3,0.4,0.4,0.4,0.5C117.9,168.3,117.8,168.3,116.9,168.3z M130.7,164.9v7c0,2-2.1,2.7-4.2,2.7h-0.9L124,171h2.1
c0.8,0,1-0.2,1-1.2v-4.9h-2.9c-0.1,3.4-0.9,5.4-3,7.6l3,1.5c0.2,0.1,0.5,0.3,0.5,0.5s-0.1,0.3-0.2,0.3c-0.1,0.1-0.7,0.4-0.8,0.5
h10.5l1,1.2c-2.3,3.2-4,4.9-6.6,7c1.3,0.6,2.8,1.3,5.7,1.9c2.4,0.5,3.9,0.5,5.5,0.6l-1.9,3.9c-4.9-0.5-8.2-1.4-12.7-4.1
c-3.1,1.7-6,3-12.7,4.4l-2.1-3.7c4.5-0.4,7.6-1.2,11.5-3.1c-1.2-1.1-2.1-2-3.2-3.5c-2.5,2-4.1,3-6.1,3.7l-3.1-3
c3.6-1.3,6.8-3.7,9.4-6.6c-1.1,0.6-1.9,1-2.7,1.3l-2.2-3.4c1.6-0.5,3.6-1.1,5-2.9c1.2-1.5,1.3-2.8,1.3-4.3h-10.4v-3.3h13v-3
l4.3,0.1c0.5,0,1.1,0.1,1.1,0.5c0,0.2-0.1,0.3-0.2,0.3c-0.6,0.5-0.6,0.5-0.6,0.7v1.3h13.1v3.3h-9.9V164.9z M122.2,178.6
c0.9,1.2,1.7,2,2.8,2.9c1.4-1,2.2-1.8,3-2.9H122.2z M136.6,173.2c-1-1.8-3-4-4.5-5.2l3.2-2.5c1.4,1.1,3.3,3.2,4.7,5.1L136.6,173.2z
"/>
<path class="st1" d="M165.1,188.3l-2.8-3.6c1.2-0.2,3.4-0.6,5.8-2.8c1.2-1,2.9-3.2,2.9-5.6c0-3.5-2.8-5.6-5.7-5.6
c-2.4,0-5.4,1.4-8.2,4.2v3.3c0,4.9,0.1,7.9,0.2,10.5l-4.3,0.4c0.2-4,0.3-5.4,0.4-9.5c-1.2,1.6-1.8,2.6-2.9,4.4l-3.5-2.6
c1.7-2,2.2-2.7,6.6-8.8l0.1-2.4c-2.8,1-3.7,1.4-4.9,1.9l-0.6-4.7c1.4-0.3,2.8-0.5,5.6-1.2c0-2.6,0.1-4.5-0.1-6.4l3.9,0.4
c0.3,0,1,0.1,1,0.4c0,0.2-0.6,0.7-0.7,0.8c-0.2,0.2-0.3,2.1-0.3,3.7l1.1-0.4l2.2,1.9c-1,1.4-1.4,2.2-1.8,2.7c1-0.6,3.6-2.3,6.9-2.3
c4.2,0,9.3,3.1,9.3,9.3C175.1,184.8,167.7,187.4,165.1,188.3z"/>
<path class="st1" d="M193.7,188.7c-4.5,0-6.8-2.3-6.8-4.9c0-2.1,1.8-4.8,5.3-4.8c3.7,0,6.1,3,7.1,4.2c0.8-0.7,2.4-2.2,2.4-4.8
c0-3.6-3.5-4.7-5.8-4.7c-1.5,0-3.2,0.4-4.1,0.9c-2.2,1.2-5.4,4.4-7.4,6.4l-3-3.2c3.7-2.8,7.6-6,13.3-13c-2.2,0.5-4.1,0.9-8.4,0.9
l-0.8-4c0.9,0.1,2.9,0.2,4,0.2c1.4,0,7.5-0.5,10.9-1.8l1.9,2.9c-2.2,1.8-2.8,2.4-8,7.7c1.2-0.2,3-0.2,3.5-0.2c4.9,0,8,4,8,8
C205.7,184.5,200,188.7,193.7,188.7z M192.3,182.1c-1.5,0-1.8,1-1.8,1.5c0,1.3,1.7,1.6,3,1.6c1.2,0,1.9-0.2,2.4-0.3
C195.5,184.1,194.4,182.1,192.3,182.1z"/>
<path class="st1" d="M223.1,184.5c0,3.1-2.5,5.5-5.5,5.6c-3.1,0-5.6-2.5-5.6-5.6s2.5-5.5,5.6-5.5
C220.6,179,223.1,181.4,223.1,184.5z M213.7,184.5c0,2.1,1.7,3.9,3.9,3.8c2.1,0,3.8-1.7,3.8-3.8s-1.7-3.8-3.8-3.8
S213.7,182.4,213.7,184.5z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="132" height="66" viewBox="0 0 132 66">
<text id="text-news" transform="translate(0 52)" fill="#fff" font-size="50" font-family="RobotoSlab-Regular, Roboto Slab"><tspan x="0" y="0">News</tspan></text>
</svg>
!function(){class e{constructor(){this.slider()}slider(){new Swiper(".swiperSlide",{loop:!0,slidesPerView:1,speed:800,spaceBetween:48,autoplay:{delay:5e3,disableOnInteraction:!0},pagination:{el:".swiper-pagination",clickable:!0},breakpoints:{1200:{slidesPerView:3}}})}}window.addEventListener("DOMContentLoaded",(()=>{new e}))}();
\ No newline at end of file
!function(){class e{constructor(){this.slider()}slider(){new Swiper(".swiperSlide",{loop:!0,slidesPerView:1,speed:800,spaceBetween:48,autoplay:{delay:5e3,disableOnInteraction:!0},pagination:{el:".swiper-pagination",clickable:!0},breakpoints:{1200:{slidesPerView:3}}})}}window.addEventListener("DOMContentLoaded",(()=>{new e}))}();
\ No newline at end of file
!function(){class e{constructor(){this.slider()}slider(){new Swiper(".swiperSlide",{loop:!0,slidesPerView:1,speed:800,spaceBetween:48,autoplay:{delay:5e3,disableOnInteraction:!0},pagination:{el:".swiper-pagination",clickable:!0},breakpoints:{1200:{slidesPerView:3}}})}}window.addEventListener("DOMContentLoaded",(()=>{new e}))}();
\ No newline at end of file
!function(){class e{constructor(){this.slider()}slider(){new Swiper(".swiperSlide",{loop:!0,slidesPerView:1,speed:800,spaceBetween:48,autoplay:{delay:5e3,disableOnInteraction:!0},pagination:{el:".swiper-pagination",clickable:!0},breakpoints:{1200:{slidesPerView:3}}})}}window.addEventListener("DOMContentLoaded",(()=>{new e}))}();
\ No newline at end of file
!function(){class e{constructor(){this.slider(),this.modal()}slider(){new Swiper(".swiper02",{loop:!0,slidesPerView:1,speed:800,spaceBetween:48,autoplay:{delay:5e3,disableOnInteraction:!0},pagination:{el:".swiper-pagination",clickable:!0},breakpoints:{800:{slidesPerView:3}}})}modal(){$((function(){$(".popup-btn").magnificPopup({type:"image"})}))}}window.addEventListener("DOMContentLoaded",(()=>{new e}))}();
\ No newline at end of file
!function(){class e{constructor(){this.slider(),this.modal()}slider(){new Swiper(".swiper02",{loop:!0,slidesPerView:1,speed:800,spaceBetween:48,autoplay:{delay:5e3,disableOnInteraction:!0},pagination:{el:".swiper-pagination",clickable:!0},breakpoints:{800:{slidesPerView:3}}})}modal(){$((function(){$(".popup-btn").magnificPopup({type:"image"})}))}}window.addEventListener("DOMContentLoaded",(()=>{new e}))}();
\ No newline at end of file
!function(){class e{constructor(){this.headerScroll(),this.headerAdjust(),this.humbergerMenu(),this.humbergerMenuAdjust(),this.resize(),this.copywriteUpdate(),this.smoothScroll()}headerScroll(){window.innerWidth>800&&$(window).scroll($.throttle(100,(function(){const e=$("#header").height();$(window).scrollTop()>e?($("#header").addClass("--frameOut"),$("#headerSmall").addClass("--frameIn")):($("#header").removeClass("--frameOut"),$("#headerSmall").removeClass("--frameIn"))})))}headerAdjust(){$(window).on("load",(function(){const e=$(location).attr("href"),t=$(".--heightGet").outerHeight();if(-1!=e.indexOf("#")){const n=e.split("#"),o=$("#"+n[n.length-1]),a=Math.floor(o.offset().top)-t;$("html, body").animate({scrollTop:a},500)}}))}smoothScroll(){$('a[href^="/#"],a[href^="#"]').click((function(){let e;const t=$(this).attr("href").replace(/.*(#.*)/g,"$1");e="#"===t||""===t?$("html"):$(t);const n=e.offset().top;return $("body,html").animate({scrollTop:n-80},400,"swing"),!1}))}humbergerMenu(){const e=window.innerWidth;$(".header__SPNav"),e<800&&$("#header__navButton01,#header__navItem01 a").click((function(){$("#header__navButton01").toggleClass("active"),$("#header__SPNav01").toggleClass("--open")})),e<800&&$(".--small .header__navButton,.--small #header__navItem a").click((function(){$(".--small .header__navButton").toggleClass("active"),".--small .header__SPNav".toggleClass("--open")}))}humbergerMenuAdjust(){function e(e){e.preventDefault()}$(".header__navButtonWrap").click((function(){$("body").toggleClass("--menuOpen"),document.addEventListener("touchmove",e,{passive:!1}),setTimeout((function(){document.removeEventListener("touchmove",e,{passive:!1})}),200)}))}resize(){$(window).resize($.throttle(250,(function(){window.innerWidth>800&&($(".header__navButton").removeClass("active"),$(".header__SPNav").removeClass("--open"))})))}contactText(){$(".sendButton").prop("disabled",!0),$(".js-inputJudge").each((function(){$(this).prev("label").addClass("required")})),$(".js-inputJudge").keyup((function(e){let t=!0;$(".js-inputJudge").each((function(e){(""===$(".js-inputJudge").eq(e).val()||$("form input[type=checkbox]:not(:checked)").length>0)&&(t=!1)})),t?($(".sendButton").prop("disabled",!1),$(".sendButton").addClass("buttonAllRequired")):($(".sendButton").prop("disabled",!0),$(".sendButton").removeClass("buttonAllRequired"))}))}copywriteUpdate(){const e=document.getElementById("year"),t="-"+(new Date).getFullYear();(new Date).getFullYear()>2022&&(e.innerHTML=t)}pullDown(){const e=document.getElementById("pullButton"),t=document.getElementById("pullContent");e.addEventListener("click",(function(){t.classList.contains("--open")?t.classList.remove("--open"):t.classList.add("--open")}))}}window.addEventListener("DOMContentLoaded",(()=>{new e}))}();
\ No newline at end of file
/*
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
/******/ (function() { // webpackBootstrap
/******/ "use strict";
/******/
/******/
/******/ })()
;
\ No newline at end of file
!function(){class o{constructor(){this.accodion()}accodion(){$(".questionHead").on("click",(function(){var o=$(this).next(".questionBody");$(o).slideToggle(),$(this).children($(".questionHeadButtonWrap")).toggleClass("--open"),$(this).hasClass("close")?$(this).removeClass("close"):$(this).addClass("close")}))}smoothScroll(){$('a[href^="/#"],a[href^="#"]').click((function(){let o;const t=$(this).attr("href").replace(/.*(#.*)/g,"$1");o="#"===t||""===t?$("html"):$(t);const s=o.offset().top;return $("body,html").animate({scrollTop:s-8e3},400,"swing"),!1}))}}window.addEventListener("DOMContentLoaded",(()=>{new o}))}();
\ No newline at end of file
!function(){class e{constructor(){this.headerScroll(),this.slider(),this.resize(),this.mouseStalker(),this.contactText(),this.copywriteUpdate()}headerScroll(){window.innerWidth>800&&$(window).scroll($.throttle(100,(function(){const e=$("#header").height();$(window).scrollTop()>e?($("#header").addClass("--frameOut"),$("#headerSmall").addClass("--frameIn")):($("#header").removeClass("--frameOut"),$("#headerSmall").removeClass("--frameIn"))})))}slider(){new Swiper(".swiper",{loop:!0,slidesPerView:1,speed:800,autoplay:{delay:5e3}})}resize(){$(window).resize($.throttle(250,(function(){window.innerWidth>800&&($(".header__navButton").removeClass("active"),$(".header__SPNav").removeClass("--open"))})))}mouseStalker(){const e=document.getElementById("mouseStalker"),t=document.getElementById("kvArea"),n=($("#header").height(),$("#mouseStalker").innerWidth()/2);t.addEventListener("mousemove",(function(t){e.style.transform=`translate(${t.clientX+n}px,${t.clientY+n}px)`})),t.addEventListener("mouseenter",(()=>{e.classList.add("isActive")})),t.addEventListener("mouseleave",(()=>{e.classList.remove("isActive")}))}contactText(){$(".sendButton").prop("disabled",!0),$(".js-inputJudge").each((function(){$(this).prev("label").addClass("required")})),$(".js-inputJudge").keyup((function(e){let t=!0;$(".js-inputJudge").each((function(e){(""===$(".js-inputJudge").eq(e).val()||$("form input[type=checkbox]:not(:checked)").length>0)&&(t=!1)})),t?($(".sendButton").prop("disabled",!1),$(".sendButton").addClass("buttonAllRequired")):($(".sendButton").prop("disabled",!0),$(".sendButton").removeClass("buttonAllRequired"))}))}copywriteUpdate(){const e=document.getElementById("year"),t="-"+(new Date).getFullYear();(new Date).getFullYear()>2022&&(e.innerHTML=t)}pullDown(){const e=document.getElementById("pullButton"),t=document.getElementById("pullContent");e.addEventListener("click",(function(){t.classList.contains("--open")?t.classList.remove("--open"):t.classList.add("--open")}))}}window.addEventListener("DOMContentLoaded",(()=>{new e}))}();
\ No newline at end of file
!function(){sessionStorage.getItem("access")?$(".opening").addClass("--active"):sessionStorage.setItem("access",0);class e{constructor(){this.resize(),this.mouseStalker(),this.contactText(),this.copywriteUpdate()}slider(){new Swiper(".swiper",{loop:!0,slidesPerView:1,speed:800,autoplay:{delay:5e3}})}resize(){$(window).resize($.throttle(250,(function(){window.innerWidth>800&&($(".header__navButton").removeClass("active"),$(".header__SPNav").removeClass("--open"))})))}mouseStalker(){const e=document.getElementById("mouseStalker"),t=document.getElementById("kvArea"),n=($("#header").height(),$("#mouseStalker").innerWidth()/2);t.addEventListener("mousemove",(function(t){e.style.transform=`translate(${t.clientX+n}px,${t.clientY+n}px)`})),t.addEventListener("mouseenter",(()=>{e.classList.add("isActive")})),t.addEventListener("mouseleave",(()=>{e.classList.remove("isActive")}))}contactText(){$(".sendButton").prop("disabled",!0),$(".js-inputJudge").each((function(){$(this).prev("label").addClass("required")})),$(".js-inputJudge").keyup((function(e){let t=!0;$(".js-inputJudge").each((function(e){(""===$(".js-inputJudge").eq(e).val()||$("form input[type=checkbox]:not(:checked)").length>0)&&(t=!1)})),t?($(".sendButton").prop("disabled",!1),$(".sendButton").addClass("buttonAllRequired")):($(".sendButton").prop("disabled",!0),$(".sendButton").removeClass("buttonAllRequired"))}))}copywriteUpdate(){const e=document.getElementById("year"),t="-"+(new Date).getFullYear();(new Date).getFullYear()>2022&&(e.innerHTML=t)}pullDown(){const e=document.getElementById("pullButton"),t=document.getElementById("pullContent");e.addEventListener("click",(function(){t.classList.contains("--open")?t.classList.remove("--open"):t.classList.add("--open")}))}}window.addEventListener("DOMContentLoaded",(()=>{new e}))}();
\ No newline at end of file
!function(){class e{constructor(){this.slider()}slider(){new Swiper(".swiperSlide",{loop:!0,slidesPerView:1,speed:800,spaceBetween:48,autoplay:{delay:5e3,disableOnInteraction:!0},pagination:{el:".swiper-pagination",clickable:!0},breakpoints:{1200:{slidesPerView:3}}})}}window.addEventListener("DOMContentLoaded",(()=>{new e}))}();
\ No newline at end of file
!function(){class e{constructor(){this.slider()}slider(){new Swiper(".swiperSlide",{loop:!0,slidesPerView:1,speed:800,spaceBetween:48,autoplay:{delay:5e3,disableOnInteraction:!0},pagination:{el:".swiper-pagination",clickable:!0},breakpoints:{1200:{slidesPerView:3}}})}}window.addEventListener("DOMContentLoaded",(()=>{new e}))}();
\ No newline at end of file
!function(){class e{constructor(){this.slider()}slider(){new Swiper(".swiperSlide",{loop:!0,slidesPerView:1,speed:800,spaceBetween:48,autoplay:{delay:5e3,disableOnInteraction:!0},pagination:{el:".swiper-pagination",clickable:!0},breakpoints:{1200:{slidesPerView:3}}})}}window.addEventListener("DOMContentLoaded",(()=>{new e}))}();
\ No newline at end of file
:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}body.--menuOpen{overflow:hidden}.page{padding-top:140px}header{position:fixed;top:0;right:0;left:0;background-color:#fff;z-index:3;transition:all .5s}header.--frameIn{-webkit-transform:translateY(0);transform:translateY(0)}header.--frameOut{-webkit-transform:translateY(-100%);transform:translateY(-100%)}header.--small{position:fixed;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);z-index:4}header.--small.--frameIn{-webkit-transform:translateY(0);transform:translateY(0)}header.--small .header__inner{height:80px}header.--small .header__contactLogo{width:36px;height:36px}header.--small .header__contactIcon svg{width:24px}header.--small .header__contactText{font-weight:800}.header__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:140px;padding-left:60px}.header__title{color:#0f68b7}.header__nav{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%}.header__navList{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-right:65px;overflow:auto;position:absolute;left:25%;top:0;bottom:0}.header__navItem.--mini{background-color:#f7f7f7}.header__navItem:not(:last-child){margin-right:3vw}.header__navItemLink{position:relative;display:inline-block;width:100%;height:100%}.header__navButton{position:relative;cursor:pointer;border-radius:5px;width:30px;height:30px}.header__navButton.active{position:fixed;right:30px;top:15px}.header__navButton span{display:inline-block;transition:all .4s;position:absolute;left:0;height:3px;border-radius:2px;background-color:#0f68b7;width:100%}.header__navButton span:nth-of-type(2){top:10px}.header__navButton span:nth-of-type(3){top:20px}.header__navButton.active span:nth-of-type(1){top:18px;right:18px;-webkit-transform:translateY(6px) rotate(-45deg);transform:translateY(6px) rotate(-45deg);width:30px}.header__navButton.active span:nth-of-type(2){opacity:0;top:25px;right:18px}.header__navButton.active span:nth-of-type(3){top:30px;right:18px;-webkit-transform:translateY(-6px) rotate(45deg);transform:translateY(-6px) rotate(45deg);width:30px}.header__SPNav{position:fixed;width:100%;height:100%;top:0;left:0;background-color:#e5f5fd;-webkit-transform:translateX(100%);transform:translateX(100%);z-index:5;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease}.header__SPNav.--open{transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease;-webkit-transform:translateX(0%);transform:translateX(0%)}.header__SPNav::before{content:"";background-color:#e5f5fd;width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:-1}.header__SPNavInner{overflow-y:auto;width:100%;height:100%;-webkit-overflow-scrolling:touch;padding-top:80px}.header__navItemEnglish{transition:all .3s;color:#0f68b7;font-size:14px;font-family:"Roboto Slab",serif}.header__navItemJapanese{transition:all .3s;color:#39424b;font-weight:700;font-size:16px}.header__navItemDetail{color:#39424b;font-size:16px;font-weight:bold;padding-left:17px}.header__navItemContact a{display:inline-block;width:100%;height:100%}.header__navItemContactContent{padding:30px 40px;background-color:#0f68b7;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header__navItemContactImage{width:36px;margin-right:50px}.header__navItemContactText{font-size:20px;font-weight:700}.header__contact{width:210px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#0f68b7}.header__contactLogo{display:inline-block;background-color:#fff;width:48px;height:48px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:50%;margin-bottom:3px}.header__contactLogo svg{display:block}.header__contactText{color:#fff}.header__contactText a{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.subHeader{padding:45px 60px;text-align:left}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}footer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:30px 60px;border-top:2px solid #e5f5fd}.footer__company{font-family:"Roboto Slab",serif;font-size:12px}.footer__privacyPolicy{font-size:12px;position:relative}.footer__privacyPolicy::before{content:"";position:absolute;top:50%;left:-10px;width:0;height:0;border-style:solid;border-width:2.5px 0 2.5px 5px;border-color:transparent transparent transparent #007bff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.footer__privacyPolicyLink{color:#39424b}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.c-title{color:var(--colorPrimary);position:relative;display:inline-block;margin-bottom:70px;padding-bottom:25px}.c-title.--colorType02{color:#fff}.c-title.--colorType02::after{color:#fff;background-color:#fff}.c-title::after{position:absolute;background-color:#0068b3;right:0;left:0;bottom:0px;content:"";display:inline-block;width:50px;height:2px;margin:auto}.c-title__english{font-size:14px;font-family:"Roboto Slab",serif;font-weight:500}.c-title__japanese{font-size:24px;display:block}.c-title.--sizeBig::after{width:80px}.c-title.--sizeBig .c-title__english{font-size:18px}.c-title.--sizeBig .c-title__japanese{font-size:36px}.c-hoverText{transition:all .5s;position:relative}.wed__band{color:#0f68b7;background-color:#e5f5fd;text-align:center;padding-top:39px;padding-bottom:39px;margin-bottom:60px}.wed__bandEnglish{font-size:18px;display:block;font-family:"Roboto Slab",serif;font-weight:500}.wed__bandJapanese{font-size:36px;display:block;line-height:1.5}.contentsInner{max-width:1118px;padding-right:16px;padding-left:16px;margin-left:auto;margin-right:auto}.wedBusiness{margin-bottom:120px}.wedBusinessList{text-align:left}.wedBusinessList__item{position:relative}.wedBusinessList__item:not(:last-child){margin-bottom:100px}.wedBusiness__image{padding-top:10px}.wedBusiness__title{font-size:24px;margin-bottom:35px}.wedBusiness__subTitle{line-height:2;font-size:16px;margin-bottom:15px}.wedBusiness__description{line-height:2}.subTitle{font-size:24px;margin-bottom:50px;color:#0f68b7;text-align:left}.subTitle::before{content:"";margin-right:20px;background-color:#1ca8ea;display:inline-block;width:4px;height:24px;margin-bottom:-4px}.strong{margin-bottom:120px}.cardList{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:50px}.cardList__item{width:calc(50% - 25px);z-index:0;position:relative;color:#fff;background-color:#0f68b7;border-radius:0 40px;padding:40px;text-align:left}.cardList__item::before{z-index:-1;position:absolute;left:0;top:0;content:"";width:0;height:0;border-style:solid;border-width:120px 120px 0 0;border-color:#1ca8ea transparent transparent transparent}.cardList__title{font-size:24px;z-index:1;margin-bottom:25px}.cardList__description{line-height:2}.consult{max-width:1118px;padding-right:16px;padding-left:16px;margin-left:auto;margin-right:auto;margin-bottom:120px}.consultWrap{padding:58px 140px 58px 72px;background-color:#e5f5fd;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.consult__mailbox{position:relative;width:400px}.consult__mailbox::after{position:absolute;content:"";display:inline-block;width:1px;height:120px;background-color:#fff}.consult__lead{margin-bottom:20px}.consult__button{color:#fff;background-color:#1ca8ea;padding:25px 0;display:inline-block;width:100%;max-width:400px;border-radius:40px;transition:all .5s}.consult__buttonText{font-size:20px}.consult__buttonText::before{content:"";display:inline-block;margin-right:20px;width:28px;height:21px;background-size:100%;background-image:url(../img/lp/icon-smallMail.svg);-webkit-transform:translateY(3px);transform:translateY(3px)}.consult__textConsultation{margin-bottom:30px}.consult__number{font-size:36px;color:#0f68b7;font-family:"Roboto Slab",serif;font-weight:500}.consult__number::before{content:"";display:inline-block;margin-right:15px;width:30px;height:30px;background-size:100%;background-image:url(../img/icon-phone.svg);-webkit-transform:translateY(3px);transform:translateY(3px)}.businessFlow{margin-bottom:120px}.businessFlow__procedure{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;font-size:24px}.businessFlow__item{min-height:80px;width:33.3333333333%;position:relative}.businessFlow__item.--arrow::before{z-index:2;position:absolute;right:0;display:inline-block;content:"";width:0;height:0;border-style:solid;border-width:40px 0 40px 30px;border-color:transparent transparent transparent #0f68b7}.businessFlow__item.--arrow::after{z-index:1;position:absolute;right:0;display:inline-block;content:"";width:0;height:0;border-style:solid;border-width:40px 0 40px 38px;border-color:transparent transparent transparent #fff}.annotation{color:red}.businessFlow__head{background-color:#0f68b7;color:#fff;padding:22px}.businessFlow__headText.--adjust{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.businessFlow__body{font-size:16px}.businessFlow__text{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.businessFlow__annotation{font-size:11px;text-align:left}.businessFlow__more{font-size:12px;color:#39424b;position:relative;transition:all .5s;margin-left:30px;text-align:left;white-space:nowrap}.businessFlow__more::before{content:"";position:absolute;top:50%;left:-10px;width:0;height:0;border-style:solid;border-width:2.5px 0 2.5px 5px;border-color:transparent transparent transparent #007bff;-webkit-transform:translateY(-50%)}.businessFlow__bodyHead{border:2px solid #0f68b7;color:#0f68b7;padding:13px 0}.businessFlow__bodyDescription{line-height:2;border:1px solid #0f68b7;text-align:left;padding:13px 20px;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.negotiationList__item{letter-spacing:-0.3px;border:2px solid #0f68b7;color:#0f68b7;padding:13px}.negotiationList__item:not(:last-child){margin-bottom:40px;position:relative}.negotiationList__item:not(:last-child)::after{display:inline-block;position:absolute;margin-right:auto;margin-left:auto;right:0;left:0;bottom:-27px;content:"";width:0;height:0;border-style:solid;border-width:12px 11.5px 0 11.5px;border-color:#1ca8ea transparent transparent transparent}.reachList__item{border:2px solid #0f68b7;padding:13px;color:#0f68b7}.reachList__item:not(:last-child){margin-bottom:40px;position:relative}.reachList__item:not(:last-child)::after{display:inline-block;position:absolute;margin-right:auto;margin-left:auto;right:0;left:0;bottom:-27px;content:"";width:0;height:0;border-style:solid;border-width:12px 11.5px 0 11.5px;border-color:#1ca8ea transparent transparent transparent}.success{margin-bottom:60px}.swiperWrap{max-width:1086px;overflow:hidden;z-index:2}.swiper02{position:relative}.successList{margin-bottom:100px}.swiper-pagination{position:absolute;bottom:-42px !important;z-index:1 !important}.swiper-pagination-bullet{opacity:1 !important;border:2px solid #1ca8ea !important;background:#fff !important;transition:all .5s}.swiper-pagination-bullet:hover{background:#1ca8ea !important}.swiper-pagination-bullet-active{opacity:1 !important;background:#1ca8ea !important}.successList__item{border:2px solid #0f68b7;position:relative;padding:20px}.success__subHeading{color:#fff;background-color:#0f68b7;padding:4px 13px;display:inline-block;position:absolute;left:20px;top:0}.success__mainHeading{color:#0f68b7;font-size:24px}.successStatusList{text-align:left;font-size:12px;margin-top:18px;margin-bottom:15px}.success__description{font-size:14px;background:#e5f5fd;padding:15px;text-align:left;min-height:195px;max-height:195px}.success__description.--textLong{overflow-y:scroll}.mfp-zoom-out-cur .mfp-image-holder .mfp-close{opacity:1;width:60px;height:60px;line-height:60px;top:-20px;background-color:#1ca8ea;right:0;text-align:center;padding-right:0px;font-size:43px;font-family:"Noto Sans JP"}@media screen and (min-width: 801px){.onlySP{display:none !important}.onlySP{display:none !important}header.--small .header__contact{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}header.--small .header__contactLogo{margin-right:10px}.header__navItem:hover .header__navItemEnglish{color:#1ca8ea}.header__navItem:hover .header__navItemJapanese{color:#0f68b7}.header__contact{transition:all .5s}.header__contact:hover{background-color:#1ca8ea}.header__contact:hover svg path{fill:#1ca8ea}.onlySP{display:none !important}.onlySP{display:none !important}.c-hoverText::after{position:absolute;left:0;content:"";width:100%;height:1px;background-color:#39424b;bottom:-1px;-webkit-transform:scale(1, 1);transform:scale(1, 1);-webkit-transform-origin:right top;transform-origin:right top;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.c-hoverText:hover::after{-webkit-transform:scale(0, 1);transform:scale(0, 1);-webkit-transform-origin:right top;transform-origin:right top}.wedBusinessList__item{padding-left:335px}.wedBusiness__image{position:absolute;left:0;top:0;bottom:0;width:260px}.consult__mailbox::after{bottom:0;right:-70px}.consult__button:hover{background-color:#0f68b7}.consult__number{pointer-events:none;cursor:default}.businessFlow__head.--lastArrow{margin-right:30px;position:relative}.businessFlow__head.--lastArrow::after{display:inline-block;position:absolute;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);content:"";width:0;height:0;border-style:solid;border-width:40px 0 40px 30px;border-color:transparent transparent transparent #0f68b7}.businessFlow__head.--arrow{position:relative}.businessFlow__head.--arrow::after{content:"";position:absolute;top:0;right:0;-webkit-transform:translateX(50%);transform:translateX(50%);display:inline-block;background-image:url(../img/pc-image-arrow.svg);background-size:100%;width:38px;height:80px;z-index:1}.businessFlow__body.--preparation{padding:30px 24px 0 0}.businessFlow__body.--negotiation{padding:30px 24px 0 24px}.businessFlow__body.--success{padding:30px 0 0 24px}}@media screen and (max-width: 1200px){.header__inner{padding-left:20px}.header__title{width:146px;margin-right:10px}.header__navItem:not(:last-child){margin-right:1.5vw}.header__navItemEnglish{margin-bottom:3px}.header__navItemJapanese{font-size:12px}.header__contact{width:150px}.header__contactText{font-size:14px}.consultWrap{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:40px 20px}.consult__mailbox{width:100%;padding-bottom:30px}.consult__mailbox::after{bottom:0;right:0;left:0;width:100%;height:1px}.consult__callBox{padding-top:30px}.consult__textConsultation{margin-bottom:10px}}@media screen and (max-width: 800px){.onlyPC{display:none !important}.onlyPC{display:none !important}.page{padding-top:80px}.header__inner{height:80px}.header__title{display:inline-block}.header__nav{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.header__navItem:not(:last-child){margin-right:0}.header__navItem{position:relative;width:100%;text-align:left;border-bottom:2px solid #e5f5fd;background-color:#fff}.header__navItemLink{padding:18px 40px}.header__navItemLink::after{content:"";display:inline-block;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:40px;top:50%;width:0;height:0;border-style:solid;border-width:6px 0 6px 8px;border-color:transparent transparent transparent #007bff}.header__navItemLink.--mini::after{content:"";display:inline-block;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:40px;top:50%;width:0;height:0;border-style:solid;border-width:4px 0 4px 5px;border-color:transparent transparent transparent #007bff}.header__navButtonWrap{position:absolute;top:37%;right:124px;z-index:6}.header__navItemJapanese{font-size:20px}.header__navItemInner{padding-left:40px;padding-top:20px;padding-bottom:20px}.header__contact{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;width:90px}.header__contactLogo{width:36px;height:36px}.header__contactIcon svg{width:22px;height:17px}.header__contactText{display:inline-block;font-size:12px;font-weight:700}.subHeader{padding:25px 20px}.subHeader__image img{width:146px}.onlyPC{display:none !important}footer{padding:20px 16px 30px 16px}.onlyPC{display:none !important}.c-title{margin-bottom:60px}.c-title::after{width:40px}.c-title__english{font-size:12px}.c-title__japanese{font-size:20px}.c-title.--sizeBig::after{width:70px}.c-title.--sizeBig .c-title__english{font-size:14px}.c-title.--sizeBig .c-title__japanese{font-size:30px}.c-hoverText{border-bottom:1px solid #39424b}.wed__band{padding-top:30px;padding-bottom:30px}.wed__bandEnglish{font-size:14px}.wed__bandJapanese{font-size:24px}.contentsInner{width:auto}.wedBusinessList__item{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.wedBusinessList__item:not(:last-child){margin-bottom:60px}.wedBusiness__image{margin:auto auto 20px;width:60%}.wedBusiness__title{font-size:18px;margin-bottom:20px;text-align:left}.wedBusiness__subTitle{font-size:14px}.wedBusiness__description{font-size:14px}.subTitle{font-size:20px;margin-bottom:40px}.cardList{gap:20px}.cardList__item{width:100%;padding:25px 20px}.cardList__item::before{border-width:80px 80px 0 0}.cardList__title{font-size:20px;margin-bottom:20px}.cardList__description{font-size:14px}.consult{width:auto}.consult{padding-right:0;padding-left:0;margin-bottom:120px}.consult__lead{font-size:14px}.consult__textConsultation{font-size:14px}.businessFlow__procedure{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.businessFlow__item{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.businessFlow__item:not(:last-child){margin-bottom:30px}.businessFlow__head{width:60px;padding:20px;font-size:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.businessFlow__head.--arrow{position:relative}.businessFlow__head.--arrow::after{content:"";position:absolute;left:0;bottom:0;-webkit-transform:translateY(70%);transform:translateY(70%);width:60px;height:48px;background-image:url(../img/sp-image-arrow.svg)}.businessFlow__head.--lastArrow{margin-bottom:23px;position:relative}.businessFlow__head.--lastArrow::after{content:"";display:inline-block;position:absolute;left:0;bottom:0;-webkit-transform:translateY(100%);transform:translateY(100%);width:0;height:0;border-style:solid;border-width:23px 30px 0 30px;border-color:#0f68b7 transparent transparent transparent}.businessFlow__body{width:100%}.businessFlow__text{margin-top:30px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.businessFlow__more{font-size:14px;margin-top:30px}.businessFlow__bodyHead{font-size:14px}.businessFlow__bodyDescription{font-size:12px}.negotiationList__item{font-size:14px}.negotiationList__item:not(:last-child){margin-bottom:30px}.negotiationList__item:not(:last-child)::after{bottom:-24px}.reachList__item{font-size:14px}.success{margin-bottom:50px}.successList{margin-bottom:75px}.swiper-pagination{bottom:-27px !important}}
:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.c-title{color:var(--colorPrimary);position:relative;display:inline-block;margin-bottom:70px;padding-bottom:25px}.c-title.--colorType02{color:#fff}.c-title.--colorType02::after{color:#fff;background-color:#fff}.c-title::after{position:absolute;background-color:#0068b3;right:0;left:0;bottom:0px;content:"";display:inline-block;width:50px;height:2px;margin:auto}.c-title__english{font-size:14px;font-family:"Roboto Slab",serif;font-weight:500}.c-title__japanese{font-size:24px;display:block}.c-title.--sizeBig::after{width:80px}.c-title.--sizeBig .c-title__english{font-size:18px}.c-title.--sizeBig .c-title__japanese{font-size:36px}.c-hoverText{transition:all .5s;position:relative}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:"Noto Sans JP",sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a img,img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:0}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}figure,sub,sup{position:relative}script{display:none !important}button[disabled],html input[disabled]{cursor:default}table{border-collapse:collapse;border-spacing:0}a,abbr,address,blockquote,body,caption,cite,code,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,label,legend,li,object,ol,p,pre,q,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,ul{border:0;margin:0;padding:0}*{box-sizing:border-box}html,html a{-webkit-font-smoothing:antialiased}li{list-style:none}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}*,::before,::after{box-sizing:border-box}html{position:relative;font-family:"Noto Sans JP",sans-serif;color:#39424b;font-size:18px;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;font-style:normal;letter-spacing:.04em;font-weight:500;text-align:center}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}a{text-decoration:none}p{margin-top:0;margin-bottom:0}hr{margin-top:0;margin-bottom:0}pre{margin-top:0;margin-bottom:0}blockquote{margin:0}ol,ul{margin-top:0;margin-bottom:0;padding-left:0}li{list-style-type:none}dl{margin-top:0;margin-bottom:0}dd{margin-left:0}figure{margin:0}address,em,cite,dfn,var,i{font-style:inherit}img,iframe,embed,object,video,audio,svg,canvas{vertical-align:bottom}img,iframe,video,input,select,textarea{max-width:100%;height:auto;display:inherit}svg{fill:currentcolor}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}th{text-align:inherit}input,button,select,textarea{padding:0;font:inherit;color:inherit;background-color:transparent;border:0}select{-moz-appearance:none;-webkit-appearance:none;border-radius:0}::-ms-expand{display:none}fieldset{min-width:0;margin:0;padding:0;border:0}[hidden][hidden]{display:none !important}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}html{font-family:"Noto Sans JP",sans-serif;font-size:16px;font-weight:400}.opening{display:none}.opening.--active{display:none}@media screen and (min-width: 801px){.onlySP{display:none !important}.onlySP{display:none !important}.c-hoverText::after{position:absolute;left:0;content:"";width:100%;height:1px;background-color:#39424b;bottom:-1px;-webkit-transform:scale(1, 1);transform:scale(1, 1);-webkit-transform-origin:right top;transform-origin:right top;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.c-hoverText:hover::after{-webkit-transform:scale(0, 1);transform:scale(0, 1);-webkit-transform-origin:right top;transform-origin:right top}.onlySP{display:none !important}}@media screen and (max-width: 800px){.onlyPC{display:none !important}.onlyPC{display:none !important}.c-title{margin-bottom:60px}.c-title::after{width:40px}.c-title__english{font-size:12px}.c-title__japanese{font-size:20px}.c-title.--sizeBig::after{width:70px}.c-title.--sizeBig .c-title__english{font-size:14px}.c-title.--sizeBig .c-title__japanese{font-size:30px}.c-hoverText{border-bottom:1px solid #39424b}.onlyPC{display:none !important}}
:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.page{padding-top:90px}header{position:fixed;top:0;right:0;left:0;background-color:#fff;z-index:15}.lpHeader__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-left:60px}.lpHeader__title{color:#0f68b7;display:inline-block}.lpHeader__subTitle{font-size:12px}.lpHeaderRight{display:-webkit-flex;display:-ms-flexbox;display:flex}.callContent{margin-right:30px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.callContent__number{color:#0f68b7;font-size:30px;font-weight:500;font-family:"Roboto Slab",serif}.callContent__number::before{display:inline-block;width:22px;height:22px;content:url(../img/lp/icon-phone.svg);margin-right:9px}.callContent__days{font-size:12px;background:#e5f5fd;border-radius:12px;padding:2px 12px;margin-left:32px}.consultationContent{padding:21px 32px;color:#fff;background-color:#1ca8ea;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:all .5s}.consultationContent:hover{background-color:#0f68b7}.consultationContent__text{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:24px;font-weight:700}.consultationContent__text::before{display:inline-block;width:48px;height:48px;content:url(../img/lp/icon-mail.svg);margin-right:9px}.lpHeader__spContact{width:90px;height:100%;background-color:#1ca8ea;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lpHeader__spContact a{color:#fff;display:inline-block}.lpHeader__spContactContent{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.lpHeader__spContactImage{width:36px;height:36px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:50%;padding:10px 7px}.lpHeader__spContactText{font-size:12px;font-weight:700}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}body.--menuOpen{overflow:hidden}.page{padding-top:140px}header{position:fixed;top:0;right:0;left:0;background-color:#fff;z-index:3;transition:all .5s}header.--frameIn{-webkit-transform:translateY(0);transform:translateY(0)}header.--frameOut{-webkit-transform:translateY(-100%);transform:translateY(-100%)}header.--small{position:fixed;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);z-index:4}header.--small.--frameIn{-webkit-transform:translateY(0);transform:translateY(0)}header.--small .header__inner{height:80px}header.--small .header__contactLogo{width:36px;height:36px}header.--small .header__contactIcon svg{width:24px}header.--small .header__contactText{font-weight:800}.header__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:140px;padding-left:60px}.header__title{color:#0f68b7}.header__nav{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%}.header__navList{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-right:65px;overflow:auto;position:absolute;left:25%;top:0;bottom:0}.header__navItem.--mini{background-color:#f7f7f7}.header__navItem:not(:last-child){margin-right:3vw}.header__navItemLink{position:relative;display:inline-block;width:100%;height:100%}.header__navButton{position:relative;cursor:pointer;border-radius:5px;width:30px;height:30px}.header__navButton.active{position:fixed;right:30px;top:15px}.header__navButton span{display:inline-block;transition:all .4s;position:absolute;left:0;height:3px;border-radius:2px;background-color:#0f68b7;width:100%}.header__navButton span:nth-of-type(2){top:10px}.header__navButton span:nth-of-type(3){top:20px}.header__navButton.active span:nth-of-type(1){top:18px;right:18px;-webkit-transform:translateY(6px) rotate(-45deg);transform:translateY(6px) rotate(-45deg);width:30px}.header__navButton.active span:nth-of-type(2){opacity:0;top:25px;right:18px}.header__navButton.active span:nth-of-type(3){top:30px;right:18px;-webkit-transform:translateY(-6px) rotate(45deg);transform:translateY(-6px) rotate(45deg);width:30px}.header__SPNav{position:fixed;width:100%;height:100%;top:0;left:0;background-color:#e5f5fd;-webkit-transform:translateX(100%);transform:translateX(100%);z-index:5;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease}.header__SPNav.--open{transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease;-webkit-transform:translateX(0%);transform:translateX(0%)}.header__SPNav::before{content:"";background-color:#e5f5fd;width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:-1}.header__SPNavInner{overflow-y:auto;width:100%;height:100%;-webkit-overflow-scrolling:touch;padding-top:80px}.header__navItemEnglish{transition:all .3s;color:#0f68b7;font-size:14px;font-family:"Roboto Slab",serif}.header__navItemJapanese{transition:all .3s;color:#39424b;font-weight:700;font-size:16px}.header__navItemDetail{color:#39424b;font-size:16px;font-weight:bold;padding-left:17px}.header__navItemContact a{display:inline-block;width:100%;height:100%}.header__navItemContactContent{padding:30px 40px;background-color:#0f68b7;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header__navItemContactImage{width:36px;margin-right:50px}.header__navItemContactText{font-size:20px;font-weight:700}.header__contact{width:210px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#0f68b7}.header__contactLogo{display:inline-block;background-color:#fff;width:48px;height:48px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:50%;margin-bottom:3px}.header__contactLogo svg{display:block}.header__contactText{color:#fff}.header__contactText a{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.subHeader{padding:45px 60px;text-align:left}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}footer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:30px 60px;border-top:2px solid #e5f5fd}.footer__company{font-family:"Roboto Slab",serif;font-size:12px}.footer__privacyPolicy{font-size:12px;position:relative}.footer__privacyPolicy::before{content:"";position:absolute;top:50%;left:-10px;width:0;height:0;border-style:solid;border-width:2.5px 0 2.5px 5px;border-color:transparent transparent transparent #007bff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.footer__privacyPolicyLink{color:#39424b}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.c-title{color:var(--colorPrimary);position:relative;display:inline-block;margin-bottom:70px;padding-bottom:25px}.c-title.--colorType02{color:#fff}.c-title.--colorType02::after{color:#fff;background-color:#fff}.c-title::after{position:absolute;background-color:#0068b3;right:0;left:0;bottom:0px;content:"";display:inline-block;width:50px;height:2px;margin:auto}.c-title__english{font-size:14px;font-family:"Roboto Slab",serif;font-weight:500}.c-title__japanese{font-size:24px;display:block}.c-title.--sizeBig::after{width:80px}.c-title.--sizeBig .c-title__english{font-size:18px}.c-title.--sizeBig .c-title__japanese{font-size:36px}.c-hoverText{transition:all .5s;position:relative}.contentsInner{max-width:1118px;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}.question{max-width:980px;margin-left:auto;margin-right:auto;line-height:2}.question__band{color:#0f68b7;background-color:#e5f5fd;text-align:center;padding-top:39px;padding-bottom:39px;margin-bottom:60px}.question__bandEnglish{font-size:18px;display:block;font-family:"Roboto Slab",serif;font-weight:500}.question__bandJapanese{font-size:36px;display:block;line-height:1.5}.questionInner{margin-bottom:120px}.question__introduce{font-size:14px;margin-bottom:56px}.questionBox{border:1px solid #0f68b7}.questionHead{cursor:pointer;text-align:left;padding:19px 55px 19px 96px;color:#0f68b7;font-weight:800;position:relative}.questionHead::before{font-size:24px;position:absolute;content:"Q";left:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);line-height:1}.questionHead::after{font-size:21px;font-weight:300;position:absolute;content:"/";top:50%;left:70px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.questionHeadButtonWrap{transition:all .5s}.questionHeadButtonWrap::before{content:"";position:absolute;right:0;top:50%;right:25px;display:inline-block;background-color:#0f68b7;height:2px;width:16px}.questionHeadButtonWrap::after{content:"";position:absolute;right:0;top:50%;right:25px;display:inline-block;background-color:#0f68b7;height:2px;width:16px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.questionHeadButtonWrap.--open::after{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.questionHead__title{line-height:1}.questionBody{border-top:2px solid #0f68b7;position:relative;padding:31px 40px 53px 30px;text-align:left;background-color:#f7f7f7;display:none}.questionBodyInner{display:-webkit-flex;display:-ms-flexbox;display:flex}.questionAnswer{display:-webkit-flex;display:-ms-flexbox;display:flex}.question__answer{line-height:2}.question__alfabet{color:#0f68b7;font-size:24px;font-weight:800}.question__hyphen{margin-top:10px}.question__hyphen::before{background-color:#0f68b7;font-size:21px;font-weight:300;display:inline-block;content:"";height:1px;width:10px}.questionBody__title{font-weight:800}.questionBody__box:not(:first-child){margin-top:30px}.questionBody__link{color:#39424b}.questionBox:not(:last-child){margin-bottom:50px}.questionBody__note{font-size:13px}.consult{max-width:1118px;padding-right:16px;padding-left:16px;margin-left:auto;margin-right:auto;margin-bottom:120px}.consultWrap{padding:58px 140px 58px 72px;background-color:#e5f5fd;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.consult__mailbox{position:relative;width:400px}.consult__mailbox::after{position:absolute;content:"";display:inline-block;width:1px;height:120px;background-color:#fff}.consult__lead{margin-bottom:20px}.consult__button{color:#fff;background-color:#1ca8ea;padding:25px 0;display:inline-block;width:100%;max-width:400px;border-radius:40px;transition:all .5s}.consult__buttonText{font-size:20px}.consult__buttonText::before{content:"";display:inline-block;margin-right:20px;width:28px;height:21px;background-size:100%;background-image:url(../img/lp/icon-smallMail.svg);-webkit-transform:translateY(3px);transform:translateY(3px)}.consult__textConsultation{margin-bottom:30px}.consult__number{font-size:36px;color:#0f68b7;font-family:"Roboto Slab",serif;font-weight:500}.consult__number::before{content:"";display:inline-block;margin-right:15px;width:30px;height:30px;background-size:100%;background-image:url(../img/icon-phone.svg);-webkit-transform:translateY(3px);transform:translateY(3px)}@media screen and (min-width: 801px){.onlySP{display:none !important}.onlySP{display:none !important}.lpHeader__title{margin-right:16px}.onlySP{display:none !important}header.--small .header__contact{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}header.--small .header__contactLogo{margin-right:10px}.header__navItem:hover .header__navItemEnglish{color:#1ca8ea}.header__navItem:hover .header__navItemJapanese{color:#0f68b7}.header__contact{transition:all .5s}.header__contact:hover{background-color:#1ca8ea}.header__contact:hover svg path{fill:#1ca8ea}.onlySP{display:none !important}.onlySP{display:none !important}.c-hoverText::after{position:absolute;left:0;content:"";width:100%;height:1px;background-color:#39424b;bottom:-1px;-webkit-transform:scale(1, 1);transform:scale(1, 1);-webkit-transform-origin:right top;transform-origin:right top;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.c-hoverText:hover::after{-webkit-transform:scale(0, 1);transform:scale(0, 1);-webkit-transform-origin:right top;transform-origin:right top}.questionAnswer{margin-right:22px;margin-top:-12px}.question__alfabet{margin-right:20px;margin-top:6px}.consult__mailbox::after{bottom:0;right:-70px}.consult__button:hover{background-color:#0f68b7}.consult__number{pointer-events:none;cursor:default}}@media screen and (min-width: 1200px){.contentsInner.--worry{padding-left:70px}.question{margin-bottom:120px}}@media screen and (max-width: 1200px){.lpHeader__inner{padding-left:20px}.lpHeader__title{width:146px;margin-right:10px}.lpHeader__subTitle{display:none}.header__inner{padding-left:20px}.header__title{width:146px;margin-right:10px}.header__navItem:not(:last-child){margin-right:1.5vw}.header__navItemEnglish{margin-bottom:3px}.header__navItemJapanese{font-size:12px}.header__contact{width:150px}.header__contactText{font-size:14px}.consultWrap{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:40px 20px}.consult__mailbox{width:100%;padding-bottom:30px}.consult__mailbox::after{bottom:0;right:0;left:0;width:100%;height:1px}.consult__callBox{padding-top:30px}.consult__textConsultation{margin-bottom:10px}}@media screen and (max-width: 800px){.onlyPC{display:none !important}.onlyPC{display:none !important}.page{padding-top:80px}.lpHeader__inner{height:80px}.lpHeader__title{display:inline-block}.callContent{display:none}.consultationContent{display:none}.onlyPC{display:none !important}.page{padding-top:80px}.header__inner{height:80px}.header__title{display:inline-block}.header__nav{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.header__navItem:not(:last-child){margin-right:0}.header__navItem{position:relative;width:100%;text-align:left;border-bottom:2px solid #e5f5fd;background-color:#fff}.header__navItemLink{padding:18px 40px}.header__navItemLink::after{content:"";display:inline-block;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:40px;top:50%;width:0;height:0;border-style:solid;border-width:6px 0 6px 8px;border-color:transparent transparent transparent #007bff}.header__navItemLink.--mini::after{content:"";display:inline-block;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:40px;top:50%;width:0;height:0;border-style:solid;border-width:4px 0 4px 5px;border-color:transparent transparent transparent #007bff}.header__navButtonWrap{position:absolute;top:37%;right:124px;z-index:6}.header__navItemJapanese{font-size:20px}.header__navItemInner{padding-left:40px;padding-top:20px;padding-bottom:20px}.header__contact{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;width:90px}.header__contactLogo{width:36px;height:36px}.header__contactIcon svg{width:22px;height:17px}.header__contactText{display:inline-block;font-size:12px;font-weight:700}.subHeader{padding:25px 20px}.subHeader__image img{width:146px}.onlyPC{display:none !important}footer{padding:20px 16px 30px 16px}.onlyPC{display:none !important}.c-title{margin-bottom:60px}.c-title::after{width:40px}.c-title__english{font-size:12px}.c-title__japanese{font-size:20px}.c-title.--sizeBig::after{width:70px}.c-title.--sizeBig .c-title__english{font-size:14px}.c-title.--sizeBig .c-title__japanese{font-size:30px}.c-hoverText{border-bottom:1px solid #39424b}.contentsInner.--spWide{padding-right:0;padding-left:0}.question__band{padding-top:30px;padding-bottom:30px;margin-bottom:30px}.question__bandEnglish{font-size:14px}.question__bandJapanese{font-size:24px}.question__introduce{margin-bottom:30px;font-size:12px}.questionHead{padding:10px 50px 10px 53px}.questionHead::before{left:11px}.questionHead::after{left:37px}.questionHead__title{line-height:1.5}.questionBody{padding:12px 20px 38px 20px}.questionBodyInner{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.questionAnswer{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.question__alfabet{line-height:1;font-size:20px}.question__hyphen{margin-top:5px;line-height:1;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.question__hyphen::before{-webkit-transform:translateY(-6px);transform:translateY(-6px)}.questionBox:not(:last-child){margin-bottom:10px}.consult{width:auto}.consult{padding-right:0;padding-left:0;margin-bottom:120px}.consult__lead{font-size:14px}.consult__textConsultation{font-size:14px}}
:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}body.--menuOpen{overflow:hidden}.page{padding-top:140px}header{position:fixed;top:0;right:0;left:0;background-color:#fff;z-index:3;transition:all .5s}header.--frameIn{-webkit-transform:translateY(0);transform:translateY(0)}header.--frameOut{-webkit-transform:translateY(-100%);transform:translateY(-100%)}header.--small{position:fixed;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);z-index:4}header.--small.--frameIn{-webkit-transform:translateY(0);transform:translateY(0)}header.--small .header__inner{height:80px}header.--small .header__contactLogo{width:36px;height:36px}header.--small .header__contactIcon svg{width:24px}header.--small .header__contactText{font-weight:800}.header__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:140px;padding-left:60px}.header__title{color:#0f68b7}.header__nav{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%}.header__navList{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-right:65px;overflow:auto;position:absolute;left:25%;top:0;bottom:0}.header__navItem.--mini{background-color:#f7f7f7}.header__navItem:not(:last-child){margin-right:3vw}.header__navItemLink{position:relative;display:inline-block;width:100%;height:100%}.header__navButton{position:relative;cursor:pointer;border-radius:5px;width:30px;height:30px}.header__navButton.active{position:fixed;right:30px;top:15px}.header__navButton span{display:inline-block;transition:all .4s;position:absolute;left:0;height:3px;border-radius:2px;background-color:#0f68b7;width:100%}.header__navButton span:nth-of-type(2){top:10px}.header__navButton span:nth-of-type(3){top:20px}.header__navButton.active span:nth-of-type(1){top:18px;right:18px;-webkit-transform:translateY(6px) rotate(-45deg);transform:translateY(6px) rotate(-45deg);width:30px}.header__navButton.active span:nth-of-type(2){opacity:0;top:25px;right:18px}.header__navButton.active span:nth-of-type(3){top:30px;right:18px;-webkit-transform:translateY(-6px) rotate(45deg);transform:translateY(-6px) rotate(45deg);width:30px}.header__SPNav{position:fixed;width:100%;height:100%;top:0;left:0;background-color:#e5f5fd;-webkit-transform:translateX(100%);transform:translateX(100%);z-index:5;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease}.header__SPNav.--open{transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease;-webkit-transform:translateX(0%);transform:translateX(0%)}.header__SPNav::before{content:"";background-color:#e5f5fd;width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:-1}.header__SPNavInner{overflow-y:auto;width:100%;height:100%;-webkit-overflow-scrolling:touch;padding-top:80px}.header__navItemEnglish{transition:all .3s;color:#0f68b7;font-size:14px;font-family:"Roboto Slab",serif}.header__navItemJapanese{transition:all .3s;color:#39424b;font-weight:700;font-size:16px}.header__navItemDetail{color:#39424b;font-size:16px;font-weight:bold;padding-left:17px}.header__navItemContact a{display:inline-block;width:100%;height:100%}.header__navItemContactContent{padding:30px 40px;background-color:#0f68b7;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header__navItemContactImage{width:36px;margin-right:50px}.header__navItemContactText{font-size:20px;font-weight:700}.header__contact{width:210px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#0f68b7}.header__contactLogo{display:inline-block;background-color:#fff;width:48px;height:48px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:50%;margin-bottom:3px}.header__contactLogo svg{display:block}.header__contactText{color:#fff}.header__contactText a{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.subHeader{padding:45px 60px;text-align:left}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}footer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:30px 60px;border-top:2px solid #e5f5fd}.footer__company{font-family:"Roboto Slab",serif;font-size:12px}.footer__privacyPolicy{font-size:12px;position:relative}.footer__privacyPolicy::before{content:"";position:absolute;top:50%;left:-10px;width:0;height:0;border-style:solid;border-width:2.5px 0 2.5px 5px;border-color:transparent transparent transparent #007bff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.footer__privacyPolicyLink{color:#39424b}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.c-title{color:var(--colorPrimary);position:relative;display:inline-block;margin-bottom:70px;padding-bottom:25px}.c-title.--colorType02{color:#fff}.c-title.--colorType02::after{color:#fff;background-color:#fff}.c-title::after{position:absolute;background-color:#0068b3;right:0;left:0;bottom:0px;content:"";display:inline-block;width:50px;height:2px;margin:auto}.c-title__english{font-size:14px;font-family:"Roboto Slab",serif;font-weight:500}.c-title__japanese{font-size:24px;display:block}.c-title.--sizeBig::after{width:80px}.c-title.--sizeBig .c-title__english{font-size:18px}.c-title.--sizeBig .c-title__japanese{font-size:36px}.c-hoverText{transition:all .5s;position:relative}.contentsInner{max-width:1118px;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}.guildline{line-height:2}.guildline__band{color:#0f68b7;background-color:#e5f5fd;text-align:center;padding-top:39px;padding-bottom:39px;margin-bottom:60px}.guildline__bandEnglish{font-size:18px;display:block;font-family:"Roboto Slab",serif;font-weight:500;line-height:1.5}.guildline__bandJapanese{font-size:36px;display:block;line-height:1.5}.guildline__introduce{margin-bottom:60px}.guildline__title{color:#0f68b7;border:1px solid #0f68b7;padding:19px 30px;text-align:left;font-weight:800;margin-bottom:20px}.guildline__descriptionWrap{text-align:left}.guildline__description{margin-bottom:30px}.guildline__miniTitle{font-weight:800}.guildline__link{color:#1ca8ea;position:relative;padding-left:1.2em;display:inline-block;word-break:break-all;text-decoration:underline}.guildline__link::before{position:absolute;content:"";display:inline-block;width:13px;height:11px;background-image:url(../img/icon-newtab.svg);background-size:cover;margin-right:6px;left:0}.guildline__box{border-spacing:5px 0}.guildline__box:not(:last-child){margin-bottom:50px}.attempt__description{text-align:left}.attempt__description:not(:last-child){border-bottom:1px solid #e5f5fd}.attemptWrap{margin-bottom:120px}.attempt:first-child{margin-bottom:4px}.attempt:nth-child(2){margin-bottom:6px}.attempt:nth-child(3){margin-bottom:-2px}.attempt:nth-child(4){margin-bottom:6px}.attempt:nth-child(5){margin-bottom:6px}.attempt:nth-child(6){margin-bottom:6px}.attempt__box{line-height:2;border-spacing:6px 0px;border-collapse:separate}.attempt__box:not(:last-child){margin-bottom:20px}.attempt__box tr:nth-child(3){-webkit-transform:translateY(-1px);transform:translateY(-1px)}.attempt__box tr:nth-child(4){-webkit-transform:translateY(-2px);transform:translateY(-2px)}.attempt__box tr:nth-child(5){-webkit-transform:translateY(-3px);transform:translateY(-3px)}.attempt__box tr:nth-child(6){-webkit-transform:translateY(-4px);transform:translateY(-4px)}.attempt__box tr:nth-child(7){-webkit-transform:translateY(-5px);transform:translateY(-5px)}.attempt__box tr:nth-child(8){-webkit-transform:translateY(-6px);transform:translateY(-6px)}.attempt__box tr:nth-child(9){-webkit-transform:translateY(-7px);transform:translateY(-7px)}.attempt__box tr:nth-child(10){-webkit-transform:translateY(-8px);transform:translateY(-8px)}.attempt__box tr:nth-child(11){-webkit-transform:translateY(-9px);transform:translateY(-9px)}.attempt__head{color:#0f68b7;background-color:#e5f5fd;padding:16px 0;font-weight:500}.attempt__body{border:1px solid #e5f5fd}.attempt__title{font-weight:800}.attempt{display:-webkit-flex;display:-ms-flexbox;display:flex;gap:6px}.attempt__data{width:50%;border:1px solid #e5f5fd;text-align:left;padding:20px 25px}.consult{max-width:1118px;padding-right:16px;padding-left:16px;margin-left:auto;margin-right:auto;margin-bottom:120px}.consultWrap{padding:58px 140px 58px 72px;background-color:#e5f5fd;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.consult__mailbox{position:relative;width:400px}.consult__mailbox::after{position:absolute;content:"";display:inline-block;width:1px;height:120px;background-color:#fff}.consult__lead{margin-bottom:20px}.consult__button{color:#fff;background-color:#1ca8ea;padding:25px 0;display:inline-block;width:100%;max-width:400px;border-radius:40px;transition:all .5s}.consult__buttonText{font-size:20px}.consult__buttonText::before{content:"";display:inline-block;margin-right:20px;width:28px;height:21px;background-size:100%;background-image:url(../img/lp/icon-smallMail.svg);-webkit-transform:translateY(3px);transform:translateY(3px)}.consult__textConsultation{margin-bottom:30px}.consult__number{font-size:36px;color:#0f68b7;font-family:"Roboto Slab",serif;font-weight:500}.consult__number::before{content:"";display:inline-block;margin-right:15px;width:30px;height:30px;background-size:100%;background-image:url(../img/icon-phone.svg);-webkit-transform:translateY(3px);transform:translateY(3px)}@media screen and (min-width: 801px){.onlySP{display:none !important}.onlySP{display:none !important}header.--small .header__contact{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}header.--small .header__contactLogo{margin-right:10px}.header__navItem:hover .header__navItemEnglish{color:#1ca8ea}.header__navItem:hover .header__navItemJapanese{color:#0f68b7}.header__contact{transition:all .5s}.header__contact:hover{background-color:#1ca8ea}.header__contact:hover svg path{fill:#1ca8ea}.onlySP{display:none !important}.onlySP{display:none !important}.c-hoverText::after{position:absolute;left:0;content:"";width:100%;height:1px;background-color:#39424b;bottom:-1px;-webkit-transform:scale(1, 1);transform:scale(1, 1);-webkit-transform-origin:right top;transform-origin:right top;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.c-hoverText:hover::after{-webkit-transform:scale(0, 1);transform:scale(0, 1);-webkit-transform-origin:right top;transform-origin:right top}.guildline__link::before{top:12px}.consult__mailbox::after{bottom:0;right:-70px}.consult__button:hover{background-color:#0f68b7}.consult__number{pointer-events:none;cursor:default}}@media screen and (min-width: 1200px){.contentsInner.--worry{padding-left:70px}.attemptList__item{padding-left:1em;text-indent:-1em}}@media screen and (max-width: 1200px){.header__inner{padding-left:20px}.header__title{width:146px;margin-right:10px}.header__navItem:not(:last-child){margin-right:1.5vw}.header__navItemEnglish{margin-bottom:3px}.header__navItemJapanese{font-size:12px}.header__contact{width:150px}.header__contactText{font-size:14px}.consultWrap{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:40px 20px}.consult__mailbox{width:100%;padding-bottom:30px}.consult__mailbox::after{bottom:0;right:0;left:0;width:100%;height:1px}.consult__callBox{padding-top:30px}.consult__textConsultation{margin-bottom:10px}}@media screen and (max-width: 800px){.onlyPC{display:none !important}.onlyPC{display:none !important}.page{padding-top:80px}.header__inner{height:80px}.header__title{display:inline-block}.header__nav{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.header__navItem:not(:last-child){margin-right:0}.header__navItem{position:relative;width:100%;text-align:left;border-bottom:2px solid #e5f5fd;background-color:#fff}.header__navItemLink{padding:18px 40px}.header__navItemLink::after{content:"";display:inline-block;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:40px;top:50%;width:0;height:0;border-style:solid;border-width:6px 0 6px 8px;border-color:transparent transparent transparent #007bff}.header__navItemLink.--mini::after{content:"";display:inline-block;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:40px;top:50%;width:0;height:0;border-style:solid;border-width:4px 0 4px 5px;border-color:transparent transparent transparent #007bff}.header__navButtonWrap{position:absolute;top:37%;right:124px;z-index:6}.header__navItemJapanese{font-size:20px}.header__navItemInner{padding-left:40px;padding-top:20px;padding-bottom:20px}.header__contact{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;width:90px}.header__contactLogo{width:36px;height:36px}.header__contactIcon svg{width:22px;height:17px}.header__contactText{display:inline-block;font-size:12px;font-weight:700}.subHeader{padding:25px 20px}.subHeader__image img{width:146px}.onlyPC{display:none !important}footer{padding:20px 16px 30px 16px}.onlyPC{display:none !important}.c-title{margin-bottom:60px}.c-title::after{width:40px}.c-title__english{font-size:12px}.c-title__japanese{font-size:20px}.c-title.--sizeBig::after{width:70px}.c-title.--sizeBig .c-title__english{font-size:14px}.c-title.--sizeBig .c-title__japanese{font-size:30px}.c-hoverText{border-bottom:1px solid #39424b}.contentsInner.--spWide{padding-right:0;padding-left:0}.guildline{font-size:14px;line-height:1.7}.guildline__band{padding:30px 10px;margin-bottom:30px}.guildline__bandEnglish{font-size:14px}.guildline__bandJapanese{font-size:20px}.guildline__introduce{margin-bottom:30px;font-size:12px}.guildline__title{font-size:14px;padding:14px 20px;margin-bottom:15px}.guildline__description{margin-bottom:25px}.guildline__link::before{top:7px}.attempt:first-child{margin-bottom:-1px}.attempt:nth-child(2){margin-bottom:1px}.attempt:nth-child(3){margin-bottom:-7px}.attempt:nth-child(4){margin-bottom:1px}.attempt:nth-child(5){margin-bottom:1px}.attempt:nth-child(6){margin-bottom:1px}.attempt__box{border-spacing:1px 0px}.attempt__head{padding:16px 8px;line-height:1.4}.attempt__data{padding:10px;font-size:13px}.consult{width:auto}.consult{padding-right:0;padding-left:0;margin-bottom:120px}.consult__lead{font-size:14px}.consult__textConsultation{font-size:14px}}
:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}body.--menuOpen{overflow:hidden}.page{padding-top:140px}header{position:fixed;top:0;right:0;left:0;background-color:#fff;z-index:3;transition:all .5s}header.--frameIn{-webkit-transform:translateY(0);transform:translateY(0)}header.--frameOut{-webkit-transform:translateY(-100%);transform:translateY(-100%)}header.--small{position:fixed;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);z-index:4}header.--small.--frameIn{-webkit-transform:translateY(0);transform:translateY(0)}header.--small .header__inner{height:80px}header.--small .header__contactLogo{width:36px;height:36px}header.--small .header__contactIcon svg{width:24px}header.--small .header__contactText{font-weight:800}.header__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:140px;padding-left:60px}.header__title{color:#0f68b7}.header__nav{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%}.header__navList{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-right:65px;overflow:auto;position:absolute;left:25%;top:0;bottom:0}.header__navItem.--mini{background-color:#f7f7f7}.header__navItem:not(:last-child){margin-right:3vw}.header__navItemLink{position:relative;display:inline-block;width:100%;height:100%}.header__navButton{position:relative;cursor:pointer;border-radius:5px;width:30px;height:30px}.header__navButton.active{position:fixed;right:30px;top:15px}.header__navButton span{display:inline-block;transition:all .4s;position:absolute;left:0;height:3px;border-radius:2px;background-color:#0f68b7;width:100%}.header__navButton span:nth-of-type(2){top:10px}.header__navButton span:nth-of-type(3){top:20px}.header__navButton.active span:nth-of-type(1){top:18px;right:18px;-webkit-transform:translateY(6px) rotate(-45deg);transform:translateY(6px) rotate(-45deg);width:30px}.header__navButton.active span:nth-of-type(2){opacity:0;top:25px;right:18px}.header__navButton.active span:nth-of-type(3){top:30px;right:18px;-webkit-transform:translateY(-6px) rotate(45deg);transform:translateY(-6px) rotate(45deg);width:30px}.header__SPNav{position:fixed;width:100%;height:100%;top:0;left:0;background-color:#e5f5fd;-webkit-transform:translateX(100%);transform:translateX(100%);z-index:5;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease}.header__SPNav.--open{transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease;-webkit-transform:translateX(0%);transform:translateX(0%)}.header__SPNav::before{content:"";background-color:#e5f5fd;width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:-1}.header__SPNavInner{overflow-y:auto;width:100%;height:100%;-webkit-overflow-scrolling:touch;padding-top:80px}.header__navItemEnglish{transition:all .3s;color:#0f68b7;font-size:14px;font-family:"Roboto Slab",serif}.header__navItemJapanese{transition:all .3s;color:#39424b;font-weight:700;font-size:16px}.header__navItemDetail{color:#39424b;font-size:16px;font-weight:bold;padding-left:17px}.header__navItemContact a{display:inline-block;width:100%;height:100%}.header__navItemContactContent{padding:30px 40px;background-color:#0f68b7;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header__navItemContactImage{width:36px;margin-right:50px}.header__navItemContactText{font-size:20px;font-weight:700}.header__contact{width:210px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#0f68b7}.header__contactLogo{display:inline-block;background-color:#fff;width:48px;height:48px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:50%;margin-bottom:3px}.header__contactLogo svg{display:block}.header__contactText{color:#fff}.header__contactText a{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.subHeader{padding:45px 60px;text-align:left}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.opening{position:fixed;width:100vw;height:100vh;background-color:#0f68b7;z-index:8;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow-x:hidden;-webkit-animation-name:opening;animation-name:opening;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1.8s;animation-delay:1.8s;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(0.02, 1.03, 0.61, 0.98);animation-timing-function:cubic-bezier(0.02, 1.03, 0.61, 0.98)}.opening__imageBody{-webkit-animation-name:opening__imageBody;animation-name:opening__imageBody;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease;animation-timing-function:ease;margin-bottom:10px}.opening__imageBody img{display:inline-block}.opening__imageBody::before{content:"";position:absolute;width:17px;height:17px;top:30px;right:70px;background-image:url(../img/logo-opening-arrow.svg);background-repeat:no-repeat;-webkit-transform:translateX(-15px) translateY(15px);transform:translateX(-15px) translateY(15px);opacity:0;-webkit-animation-name:opening__imageArrow;animation-name:opening__imageArrow;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-delay:.6s;animation-delay:.6s}.opening__imageText{position:relative;opacity:0;-webkit-animation-name:opening__imageText;animation-name:opening__imageText;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-delay:.2s;animation-delay:.2s}.opening__imageText::before{content:"";position:absolute;width:17px;height:17px;top:-3px;right:64px;background-image:url(../img/logo-opening-textArrow.svg);background-repeat:no-repeat;-webkit-transform:translateX(-15px) translateY(15px);transform:translateX(-15px) translateY(15px);opacity:0;-webkit-animation-name:opening__imageArrow;animation-name:opening__imageArrow;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-delay:.7s;animation-delay:.7s}@-webkit-keyframes opening__imageBody{from{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes opening__imageBody{from{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes opening__imageText{from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes opening__imageText{from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes opening__imageArrow{from{opacity:0;-webkit-transform:translateX(-15px) translateY(15px);transform:translateX(-15px) translateY(15px)}to{opacity:1;-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}@keyframes opening__imageArrow{from{opacity:0;-webkit-transform:translateX(-15px) translateY(15px);transform:translateX(-15px) translateY(15px)}to{opacity:1;-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}@-webkit-keyframes opening{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes opening{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.pullDownContent{display:none}.pullDownContent.--open{display:block}.kv{position:relative;margin-bottom:50px}.kv__background{position:relative}.kv__background::before{content:"";background-color:#e5f5fd;width:100%;height:40vw;position:absolute;z-index:-1;bottom:0;left:0}.kv__slider{margin-left:auto;position:relative;z-index:-1;width:75%}.kv__mainImage{width:100%}.kv__mainImage img{width:84vw}.kv__text{position:absolute;padding-left:5vw;text-align:left;left:0}.kv__titleWrap{width:55vw;margin-bottom:2vw}.kv__description{font-size:20px;font-weight:500;line-height:1.8}.mouseStalker{pointer-events:none;position:fixed;top:-100px;left:-100px;width:100px;height:100px;border:1px solid #0f68b7;border-radius:50%;-webkit-transform:translate(0, 0);transform:translate(0, 0);transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s;transition-timing-function:ease-out;z-index:7;opacity:0;visibility:hidden;transition:all .5s}.mouseStalker::before{color:#0f68b7;font-size:10px;font-family:"Roboto Slab",serif;content:"Scroll";position:absolute;right:0;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mouseStalker.isActive{opacity:1;visibility:visible}.mouseStalker__arrow{position:absolute;left:50%;bottom:14px;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.mouseStalker__arrow::before,.mouseStalker__arrow::after{content:"";width:7px;height:5px;background-size:cover;-webkit-animation-name:arrow-anime;animation-name:arrow-anime;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.mouseStalker__arrow::before{background:url(../img/arrow01.svg)}.mouseStalker__arrow::after{margin-top:5px;background:url(../img/arrow02.svg)}@-webkit-keyframes arrow-anime{from{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}}@keyframes arrow-anime{from{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}}.kvNews{display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:left;max-width:934px;width:100%;color:#fff;background-color:#1ca8ea;position:relative;-webkit-transform:translateY(-3vw);transform:translateY(-3vw);padding:44px 80px}.kvNews__title{margin-right:60px}.kvNews__mainTitle{font-size:50px;font-family:"Roboto Slab",serif;line-height:1;margin-bottom:5px}.kvNewsList__item{text-align:left}.kvNewsList__item:not(:last-child){margin-bottom:40px}.kvNews__subTitle{font-weight:700}.kvNews__day{font-size:14px}.kvNews__description{font-size:14px;font-weight:500}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.about{position:relative;overflow:hidden;padding-top:120px}.about::before{content:"";position:absolute;width:248px;height:248px;left:-35px;top:128px;background:url(../img/background-triangle01.svg);background-repeat:no-repeat}.about::after{content:"";width:423px;height:423px;position:absolute;right:-112px;top:500px;background:url(../img/background-triangle02.svg);background-repeat:no-repeat}.about__inner{padding-left:16px;padding-right:16px;padding-bottom:150px}.about__mainTitle{font-size:36px;font-weight:700;margin-bottom:40px}.about__description{line-height:1.78}.about__description:not(:last-child){margin-bottom:40px}.about__background{position:relative;margin-bottom:194px}.about__backgroundImage{width:100%}.about__backgroundLogo{position:absolute;right:0;bottom:-246px;content:"";display:inline-block;width:50%;height:346px;background-color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.thought__background{position:relative;margin-bottom:194px}.thought__backgroundImage{width:100%}.thought__backgroundLogo{position:absolute;right:0;bottom:-246px;content:"";display:inline-block;width:50%;height:346px;background:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.thought{text-align:left}.thought__inner{max-width:1118px;padding-right:16px;padding-left:16px;margin-left:auto;margin-right:auto}.thought__title{font-size:36px;margin-bottom:40px}.thought__description{gap:83px}.thought__descriptionText{line-height:2;letter-spacing:1.25px}.thought__descriptionText:not(:last-child){margin-bottom:50px}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.business{color:#fff;background-color:#0f68b7;padding:150px 0}.businessInner{max-width:1118px;padding-right:16px;padding-left:16px;margin-left:auto;margin-right:auto}.businessList{text-align:left;max-width:1086px;margin:auto;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:63px}.businessList__item{width:33.3333333333%;position:relative;text-align:center}.business__image{width:260px;margin-bottom:30px;margin-left:auto;margin-right:auto}.business__title{text-align:center;font-size:24px;margin-bottom:35px}.business__subTitle{line-height:2;font-size:16px;margin-bottom:20px}.business__description{text-align:left;line-height:2;font-weight:700}.businessButton{display:inline-block;width:450px;color:#fff;padding:26px;background-color:#1ca8ea;border-radius:40px;margin-top:80px;font-weight:700;font-size:20px;transition:all .5s}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.consultants::after{content:"";display:block;aspect-ratio:1366/370;background-image:url(../img/background-office.jpg);background-position:bottom;background-repeat:no-repeat;background-size:cover}.consultantsInner{max-width:1118px;padding-right:16px;padding-left:16px;margin-left:auto;margin-right:auto;padding-top:120px;padding-bottom:120px}.consultants .c-miniTitle{color:#0f68b7;position:relative;display:inline-block}.consultants .c-miniTitle::before{content:"";top:50%;left:0;width:50px;height:2px;position:absolute;background-color:#0f68b7}.consultants .c-miniTitle::after{content:"";top:50%;right:0;width:50px;height:2px;position:absolute;background-color:#0f68b7}.consultants__supplement{font-weight:800;margin-top:100px}.consultantsList__item{display:-webkit-flex;display:-ms-flexbox;display:flex;gap:73px}.consultantsList__item:not(:last-child){margin-bottom:100px}.consultants__image img{display:inline-block}.consultants__main{text-align:left}.consultants__position{font-size:14px;margin-bottom:5px}.consultants__name{font-size:36px;margin-bottom:40px;font-weight:700;line-height:1}.consultants__description{line-height:2}.consultants__backGround{background-image:url(../img/background-consultants.jpg);width:100%;height:370px;background-size:cover;background-position:center}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.companyInner{max-width:850px;padding-top:120px;padding-bottom:120px;max-width:1118px;padding-right:16px;padding-left:16px;margin-left:auto;margin-right:auto}.companyList{margin-bottom:20px}.companyList__item{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;text-align:left}.companyGuideLine__Text{color:#39424b}.companyGuideLine__Text:before{content:"";position:absolute;top:50%;left:-10px;width:0;height:0;border-style:solid;border-width:2.5px 0 2.5px 5px;border-color:transparent transparent transparent #007bff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.company__name{width:17%;border-bottom:1px solid #39424b;padding-top:26px;letter-spacing:4px;font-weight:700}.company__name.--2words{letter-spacing:25px}.company__description{width:83%;border-bottom:1px solid #e5e5eb;padding-bottom:26px}.company__description.--location{display:block}.company__LocationBlock{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:15px}.company__descriptionText{margin-right:25px}.company__mapLink{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#1ca8ea;border-radius:20px;padding:7px 12px;line-height:1;min-width:105px}.company__mapLink::before{content:"";background-image:url(/assets/img/logo-googlemap.svg);background-size:cover;width:12px;height:16px;margin-right:6px}.company__mapLinkImage{width:12px;margin-right:6px}.company__mapLinkText{font-size:10px;color:#fff}.companyGuideLine{font-size:12px;text-align:right}.company__backgroundImage::after{content:"";display:block;aspect-ratio:1366/370;background-image:url(../img/background-consultants.jpg);background-position:bottom;background-repeat:no-repeat;background-size:cover;font-size:36px;color:#fff;font-weight:800;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.contact{background-color:#e5f5fd;padding-top:150px;padding-bottom:150px}.contact__required{font-weight:700;text-align:right;margin-bottom:20px;font-size:12px}.contact__required::before{content:"※";color:#e60000;display:inline-block}.contactList{margin-bottom:30px}.contactInner{max-width:850px;margin:auto;padding-right:16px;padding-left:16px}.contactList__item{display:-webkit-flex;display:-ms-flexbox;display:flex}.contactList__item:not(:last-child){margin-bottom:30px}.contactList__item.--content{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.contactList__item.--content .contactList__title{padding-top:20px}.contactList__inputBlock{width:100%}.contactList__textBox{width:100%;padding:18px;background-color:#fff;border-radius:5px}.contactList__textBox.--typeError,.contactList__textArea.--typeError{border:1px solid #e60000}.contact__errorText{font-size:12px;text-align:left;color:#e60000;margin-top:3px}.contactList__textArea{width:100%;background-color:#fff;height:250px;padding:18px}.contactList__title{min-width:135px;margin-right:65px;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:700}.contactList__title.--required::after{color:#e60000;display:inline-block;content:"※"}.attentionBox{text-align:left;font-size:12px;padding:20px;border:1px solid #fff;margin-bottom:40px}.attentionBox__link{color:#39424b}.sendButton{transition:all .5s;cursor:pointer;color:#fff;background-color:#1ca8ea;border-radius:40px;padding:26px 133px}.sendButton[disabled]{background-color:rgba(28,168,234,.5);cursor:not-allowed}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}footer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:30px 60px;border-top:2px solid #e5f5fd}.footer__company{font-family:"Roboto Slab",serif;font-size:12px}.footer__privacyPolicy{font-size:12px;position:relative}.footer__privacyPolicy::before{content:"";position:absolute;top:50%;left:-10px;width:0;height:0;border-style:solid;border-width:2.5px 0 2.5px 5px;border-color:transparent transparent transparent #007bff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.footer__privacyPolicyLink{color:#39424b}.cards{padding-bottom:120px}.cards__inner{max-width:1118px;padding-right:16px;padding-left:16px;margin-left:auto;margin-right:auto}.cardsList{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.cardsList__item{width:30%}.cards__head{color:#fff;padding:18px 38px;border-radius:0 15px 0 0;min-height:100px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.cards__head.--colorType01{background-color:#1ca8ea}.cards__head.--colorType02{background-color:#0f68b7}.cards__head.--colorType03{background-color:#004481}.cards__headTitle{font-size:18px}.cards__headTitleBig{font-size:24px}.cards__newLine{display:none}.cards__body{background-color:#e5f5fd;padding:30px;border-radius:0 0 0 15px;letter-spacing:.5px}.cards__description{line-height:2;text-align:left}.cards__button{width:100%;color:#fff;font-weight:500;background-color:#1ca8ea;padding:23px 0;font-size:16px;margin-top:27px;border-radius:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;transition:all .5s}@media screen and (min-width: 801px){.onlySP{display:none !important}.onlySP{display:none !important}header.--small .header__contact{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}header.--small .header__contactLogo{margin-right:10px}.header__navItem:hover .header__navItemEnglish{color:#1ca8ea}.header__navItem:hover .header__navItemJapanese{color:#0f68b7}.header__contact{transition:all .5s}.header__contact:hover{background-color:#1ca8ea}.header__contact:hover svg path{fill:#1ca8ea}.onlySP{display:none !important}.onlySP{display:none !important}.kv__text{top:30%}.kvNews{left:60px;bottom:0}.onlySP{display:none !important}.onlySP{display:none !important}.thought__description{display:-webkit-flex;display:-ms-flexbox;display:flex}.thought__descriptionBox{width:50%}.onlySP{display:none !important}.business .c-title{margin-bottom:80px}.business__image{min-width:260px}.businessButton:hover{background-color:#fff;color:#0f68b7}.onlySP{display:none !important}.consultants .c-miniTitle{font-size:24px;margin-bottom:60px}.consultants .c-miniTitle::before{width:40px;-webkit-transform:translateX(-200%);transform:translateX(-200%)}.consultants .c-miniTitle::after{width:40px;-webkit-transform:translateX(200%);transform:translateX(200%)}.onlySP{display:none !important}.company .c-title{margin-bottom:90px}.company__name{padding-bottom:26px}.company__description{padding-left:45px;padding-top:26px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.company__mapLink{transition:all .5s}.company__mapLink:hover{background-color:#0f68b7}.onlySP{display:none !important}.buttonAllRequired{transition:all .5s}.buttonAllRequired:hover{color:#fff;background-color:#0f68b7}.onlySP{display:none !important}.cards__button:hover{background-color:#0f68b7}}@media screen and (min-width: 1200px){.consultants__image{max-width:470px;min-width:470px}}@media (max-width: 1200px){.consultants__image{width:50%}.consultants__main{width:50%}}@media screen and (max-width: 1200px){.header__inner{padding-left:20px}.header__title{width:146px;margin-right:10px}.header__navItem:not(:last-child){margin-right:1.5vw}.header__navItemEnglish{margin-bottom:3px}.header__navItemJapanese{font-size:12px}.header__contact{width:150px}.header__contactText{font-size:14px}.mouseStalker{display:none}.kvNews{width:92%;left:0;right:0;margin:auto;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.kvNews__title{line-height:1;margin-right:0;margin-bottom:20px}.kvNewsList__item:not(:last-child){margin-bottom:20px}.cardsList{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px}.cardsList__item{width:100%;max-width:700px;margin:auto}.cards__head{min-height:140px}.cards__newLine{display:block}.cards__button{padding:18px}}@media (max-width: 852px){.company__mapLinkText{margin-left:0}}@media screen and (max-width: 800px){.onlyPC{display:none !important}.onlyPC{display:none !important}.page{padding-top:80px}.header__inner{height:80px}.header__title{display:inline-block}.header__nav{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.header__navItem:not(:last-child){margin-right:0}.header__navItem{position:relative;width:100%;text-align:left;border-bottom:2px solid #e5f5fd;background-color:#fff}.header__navItemLink{padding:18px 40px}.header__navItemLink::after{content:"";display:inline-block;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:40px;top:50%;width:0;height:0;border-style:solid;border-width:6px 0 6px 8px;border-color:transparent transparent transparent #007bff}.header__navItemLink.--mini::after{content:"";display:inline-block;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:40px;top:50%;width:0;height:0;border-style:solid;border-width:4px 0 4px 5px;border-color:transparent transparent transparent #007bff}.header__navButtonWrap{position:absolute;top:37%;right:124px;z-index:6}.header__navItemJapanese{font-size:20px}.header__navItemInner{padding-left:40px;padding-top:20px;padding-bottom:20px}.header__contact{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;width:90px}.header__contactLogo{width:36px;height:36px}.header__contactIcon svg{width:22px;height:17px}.header__contactText{display:inline-block;font-size:12px;font-weight:700}.subHeader{padding:25px 20px}.subHeader__image img{width:146px}.onlyPC{display:none !important}.onlyPC{display:none !important}.kv{margin-bottom:63vw}.kv__background::before{height:182vw;bottom:-66vw}.kv__slider{width:85%;text-align:right}.kv__text{bottom:-42vw}.kv__titleWrap{width:65vw;margin-bottom:5vw;-webkit-transform:translateX(-0.8vw);transform:translateX(-0.8vw)}.kv__description{font-size:3.55vw}.kvNews{font-size:28px;padding:9vw 20px 9vw;-webkit-transform:translateY(50vw);transform:translateY(50vw)}.kvNews__title{margin-bottom:0}.kvNews__mainTitle{font-size:28px}.kvNewsList__item:not(:last-child){margin-bottom:0}.kvNews__subTitle{font-size:12px}.kvNews__day{font-size:12px}.onlyPC{display:none !important}.about{background-size:142px;background-position:-30px calc(15vw + 90px);font-size:16px}.about::before{background-size:cover;width:142px;height:142px;top:calc(30vw + 100px)}.about::after{background-size:cover;width:260px;height:260px;top:calc(30vw + 470px)}.about__inner{padding-bottom:120px}.about__mainTitle{font-size:28px}.about__description{font-size:14px}.about__descriptionBox{text-align:left}.about__backgroundImage img{height:300px;object-fit:cover}.about__backgroundLogo{width:90%;height:300px;bottom:-200px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.about__backgroundLogoImage{width:160px}.onlyPC{display:none !important}.thought__backgroundImage img{height:300px;object-fit:cover}.thought__backgroundLogo{width:90%;height:300px;bottom:-200px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.thought__backgroundLogoImage{width:160px}.thought__inner{width:auto}.thought__title{font-size:28px;margin-bottom:30px;text-align:center}.thought__description{gap:40px}.thought__descriptionText{font-size:14px}.thought__descriptionText:not(:last-child){margin-bottom:40px}.onlyPC{display:none !important}.business{padding:120px 0}.businessInner{width:auto}.businessList{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:60px}.businessList__item{width:100%;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.business__image{position:static;margin:auto;margin-bottom:20px;width:60%}.business__title{font-size:18px;margin-bottom:30px;text-align:center}.business__subTitle{font-size:14px}.business__description{font-size:14px}.businessButton{width:100%;margin-top:60px}.onlyPC{display:none !important}.consultants::after{aspect-ratio:375/300;background-image:url(../img/sp-background-office.jpg)}.consultantsInner{width:auto}.consultants .c-miniTitle{font-size:20px;margin-bottom:50px}.consultants .c-miniTitle::before{-webkit-transform:translateX(-150%);transform:translateX(-150%)}.consultants .c-miniTitle::after{-webkit-transform:translateX(150%);transform:translateX(150%)}.consultants__supplement{margin-top:80px}.consultantsList__item:not(:last-child){margin-bottom:80px}.consultantsList__item{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:30px}.consultants__image{width:100%;margin-right:0;margin:auto}.consultants__main{width:100%}.consultants__name{font-size:28px;margin-right:0;margin-bottom:20px}.consultants__description{font-size:14px}.consultants__backGround{background-image:url(../img/sp-background-consultants.jpg)}.onlyPC{display:none !important}.companyInner{width:auto}.companyList__item{font-size:14px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.company__name{width:100%;border-bottom:0px solid;padding-top:15px;margin-bottom:5px}.company__description{width:100%;padding-bottom:15px}.company__LocationBlock{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.company__mapLink{margin-left:auto}.company__backgroundImage::after{aspect-ratio:375/300;background-image:url(../img/sp-background-consultants.jpg)}.onlyPC{display:none !important}.contact{padding-top:120px;padding-bottom:120px}.contact__required{margin-bottom:0}.contactList__item{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.contactList__textBox{padding:10px}.contactList__title{font-size:14px;margin-bottom:10px}.sendButton{width:100%;padding:26px 0}.onlyPC{display:none !important}footer{padding:20px 16px 30px 16px}.cards__inner{width:auto}.cardsList__item{width:100%}.cards__head{min-height:80px;padding:16px 0}.cards__headTitle{font-size:14px}.cards__headTitleBig{font-size:18px}.cards__newLine{display:none}.cards__body{padding:20px}.cards__description{font-size:14px}.cards__button{margin-top:20px;min-height:80px;max-width:400px;margin-right:auto;margin-left:auto}}
:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.page{padding-top:90px}header{position:fixed;top:0;right:0;left:0;background-color:#fff;z-index:15}.lpHeader__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-left:60px}.lpHeader__title{color:#0f68b7;display:inline-block}.lpHeader__subTitle{font-size:12px}.lpHeaderRight{display:-webkit-flex;display:-ms-flexbox;display:flex}.callContent{margin-right:30px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.callContent__number{color:#0f68b7;font-size:30px;font-weight:500;font-family:"Roboto Slab",serif}.callContent__number::before{display:inline-block;width:22px;height:22px;content:url(../img/lp/icon-phone.svg);margin-right:9px}.callContent__days{font-size:12px;background:#e5f5fd;border-radius:12px;padding:2px 12px;margin-left:32px}.consultationContent{padding:21px 32px;color:#fff;background-color:#1ca8ea;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:all .5s}.consultationContent:hover{background-color:#0f68b7}.consultationContent__text{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:24px;font-weight:700}.consultationContent__text::before{display:inline-block;width:48px;height:48px;content:url(../img/lp/icon-mail.svg);margin-right:9px}.lpHeader__spContact{width:90px;height:100%;background-color:#1ca8ea;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lpHeader__spContact a{color:#fff;display:inline-block}.lpHeader__spContactContent{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.lpHeader__spContactImage{width:36px;height:36px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:50%;padding:10px 7px}.lpHeader__spContactText{font-size:12px;font-weight:700}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}footer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:30px 60px;border-top:2px solid #e5f5fd}.footer__company{font-family:"Roboto Slab",serif;font-size:12px}.footer__privacyPolicy{font-size:12px;position:relative}.footer__privacyPolicy::before{content:"";position:absolute;top:50%;left:-10px;width:0;height:0;border-style:solid;border-width:2.5px 0 2.5px 5px;border-color:transparent transparent transparent #007bff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.footer__privacyPolicyLink{color:#39424b}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}.c-title{color:var(--colorPrimary);position:relative;display:inline-block;margin-bottom:70px;padding-bottom:25px}.c-title.--colorType02{color:#fff}.c-title.--colorType02::after{color:#fff;background-color:#fff}.c-title::after{position:absolute;background-color:#0068b3;right:0;left:0;bottom:0px;content:"";display:inline-block;width:50px;height:2px;margin:auto}.c-title__english{font-size:14px;font-family:"Roboto Slab",serif;font-weight:500}.c-title__japanese{font-size:24px;display:block}.c-title.--sizeBig::after{width:80px}.c-title.--sizeBig .c-title__english{font-size:18px}.c-title.--sizeBig .c-title__japanese{font-size:36px}.c-hoverText{transition:all .5s;position:relative}.contentsInner{max-width:1118px;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}.kv{display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#1ca8ea}.kv.--ma .kv__image{background-image:url(/assets/img/lp/image-kv03.jpg);background-position:center}.kv.--ma .kv__text{background-color:#004481}.kv.--ma .kv__textBig{margin-bottom:0;margin-left:auto;margin-right:auto}.kv.--ma .kv__textSubBox{width:100%}.kv.--ma .kv__textWrap{background-color:#004481}.kv.--ma .kv__textSub{font-size:26px;margin-top:40px;text-align:center}.kv.--acquisitions .kv__image{background-image:url(/assets/img/lp/image-kv02.jpg);background-position:center}.kv.--acquisitions .kv__text{background-color:#0f68b7;padding:64px 64px 50px 64px}.kv.--acquisitions .kv__textWrap{background-color:#0f68b7}.kv.--acquisitions .kv__textSub{font-size:26px;text-align:center;margin-top:44px;padding:14px 5px}.kv__content{display:-webkit-flex;display:-ms-flexbox;display:flex;margin:auto;width:100%}.kv__textWrap{width:40%;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.kv__text{font-size:36px;font-weight:700;color:#fff;background-color:#1ca8ea;text-align:left;padding:64px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.kv__textRounded{gap:6px;margin-bottom:13px}.kv__textRoundedBox{display:inline-block;background:#fff;padding:0 13px;font-size:36px;border-radius:20px;color:#39424b}.kv__textRoundedBox:not(:last-child){margin-right:5px}.kv__textMiddle{line-height:1;white-space:nowrap}.kv__textBig{font-size:36px}.kv__textSub{padding:16px 0;font-size:22px;letter-spacing:-1.6px;border-top:2px solid #fff;border-bottom:2px solid #fff;margin-top:60px;text-align:left}.kv__image{background-image:url(/assets/img/lp/image-kv01.jpg);background-size:cover;width:60%;display:block;position:relative;background-position:left}.kv__imageBatch{content:"";display:inline-block;position:absolute;width:190px;height:190px;right:27px;top:35px;background-image:url(/assets/img/lp/image-batch.svg);background-size:100%;padding:30px 0}.kv__imageBatchStart{font-size:22px;font-weight:700}.kv__imageBatchPriceNumber{font-size:70px;line-height:1;font-weight:500;font-family:"Roboto Slab",serif}.kv__imageBatchPriceDoller{font-size:24px;line-height:1;font-weight:700}.worry{background-color:#e5f5fd;padding-top:60px;padding-bottom:90px}.worry__title{margin-bottom:15px}.worry__title::before{content:"";display:inline-block;width:40px;height:39px;background-image:url(../img/lp/image-worry.svg);margin-right:9px}.worry__titleText{font-size:36px;color:#0f68b7;background:linear-gradient(transparent 70%, #fff 50%)}.worryList{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:25px;padding-bottom:35px;gap:5px}.worryList.--middleSize .worryList__item{font-size:18px}.worryList__item{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:20px;font-weight:700;z-index:5;background-image:url(/assets/img/lp/image-question.svg);background-size:100% 100%}.worryPerson{max-width:66px}.worryList__accent{color:#0f68b7;display:inline-block}.worryBox{position:relative;margin-bottom:17px;display:-webkit-flex;display:-ms-flexbox;display:flex}.worryBox::after{content:"";position:absolute;right:0;left:0;text-align:center;margin:auto;bottom:0;width:0;height:0;border-style:solid;border-width:15px 15px 0 15px;border-color:#1ca8ea transparent transparent transparent}.worry__description{position:relative;background:#fff;color:#0f68b7;display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:30px;padding:24px;margin-left:auto;margin-right:auto}.worry__descriptionText{text-align:center;font-weight:500;margin:auto;font-size:24px}.worry__descriptionText::before{content:"";display:inline-block;width:94px;height:102px;position:absolute;bottom:0;left:31px;background-image:url(../img/lp/image-talking.svg)}.point{padding:80px 0 90px 0;background-color:#0f68b7;color:#fff}.point__title{margin-bottom:54px}.point__titleText{display:inline;font-size:48px;background:linear-gradient(transparent 70%, #1ca8ea 40%);margin-bottom:50px}.point__contrast{color:#fff95a}.pointList{counter-reset:number 0}.pointList__item{font-size:36px;font-weight:700;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex}.pointList__item::before{color:#0f68b7;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;counter-increment:number 1;content:counter(number);min-width:80px;height:50px;background:url(../img/lp/background-trapezoid.svg);background-size:100% 100%;margin-right:15px}.pointList__item:not(:last-child){margin-bottom:22px}.pointList__text{font-size:36px}.box{padding:80px 0}.box__title{font-size:48px;color:#0f68b7;margin-bottom:40px}.box__subTitle{margin-bottom:30px;font-size:28px}.box__contentBox{background:#f7f7f7;padding:50px}.box__contentBox.--row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.box__description{font-size:18px;padding-bottom:50px;margin-bottom:50px;border-bottom:1px solid #fff;line-height:2;text-align:left}.box__lead{font-size:18px;margin-bottom:50px;text-align:left;line-height:2.2}.box__table{font-size:18px;width:100%}.box__tableFirstLine{border-bottom:2px solid #0f68b7}.box__tableCell{border:1px solid #0f68b7;background-color:#fff;padding:17px 0;width:25%;max-height:60px}.box__tableCell.--paddingMini{padding:10px 0}.box__tableCell.--accent{color:#0f68b7;background-color:#e5f5fd;font-weight:700}.box__tableSupplement{display:block;font-size:14px}.box__tableNote{text-align:left;font-size:12px;margin-top:5px}.box__tableNote::before{content:"※";color:#e60000}.box__tableWrap{padding-bottom:20px}.box__tableWrap::-webkit-scrollbar{width:50px}.box__tableWrap::-webkit-scrollbar-track{background-color:#e5f5fd;border-radius:100px}.box__tableWrap::-webkit-scrollbar-thumb{background-color:#0f68b7;border-radius:100px}.boxList{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:28px}.boxList__item{background:#fff;padding:30px;border-radius:20px}.boxList__image{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10px}.boxList__title{font-size:24px;font-weight:700;margin-bottom:15px;color:#0f68b7}.boxContent:not(:last-child){margin-bottom:80px}.box__imageBox{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.box__textBox{line-height:2.2;text-align:left;font-size:18px}.box__textBox:not(:last-child){margin-bottom:30px}.suggestionWrap{display:-webkit-flex;display:-ms-flexbox;display:flex;gap:20px}.suggestionImage img{width:100%}.voice{background-color:#0f68b7}.voice__title{font-size:36px;color:#fff;margin-bottom:44px}.swiperWrap{max-width:1086px;overflow:hidden}.swiperSlide{position:relative}.successList{margin-bottom:37px}.swiper-pagination{position:absolute;bottom:-42px !important}.swiper-pagination-bullet{opacity:1 !important;border:2px solid #fff !important;background:#0f68b7 !important;transition:all .5s}.swiper-pagination-bullet:hover{background:#fff !important}.swiper-pagination-bullet-active{opacity:1 !important;background:#fff !important}.successList__item{background:#fff;position:relative;padding:30px 20px}.successList__item.--acquisitions{padding:43px 20px 20px 20px}.successList__item.--textLong{overflow-x:scroll}.success__subHeading{color:#fff;background-color:#0f68b7;padding:4px 13px;display:inline-block;position:absolute;left:20px;top:0}.success__mainHeading{color:#0f68b7;font-size:24px}.successStatusList{text-align:left;font-size:14px;margin-bottom:25px}.success__description{font-size:14px;background:#e5f5fd;padding:15px;text-align:left;max-height:190px;min-height:190px}.success__description.--textLong{overflow-y:scroll}.consult{background-color:#e5f5fd;padding-top:40px;padding-bottom:40px}.consult.--big{padding-top:80px;padding-bottom:60px}.consult__mainLead{font-size:36px;color:#0f68b7;font-weight:700;margin-bottom:30px}.consultWrap{padding:40px 96px 40px 72px;border:4px solid #fff;background-color:#e5f5fd;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.consult__mailbox{position:relative;width:400px}.consult__mailbox::after{position:absolute;content:"";display:inline-block;width:1px;height:120px;background-color:#fff}.consult__callBox{text-align:center}.consult__lead{margin-bottom:20px;font-size:20px;font-weight:500}.consult__button{margin-right:auto;margin-left:auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;background-color:#1ca8ea;padding:25px 0;width:100%;max-width:400px;font-weight:700;border-radius:50px}.consult__buttonText{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:20px}.consult__buttonText::before{content:"";display:inline-block;margin-right:20px;width:48px;height:48px;background-size:100%;background-image:url(../img/lp/icon-mail.svg)}.consult__textConsultation{font-size:20px;margin-bottom:30px;font-weight:500}.consult__number{font-size:48px;color:#0f68b7;font-family:"Roboto Slab",serif;font-weight:500}.consult__number::before{content:"";display:inline-block;margin-right:15px;width:30px;height:30px;background-size:100%;background-image:url(../img/icon-phone.svg);-webkit-transform:translateY(3px);transform:translateY(3px)}.box__text{font-size:18px;line-height:2.2;text-align:left;margin-bottom:40px}.box__text.--tall{margin-bottom:50px}.missionList__item{background-color:#f7f7f7;border-radius:20px;padding:50px 80px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.missionList__item:not(:last-child){margin-bottom:20px}.missionList__description{line-height:2}.missionList__image{margin-right:50px}.missionList__title{font-size:28px;margin-bottom:20px}.missionList__subTitle{font-size:20px}.missionList__text{text-align:left}.missionList__image{min-width:160px}@media screen and (min-width: 801px){.onlySP{display:none !important}.onlySP{display:none !important}.lpHeader__title{margin-right:16px}.onlySP{display:none !important}.onlySP{display:none !important}.c-hoverText::after{position:absolute;left:0;content:"";width:100%;height:1px;background-color:#39424b;bottom:-1px;-webkit-transform:scale(1, 1);transform:scale(1, 1);-webkit-transform-origin:right top;transform-origin:right top;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.c-hoverText:hover::after{-webkit-transform:scale(0, 1);transform:scale(0, 1);-webkit-transform-origin:right top;transform-origin:right top}.kv__textWrap{min-width:510px}.kv__text{min-width:510px;min-height:450px}.kv__textRoundedBox{margin-bottom:10px}.kv__textBig{margin-bottom:12px}.worryList{-webkit-transform:translateX(30px);transform:translateX(30px)}.worryList__item{width:20%;height:195px}.worryList__item.--number02{-webkit-transform:translateX(-20px);transform:translateX(-20px);z-index:4}.worryList__item.--number03{-webkit-transform:translateX(-40px);transform:translateX(-40px);z-index:3}.worryList__item.--number04{-webkit-transform:translateX(-60px);transform:translateX(-60px);z-index:2}.worryList__item.--number05{-webkit-transform:translateX(-80px);transform:translateX(-80px);z-index:1}.worry__description{max-width:800px}.pointList{padding-left:50px}.box__contentBox.--row{padding-left:80px}.boxList__image{min-height:80px}.boxList__item.--1line .boxList__image{margin-bottom:28px}.boxList__item.--1line .boxList__title{margin-bottom:33px}.box__imageBox{min-width:310px}.voice{padding:80px}.consult__mailbox::after{bottom:0;right:-70px}.consult__button{transition:all .5s}.consult__button:hover{background-color:#0f68b7}.consult__number{pointer-events:none;cursor:default}.missionList__subTitle{margin-bottom:10px}}@media screen and (min-width: 1200px){.contentsInner.--worry{padding-left:70px}.worryPerson{position:absolute;min-width:66px;right:-50px}.onlyTAB{display:none}.boxList__description{text-align:left}}@media screen and (max-width: 1200px){.lpHeader__inner{padding-left:20px}.lpHeader__title{width:146px;margin-right:10px}.lpHeader__subTitle{display:none}.worryList.--middleSize .worryList__item{font-size:12px}.worryList__item{font-size:15px}.boxList{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.voice{padding-top:60px}.voice__title{font-size:28px;margin-bottom:30px}.consultWrap{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:30px 20px}.consult__mailbox{width:100%;padding-bottom:30px}.consult__mailbox::after{bottom:0;right:0;left:0;width:100%;height:1px}.consult__callBox{padding-top:30px;margin-right:auto;margin-left:auto}.consult__textConsultation{margin-bottom:10px}}@media screen and (max-width: 800px){.onlyPC{display:none !important}.onlyPC{display:none !important}.page{padding-top:80px}.lpHeader__inner{height:80px}.lpHeader__title{display:inline-block}.callContent{display:none}.consultationContent{display:none}.onlyPC{display:none !important}footer{padding:20px 16px 30px 16px}.onlyPC{display:none !important}.c-title{margin-bottom:60px}.c-title::after{width:40px}.c-title__english{font-size:12px}.c-title__japanese{font-size:20px}.c-title.--sizeBig::after{width:70px}.c-title.--sizeBig .c-title__english{font-size:14px}.c-title.--sizeBig .c-title__japanese{font-size:30px}.c-hoverText{border-bottom:1px solid #39424b}.contentsInner.--spWide{padding-right:0;padding-left:0}.kv.--ma .kv__textBig{font-size:28px}.kv.--ma .kv__textSub{font-size:18px;margin-top:15px}.kv.--acquisitions .kv__text{padding:20px 20px 26px 20px}.kv.--acquisitions .kv__textSubBox{margin:auto;width:100%}.kv.--acquisitions .kv__textSub{font-size:18px;margin-top:15px}.kv__content{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.kv__textWrap{width:100%}.kv__text{padding:20px 20px 26px 20px}.kv__textRounded{margin-bottom:5px}.kv__textRoundedBox{font-size:28px}.kv__textMiddle{font-size:28px}.kv__textBig{font-size:28px}.kv__textSub{font-size:18px;margin-top:15px;padding:10px 0}.kv__image{width:100%;padding-top:50vw}.kv__imageBatch{width:110px;height:110px;padding:10px 0;line-height:1.3;top:10px;right:10px}.kv__imageBatchStart{font-size:14px}.kv__imageBatchPriceNumber{font-size:46px}.kv__imageBatchPriceDoller{font-size:15px}.worry{padding-top:40px;padding-bottom:60px}.worry__title::before{width:32px;height:30px;background-size:cover}.worry__titleText{font-size:24px}.worryList{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.worryList__item{width:41vw;height:41vw}.worryList__item.--number05{margin-right:auto;margin-left:auto}.worryList__text{font-size:4vw}.worryList__text.--mini{font-size:3.5vw}.worryPerson{position:absolute;width:14vw;max-width:90px;right:0;bottom:0}.worry__description{padding-left:130px}.worry__descriptionText{font-size:4vw}.worry__descriptionText::before{width:88px}.point{padding:60px 0}.point__title{margin-bottom:30px}.point__titleText{font-size:28px;margin-bottom:30px}.pointList__item::before{min-width:46px;height:30px;font-size:20px}.pointList__text{font-size:20px}.box{padding:60px 0}.box__title{font-size:28px;margin-bottom:30px}.box__subTitle{font-size:20px;margin-bottom:20px}.box__contentBox.--row{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.box__contentBox{padding:20px}.box__contentBox.--tall{padding:30px}.box__description{font-size:14px;padding-bottom:27px;margin-bottom:27px}.box__lead{line-height:2;font-size:14px;margin-bottom:20px}.box__table{overflow:scroll}.box__tableCell{min-width:147px;font-size:14px;padding-right:3px;padding-left:3px}.box__tableSupplement{font-size:11px}.box__tableWrap{overflow-x:scroll}.boxList__item{padding:20px}.boxList__title{font-size:16px;margin-bottom:10px}.boxList__description{text-align:left;font-size:14px}.boxContent:not(:last-child){margin-bottom:60px}.box__imageBox{max-width:120px;margin-right:auto;margin-left:auto;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.box__textBox{font-size:14px}.box__textBox:not(:last-child){margin-bottom:20px}.suggestionWrap{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.successList{margin-bottom:75px}.swiper-pagination{bottom:-27px !important}.successList__item{width:50%}.consult{padding-top:20px;padding-bottom:20px}.consult.--big{padding-top:60px;padding-bottom:20px}.consult__mainLead{font-size:20px;margin-bottom:27px}.consult__lead{font-weight:800;font-size:14px}.consult__button{padding:22px 0}.consult__textConsultation{font-size:14px;font-weight:800}.consult__number{font-size:36px}.box__text{font-size:14px;margin-bottom:30px}.box__text.--tall{margin-bottom:30px}.missionList__item{padding:30px 20px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.missionList__title{margin-bottom:10px;font-size:24px}.missionList__subTitle{font-size:16px;margin-bottom:0}.missionList__image{margin:auto;margin-bottom:15px}}
:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}body.--menuOpen{overflow:hidden}.page{padding-top:140px}header{position:fixed;top:0;right:0;left:0;background-color:#fff;z-index:3;transition:all .5s}header.--frameIn{-webkit-transform:translateY(0);transform:translateY(0)}header.--frameOut{-webkit-transform:translateY(-100%);transform:translateY(-100%)}header.--small{position:fixed;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);z-index:4}header.--small.--frameIn{-webkit-transform:translateY(0);transform:translateY(0)}header.--small .header__inner{height:80px}header.--small .header__contactLogo{width:36px;height:36px}header.--small .header__contactIcon svg{width:24px}header.--small .header__contactText{font-weight:800}.header__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:140px;padding-left:60px}.header__title{color:#0f68b7}.header__nav{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%}.header__navList{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-right:65px;overflow:auto;position:absolute;left:25%;top:0;bottom:0}.header__navItem.--mini{background-color:#f7f7f7}.header__navItem:not(:last-child){margin-right:3vw}.header__navItemLink{position:relative;display:inline-block;width:100%;height:100%}.header__navButton{position:relative;cursor:pointer;border-radius:5px;width:30px;height:30px}.header__navButton.active{position:fixed;right:30px;top:15px}.header__navButton span{display:inline-block;transition:all .4s;position:absolute;left:0;height:3px;border-radius:2px;background-color:#0f68b7;width:100%}.header__navButton span:nth-of-type(2){top:10px}.header__navButton span:nth-of-type(3){top:20px}.header__navButton.active span:nth-of-type(1){top:18px;right:18px;-webkit-transform:translateY(6px) rotate(-45deg);transform:translateY(6px) rotate(-45deg);width:30px}.header__navButton.active span:nth-of-type(2){opacity:0;top:25px;right:18px}.header__navButton.active span:nth-of-type(3){top:30px;right:18px;-webkit-transform:translateY(-6px) rotate(45deg);transform:translateY(-6px) rotate(45deg);width:30px}.header__SPNav{position:fixed;width:100%;height:100%;top:0;left:0;background-color:#e5f5fd;-webkit-transform:translateX(100%);transform:translateX(100%);z-index:5;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease}.header__SPNav.--open{transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease;-webkit-transform:translateX(0%);transform:translateX(0%)}.header__SPNav::before{content:"";background-color:#e5f5fd;width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:-1}.header__SPNavInner{overflow-y:auto;width:100%;height:100%;-webkit-overflow-scrolling:touch;padding-top:80px}.header__navItemEnglish{transition:all .3s;color:#0f68b7;font-size:14px;font-family:"Roboto Slab",serif}.header__navItemJapanese{transition:all .3s;color:#39424b;font-weight:700;font-size:16px}.header__navItemDetail{color:#39424b;font-size:16px;font-weight:bold;padding-left:17px}.header__navItemContact a{display:inline-block;width:100%;height:100%}.header__navItemContactContent{padding:30px 40px;background-color:#0f68b7;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header__navItemContactImage{width:36px;margin-right:50px}.header__navItemContactText{font-size:20px;font-weight:700}.header__contact{width:210px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#0f68b7}.header__contactLogo{display:inline-block;background-color:#fff;width:48px;height:48px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:50%;margin-bottom:3px}.header__contactLogo svg{display:block}.header__contactText{color:#fff}.header__contactText a{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.subHeader{padding:45px 60px;text-align:left}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}footer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:30px 60px;border-top:2px solid #e5f5fd}.footer__company{font-family:"Roboto Slab",serif;font-size:12px}.footer__privacyPolicy{font-size:12px;position:relative}.footer__privacyPolicy::before{content:"";position:absolute;top:50%;left:-10px;width:0;height:0;border-style:solid;border-width:2.5px 0 2.5px 5px;border-color:transparent transparent transparent #007bff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.footer__privacyPolicyLink{color:#39424b}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}html{font-family:"Noto Sans JP",sans-serif;font-size:16px;font-weight:400}.privacyPolicy{font-size:14px;text-align:left;color:#39424b;line-height:1.85}.privacyPolicy__lead{margin-bottom:30px}.privacyPolicyListDescription{padding-left:1em}.privacyPolicyInner{max-width:1118px;padding-right:16px;padding-left:16px;margin-left:auto;margin-right:auto;max-width:1022px;padding-top:60px;padding-bottom:150px}.privacyPolicy__band{color:#0f68b7;background-color:#e5f5fd;text-align:center;padding-top:33px;padding-bottom:33px}.privacyPolicy__bandEnglish{font-size:14px;display:block}.privacyPolicy__bandJapanese{font-size:24px;display:block;line-height:1.5}.privacyPolicy__mainTitle{font-size:16px;font-weight:700;margin-bottom:15px}.privacyPolicy__mainTitle.--marginNone{margin-bottom:0}.privacyPolicyListTitle{font-size:14px;font-weight:700}.privacyPolicy__bracketsItem:not(:last-child){margin-bottom:30px}.privacyPolicy__bracketsTitle{text-indent:-3em;margin-left:3em}.privacyPolicyList__item{margin-bottom:30px}.privacyPolicy__date{text-align:right}.privacyPolicy__textBox{margin-bottom:60px}.privacyPolicy__textBox:last-child{margin-bottom:0}.privacyPolicy__bracketsDescription{padding-left:3em}.privacyPolicy__bracketsDescription.--short{padding-left:1em}.privacyPolicyListBold{font-weight:700}@media screen and (min-width: 801px){.onlySP{display:none !important}.onlySP{display:none !important}header.--small .header__contact{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}header.--small .header__contactLogo{margin-right:10px}.header__navItem:hover .header__navItemEnglish{color:#1ca8ea}.header__navItem:hover .header__navItemJapanese{color:#0f68b7}.header__contact{transition:all .5s}.header__contact:hover{background-color:#1ca8ea}.header__contact:hover svg path{fill:#1ca8ea}.onlySP{display:none !important}}@media screen and (max-width: 1200px){.header__inner{padding-left:20px}.header__title{width:146px;margin-right:10px}.header__navItem:not(:last-child){margin-right:1.5vw}.header__navItemEnglish{margin-bottom:3px}.header__navItemJapanese{font-size:12px}.header__contact{width:150px}.header__contactText{font-size:14px}}@media screen and (max-width: 800px){.onlyPC{display:none !important}.onlyPC{display:none !important}.page{padding-top:80px}.header__inner{height:80px}.header__title{display:inline-block}.header__nav{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.header__navItem:not(:last-child){margin-right:0}.header__navItem{position:relative;width:100%;text-align:left;border-bottom:2px solid #e5f5fd;background-color:#fff}.header__navItemLink{padding:18px 40px}.header__navItemLink::after{content:"";display:inline-block;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:40px;top:50%;width:0;height:0;border-style:solid;border-width:6px 0 6px 8px;border-color:transparent transparent transparent #007bff}.header__navItemLink.--mini::after{content:"";display:inline-block;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:40px;top:50%;width:0;height:0;border-style:solid;border-width:4px 0 4px 5px;border-color:transparent transparent transparent #007bff}.header__navButtonWrap{position:absolute;top:37%;right:124px;z-index:6}.header__navItemJapanese{font-size:20px}.header__navItemInner{padding-left:40px;padding-top:20px;padding-bottom:20px}.header__contact{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;width:90px}.header__contactLogo{width:36px;height:36px}.header__contactIcon svg{width:22px;height:17px}.header__contactText{display:inline-block;font-size:12px;font-weight:700}.subHeader{padding:25px 20px}.subHeader__image img{width:146px}.onlyPC{display:none !important}footer{padding:20px 16px 30px 16px}.privacyPolicy{font-size:12px}.privacyPolicyInner{width:auto}.privacyPolicyInner{padding:24px 20px 120px 20px}.privacyPolicy__band{padding-top:25px;padding-bottom:25px}.privacyPolicy__bandEnglish{font-size:12px}.privacyPolicy__bandJapanese{font-size:20px}.privacyPolicy__bracketsItem:not(:last-child){margin-bottom:20px}.privacyPolicyList__item{margin-bottom:20px}.privacyPolicy__textBox{margin-bottom:50px}}
:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}body.--menuOpen{overflow:hidden}.page{padding-top:140px}header{position:fixed;top:0;right:0;left:0;background-color:#fff;z-index:3;transition:all .5s}header.--frameIn{-webkit-transform:translateY(0);transform:translateY(0)}header.--frameOut{-webkit-transform:translateY(-100%);transform:translateY(-100%)}header.--small{position:fixed;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);z-index:4}header.--small.--frameIn{-webkit-transform:translateY(0);transform:translateY(0)}header.--small .header__inner{height:80px}header.--small .header__contactLogo{width:36px;height:36px}header.--small .header__contactIcon svg{width:24px}header.--small .header__contactText{font-weight:800}.header__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:140px;padding-left:60px}.header__title{color:#0f68b7}.header__nav{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%}.header__navList{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-right:65px;overflow:auto;position:absolute;left:25%;top:0;bottom:0}.header__navItem.--mini{background-color:#f7f7f7}.header__navItem:not(:last-child){margin-right:3vw}.header__navItemLink{position:relative;display:inline-block;width:100%;height:100%}.header__navButton{position:relative;cursor:pointer;border-radius:5px;width:30px;height:30px}.header__navButton.active{position:fixed;right:30px;top:15px}.header__navButton span{display:inline-block;transition:all .4s;position:absolute;left:0;height:3px;border-radius:2px;background-color:#0f68b7;width:100%}.header__navButton span:nth-of-type(2){top:10px}.header__navButton span:nth-of-type(3){top:20px}.header__navButton.active span:nth-of-type(1){top:18px;right:18px;-webkit-transform:translateY(6px) rotate(-45deg);transform:translateY(6px) rotate(-45deg);width:30px}.header__navButton.active span:nth-of-type(2){opacity:0;top:25px;right:18px}.header__navButton.active span:nth-of-type(3){top:30px;right:18px;-webkit-transform:translateY(-6px) rotate(45deg);transform:translateY(-6px) rotate(45deg);width:30px}.header__SPNav{position:fixed;width:100%;height:100%;top:0;left:0;background-color:#e5f5fd;-webkit-transform:translateX(100%);transform:translateX(100%);z-index:5;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease}.header__SPNav.--open{transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease;-webkit-transform:translateX(0%);transform:translateX(0%)}.header__SPNav::before{content:"";background-color:#e5f5fd;width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:-1}.header__SPNavInner{overflow-y:auto;width:100%;height:100%;-webkit-overflow-scrolling:touch;padding-top:80px}.header__navItemEnglish{transition:all .3s;color:#0f68b7;font-size:14px;font-family:"Roboto Slab",serif}.header__navItemJapanese{transition:all .3s;color:#39424b;font-weight:700;font-size:16px}.header__navItemDetail{color:#39424b;font-size:16px;font-weight:bold;padding-left:17px}.header__navItemContact a{display:inline-block;width:100%;height:100%}.header__navItemContactContent{padding:30px 40px;background-color:#0f68b7;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header__navItemContactImage{width:36px;margin-right:50px}.header__navItemContactText{font-size:20px;font-weight:700}.header__contact{width:210px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#0f68b7}.header__contactLogo{display:inline-block;background-color:#fff;width:48px;height:48px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:50%;margin-bottom:3px}.header__contactLogo svg{display:block}.header__contactText{color:#fff}.header__contactText a{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.subHeader{padding:45px 60px;text-align:left}:root{--colorPrimary: #0f68b7;--colorSub: #fff2c4}footer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:30px 60px;border-top:2px solid #e5f5fd}.footer__company{font-family:"Roboto Slab",serif;font-size:12px}.footer__privacyPolicy{font-size:12px;position:relative}.footer__privacyPolicy::before{content:"";position:absolute;top:50%;left:-10px;width:0;height:0;border-style:solid;border-width:2.5px 0 2.5px 5px;border-color:transparent transparent transparent #007bff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.footer__privacyPolicyLink{color:#39424b}.thanks{padding-top:100px;padding-bottom:100px;padding-right:16px;padding-left:16px}.thanks__mainText{font-size:28px;font-weight:700;margin-bottom:100px;position:relative}.thanks__mainText::before{content:"";position:absolute;background-color:#0068b3;right:0;left:0;bottom:-20px;display:inline-block;width:100px;height:2px;margin:auto}.thanks__topButton{transition:all .5s;cursor:pointer;color:var(--colorPrimary);display:inline-block;font-size:20px;width:100%;max-width:500px;padding:22px 0;border:1px solid var(--colorPrimary)}@media screen and (min-width: 801px){.onlySP{display:none !important}.onlySP{display:none !important}header.--small .header__contact{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}header.--small .header__contactLogo{margin-right:10px}.header__navItem:hover .header__navItemEnglish{color:#1ca8ea}.header__navItem:hover .header__navItemJapanese{color:#0f68b7}.header__contact{transition:all .5s}.header__contact:hover{background-color:#1ca8ea}.header__contact:hover svg path{fill:#1ca8ea}.onlySP{display:none !important}.thanks__topButton:hover{color:#fff;background-color:var(--colorPrimary)}}@media screen and (max-width: 1200px){.header__inner{padding-left:20px}.header__title{width:146px;margin-right:10px}.header__navItem:not(:last-child){margin-right:1.5vw}.header__navItemEnglish{margin-bottom:3px}.header__navItemJapanese{font-size:12px}.header__contact{width:150px}.header__contactText{font-size:14px}}@media screen and (max-width: 800px){.onlyPC{display:none !important}.onlyPC{display:none !important}.page{padding-top:80px}.header__inner{height:80px}.header__title{display:inline-block}.header__nav{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.header__navItem:not(:last-child){margin-right:0}.header__navItem{position:relative;width:100%;text-align:left;border-bottom:2px solid #e5f5fd;background-color:#fff}.header__navItemLink{padding:18px 40px}.header__navItemLink::after{content:"";display:inline-block;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:40px;top:50%;width:0;height:0;border-style:solid;border-width:6px 0 6px 8px;border-color:transparent transparent transparent #007bff}.header__navItemLink.--mini::after{content:"";display:inline-block;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:40px;top:50%;width:0;height:0;border-style:solid;border-width:4px 0 4px 5px;border-color:transparent transparent transparent #007bff}.header__navButtonWrap{position:absolute;top:37%;right:124px;z-index:6}.header__navItemJapanese{font-size:20px}.header__navItemInner{padding-left:40px;padding-top:20px;padding-bottom:20px}.header__contact{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;width:90px}.header__contactLogo{width:36px;height:36px}.header__contactIcon svg{width:22px;height:17px}.header__contactText{display:inline-block;font-size:12px;font-weight:700}.subHeader{padding:25px 20px}.subHeader__image img{width:146px}.onlyPC{display:none !important}footer{padding:20px 16px 30px 16px}.thanks__mainText{font-size:20px}.thanks__topButton{font-size:16px}}
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Google Tag Manager-->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5MVZG2P');
</script>
<!-- End Google Tag Manager-->
<meta charset="utf-8">
<title>会社の譲受・買収・成長手法をお考えの方に | Byside株式会社(バイサイド株式会社)</title>
<meta name="description" content="会社の譲受・買収・成長手法をお考えの方へ。Byside株式会社(バイサイド株式会社)は新しいM&amp;Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&amp;A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<!-- OGP-->
<meta property="og:title" content="会社の譲受・買収・成長手法をお考えの方に | Byside株式会社(バイサイド株式会社)">
<meta property="og:url" content="https://byside.co.jp/business/acquisitions.html">
<meta property="og:description" content="会社の譲受・買収・成長手法をお考えの方へ。Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="og:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<meta property="og:site_name" content="Byside">
<meta property="og:type" content="website">
<!-- Twitter-->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="会社の譲受・買収・成長手法をお考えの方に | Byside株式会社(バイサイド株式会社)">
<meta property="twitter:description" content="会社の譲受・買収・成長手法をお考えの方へ。Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="twitter:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<!-- 共通CSS-->
<link rel="stylesheet" href="/assets/styles/common.min.css">
<!-- ページ個別CSS-->
<link rel="stylesheet" href="/assets/styles/acquisitions.min.css">
<!-- ファビコン-->
<link rel="icon" href="/assets/img/share/favicon.ico">
<!-- フォント-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto+Slab:wght@400;500&amp;display=swap" rel="stylesheet">
<!-- swiperCSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- swiperJS-->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- jquery-->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- 共通JS-->
<script src="/assets/js/common.js"></script>
<!-- マグニフィックポップアップ-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- throttle-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript)-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5MVZG2P" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript)-->
<div class="page">
<header class="--heightGet" id="header">
<div class="lpHeader__inner">
<div class="lpHeaderLeft">
<h2 class="lpHeader__title"><a href="/"><img src="/assets/img/logo-main.svg" alt="Byside"></a></h2><span class="lpHeader__subTitle">バイサイド株式会社</span>
</div>
<div class="lpHeaderRight">
<div class="callContent">
<p class="callContent__number">03-6689-1281</p>
<p class="callContent__days">無料相談:平日 09:30 〜 18:30</p>
</div><a class="consultationContent" href="/#contact">
<p class="consultationContent__text">無料で相談する</p></a>
</div>
<div class="lpHeader__spContact onlySP"><a href="/#contact">
<div class="lpHeader__spContactContent">
<div class="lpHeader__spContactImage">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="17" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#1CA8EA"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#1CA8EA"></path>
</g>
</svg>
</div>
<p class="lpHeader__spContactText">お問い合わせ</p>
</div></a></div>
</div>
</header>
<link rel="stylesheet" href="../../assets/styles/lp.min.css">
<div class="mouseStalker" id="mouseStalker"><span class="mouseStalker__arrow"></span></div>
<div class="kv --acquisitions">
<div class="kv__content">
<div class="kv__textWrap">
<div class="kv__text">
<p class="kv__textBig">会社・事業の</p>
<p class="kv__textRounded"><span class="kv__textRoundedBox">譲受</span><span class="kv__textRoundedBox">買収</span><span class="kv__textRoundedBox">成長手法</span></p>
<p class="kv__textMiddle">をお考えの方に</p>
<div class="kv__textSubBox">
<p class="kv__textSub">
ニーズに合致した案件の効率的な<br>検討・成功するM&Aを</p>
</div>
</div>
</div>
<div class="kv__image">
<div class="kv__imageBatch"><span class="kv__imageBatchStart">着手金・<br>中間報酬</span>
<p class="kv__imageBatchPrice"><span class="kv__imageBatchPriceNumber">0</span><span class="kv__imageBatchPriceDoller"></span></p>
</div>
</div>
</div>
</div>
<section class="worry">
<div class="contentsInner --worry">
<h2 class="worry__title"><span class="worry__titleText">M&Aに関する、<br class="onlySP">こんなお悩みはありませんか?</span></h2>
<div class="worryBox">
<ul class="worryList">
<li class="worryList__item --number01">
<p class="worryList__text">買収・譲受後の<br><span class="worryList__accent">運営</span>が不安</p>
</li>
<li class="worryList__item --number02">
<p class="worryList__text">多額の<br><span class="worryList__accent">手数料</span>がかかる<br>のでは?</p>
</li>
<li class="worryList__item --number03">
<p class="worryList__text">適正な<br><span class="worryList__accent">企業価値</span>なのか<br>不安がある</p>
</li>
<li class="worryList__item --number04">
<p class="worryList__text">M&Aをして<br><span class="worryList__accent">成功</span>できるのか<br>不安</p>
</li>
<li class="worryList__item --number05">
<p class="worryList__text">他社に<br>相談しているが<br><span class="worryList__accent">M&Aの検討</span><br>進まない</p>
</li>
</ul>
<div class="worryPerson"><img src="/assets/img/lp/image-person.png" alt=""></div>
</div>
<div class="worry__description">
<p class="worry__descriptionText">バイサイド株式会社は、<br>あらゆるM&Aの<br class="onlySP">お悩みに寄り添います。</p>
</div>
</div>
</section>
<section class="point">
<div class="contentsInner">
<div class="point__title">
<h2 class="point__titleText">私たちが選ばれる<br class="onlySP">4つのポイント</h2>
</div>
<ol class="pointList">
<li class="pointList__item">
<p class="pointList__text">累計関与数<span class="point__contrast">300件超</span>の経験豊富なコンサルタント集団が<br class="onlyPC">最適なお相手探しから成約までフルサポート</p>
</li>
<li class="pointList__item">
<p class="pointList__text">業界内外の<span class="point__contrast">幅広い事業者連携</span>により集約した案件を、<br>一括で<span class="point__contrast">まとめてご提案</span>可能</p>
</li>
<li class="pointList__item">
<p class="pointList__text">着手金・中間報酬が<span class="point__contrast">無料</span></p>
</li>
<li class="pointList__item">
<p class="pointList__text">成約後も<span class="point__contrast">無料サポート</span></p>
</li>
</ol>
</div>
</section>
<section class="consult">
<div class="contentsInner">
<div class="consultWrap">
<div class="consult__mailbox">
<div class="consult__lead">まずは、お気軽にご相談ください。</div><a class="consult__button" href="/#contact">
<div class="consult__buttonText">無料で相談する</div></a>
</div>
<div class="consult__callBox">
<p class="consult__textConsultation">お電話でのご相談も承っております。</p><a class="consult__number" href="tel:0366891281">03-6689-1281</a>
</div>
</div>
</div>
</section>
<section class="box">
<div class="contentsInner --spWide">
<div class="boxContent">
<h2 class="box__title">最適なお相手と<br class="onlySP">巡り合えるM&A</h2>
<div class="box__contentBox">
<div class="box__description">M&Aで最も重要なことは「どんなお相手と組むか」だと私たちは考えています。バイサイド株式会社は、M&Aにおいて「最適なお相手を見つけること」に特化したメンバーで創業いたしました。業界の壁を超えて多くの外部企業と提携し、日本最大級のネットワークを有するなど、私たちには最適なお相手と巡り合う為の独自のノウハウがございます。</div>
<h3 class="box__subTitle">スピード成約を成功に導く<br>バイサイド株式会社独自の<br class="onlySP">マッチングシステム</h3>
<ul class="boxList">
<li class="boxList__item">
<p class="boxList__image"><img src="/assets/img/lp/image-matching01.svg" alt=""></p>
<h4 class="boxList__title">プロフェッショナル<br>ならではのマッチング</h4>
<p class="boxList__description">経験豊富なコンサルタントにしか成し得ない専門性を駆使したお相手探し</p>
</li>
<li class="boxList__item --1line">
<p class="boxList__image"><img src="/assets/img/lp/image-matching02.svg" alt=""></p>
<h4 class="boxList__title --1line">AIによるマッチング</h4>
<p class="boxList__description">成約実績等の機械学習(AI)を活用したスピーディーで効率的なお相手探し</p>
</li>
<li class="boxList__item">
<p class="boxList__image"><img src="/assets/img/lp/image-matching03.svg" alt=""></p>
<h4 class="boxList__title">組織連携での<br class="onlyPC">マッチング</h4>
<p class="boxList__description">既存の仲介方式の枠組みにとらわれず、最適なシナジーをご提案</p>
</li>
</ul>
</div>
</div>
<div class="boxContent">
<h2 class="box__title">業界内外の幅広い<br class="onlySP">事業者提携により<br>一括でのご提案・<br class="onlySP">ご検討が可能</h2>
<div class="box__contentBox --tall">
<div class="box__text --tall">これまでのM&Aでは、複数のM&A仲介・FA業者などから提案されたさまざまな粒度の案件の比較検討や、度重なる打ち合わせにより、譲受を希望されるお客様に大きな負担をお掛けしていました。<br>バイサイド株式会社ではM&A仲介・FA業者との業務提携を進めているため、非公開案件も含めたくさんの選択肢を整理した上で「貴社のニーズに合致する案件のみ」を厳選して一括でご提案します。</div>
<div class="suggestion">
<div class="suggestionWrap">
<div class="suggestionImage"><img src="/assets/img/lp/image-suggestion01.png" alt=""></div>
<div class="suggestionImage"><img class="onlyPC" src="/assets/img/lp/image-suggestion02.png" alt=""><img class="onlySP" src="/assets/img/lp/image-suggestion02-sp.png" alt=""></div>
</div>
</div>
</div>
</div>
<div class="boxContent">
<h2 class="box__title">完全成功報酬による、<br class="onlyTAB">明朗な手数料体系</h2>
<div class="box__contentBox">
<div class="box__lead">着手金や月額報酬、中間報酬等をいただくことなく、成約まで無料で支援いたします。<br>本当に納得のいく金額で譲渡できるのか、また譲受に最適な企業が見つかるか。M&Aに取り組むべきかどうかの判断は、実際にお話を伺わないことには始まりません。どうぞお気軽にご相談ください。</div>
<div class="box__tableWrap">
<table class="box__table">
<tr class="box__tableFirstLine">
<th class="box__tableCell"></th>
<th class="box__tableCell --accent">バイサイド株式会社</th>
<th class="box__tableCell">A社</th>
<th class="box__tableCell">B社</th>
</tr>
<tr>
<th class="box__tableCell">着手金</th>
<td class="box__tableCell --accent">なし</td>
<td class="box__tableCell">あり</td>
<td class="box__tableCell">なし</td>
</tr>
<tr>
<th class="box__tableCell">中間報酬</th>
<td class="box__tableCell --accent">なし</td>
<td class="box__tableCell --paddingMini">あり<span class="box__tableSupplement">(成功報酬の内、20%)</span></td>
<td class="box__tableCell --paddingMini">あり<span class="box__tableSupplement">(成功報酬の内、20%)</span></td>
</tr>
<tr>
<th class="box__tableCell">成功報酬の<br class="onlyTAB">基準となる数値</th>
<td class="box__tableCell --accent">譲渡価格ベース</td>
<td class="box__tableCell">総資産額ベース</td>
<td class="box__tableCell">譲渡価格ベース</td>
</tr>
<tr>
<th class="box__tableCell">最低報酬額</th>
<td class="box__tableCell --paddingMini --accent">あり<span class="box__tableSupplement">(最低1,000万円〜)</span></td>
<td class="box__tableCell --paddingMini">あり<span class="box__tableSupplement">(最低2,000万円)</span></td>
<td class="box__tableCell --paddingMini">あり<span class="box__tableSupplement">(最低2,500万円)</span></td>
</tr>
</table>
<div class="box__tableNote">詳細な金額についてはお問い合わせください。相談料は無料です。</div>
</div>
</div>
</div>
<div class="boxContent">
<h2 class="box__title">相談は完全無料◎<br>M&Aに関するセカンド<br class="onlyTAB">オピニオンサービスも展開</h2>
<div class="box__contentBox --row">
<div class="box__imageBox"><img src="/assets/img/lp/image-person-talking.svg" alt=""></div>
<div class="box__textContent">
<div class="box__textBox">「これは本当に取り組むべきM&Aなのでしょうか?」<br>時には厳しいことも言ってしまうかもしれません。ただ、それは貴社のことを本気で案ずるからこそ言える言葉でもあります。私たちは、あなたの会社に寄り添い、親身になって、最適なアドバイザーとなるべく、真摯に、本気に、熱を持ってアドバイスします。</div>
<div class="box__textBox">M&Aは情報を統制しながら進めていく為に、悩みは周囲の誰にも言えないものが数多く、経営者は孤独になりがちです。<br>バイサイド株式会社では、M&Aに取り組むべきかどうかや成約後のお悩み、また資本提携や業務提携など経営戦略全般のご相談も承っております。毎月の安価な委託契約をご締結させていただくだけで、いつでも相談できる環境をご提供しております。</div>
</div>
</div>
</div>
<div class="boxContent">
<h2 class="box__title">成約後の無料サポートで<br class="onlySP">不安を解消</h2>
<div class="box__contentBox --row">
<div class="box__imageBox"><img src="/assets/img/lp/image-person-consultation.svg" alt=""></div>
<div class="box__textContent">
<div class="box__textBox">「M&A後、どうやって事業に関わっていけばいいのかわからない」<br>「従業員に対して、どう話せばいいのかわからない」</div>
<div class="box__textBox">M&Aにまつわる不安は数多くありますが、その多くは、成約後が見えない不安からくるものです。M&Aは「成約」がゴールではありません。「成功させる」ことが非常に重要な要素となります。<br>バイサイド株式会社では、当社がアドバイザリーを対応もしくは仲介を行ったM&Aの全てに、1か月の無料サポートを付帯しております。<br>数百件のM&Aを成約させてきたコンサルタントが第三者として入り、企業統合のポイントをお伝えすることで、資本提携後の運営やキーマンとのコミュニケーション方法など、不安を解消しながら進めていくことができます。</div>
</div>
</div>
</div>
</div>
</section>
<section class="voice">
<div class="contentsInner">
<h2 class="voice__title">成約事例・お客様の声</h2>
<div class="swiperWrap">
<div class="swiperSlide" id="js-slider">
<ul class="successList swiper-wrapper">
<li class="successList__item --acquisitions swiper-slide">
<h5 class="success__subHeading">買収</h5>
<ul class="successStatusList">
<li class="successStatusList__item">N社オーナー</li>
<li class="successStatusList__item">関東地方:建設リフォーム事業</li>
<li class="successStatusList__item">株価:3億円</li>
</ul>
<p class="success__description">両社の希望条件が折り合わず、案件がペンディングになりそうな時には何度も双方の主張のすり合わせをしていただき、結果として満足のいく着地にまとめていただき、感謝です。最幸です!</p>
</li>
<li class="successList__item --acquisitions swiper-slide">
<h5 class="success__subHeading">買収</h5>
<ul class="successStatusList">
<li class="successStatusList__item">L社オーナー</li>
<li class="successStatusList__item">関東地方:HRコンサルティング業</li>
<li class="successStatusList__item">株価10億円</li>
</ul>
<p class="success__description --textLong">成約まで3か月!創業5期目で企業を買収するのは時期尚早ではないか?という社内意見もありましたが、担当の方の熱いプレゼンテーションにより、対象会社の魅力に気づくことが出来て、本件の実行に歩みを進めることが出来ました。自社の強みである『営業力』と対象会社の『サービス力』で最高の協調戦略シナジーが期待できワクワクしています!</p>
</li>
<li class="successList__item --acquisitions swiper-slide">
<h5 class="success__subHeading">買収</h5>
<ul class="successStatusList">
<li class="successStatusList__item">K社オーナー</li>
<li class="successStatusList__item">東海地方:印刷業</li>
<li class="successStatusList__item">株価:8億円</li>
</ul>
<p class="success__description">ご紹介いただき、譲受することができた企業との連携はうまくいっており、成約後も細かくサポートいただき、安心して進めることができました。不安だったが、希望通りのスケジュールで成約することができた。</p>
</li>
<li class="successList__item --acquisitions swiper-slide">
<h5 class="success__subHeading">買収</h5>
<ul class="successStatusList">
<li class="successStatusList__item">K社オーナー</li>
<li class="successStatusList__item">北海道:戸建建築・販売事業</li>
<li class="successStatusList__item">株価:2億円</li>
</ul>
<p class="success__description">成約しなかった案件もありましたが、【御社には合わないからやめた方がいいです】と言ってくださった時には、本当に当社のことを考えてくれているコンサルタントなのだな、と感じました。</p>
</li>
<li class="successList__item --acquisitions swiper-slide">
<h5 class="success__subHeading">買収</h5>
<ul class="successStatusList">
<li class="successStatusList__item">D社オーナー</li>
<li class="successStatusList__item">関東地方:倉庫業</li>
<li class="successStatusList__item">株価:5千万円</li>
</ul>
<p class="success__description">自社案件だけでなく、広いネットワークを持っている為、色々な案件を提案してくれる、且つ、事前調査もしていただけている為、検討しやすい。&A後も順調に進んでます。</p>
</li>
</ul>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</section>
<section class="consult --big">
<div class="contentsInner">
<div class="consult__mainLead">経験豊富なスペシャリストが丁寧に<br>お悩みに寄り添います。</div>
<div class="consultWrap">
<div class="consult__mailbox">
<div class="consult__lead">まずは、お気軽にご相談ください。</div><a class="consult__button" href="/#contact">
<div class="consult__buttonText">無料で相談する</div></a>
</div>
<div class="consult__callBox">
<p class="consult__textConsultation">お電話でのご相談も承っております。</p><a class="consult__number" href="tel:0366891281">03-6689-1281</a>
</div>
</div>
</div>
</section>
<footer><small class="footer__company">&copy; 2022<span id="year"></span><span>&nbsp;byside Co., Ltd.</span></small>
<p class="footer__privacyPolicy"><a class="footer__privacyPolicyLink c-hoverText" href="/privacy.html" target="_blank">個人情報保護法</a></p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- ページ個別JS-->
<script src="/assets/js/acquisitions.js"></script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Google Tag Manager-->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5MVZG2P');
</script>
<!-- End Google Tag Manager-->
<meta charset="utf-8">
<title>会社の譲渡・売却・事業継承をお考えの方に | Byside株式会社(バイサイド株式会社)</title>
<meta name="description" content="会社・事業の譲渡、売却、事業継承をお考えの方へ。Byside株式会社(バイサイド株式会社)は新しいM&amp;Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&amp;A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<!-- OGP-->
<meta property="og:title" content="会社の譲渡・売却・事業継承をお考えの方に | Byside株式会社(バイサイド株式会社)">
<meta property="og:url" content="https://byside.co.jp/business/assignment.html">
<meta property="og:description" content="会社・事業の譲渡、売却、事業継承をお考えの方へ。Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="og:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<meta property="og:site_name" content="Byside">
<meta property="og:type" content="website">
<!-- Twitter-->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="会社の譲渡・売却・事業継承をお考えの方に | Byside株式会社(バイサイド株式会社)">
<meta property="twitter:description" content="会社・事業の譲渡、売却、事業継承をお考えの方へ。Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="twitter:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<!-- 共通CSS-->
<link rel="stylesheet" href="/assets/styles/common.min.css">
<!-- ページ個別CSS-->
<link rel="stylesheet" href="/assets/styles/assignment.min.css">
<!-- ファビコン-->
<link rel="icon" href="/assets/img/share/favicon.ico">
<!-- フォント-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto+Slab:wght@400;500&amp;display=swap" rel="stylesheet">
<!-- swiperCSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- swiperJS-->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- jquery-->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- 共通JS-->
<script src="/assets/js/common.js"></script>
<!-- マグニフィックポップアップ-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- throttle-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript)-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5MVZG2P" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript)-->
<div class="page">
<header class="--heightGet" id="header">
<div class="lpHeader__inner">
<div class="lpHeaderLeft">
<h2 class="lpHeader__title"><a href="/"><img src="/assets/img/logo-main.svg" alt="Byside"></a></h2><span class="lpHeader__subTitle">バイサイド株式会社</span>
</div>
<div class="lpHeaderRight">
<div class="callContent">
<p class="callContent__number">03-6689-1281</p>
<p class="callContent__days">無料相談:平日 09:30 〜 18:30</p>
</div><a class="consultationContent" href="/#contact">
<p class="consultationContent__text">無料で相談する</p></a>
</div>
<div class="lpHeader__spContact onlySP"><a href="/#contact">
<div class="lpHeader__spContactContent">
<div class="lpHeader__spContactImage">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="17" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#1CA8EA"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#1CA8EA"></path>
</g>
</svg>
</div>
<p class="lpHeader__spContactText">お問い合わせ</p>
</div></a></div>
</div>
</header>
<link rel="stylesheet" href="../../assets/styles/lp.min.css">
<div class="mouseStalker" id="mouseStalker"><span class="mouseStalker__arrow"></span></div>
<div class="kv">
<div class="kv__content">
<div class="kv__textWrap">
<div class="kv__text">
<p class="kv__textBig">会社の</p>
<p class="kv__textRounded"><span class="kv__textRoundedBox">譲渡</span><span class="kv__textRoundedBox">売却</span><span class="kv__textRoundedBox">事業継承</span></p>
<p class="kv__textMiddle">をお考えの方に</p>
<div class="kv__textSubBox">
<p class="kv__textSub">最短 1.5ヶ月〜 最適なお相手とのM&Aを</p>
</div>
</div>
</div>
<div class="kv__image">
<div class="kv__imageBatch"><span class="kv__imageBatchStart">着手金・<br>中間報酬</span>
<p class="kv__imageBatchPrice"><span class="kv__imageBatchPriceNumber">0</span><span class="kv__imageBatchPriceDoller"></span></p>
</div>
</div>
</div>
</div>
<section class="worry">
<div class="contentsInner --worry">
<h2 class="worry__title"><span class="worry__titleText">M&Aに関する、<br class="onlySP">こんなお悩みはありませんか?</span></h2>
<div class="worryBox">
<ul class="worryList">
<li class="worryList__item --number01">
<p class="worryList__text">譲渡するか<br>どうか<span class="worryList__accent">決断</span><br>できない</p>
</li>
<li class="worryList__item --number02">
<p class="worryList__text">多額の<br><span class="worryList__accent">手数料</span>がかかる<br>のでは?</p>
</li>
<li class="worryList__item --number03">
<p class="worryList__text"><span class="worryList__accent">企業価値</span><br>適正なのか<br>不安がある</p>
</li>
<li class="worryList__item --number04">
<p class="worryList__text">なるべく<br><span class="worryList__accent">早く譲渡</span>したい</p>
</li>
<li class="worryList__item --number05">
<p class="worryList__text">他社に<br>相談しているが<br><span class="worryList__accent">マッチング</span><br>うまくいかない</p>
</li>
</ul>
<div class="worryPerson"><img src="/assets/img/lp/image-person.png" alt=""></div>
</div>
<div class="worry__description">
<p class="worry__descriptionText">バイサイド株式会社は、<br>あらゆるM&Aの<br class="onlySP">お悩みに寄り添います。</p>
</div>
</div>
</section>
<section class="point">
<div class="contentsInner">
<div class="point__title">
<h2 class="point__titleText">私たちが選ばれる<br class="onlySP">4つのポイント</h2>
</div>
<ol class="pointList">
<li class="pointList__item">
<p class="pointList__text">累計関与数<span class="point__contrast">300件超</span>の経験豊富なコンサルタント集団が<br class="onlyPC">最適なお相手探しから成約までフルサポート</p>
</li>
<li class="pointList__item">
<p class="pointList__text">最短<span class="point__contrast">1.5ヶ月</span>でのスピード成約も可能</p>
</li>
<li class="pointList__item">
<p class="pointList__text">着手金・中間報酬が<span class="point__contrast">無料</span></p>
</li>
<li class="pointList__item">
<p class="pointList__text">成約後も<span class="point__contrast">無料サポート</span></p>
</li>
</ol>
</div>
</section>
<section class="consult">
<div class="contentsInner">
<div class="consultWrap">
<div class="consult__mailbox">
<div class="consult__lead">まずは、お気軽にご相談ください。</div><a class="consult__button" href="/#contact">
<div class="consult__buttonText">無料で相談する</div></a>
</div>
<div class="consult__callBox">
<p class="consult__textConsultation">お電話でのご相談も承っております。</p><a class="consult__number" href="tel:0366891281">03-6689-1281</a>
</div>
</div>
</div>
</section>
<section class="box">
<div class="contentsInner --spWide">
<div class="boxContent">
<h2 class="box__title">最適なお相手と<br class="onlySP">巡り合えるM&A</h2>
<div class="box__contentBox">
<div class="box__description">M&Aで最も重要なことは「どんなお相手と組むか」だと私たちは考えています。バイサイド株式会社は、M&Aにおいて「最適なお相手を見つけること」に特化したメンバーで創業いたしました。業界の壁を超えて多くの外部企業と提携し、日本最大級のネットワークを有するなど、私たちには最適なお相手と巡り合う為の独自のノウハウがございます。</div>
<h3 class="box__subTitle">スピード成約を成功に導く<br>バイサイド株式会社独自の<br class="onlySP">マッチングシステム</h3>
<ul class="boxList">
<li class="boxList__item">
<p class="boxList__image"><img src="/assets/img/lp/image-matching01.svg" alt=""></p>
<h4 class="boxList__title">プロフェッショナル<br>ならではのマッチング</h4>
<p class="boxList__description">経験豊富なコンサルタントにしか成し得ない専門性を駆使したお相手探し</p>
</li>
<li class="boxList__item --1line">
<p class="boxList__image"><img src="/assets/img/lp/image-matching02.svg" alt=""></p>
<h4 class="boxList__title --1line">AIによるマッチング</h4>
<p class="boxList__description">成約実績等の機械学習(AI)を活用したスピーディーで効率的なお相手探し</p>
</li>
<li class="boxList__item">
<p class="boxList__image"><img src="/assets/img/lp/image-matching03.svg" alt=""></p>
<h4 class="boxList__title">組織連携での<br class="onlyPC">マッチング</h4>
<p class="boxList__description">既存の仲介方式の枠組みにとらわれず、最適なシナジーをご提案</p>
</li>
</ul>
</div>
</div>
<div class="boxContent" id="pricing">
<h2 class="box__title">完全成功報酬による、<br class="onlyTAB">明朗な手数料体系</h2>
<div class="box__contentBox">
<div class="box__lead">着手金や月額報酬、中間報酬等をいただくことなく、成約まで無料で支援いたします。<br>本当に納得のいく金額で譲渡できるのか、また譲受に最適な企業が見つかるか。M&Aに取り組むべきかどうかの判断は、実際にお話を伺わないことには始まりません。どうぞお気軽にご相談ください。</div>
<div class="box__tableWrap">
<table class="box__table">
<tr class="box__tableFirstLine">
<th class="box__tableCell"></th>
<th class="box__tableCell --accent">バイサイド株式会社</th>
<th class="box__tableCell">A社</th>
<th class="box__tableCell">B社</th>
</tr>
<tr>
<th class="box__tableCell">着手金</th>
<td class="box__tableCell --accent">なし</td>
<td class="box__tableCell">あり</td>
<td class="box__tableCell">なし</td>
</tr>
<tr>
<th class="box__tableCell">中間報酬</th>
<td class="box__tableCell --accent">なし</td>
<td class="box__tableCell --paddingMini">あり<span class="box__tableSupplement">(成功報酬の内、20%)</span></td>
<td class="box__tableCell --paddingMini">あり<span class="box__tableSupplement">(成功報酬の内、20%)</span></td>
</tr>
<tr>
<th class="box__tableCell">成功報酬の<br class="onlyTAB">基準となる数値</th>
<td class="box__tableCell --accent">譲渡価格ベース</td>
<td class="box__tableCell">総資産額ベース</td>
<td class="box__tableCell">譲渡価格ベース</td>
</tr>
<tr>
<th class="box__tableCell">最低報酬額</th>
<td class="box__tableCell --paddingMini --accent">あり<span class="box__tableSupplement">(最低1,000万円〜)</span></td>
<td class="box__tableCell --paddingMini">あり<span class="box__tableSupplement">(最低2,000万円)</span></td>
<td class="box__tableCell --paddingMini">あり<span class="box__tableSupplement">(最低2,500万円)</span></td>
</tr>
</table>
<div class="box__tableNote">詳細な金額についてはお問い合わせください。相談料は無料です。</div>
</div>
</div>
</div>
<div class="boxContent">
<h2 class="box__title">相談は完全無料◎<br>M&Aに関するセカンド<br class="onlyTAB">オピニオンサービスも展開</h2>
<div class="box__contentBox --row">
<div class="box__imageBox"><img src="/assets/img/lp/image-person-talking.svg" alt=""></div>
<div class="box__textContent">
<div class="box__textBox">「これは本当に取り組むべきM&Aなのでしょうか?」<br>時には厳しいことも言ってしまうかもしれません。ただ、それは貴社のことを本気で案ずるからこそ言える言葉でもあります。私たちは、あなたの会社に寄り添い、親身になって、最適なアドバイザーとなるべく、真摯に、本気に、熱を持ってアドバイスします。</div>
<div class="box__textBox">M&Aは情報を統制しながら進めていく為に、悩みは周囲の誰にも言えないものが数多く、経営者は孤独になりがちです。<br>バイサイド株式会社では、M&Aに取り組むべきかどうかや成約後のお悩み、また資本提携や業務提携など経営戦略全般のご相談も承っております。毎月の安価な委託契約をご締結させていただくだけで、いつでも相談できる環境をご提供しております。</div>
</div>
</div>
</div>
<div class="boxContent">
<h2 class="box__title">成約後の無料サポートで<br class="onlySP">不安を解消</h2>
<div class="box__contentBox --row">
<div class="box__imageBox"><img src="/assets/img/lp/image-person-consultation.svg" alt=""></div>
<div class="box__textContent">
<div class="box__textBox">「M&A後、どうやって事業に関わっていけばいいのかわからない」<br>「従業員に対して、どう話せばいいのかわからない」</div>
<div class="box__textBox">M&Aにまつわる不安は数多くありますが、その多くは、成約後が見えない不安からくるものです。M&Aは「成約」がゴールではありません。「成功させる」ことが非常に重要な要素となります。<br>バイサイド株式会社では、当社がアドバイザリーを対応もしくは仲介を行ったM&Aの全てに、1か月の無料サポートを付帯しております。<br>数百件のM&Aを成約させてきたコンサルタントが第三者として入り、企業統合のポイントをお伝えすることで、資本提携後の運営やキーマンとのコミュニケーション方法など、不安を解消しながら進めていくことができます。</div>
</div>
</div>
</div>
</div>
</section>
<section class="voice">
<div class="contentsInner">
<h2 class="voice__title">成約事例・お客様の声</h2>
<div class="swiperWrap">
<div class="swiperSlide" id="js-slider">
<ul class="successList swiper-wrapper">
<li class="successList__item swiper-slide">
<ul class="successStatusList">
<li class="successStatusList__item">D社オーナー</li>
<li class="successStatusList__item">愛知県:製造業</li>
<li class="successStatusList__item">株価:20億円</li>
</ul>
<p class="success__description">本当に素晴らしい会社と一緒になることができました。情報漏洩の不安もなく、一つ一つの進め方を全て個別に設定していただき、安心して進めることができました。</p>
</li>
<li class="successList__item swiper-slide">
<ul class="successStatusList">
<li class="successStatusList__item">A社オーナー</li>
<li class="successStatusList__item">静岡県:倉庫事業</li>
<li class="successStatusList__item">株価:10億円</li>
</ul>
<p class="success__description">本当によくM&Aを理解している担当者がついてくださり、安定感があった。</p>
</li>
<li class="successList__item swiper-slide">
<ul class="successStatusList">
<li class="successStatusList__item">T社オーナー</li>
<li class="successStatusList__item">福島県:建設工事業</li>
<li class="successStatusList__item">株価:4億円</li>
</ul>
<p class="success__description">短期間での譲渡を希望していて、本当に相手が見つかるか不安だったが、希望通りのスケジュールで成約することができた。</p>
</li>
<li class="successList__item swiper-slide">
<ul class="successStatusList">
<li class="successStatusList__item">N社オーナー</li>
<li class="successStatusList__item">大阪府:ソフトウェア開発事業</li>
<li class="successStatusList__item">株価:3億円</li>
</ul>
<p class="success__description">想像すらしていないお相手先を多数候補として挙げていただき、驚いた。独自のデータベース、広いネットワークを持っている為、頼もしく感じた。</p>
</li>
<li class="successList__item swiper-slide">
<ul class="successStatusList">
<li class="successStatusList__item">Q社オーナー</li>
<li class="successStatusList__item">東京都:介護事業</li>
<li class="successStatusList__item">株価:1億円</li>
</ul>
<p class="success__description">成約だけでなく、その後の従業員への開示方法、取引先への対応等、一つ一つ丁寧にアドバイスいただけて大変助かりました。おかげで、大きな問題なく、M&A後も順調に進んでます。</p>
</li>
</ul>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</section>
<section class="consult --big">
<div class="contentsInner">
<div class="consult__mainLead">経験豊富なスペシャリストが丁寧に<br>お悩みに寄り添います。</div>
<div class="consultWrap">
<div class="consult__mailbox">
<div class="consult__lead">まずは、お気軽にご相談ください。</div><a class="consult__button" href="/#contact">
<div class="consult__buttonText">無料で相談する</div></a>
</div>
<div class="consult__callBox">
<p class="consult__textConsultation">お電話でのご相談も承っております。</p><a class="consult__number" href="tel:0366891281">03-6689-1281</a>
</div>
</div>
</div>
</section>
<footer><small class="footer__company">&copy; 2022<span id="year"></span><span>&nbsp;byside Co., Ltd.</span></small>
<p class="footer__privacyPolicy"><a class="footer__privacyPolicyLink c-hoverText" href="/privacy.html" target="_blank">個人情報保護法</a></p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- ページ個別JS-->
<script src="/assets/js/assignment.js"></script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Google Tag Manager-->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5MVZG2P');
</script>
<!-- End Google Tag Manager-->
<meta charset="utf-8">
<title>事業内容詳細 | Byside株式会社(バイサイド株式会社)</title>
<meta name="description" content="Byside株式会社(バイサイド株式会社)の事業内容について。ファイナンシャルアドバイザリー事業、フルパッケージ型M&amp;A仲介事業、セカンドオピニオンサービスを展開。">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<!-- OGP-->
<meta property="og:title" content="事業内容詳細 | Byside株式会社(バイサイド株式会社)">
<meta property="og:url" content="https://byside.co.jp/business/index.html">
<meta property="og:description" content="Byside株式会社(バイサイド株式会社)の事業内容について。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを展開。">
<meta property="og:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<meta property="og:site_name" content="Byside">
<meta property="og:type" content="website">
<!-- Twitter-->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="事業内容詳細 | Byside株式会社(バイサイド株式会社)">
<meta property="twitter:description" content="Byside株式会社(バイサイド株式会社)の事業内容について。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを展開。">
<meta property="twitter:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<!-- 共通CSS-->
<link rel="stylesheet" href="/assets/styles/common.min.css">
<!-- ページ個別CSS-->
<link rel="stylesheet" href="/assets/styles/business.min.css">
<!-- ファビコン-->
<link rel="icon" href="/assets/img/share/favicon.ico">
<!-- フォント-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto+Slab:wght@400;500&amp;display=swap" rel="stylesheet">
<!-- swiperCSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- swiperJS-->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- jquery-->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- 共通JS-->
<script src="/assets/js/common.js"></script>
<!-- マグニフィックポップアップ-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- throttle-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript)-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5MVZG2P" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript)-->
<div class="page">
<header id="header">
<div class="header__inner">
<h2 class="header__title"><a href="/"><img src="/assets/img/logo-main.svg" alt="Byside"></a></h2>
<nav class="header__nav">
<ul class="header__navList onlyPC">
<li class="header__navItem"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
</ul><a class="header__contact" href="/#contact"><span class="header__contactLogo"><span class="header__contactIcon">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></span>
<p class="header__contactText">お問い合わせ</p></a>
</nav>
</div>
<div class="header__navButtonWrap">
<div class="header__navButton onlySP" id="header__navButton01"><span></span><span></span><span></span></div>
</div>
<div class="header__SPNav" id="header__SPNav01">
<div class="header__SPNavInner">
<ul class="header__NavList">
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/assignment.html"><span class="header__navItemDetail">譲渡・売却・事業継承をお考えの方</span></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/acquisitions.html"><span class="header__navItemDetail">譲受・買収をご希望の方</span></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/ma.html"><span class="header__navItemDetail">M&A事業者の方</span></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/#consultants"><span class="header__navItemDetail">代表コンサルタント</span></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
<li class="header__navItemContact" id="header__navItem01"><a href="/#contact">
<div class="header__navItemContactContent">
<div class="header__navItemContactImage"><span class="header__contactLogo">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="17" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></div>
<p class="header__navItemContactText">お問い合わせ</p>
</div></a></li>
</ul>
</div>
</div>
</header>
<header class="--small --heightGet" id="headerSmall">
<div class="header__inner">
<h2 class="header__title"><a href="/"><img src="/assets/img/logo-main.svg" alt="Byside"></a></h2>
<nav class="header__nav">
<ul class="header__navList onlyPC">
<li class="header__navItem"><a class="header__navItemLink" href="/#service">
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/business/">
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#about">
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#company">
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/faq/">
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
</ul><a class="header__contact" href="/#contact"><span class="header__contactLogo"><span class="header__contactIcon">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></span>
<p class="header__contactText">お問い合わせ</p></a>
</nav>
</div>
<div class="header__navButtonWrap">
<div class="header__navButton onlySP"><span></span><span></span><span></span></div>
</div>
<div class="header__SPNav">
<div class="header__SPNavInner">
<ul class="header__NavList">
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/assignment.html"><span class="header__navItemDetail">譲渡・売却・事業継承をお考えの方</span></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/acquisitions.html"><span class="header__navItemDetail">譲受・買収をご希望の方</span></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/ma.html"><span class="header__navItemDetail">M&A事業者の方</span></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/#consultants"><span class="header__navItemDetail">代表コンサルタント</span></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
<li class="header__navItemContact" id="header__navItem"><a href="/#contact">
<div class="header__navItemContactContent">
<div class="header__navItemContactImage"><span class="header__contactLogo">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="17" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></div>
<p class="header__navItemContactText">お問い合わせ</p>
</div></a></li>
</ul>
</div>
</div>
</header>
<div class="wed__band">
<h1 class="wed__bandTitle"><span class="wed__bandEnglish">What we do</span><span class="wed__bandJapanese">事業内容</span></h1>
</div>
<section class="wedBusiness">
<div class="contentsInner">
<h3 class="subTitle">バイサイド株式会社の事業</h3>
<ul class="wedBusinessList">
<li class="wedBusinessList__item">
<div class="wedBusiness__textBox">
<div class="wedBusiness__image"><img src="/assets/img/image-business01.svg" alt=""></div>
<h3 class="wedBusiness__title">ファイナンシャルアドバイザリー事業</h3>
<h4 class="wedBusiness__subTitle">従来存在しなかった、中堅・中小企業の為のファイナンシャルアドバイザリー業務</h4>
<p class="wedBusiness__description">仲介型?FA型?大切なのはそういうことではないと考えています。<br>弊社では、従来の仲介型に拘らず、全ての中堅・中小企業を成長させる為、最適なお相手探し、誰もが安心して進められるM&amp;Aを提供しています。<br>また当社では、成約するまで一切費用の発生しない、着手金無料・完全成功報酬型の手数料体系を採用しております。</p>
</div>
</li>
<li class="wedBusinessList__item">
<div class="wedBusiness__textBox">
<div class="wedBusiness__image"><img src="/assets/img/image-business02.svg" alt=""></div>
<h3 class="wedBusiness__title">フルパッケージ型M&amp;A仲介事業</h3>
<h4 class="wedBusiness__subTitle">システム、費用、安心感、全てが今までとは次元が違います</h4>
<p class="wedBusiness__description">お客様との間で一元管理された共有クラウドシステムの開発に成功しました。また、案件発掘の費用や、準備段階の手間、AIを利用したマッチングシステムの導入などを実現し、従来M&amp;Aのコンサルタントにかかっていた負担を極限まで削減、それにより独自の手数料体系を構築しています。更に、成約後のサポートも含めた一気通貫のサービスをご提供しております。</p>
</div>
</li>
<li class="wedBusinessList__item">
<div class="wedBusiness__textBox">
<div class="wedBusiness__image"><img src="/assets/img/image-business03.svg" alt=""></div>
<h3 class="wedBusiness__title">セカンドオピニオンサービス</h3>
<h4 class="wedBusiness__subTitle">御社に寄り添い、同じ目線で届ける、バイサイド株式会社独自の助言サービス</h4>
<p class="wedBusiness__description">時には厳しいことも言ってしまうかもしれません。ただ、それは貴社のことを本気で案ずるからこそ、言える言葉でもあります。「M&amp;A」「資本提携」「業務提携」どういったご相談でも構いません。<br>私たちは、あなたの会社に寄り添って、親身になって、最適なアドバイザーとなるべく、真摯に、本気、熱を持って、アドバイスします。<br>M&amp;Aに取り組むべきかどうかや成約後の悩み、他にも「M&amp;Aだけ」ではなく、経営戦略全般のご相談も、承っております。毎月の安価な委託契約をご締結させていただくだけで、いつでも相談できる環境を、ご提供しております。</p>
</div>
</li>
</ul>
</div>
</section>
<section class="strong">
<div class="contentsInner">
<h3 class="subTitle">バイサイド株式会社の強み</h3>
<div class="cardListWrap">
<ul class="cardList">
<li class="cardList__item">
<h4 class="cardList__title">最適なお相手と巡り合える<br>M&A</h4>
<p class="cardList__description">バイサイド株式会社は、M&Aにおいて「最適なお相手を見つけること」に特化したメンバーで創業いたしました。業界の壁を超えて多くの外部企業と提携し、日本最大級のネットワークを有するだけでなく、独自のAIも駆使、更に経験豊富なコンサルタントにしか成しえないマッチングを絡めるなど、私たちには最適なお相手と巡り合う為の独自のノウハウがございます。</p>
</li>
<li class="cardList__item">
<h4 class="cardList__title">完全成功報酬による、<br>明朗な手数料体系</h4>
<p class="cardList__description">着手金や月額報酬をいただくことなく、成約まで無料で支援いたします。<br>本当に納得のいく金額で譲渡できるのか、また譲受に最適な企業が見つかるか。M&Aに取り組むべきかどうかの判断は、実際にお話を伺わないことには始まりません。どうぞお気軽にご相談ください。</p>
</li>
<li class="cardList__item">
<h4 class="cardList__title">成約後の無料サポートで<br>不安を解消</h4>
<p class="cardList__description">私たちの取り組むM&Aは譲渡して終わり、譲受して終わり、ではありません。安心してM&Aに取り組めるように、業界で初めて、成約後のサポートまでを一貫サービスに含んだ唯一無二のサポート体制を構築。M&Aを成約させるだけでなく、「成功」まで導きます。</p>
</li>
<li class="cardList__item">
<h4 class="cardList__title">相談は完全無料◎<br>M&Aに関するセカンドオピニオンサービスも展開</h4>
<p class="cardList__description">経営者の皆様に寄り添う最適なアドバイザーとして、お悩み・不安を解消する為に本音のアドバイスのみ提供します。M&Aに取り組むべきかどうかや成約後のお悩み、また経営戦略全般のご相談も承っております。</p>
</li>
</ul>
</div>
</div>
</section>
<section class="consult">
<div class="consultWrap">
<div class="consult__mailbox">
<div class="consult__lead">まずは、お気軽にご相談ください。</div><a class="consult__button" href="/#contact">
<div class="consult__buttonText">無料で相談する</div></a>
</div>
<div class="consult__callBox">
<p class="consult__textConsultation">お電話でのご相談も承っております。</p><a class="consult__number" href="tel:0366891281">03-6689-1281</a>
</div>
</div>
</section>
<section class="businessFlow">
<div class="contentsInner">
<h3 class="subTitle">M&Aの流れ</h3>
<ul class="businessFlow__procedure">
<li class="businessFlow__item">
<h4 class="businessFlow__head --arrow"><span class="businessFlow__headText">準備</span></h4>
<div class="businessFlow__body --preparation">
<p class="businessFlow__bodyHead">相談・問い合わせ(無料)</p>
<div class="businessFlow__bodyDescription">・アドバイザリー(仲介)契約締結<br>・資料提出<br>・リスト作成<br>・ニーズ探索<br>など、個別の担当者が専任でご対応。</div>
</div>
</li>
<li class="businessFlow__item">
<h4 class="businessFlow__head --arrow"><span class="businessFlow__headText --adjust">交渉</span></h4>
<div class="businessFlow__body --negotiation">
<div class="negotiationBox">
<ul class="negotiationList">
<li class="negotiationList__item">マッチング・ネームクリアの取得</li>
<li class="negotiationList__item">トップ面談</li>
<li class="negotiationList__item">基本合意契約締結・デューデリジェンス</li>
</ul>
</div>
</div>
</li>
<li class="businessFlow__item">
<h4 class="businessFlow__head --lastArrow"><span class="businessFlow__headText --adjust">成約</span></h4>
<div class="businessFlow__body --success">
<div class="reachBox">
<ul class="reachList">
<li class="reachList__item">最終契約の締結</li>
<li class="reachList__item">株式譲渡・決済<sup class="annotation"></sup></li>
<li class="reachList__item">PMI開始</li>
</ul>
</div>
</div>
</li>
</ul>
<div class="businessFlow__text">
<p class="businessFlow__annotation"><span class="annotation"></span>当社では、着手金や中間報酬等が発生せず、M&A成約時にのみ手数料を受領する完全報酬型の報酬体系を採用しています。</p><a class="businessFlow__more popup-btn c-hoverText" href="/assets/img/image-modal.jpg">さらに詳しい流れを確認する</a>
</div>
</div>
</section>
<section class="success">
<div class="contentsInner">
<h3 class="subTitle">成約事例(お客様の声)</h3>
<div class="swiperWrap">
<div class="swiper02" id="js-slider">
<ul class="successList swiper-wrapper">
<li class="successList__item swiper-slide">
<h5 class="success__subHeading">譲渡</h5>
<ul class="successStatusList">
<li class="successStatusList__item">D社オーナー</li>
<li class="successStatusList__item">愛知県:製造業</li>
<li class="successStatusList__item">株価:20億円</li>
</ul>
<p class="success__description">本当に素晴らしい会社と一緒になることができました。情報漏洩の不安もなく、一つ一つの進め方を全て個別に設定していただき、安心して進めることができました。</p>
</li>
<li class="successList__item swiper-slide">
<h5 class="success__subHeading">譲渡</h5>
<ul class="successStatusList">
<li class="successStatusList__item">A社オーナー</li>
<li class="successStatusList__item">静岡県:倉庫事業</li>
<li class="successStatusList__item">株価:10億円</li>
</ul>
<p class="success__description">本当によくM&Aを理解している担当者がついてくださり、安定感があった。</p>
</li>
<li class="successList__item swiper-slide">
<h5 class="success__subHeading">譲渡</h5>
<ul class="successStatusList">
<li class="successStatusList__item">T社オーナー</li>
<li class="successStatusList__item">福島県:建設工事業</li>
<li class="successStatusList__item">株価:4億円</li>
</ul>
<p class="success__description">短期間での譲渡を希望していて、本当に相手が見つかるか不安だったが、希望通りのスケジュールで成約することができた。</p>
</li>
<li class="successList__item swiper-slide">
<h5 class="success__subHeading">譲渡</h5>
<ul class="successStatusList">
<li class="successStatusList__item">N社オーナー</li>
<li class="successStatusList__item">大阪府:ソフトウェア開発事業</li>
<li class="successStatusList__item">株価:3億円</li>
</ul>
<p class="success__description">想像すらしていないお相手先を多数候補として挙げていただき、驚いた。独自のデータベース、広いネットワークを持っている為、頼もしく感じた。</p>
</li>
<li class="successList__item swiper-slide">
<h5 class="success__subHeading">譲渡</h5>
<ul class="successStatusList">
<li class="successStatusList__item">Q社オーナー</li>
<li class="successStatusList__item">東京都:介護事業</li>
<li class="successStatusList__item">株価:1億円</li>
</ul>
<p class="success__description">成約だけでなく、その後の従業員への開示方法、取引先への対応等、一つ一つ丁寧にアドバイスいただけて大変助かりました。おかげで、大きな問題なく、M&A後も順調に進んでます。</p>
</li>
</ul>
<div class="swiper-pagination"></div>
</div>
</div>
<div class="swiperWrap">
<div class="swiper02" id="js-slider">
<ul class="successList swiper-wrapper">
<li class="successList__item swiper-slide">
<h5 class="success__subHeading">買収</h5>
<ul class="successStatusList">
<li class="successStatusList__item">N社オーナー</li>
<li class="successStatusList__item">関東地方:建設リフォーム事業</li>
<li class="successStatusList__item">株価:3億円</li>
</ul>
<p class="success__description">両社の希望条件が折り合わず、案件がペンディングになりそうな時には何度も双方の主張のすり合わせをしていただき、結果として満足のいく着地にまとめていただき、感謝です。最幸です!</p>
</li>
<li class="successList__item swiper-slide">
<h5 class="success__subHeading">買収</h5>
<ul class="successStatusList">
<li class="successStatusList__item">L社オーナー</li>
<li class="successStatusList__item">関東地方:HRコンサルティング業</li>
<li class="successStatusList__item">株価:10億円</li>
</ul>
<p class="success__description --textLong">成約まで3か月!創業5期目で企業を買収するのは時期尚早ではないか?という社内意見もありましたが、担当の方の熱いプレゼンテーションにより、対象会社の魅力に気づくことが出来て、本件の実行に歩みを進めることが出来ました。<br>自社の強みである『営業力』と対象会社の『サービス力』で最高の協調戦略シナジーが期待できワクワクしています!</p>
</li>
<li class="successList__item swiper-slide">
<h5 class="success__subHeading">買収</h5>
<ul class="successStatusList">
<li class="successStatusList__item">K社オーナー</li>
<li class="successStatusList__item">東海地方:印刷業</li>
<li class="successStatusList__item">株価:8億円</li>
</ul>
<p class="success__description">ご紹介いただき、譲受することができた企業との連携はうまくいっており、成約後も細かくサポートいただき、安心して進めることができました。不安だったが、希望通りのスケジュールで成約することができた。</p>
</li>
<li class="successList__item swiper-slide">
<h5 class="success__subHeading">買収</h5>
<ul class="successStatusList">
<li class="successStatusList__item">K社オーナー</li>
<li class="successStatusList__item">北海道:戸建建築・販売事業</li>
<li class="successStatusList__item">株価:2億円</li>
</ul>
<p class="success__description">成約しなかった案件もありましたが、【御社には合わないからやめた方がいいです】と言ってくださった時には、本当に当社のことを考えてくれているコンサルタントなのだな、と感じました。</p>
</li>
<li class="successList__item swiper-slide">
<h5 class="success__subHeading">買収</h5>
<ul class="successStatusList">
<li class="successStatusList__item">D社オーナー</li>
<li class="successStatusList__item">関東地方:倉庫業</li>
<li class="successStatusList__item">株価:5千万円</li>
</ul>
<p class="success__description">自社案件だけでなく、広いネットワークを持っている為、色々な案件を提案してくれる、且つ、事前調査もしていただけている為、検討しやすい。</p>
</li>
</ul>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</section>
<section class="consult">
<div class="consultWrap">
<div class="consult__mailbox">
<div class="consult__lead">まずは、お気軽にご相談ください。</div><a class="consult__button" href="/#contact">
<div class="consult__buttonText">無料で相談する</div></a>
</div>
<div class="consult__callBox">
<p class="consult__textConsultation">お電話でのご相談も承っております。</p><a class="consult__number" href="tel:0366891281">03-6689-1281</a>
</div>
</div>
</section>
<footer><small class="footer__company">&copy; 2022<span id="year"></span><span>&nbsp;byside Co., Ltd.</span></small>
<p class="footer__privacyPolicy"><a class="footer__privacyPolicyLink c-hoverText" href="/privacy.html" target="_blank">個人情報保護法</a></p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- ページ個別JS-->
<script src="/assets/js/business.js"></script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Google Tag Manager-->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5MVZG2P');
</script>
<!-- End Google Tag Manager-->
<meta charset="utf-8">
<title>M&amp;A事業に携わる方へ 最適な成約へお導きします | Byside株式会社(バイサイド株式会社)</title>
<meta name="description" content="M&amp;A事業に携わる方へ 最適な成約へお導きします。Byside株式会社(バイサイド株式会社)は新しいM&amp;Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&amp;A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<!-- OGP-->
<meta property="og:title" content="M&A事業に携わる方へ 最適な成約へお導きします | Byside株式会社(バイサイド株式会社)">
<meta property="og:url" content="https://byside.co.jp/business/ma.html">
<meta property="og:description" content="M&A事業に携わる方へ 最適な成約へお導きします。Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="og:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<meta property="og:site_name" content="Byside">
<meta property="og:type" content="website">
<!-- Twitter-->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="M&A事業に携わる方へ 最適な成約へお導きします | Byside株式会社(バイサイド株式会社)">
<meta property="twitter:description" content="M&A事業に携わる方へ 最適な成約へお導きします。Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="twitter:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<!-- 共通CSS-->
<link rel="stylesheet" href="/assets/styles/common.min.css">
<!-- ページ個別CSS-->
<link rel="stylesheet" href="/assets/styles/ma.min.css">
<!-- ファビコン-->
<link rel="icon" href="/assets/img/share/favicon.ico">
<!-- フォント-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto+Slab:wght@400;500&amp;display=swap" rel="stylesheet">
<!-- swiperCSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- swiperJS-->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- jquery-->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- 共通JS-->
<script src="/assets/js/common.js"></script>
<!-- マグニフィックポップアップ-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- throttle-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript)-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5MVZG2P" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript)-->
<div class="page">
<header class="--heightGet" id="header">
<div class="lpHeader__inner">
<div class="lpHeaderLeft">
<h2 class="lpHeader__title"><a href="/"><img src="/assets/img/logo-main.svg" alt="Byside"></a></h2><span class="lpHeader__subTitle">バイサイド株式会社</span>
</div>
<div class="lpHeaderRight">
<div class="callContent">
<p class="callContent__number">03-6689-1281</p>
<p class="callContent__days">無料相談:平日 09:30 〜 18:30</p>
</div><a class="consultationContent" href="/#contact">
<p class="consultationContent__text">無料で相談する</p></a>
</div>
<div class="lpHeader__spContact onlySP"><a href="/#contact">
<div class="lpHeader__spContactContent">
<div class="lpHeader__spContactImage">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="17" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#1CA8EA"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#1CA8EA"></path>
</g>
</svg>
</div>
<p class="lpHeader__spContactText">お問い合わせ</p>
</div></a></div>
</div>
</header>
<link rel="stylesheet" href="../../assets/styles/lp.min.css">
<div class="mouseStalker" id="mouseStalker"><span class="mouseStalker__arrow"></span></div>
<div class="kv --ma">
<div class="kv__content">
<div class="kv__textWrap">
<div class="kv__text">
<p class="kv__textBig">M&A事業に携わる方へ</p>
<div class="kv__textSubBox">
<p class="kv__textSub">全ての中堅・中小企業の<br>M&Aを活発に、効率よく、最短で<br>成約に導きます</p>
</div>
</div>
</div>
<div class="kv__image">
<div class="kv__imageBatch"><span class="kv__imageBatchStart">着手金・<br>中間報酬</span>
<p class="kv__imageBatchPrice"><span class="kv__imageBatchPriceNumber">0</span><span class="kv__imageBatchPriceDoller"></span></p>
</div>
</div>
</div>
</div>
<section class="worry">
<div class="contentsInner --worry">
<h2 class="worry__title"><span class="worry__titleText">M&Aに関する、<br class="onlySP">こんなお悩みはありませんか?</span></h2>
<div class="worryBox">
<ul class="worryList --middleSize">
<li class="worryList__item --number01">
<p class="worryList__text --mini">良い案件だと<br>思って受託したが、<br>意外と<span class="worryList__accent">相手が</span><br><span class="worryList__accent">見つけられない</span></p>
</li>
<li class="worryList__item --number02">
<p class="worryList__text --mini"><span class="worryList__accent">早く相手を</span><br><span class="worryList__accent">見つけて</span>くれと<br>お客様から<br>急かされている</p>
</li>
<li class="worryList__item --number03">
<p class="worryList__text --mini">インターネットを<br>活用した<br>マッチングのみで、<br><span class="worryList__accent">「攻め」の提案</span><br>できていない</p>
</li>
<li class="worryList__item --number04">
<p class="worryList__text --mini">手持ちの案件では、<br>買収意欲のある<br>お客様に<span class="worryList__accent">最適な</span><br><span class="worryList__accent">提案</span>ができない</p>
</li>
<li class="worryList__item --number05">
<p class="worryList__text --mini">従来の手法では<br><span class="worryList__accent">買い手</span><br>見つからなかった</p>
</li>
</ul>
<div class="worryPerson"><img src="/assets/img/lp/image-person.png" alt=""></div>
</div>
<div class="worry__description">
<p class="worry__descriptionText">バイサイド株式会社は、<br>あらゆるM&Aの<br class="onlySP">お悩みに寄り添います。</p>
</div>
</div>
</section>
<section class="point">
<div class="contentsInner">
<div class="point__title">
<h2 class="point__titleText">私たちが選ばれる<br class="onlySP">3つのポイント</h2>
</div>
<ol class="pointList">
<li class="pointList__item">
<p class="pointList__text"><span class="point__contrast">買手・譲受先を探索</span>することに<span class="point__contrast">特化したメンバー</span>で構成</p>
</li>
<li class="pointList__item">
<p class="pointList__text">累計関与数<span class="point__contrast">300件超</span>の経験豊富なコンサルタント集団が<br class="onlyPC">最適なお相手探しから<span class="point__contrast">成約までフルサポート</span></p>
</li>
<li class="pointList__item">
<p class="pointList__text">成約後も<span class="point__contrast">無料サポート</span></p>
</li>
</ol>
</div>
</section>
<section class="consult">
<div class="contentsInner">
<div class="consultWrap">
<div class="consult__mailbox">
<div class="consult__lead">まずは、お気軽にご相談ください。</div><a class="consult__button" href="/#contact">
<div class="consult__buttonText">無料で相談する</div></a>
</div>
<div class="consult__callBox">
<p class="consult__textConsultation">お電話でのご相談も承っております。</p><a class="consult__number" href="tel:0366891281">03-6689-1281</a>
</div>
</div>
</div>
</section>
<section class="box">
<div class="contentsInner --spWide">
<div class="boxContent">
<h2 class="box__title">最適なお相手と<br class="onlySP">巡り合えるM&A</h2>
<div class="box__contentBox">
<div class="box__description">M&Aで最も重要なことは「どんなお相手と組むか」だと私たちは考えています。バイサイド株式会社は、M&Aにおいて「最適なお相手を見つけること」に特化したメンバーで創業いたしました。業界の壁を超えて多くの外部企業と提携し、日本最大級のネットワークを有するなど、私たちには最適なお相手と巡り合う為の独自のノウハウがございます。</div>
<h3 class="box__subTitle">スピード成約を成功に導く<br>バイサイド株式会社独自の<br class="onlySP">マッチングシステム</h3>
<ul class="boxList">
<li class="boxList__item">
<p class="boxList__image"><img src="/assets/img/lp/image-matching01.svg" alt=""></p>
<h4 class="boxList__title">プロフェッショナル<br>ならではのマッチング</h4>
<p class="boxList__description">経験豊富なコンサルタントにしか成し得ない専門性を駆使したお相手探し</p>
</li>
<li class="boxList__item --1line">
<p class="boxList__image"><img src="/assets/img/lp/image-matching02.svg" alt=""></p>
<h4 class="boxList__title --1line">AIによるマッチング</h4>
<p class="boxList__description">成約実績等の機械学習(AI)を活用したスピーディーで効率的なお相手探し</p>
</li>
<li class="boxList__item">
<p class="boxList__image"><img src="/assets/img/lp/image-matching03.svg" alt=""></p>
<h4 class="boxList__title">組織連携での<br class="onlyPC">マッチング</h4>
<p class="boxList__description">既存の仲介方式の枠組みにとらわれず、最適なシナジーをご提案</p>
</li>
</ul>
</div>
</div>
<div class="boxContent">
<h2 class="box__title">成約後の無料サポートで<br class="onlySP">不安を解消</h2>
<div class="box__contentBox --row">
<div class="box__imageBox"><img src="/assets/img/lp/image-person-consultation.svg" alt=""></div>
<div class="box__textContent">
<div class="box__textBox">「M&A後、どうやって事業に関わっていけばいいのかわからない」<br>「従業員に対して、どう話せばいいのかわからない」</div>
<div class="box__textBox">M&Aにまつわる不安は数多くありますが、その多くは、成約後が見えない不安からくるものです。M&Aは「成約」がゴールではありません。「成功させる」ことが非常に重要な要素となります。<br>バイサイド株式会社では、当社がアドバイザリーを対応もしくは仲介を行ったM&Aの全てに、1か月の無料サポートを付帯しております。<br>数百件のM&Aを成約させてきたコンサルタントが第三者として入り、企業統合のポイントをお伝えすることで、資本提携後の運営やキーマンとのコミュニケーション方法など、不安を解消しながら進めていくことができます。<br>成約後のサポートが付帯していることで、事業提携の皆様のご負担を軽減すると共に、お客様の満足度を高めることが可能です。</div>
</div>
</div>
</div>
<div class="boxContent">
<div class="contentsInner">
<h2 class="box__title">「これまでのM&Aを変え、<br class="onlySP">日本を変える」<br>バイサイド株式会社の<br class="onlySP">使命です</h2>
<div class="mission">
<ul class="missionList">
<li class="missionList__item">
<div class="missionList__image"><img src="/assets/img/lp/image-mission01.svg" alt=""></div>
<div class="missionList__text">
<h3 class="missionList__title">FA事業に携わる方へ</h3>
<h4 class="missionList__subTitle">譲受側のFAとしてマッチングから成約までフルサポート</h4>
<div class="missionList__description">当社が買手FAとして、貴社の大切な案件を最短で成約まで導きます。</div>
</div>
</li>
<li class="missionList__item">
<div class="missionList__image"><img src="/assets/img/lp/image-mission02.svg" alt=""></div>
<div class="missionList__text">
<h3 class="missionList__title">M&A仲介事業に携わる方へ</h3>
<h4 class="missionList__subTitle">共同仲介・マッチングサポート</h4>
<div class="missionList__description">有力な候補先を多数提示したい、マッチングをサポートしてほしい等、<br class="onlyPC">お気軽にご相談ください。</div>
</div>
</li>
<li class="missionList__item">
<div class="missionList__image"><img src="/assets/img/lp/image-mission03.svg" alt=""></div>
<div class="missionList__text">
<h3 class="missionList__title">会計事務所その他、M&A案件をお持ちの方・<br class="onlyPC">お困りの方へ</h3>
<div class="missionList__description">当社では様々な提携の方法を確立しております。いつでもご相談ください。</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="consult --big">
<div class="contentsInner">
<div class="consult__mainLead">経験豊富なスペシャリストが丁寧に<br>お悩みに寄り添います。</div>
<div class="consultWrap">
<div class="consult__mailbox">
<div class="consult__lead">まずは、お気軽にご相談ください。</div><a class="consult__button" href="/#contact">
<div class="consult__buttonText">無料で相談する</div></a>
</div>
<div class="consult__callBox">
<p class="consult__textConsultation">お電話でのご相談も承っております。</p><a class="consult__number" href="tel:0366891281">03-6689-1281</a>
</div>
</div>
</div>
</section>
<footer><small class="footer__company">&copy; 2022<span id="year"></span><span>&nbsp;byside Co., Ltd.</span></small>
<p class="footer__privacyPolicy"><a class="footer__privacyPolicyLink c-hoverText" href="/privacy.html" target="_blank">個人情報保護法</a></p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- ページ個別JS-->
<script src="/assets/js/ma.js"></script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Google Tag Manager-->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5MVZG2P');
</script>
<!-- End Google Tag Manager-->
<meta charset="utf-8">
<title>よくあるご質問 | Byside株式会社(バイサイド株式会社)</title>
<meta name="description" content="M&amp;Aに関するよくある質問をまとめました。ここにないご不明な点もお気軽にお問い合わせください。経験豊富なアドバイザーが丁寧に疑問にお答えします。Byside株式会社(バイサイド株式会社)は新しいM&amp;Aソリューションを提供するコンサルティングカンパニーです。">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<!-- OGP-->
<meta property="og:title" content="よくあるご質問 | Byside株式会社(バイサイド株式会社)">
<meta property="og:url" content="https://byside.co.jp/faq/index.html">
<meta property="og:description" content="M&Aに関するよくある質問をまとめました。ここにないご不明な点もお気軽にお問い合わせください。経験豊富なアドバイザーが丁寧に疑問にお答えします。Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。">
<meta property="og:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<meta property="og:site_name" content="Byside">
<meta property="og:type" content="website">
<!-- Twitter-->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="よくあるご質問 | Byside株式会社(バイサイド株式会社)">
<meta property="twitter:description" content="M&Aに関するよくある質問をまとめました。ここにないご不明な点もお気軽にお問い合わせください。経験豊富なアドバイザーが丁寧に疑問にお答えします。Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。">
<meta property="twitter:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<!-- 共通CSS-->
<link rel="stylesheet" href="/assets/styles/common.min.css">
<!-- ページ個別CSS-->
<link rel="stylesheet" href="/assets/styles/faq.min.css">
<!-- ファビコン-->
<link rel="icon" href="/assets/img/share/favicon.ico">
<!-- フォント-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto+Slab:wght@400;500&amp;display=swap" rel="stylesheet">
<!-- swiperCSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- swiperJS-->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- jquery-->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- 共通JS-->
<script src="/assets/js/common.js"></script>
<!-- マグニフィックポップアップ-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- throttle-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript)-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5MVZG2P" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript)-->
<div class="page">
<header id="header">
<div class="header__inner">
<h2 class="header__title"><a href="/"><img src="/assets/img/logo-main.svg" alt="Byside"></a></h2>
<nav class="header__nav">
<ul class="header__navList onlyPC">
<li class="header__navItem"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
</ul><a class="header__contact" href="/#contact"><span class="header__contactLogo"><span class="header__contactIcon">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></span>
<p class="header__contactText">お問い合わせ</p></a>
</nav>
</div>
<div class="header__navButtonWrap">
<div class="header__navButton onlySP" id="header__navButton01"><span></span><span></span><span></span></div>
</div>
<div class="header__SPNav" id="header__SPNav01">
<div class="header__SPNavInner">
<ul class="header__NavList">
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/assignment.html"><span class="header__navItemDetail">譲渡・売却・事業継承をお考えの方</span></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/acquisitions.html"><span class="header__navItemDetail">譲受・買収をご希望の方</span></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/ma.html"><span class="header__navItemDetail">M&A事業者の方</span></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/#consultants"><span class="header__navItemDetail">代表コンサルタント</span></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
<li class="header__navItemContact" id="header__navItem01"><a href="/#contact">
<div class="header__navItemContactContent">
<div class="header__navItemContactImage"><span class="header__contactLogo">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="17" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></div>
<p class="header__navItemContactText">お問い合わせ</p>
</div></a></li>
</ul>
</div>
</div>
</header>
<header class="--small --heightGet" id="headerSmall">
<div class="header__inner">
<h2 class="header__title"><a href="/"><img src="/assets/img/logo-main.svg" alt="Byside"></a></h2>
<nav class="header__nav">
<ul class="header__navList onlyPC">
<li class="header__navItem"><a class="header__navItemLink" href="/#service">
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/business/">
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#about">
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#company">
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/faq/">
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
</ul><a class="header__contact" href="/#contact"><span class="header__contactLogo"><span class="header__contactIcon">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></span>
<p class="header__contactText">お問い合わせ</p></a>
</nav>
</div>
<div class="header__navButtonWrap">
<div class="header__navButton onlySP"><span></span><span></span><span></span></div>
</div>
<div class="header__SPNav">
<div class="header__SPNavInner">
<ul class="header__NavList">
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/assignment.html"><span class="header__navItemDetail">譲渡・売却・事業継承をお考えの方</span></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/acquisitions.html"><span class="header__navItemDetail">譲受・買収をご希望の方</span></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/ma.html"><span class="header__navItemDetail">M&A事業者の方</span></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/#consultants"><span class="header__navItemDetail">代表コンサルタント</span></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
<li class="header__navItemContact" id="header__navItem"><a href="/#contact">
<div class="header__navItemContactContent">
<div class="header__navItemContactImage"><span class="header__contactLogo">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="17" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></div>
<p class="header__navItemContactText">お問い合わせ</p>
</div></a></li>
</ul>
</div>
</div>
</header>
<div class="question__band">
<h1 class="question__bandTitle"><span class="question__bandEnglish">Q&A</span><span class="question__bandJapanese">よくあるご質問</span></h1>
</div>
<div class="contentsInner">
<div class="questionInner">
<div class="question__introduce">M&Aに関するよくある質問をまとめました。ここにないご不明な点もお気軽にお問い合わせください。<br>経験豊富なアドバイザーが丁寧に疑問にお答えします。</div>
<div class="question">
<div class="questionBox">
<div class="questionHead">
<div class="questionHeadButtonWrap">
<div class="questionHead__title">株式会社Bysideの強みは何ですか?</div>
</div>
</div>
<div class="questionBody">
<div class="questionBodyInner">
<div class="questionAnswer">
<div class="question__alfabet">A</div>
<div class="question__hyphen"></div>
</div>
<div class="question__answer">
<div class="questionBody__box">
<div class="questionBody__title">経験豊富なコンサルタントのみが在籍</div>
<div class="questionBody__description">同業内でトップの実績を残してきた人材のみが在籍しておりますので、安心してM&Aに取り組んでいただけます。</div>
</div>
<div class="questionBody__box">
<div class="questionBody__title">自社内で独自のシステムを構築しており、書類や履歴は全てクラウド上で一括管理</div>
<div class="questionBody__description">書類紛失、提出の二度手間などがないため、M&Aにかかるご負担を軽減することが可能です。</div>
</div>
<div class="questionBody__box">
<div class="questionBody__title">明確、かつ安価な完全成功報酬体系を採用</div>
<div class="questionBody__description">案件準備にかかる手間、非効率な業務を徹底的に排除することにより、業界最安の料金体系を実現しております。</div>
</div>
<div class="questionBody__box">
<div class="questionBody__title">全ての案件に、成約後のPMIサポートを付帯</div>
<div class="questionBody__description">譲渡後、譲受後も経験豊富なコンサルタントが企業統合のサポートを致しますので、安心してM&Aに取り組んでいただけます。</div>
</div>
<div class="questionBody__box">
<div class="questionBody__description">無料相談も承っておりますので、気兼ねなくご連絡くださいませ。</div>
</div>
</div>
</div>
</div>
</div>
<div class="questionBox">
<div class="questionHead">
<div class="questionHeadButtonWrap">
<div class="questionHead__title">M&A仲介を依頼する場合、手数料はどの程度でしょうか?</div>
</div>
</div>
<div class="questionBody">
<div class="questionBodyInner">
<div class="questionAnswer">
<div class="question__alfabet">A</div>
<div class="question__hyphen"></div>
</div>
<div class="question__answer">
<div class="questionBody__box">
<div class="questionBody__description">詳しくは「<a class="c-hoverText questionBody__link" href="/business/assignment.html#pricing" target="_blank">料金体系</a>」欄をご確認ください。<br>弊社は原則的に成約時にのみ手数料が発生する完全成功報酬型の料金体系となっております。着手金・中間報酬・月額報酬等は一切費用発生しませんので、ご安心ください。<br><span class="questionBody__note">※海外の現地法人や、複雑な組織再編行為が絡むスキームの際には別途ご相談させていただく場合がございます。</span></div>
</div>
</div>
</div>
</div>
</div>
<div class="questionBox">
<div class="questionHead">
<div class="questionHeadButtonWrap">
<div class="questionHead__title">売上はどの程度あれば、譲渡の依頼が可能ですか?</div>
</div>
</div>
<div class="questionBody">
<div class="questionBodyInner">
<div class="questionAnswer">
<div class="question__alfabet">A</div>
<div class="question__hyphen"></div>
</div>
<div class="question__answer">
<div class="questionBody__box">
<div class="questionBody__description">規模の大小は問いません。弊社コンサルタントは、累計数百件のM&Aを成約してきた人材で構成されており、従業員数、売上規模ともに幅広い成約実績を頂戴しております。</div>
</div>
</div>
</div>
</div>
</div>
<div class="questionBox">
<div class="questionHead">
<div class="questionHeadButtonWrap">
<div class="questionHead__title">赤字や債務超過の場合でもM&Aをすることは可能ですか?</div>
</div>
</div>
<div class="questionBody">
<div class="questionBodyInner">
<div class="questionAnswer">
<div class="question__alfabet">A</div>
<div class="question__hyphen"></div>
</div>
<div class="question__answer">
<div class="questionBody__box">
<div class="questionBody__description">可能です。赤字・債務超過のケースでもご成約いただくケースはございます。<br>保有されている技術やノウハウなどをしっかりとヒヤリング・分析させていただき、候補先企業を選定させていただきます。</div>
</div>
</div>
</div>
</div>
</div>
<div class="questionBox">
<div class="questionHead">
<div class="questionHeadButtonWrap">
<div class="questionHead__title">M&Aが成約するまで、どの程度の期間がかかりますか?</div>
</div>
</div>
<div class="questionBody">
<div class="questionBodyInner">
<div class="questionAnswer">
<div class="question__alfabet">A</div>
<div class="question__hyphen"></div>
</div>
<div class="question__answer">
<div class="questionBody__box">
<div class="questionBody__description">会社譲渡、譲受までに要する期間は、一概に言えるものではありませんが、弊社コンサルタントの成約実績から鑑みると、平均的には約半年程度でございます。<br>上記はあくまで平均であり、初期的なご相談からM&Aのご成立まで、1ヶ月で成約するケースもあれば、数年単位でお付き合いしている会社様もございます。<br>一つとして同じM&Aがないように、かかる期間も様々でございます故、弊社では、譲渡企業様、譲受企業様の個別のご要望を第一に、対応させていただいておりますので、是非ご要望の期間、条件等をご相談ください。</div>
</div>
</div>
</div>
</div>
</div>
<div class="questionBox">
<div class="questionHead">
<div class="questionHeadButtonWrap">
<div class="questionHead__title">外部の金融機関や、従業員に会社の譲渡を検討していることが知られてしまいませんか?</div>
</div>
</div>
<div class="questionBody">
<div class="questionBodyInner">
<div class="questionAnswer">
<div class="question__alfabet">A</div>
<div class="question__hyphen"></div>
</div>
<div class="question__answer">
<div class="questionBody__box">
<div class="questionBody__description">弊社では、情報を提供する全ての企業様と秘密保持契約書を締結させていただきます。また、詳細情報は厳重なセキュリティチェックと譲渡企業様、譲受企様の個別開示許可を得た場合にのみ提供しており、予期し得ない情報漏洩を防いでおります。<br>秘密保持は、M&Aにおける大前提且つ、最優先の事項であり、弊社では、M&Aに精通した従業員のみを採用しておりますので、情報の取り扱いには万全を期して、対応させていただいております。<br>また、弊社は金融機関含め、どこの系列にも属さない完全独立系の企業であり、弊社から取引先や取引金融機関、従業員の皆様に情報漏洩することはありません。</div>
</div>
</div>
</div>
</div>
</div>
<div class="questionBox">
<div class="questionHead">
<div class="questionHeadButtonWrap">
<div class="questionHead__title">他社に相談している場合でも相談は可能ですか?</div>
</div>
</div>
<div class="questionBody">
<div class="questionBodyInner">
<div class="questionAnswer">
<div class="question__alfabet">A</div>
<div class="question__hyphen"></div>
</div>
<div class="question__answer">
<div class="questionBody__box">
<div class="questionBody__description">勿論、可能でございます。<br>現在、ご依頼されている業者様との契約内容を確認させていただき、提供可能な支援をご提案させていただきます。<br>なお、弊社ではセカンドオピニオンとしてのサービスも対応しておりますので、幅広いご提案が可能でございます。</div>
</div>
</div>
</div>
</div>
</div>
<div class="questionBox">
<div class="questionHead">
<div class="questionHeadButtonWrap">
<div class="questionHead__title">現在、具体的な案件でM&Aの譲受(買収)を検討しているのですが、支援してもらうことはできますか?</div>
</div>
</div>
<div class="questionBody">
<div class="questionBodyInner">
<div class="questionAnswer">
<div class="question__alfabet">A</div>
<div class="question__hyphen"></div>
</div>
<div class="question__answer">
<div class="questionBody__box">
<div class="questionBody__description">可能です。弊社では、仲介だけではなく、FA【Financial Advisor】サービスも対応しております。<br>既に進行中のディールにおいても、セカンドオピニオンサービス含め、様々な支援が可能ですので、お気軽にご相談ください。</div>
</div>
</div>
</div>
</div>
</div>
<div class="questionBox">
<div class="questionHead">
<div class="questionHeadButtonWrap">
<div class="questionHead__title">地方の企業なのですが、ご対応可能でしょうか?</div>
</div>
</div>
<div class="questionBody">
<div class="questionBodyInner">
<div class="questionAnswer">
<div class="question__alfabet">A</div>
<div class="question__hyphen"></div>
</div>
<div class="question__answer">
<div class="questionBody__box">
<div class="questionBody__description">日本全国、どこでも対応可能でございます。<br>勿論、交通費等を請求することはございませんので、ご安心ください。<br>弊社コンサルタントの成約実績としても、北海道から沖縄まで、幅広く実績が御座います。</div>
</div>
</div>
</div>
</div>
</div>
<div class="questionBox">
<div class="questionHead">
<div class="questionHeadButtonWrap">
<div class="questionHead__title">まだ企業の譲渡(M&A)を決めたわけではないのですが、このような段階でご相談することは可能でしょうか。</div>
</div>
</div>
<div class="questionBody">
<div class="questionBodyInner">
<div class="questionAnswer">
<div class="question__alfabet">A</div>
<div class="question__hyphen"></div>
</div>
<div class="question__answer">
<div class="questionBody__box">
<div class="questionBody__description">可能です。むしろ、M&Aのご検討や情報収集自体は早めからはじめていただいて損は無いと考えております。<br>ご自身のライフプランなども考慮し、一緒に今後のプランについて考えさせていただきたいと考えております。</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="consult">
<div class="consultWrap">
<div class="consult__mailbox">
<div class="consult__lead">まずは、お気軽にご相談ください。</div><a class="consult__button" href="/#contact">
<div class="consult__buttonText">無料で相談する</div></a>
</div>
<div class="consult__callBox">
<p class="consult__textConsultation">お電話でのご相談も承っております。</p><a class="consult__number" href="tel:0366891281">03-6689-1281</a>
</div>
</div>
</section>
<footer><small class="footer__company">&copy; 2022<span id="year"></span><span>&nbsp;byside Co., Ltd.</span></small>
<p class="footer__privacyPolicy"><a class="footer__privacyPolicyLink c-hoverText" href="/privacy.html" target="_blank">個人情報保護法</a></p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- ページ個別JS-->
<script src="/assets/js/faq.js"></script>
</body>
</html>
\ No newline at end of file
kobayashi-jslearning.sjdev.jp
<?php
session_start();
$token = bin2hex(openssl_random_pseudo_bytes(16));
$_SESSION["csrf"] = $token;
$name = "";
$company_name = "";
$department_position = "";
$email = "";
$tel = "";
$contents = "";
$form_error = false;
if(isset($_SESSION["input"]))
{
$sess = $_SESSION["input"];
$name = $sess["name"];
$company_name = $sess["company_name"];
$department_position = $sess["department_position"];
$email = $sess["email"];
$tel = $sess["tel"];
$contents = $sess["contents"];
}
//バリテーションメッセージ
if(!empty($_SESSION["name_error"])){
$post["name_error"] = $_SESSION["name_error"];
$form_error = true;
}
if(!empty($_SESSION["company_name_error"])){
$post["company_name_error"] = $_SESSION["company_name_error"];
$form_error = true;
}
if(!empty($_SESSION["department_position_error"])){
$post["department_position_error"] = $_SESSION["department_position_error"];
$form_error = true;
}
if(!empty($_SESSION["email_error"])){
$post["email_error"] = $_SESSION["email_error"];
$form_error = true;
}
if(!empty($_SESSION["tel_error"])){
$post["tel_error"] = $_SESSION["tel_error"];
$form_error = true;
}
if(!empty($_SESSION["contents_error"])){
$post["contents_error"] = $_SESSION["contents_error"];
$form_error = true;
}
?>
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Google Tag Manager-->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5MVZG2P');
</script>
<!-- End Google Tag Manager-->
<meta charset="utf-8">
<title>Byside株式会社(バイサイド株式会社) | 誰でも取り組めるM&amp;Aをつくる</title>
<meta name="description" content="Byside株式会社(バイサイド株式会社)は新しいM&amp;Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&amp;A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<!-- OGP-->
<meta property="og:title" content="Byside株式会社(バイサイド株式会社) | 誰でも取り組めるM&Aをつくる">
<meta property="og:url" content="https://byside.co.jp/">
<meta property="og:description" content="Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="og:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<meta property="og:site_name" content="Byside">
<meta property="og:type" content="website">
<!-- Twitter-->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Byside株式会社(バイサイド株式会社) | 誰でも取り組めるM&Aをつくる">
<meta property="twitter:description" content="Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="twitter:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<!-- 共通CSS-->
<link rel="stylesheet" href="/assets/styles/common.min.css">
<!-- ページ個別CSS-->
<link rel="stylesheet" href="/assets/styles/home.min.css">
<!-- ファビコン-->
<link rel="icon" href="/assets/img/share/favicon.ico">
<!-- フォント-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto+Slab:wght@400;500&amp;display=swap" rel="stylesheet">
<!-- swiperCSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- swiperJS-->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- jquery-->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- 共通JS-->
<script src="/assets/js/common.js"></script>
<!-- マグニフィックポップアップ-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- throttle-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript)-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5MVZG2P" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript)-->
<!-- php埋め込み -->
<?php if(!$form_error) { ?>
<div class="opening">
<div class="opening__imageWrap">
<div class="opening__imageBody"><img src="./assets/img/logo-opening-body.svg" alt=""></div>
<div class="opening__imageText"><img src="./assets/img/logo-opening-text.svg" alt="Byside"></div>
</div>
</div>
<?php } ?>
<!-- php埋め込み -->
<div class="page">
<header id="header">
<div class="header__inner">
<h2 class="header__title"><a href="/"><img src="/assets/img/logo-main.svg" alt="Byside"></a></h2>
<nav class="header__nav">
<ul class="header__navList onlyPC">
<li class="header__navItem"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
</ul><a class="header__contact" href="/#contact"><span class="header__contactLogo"><span class="header__contactIcon">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></span>
<p class="header__contactText">お問い合わせ</p></a>
</nav>
</div>
<div class="header__navButtonWrap">
<div class="header__navButton onlySP" id="header__navButton01"><span></span><span></span><span></span></div>
</div>
<div class="header__SPNav" id="header__SPNav01">
<div class="header__SPNavInner">
<ul class="header__NavList">
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/assignment.html"><span class="header__navItemDetail">譲渡・売却・事業継承をお考えの方</span></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/acquisitions.html"><span class="header__navItemDetail">譲受・買収をご希望の方</span></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/ma.html"><span class="header__navItemDetail">M&A事業者の方</span></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/#consultants"><span class="header__navItemDetail">代表コンサルタント</span></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
<li class="header__navItemContact" id="header__navItem01"><a href="/#contact">
<div class="header__navItemContactContent">
<div class="header__navItemContactImage"><span class="header__contactLogo">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="17" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></div>
<p class="header__navItemContactText">お問い合わせ</p>
</div></a></li>
</ul>
</div>
</div>
</header>
<header class="--small --heightGet" id="headerSmall">
<div class="header__inner">
<h2 class="header__title"><a href="/"><img src="/assets/img/logo-main.svg" alt="Byside"></a></h2>
<nav class="header__nav">
<ul class="header__navList onlyPC">
<li class="header__navItem"><a class="header__navItemLink" href="/#service">
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/business/">
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#about">
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#company">
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/faq/">
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
</ul><a class="header__contact" href="/#contact"><span class="header__contactLogo"><span class="header__contactIcon">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></span>
<p class="header__contactText">お問い合わせ</p></a>
</nav>
</div>
<div class="header__navButtonWrap">
<div class="header__navButton onlySP"><span></span><span></span><span></span></div>
</div>
<div class="header__SPNav">
<div class="header__SPNavInner">
<ul class="header__NavList">
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/assignment.html"><span class="header__navItemDetail">譲渡・売却・事業継承をお考えの方</span></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/acquisitions.html"><span class="header__navItemDetail">譲受・買収をご希望の方</span></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/ma.html"><span class="header__navItemDetail">M&A事業者の方</span></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/#consultants"><span class="header__navItemDetail">代表コンサルタント</span></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
<li class="header__navItemContact" id="header__navItem"><a href="/#contact">
<div class="header__navItemContactContent">
<div class="header__navItemContactImage"><span class="header__contactLogo">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="17" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></div>
<p class="header__navItemContactText">お問い合わせ</p>
</div></a></li>
</ul>
</div>
</div>
</header>
<div class="mouseStalker" id="mouseStalker"><span class="mouseStalker__arrow"></span></div>
<div class="kv">
<div class="kv__background" id="kvArea">
<div class="kv__slider">
<div class="swiper" id="js-slider">
<div class="swiper-wrapper">
<div class="swiper-slide">
<picture class="kv__mainImage">
<source media="(max-width: 800px)" srcset="./assets/img/sp-background-kv01.jpg"><img src="./assets/img/background-kv01.jpg" alt="">
</picture>
</div>
</div>
</div>
</div>
<div class="kv__text">
<h1 class="kv__titleWrap">
<picture class="kv__title">
<source media="(max-width: 800px)" srcset="./assets/img/sp_maincopy.svg"><img src="./assets/img/pc_maincopy.svg" alt="これまでのM&amp;amp;Aを変えればこれからの日本が変わる。">
</picture>
</h1>
<p class="kv__description">Byside株式会社(バイサイド株式会社)は<br>新しいM&amp;Aソリューションを提供する<br class="onlySP">コンサルティングカンパニーです。</p>
</div>
</div>
<div class="kvNews">
<div class="kvNews__title">
<h2 class="kvNews__mainTitle">News</h2>
<p class="kvNews__subTitle">最新情報</p>
</div>
<ul class="kvNewsList">
<li class="kvNewsList__item">
<time class="kvNews__day">2022.11.25</time>
<p class="kvNews__description">Webサイトを更新しました</p>
</li>
<li class="kvNewsList__item">
<time class="kvNews__day">2022.10.04</time>
<p class="kvNews__description">住友不動産九段下ビルに本社及びオフィスを移転しました</p>
</li>
</ul>
</div>
</div>
<section class="cards" id="service">
<h2 class="c-title"><span class="c-title__english">Service</span><span class="c-title__japanese">サービス</span></h2>
<div class="cards__inner">
<ul class="cardsList">
<li class="cardsList__item">
<div class="cards__head --colorType01">
<h3 class="cards__headTitle"><span class="cards__headTitleBig">譲渡・売却・事業継承</span><br>をお考えの方</h3>
</div>
<div class="cards__body">
<p class="cards__description">累計関与数300件超の経験豊富なコンサルタント集団が、お相手探しから成約までフルサポート。最短1.5ヶ月でのスピード成約も可能です。</p><a class="cards__button" href="/business/assignment.html">こちら</a>
</div>
</li>
<li class="cardsList__item">
<div class="cards__head --colorType02">
<h3 class="cards__headTitle"><span class="cards__headTitleBig">譲受・買収</span><br class="onlyPC">をお考えの方</h3>
</div>
<div class="cards__body">
<p class="cards__description">幅広い事業者連携により集約した案件を一括でまとめてご提案。着手金や月額報酬をいただくことなく、成約まで無料でご支援します。</p><a class="cards__button" href="/business/acquisitions.html">こちら</a>
</div>
</li>
<li class="cardsList__item">
<div class="cards__head --colorType03">
<h3 class="cards__headTitle"><span class="cards__headTitleBig">M&A事業者</span>の方</h3>
</div>
<div class="cards__body">
<p class="cards__description">買手・譲受先を探索することに特化したメンバーで、全ての中堅・中小企業のM&Aを活発に、効率よく、最短で成約に導きます。</p><a class="cards__button" href="/business/ma.html">こちら</a>
</div>
</li>
</ul>
</div>
</section>
<div class="business" id="business">
<div class="businessInner">
<h2 class="c-title --sizeBig --colorType02"><span class="c-title__english">What we do</span><span class="c-title__japanese">事業内容</span></h2>
<ul class="businessList">
<li class="businessList__item">
<h3 class="business__title">ファイナンシャル<br class="onlyPC">アドバイザリー事業</h3>
<div class="business__image"><img src="./assets/img/image-business01.svg" alt=""></div>
<p class="business__description">従来存在しなかった、中堅・中小企業の為のファイナンシャルアドバイザリー業務</p>
</li>
<li class="businessList__item">
<h3 class="business__title">フルパッケージ型<br class="onlyPC">M&amp;A仲介事業</h3>
<div class="business__image"><img src="./assets/img/image-business02.svg" alt=""></div>
<p class="business__description">システム、費用、安心感、全てが今までとは次元が違います。</p>
</li>
<li class="businessList__item">
<h3 class="business__title">セカンドオピニオン<br class="onlyPC">サービス</h3>
<div class="business__image"><img src="./assets/img/image-business03.svg" alt=""></div>
<p class="business__description">これは本当に取り組むべき資本提携なのでしょうか?</p>
</li>
</ul><a class="businessButton" href="/business/">詳しく見る</a>
</div>
</div>
<section class="about" id="about">
<div class="about__inner">
<h2 class="c-title"><span class="c-title__english">Who we are</span><span class="c-title__japanese">私たちについて</span></h2>
<h3 class="about__mainTitle">誰でも取り組める<br class="onlySP">M&amp;Aをつくる</h3>
<div class="about__descriptionBox">
<div class="about__description">
<p class="about__descriptionText">これからの日本でM&amp;Aが必要な企業は127万社と言われています。</p>
<p class="about__descriptionText">しかし、2021年度に成約したM&amp;Aは約4,000件。(公表べース)</p>
<p class="about__descriptionText">これまでのM&amp;Aのありかたに多くの問題があるのだと私たちは考えています。</p>
</div>
<div class="about__description">
<p class="about__descriptionText">高額な手数料や、企業の実態と乖離した譲渡価額の設定、当事者を抜きにした案件進行など・・・</p>
<p class="about__descriptionText">結果的に本当に必要な方々のM&amp;Aを妨げることになっていないでしょうか?</p>
</div>
<div class="about__description">
<p class="about__descriptionText">私たちは売り手・買い手双方が求めるニーズに応えるため、</p>
<p class="about__descriptionText">これまでのM&amp;Aプロセスを徹底的に見直し、</p>
<p class="about__descriptionText">お客さまの立場に立つことにこだわったコンサルティングを目指します。</p>
</div>
</div>
</div>
</section>
<section class="thought">
<div class="thought__background">
<div class="thought__backgroundImage"><img src="./assets/img/background-whatwedo.jpg" alt=""></div>
<div class="thought__backgroundLogo">
<div class="thought__backgroundLogoImage"><img src="./assets/img/logo-sectionlogo.svg" alt="Byside"></div>
</div>
</div>
<div class="thought__inner">
<h3 class="thought__title">ロゴにかける想い</h3>
<div class="thought__description">
<div class="thought__descriptionBox">
<p class="thought__descriptionText">弊社のロゴには、二つの想い(2つのストーリー)を込めています。<br>「友好的にM&amp;Aの成約をした譲渡企業と譲受企業」<br>「成約後もサポートし続けるBysideと譲受企業」<br>2つが繋がり、未来へ向かって、共に歩み、成長していく。<br>そういった物語を作り、繋いでいきたい、そんな想いを込めています。</p>
<p class="thought__descriptionText">「M&amp;A」においては、様々な人達の利害が入り組み、同じ事象でもそれぞれ見る人の立場が変われば、全く異なる見え方をし、全く異なる見解や、異なる結果が生じることが、よくあります。</p>
</div>
<div class="thought__descriptionBox">
<p class="thought__descriptionText">このロゴは「ともに歩む企業(人)」にも「Bysideの頭文字」にも「8 = 無限に成長する企業イメージ」にも「3 = 譲渡企業、譲受企業、私たち、三社全てを表現したイメージ」にも「M&amp;Aの形」にも見えます。<br>あなたにはどう見えたでしょうか?<br>それぞれの立場があれば、見え方は異なって当然です。</p>
<p class="thought__descriptionText">私たちは、実際にお手伝いさせていただく過程においても、お互いの違いを知り、違いを認め、寄り添いながらサポートする、そんな企業でありたいと考えています。</p>
</div>
</div>
</div>
</section>
<div class="consultants" id="consultants">
<div class="consultantsInner">
<h2 class="c-miniTitle">代表コンサルタント</h2>
<ul class="consultantsList">
<li class="consultantsList__item">
<picture class="consultants__image">
<source media="(max-width: 800px)" srcset="./assets/img/sp-image-caonsultants01.jpg"><img src="./assets/img/image-caonsultants01.jpg" alt="画像">
</picture>
<div class="consultants__main">
<p class="consultants__position">代表取締役</p>
<p class="consultants__name">川畑 勇人</p>
<p class="consultants__description">早稲田大学第一文学部卒業後、2008年に株式会社キーエンスへ入社。<br>国内トップクラスの成績を残し、同期内最速で責任者へ昇格の内示を受ける。<br>2014年より、株式会社日本M&amp;Aセンターへ入社し、入社2年半での全社MVP獲得、個人としてもトップクラスの営業成績を挙げ続け、2019年には、当時最速となる部長職へ昇格を果たす。<br>在籍中は、主に譲受企業の担当として、顧客に最適なマッチング、候補先の提案を続け、そのノウハウを組織へ浸透させる。<br>その後、PMI支援に特化した株式会社PMIコンサルティングの取締役に就任。<br>2022年、Byside株式会社を設立し、代表取締役に就任。</p>
</div>
</li>
<li class="consultantsList__item">
<picture class="consultants__image">
<source media="(max-width: 800px)" srcset="./assets/img/sp-image-caonsultants02.jpg"><img src="./assets/img/image-caonsultants02.jpg" alt="画像">
</picture>
<div class="consultants__main">
<p class="consultants__position">取締役副社長</p>
<p class="consultants__name">田邉 大輔</p>
<p class="consultants__description">2007年慶應義塾大学法学部法律学科卒。<br>同年三菱UFJ銀行へ入社。<br>経営者などの個人富裕層をお客様とするプライベートバンカーとして、卓越した実績を残し、表彰多数。<br>その後、米モルガン・スタンレーへの派遣、帰国後グループの証券会社での経営企画業務を経て、2014年に日本M&Aセンター入社。<br>プライベートバンカーとして培った経験から、一貫して譲渡側経営者の支援をする業務に従事し、2020年より部長職。<br>2022年にByside株式会社へ参画。</p>
</div>
</li>
</ul>
<p class="consultants__supplement">他、各事業に精通した経験豊富な<br>コンサルタントがお待ちしております。</p>
</div>
</div>
<div class="company" id="company">
<div class="companyInner">
<h2 class="c-title"><span class="c-title__english">Company</span><span class="c-title__japanese">企業情報</span></h2>
<div class="companyList">
<dl class="companyList__item">
<dt class="company__name --2words">社名</dt>
<dd class="company__description">Byside株式会社(バイサイド株式会社)</dd>
</dl>
<dl class="companyList__item">
<dt class="company__name">所在地</dt>
<dd class="company__description --location">
<div class="company__LocationBlock">
<p class="company__descriptionText">東京都千代田区神田神保町3丁目5番地 住友不動産九段下ビル7階</p><a class="company__mapLink" href="https://goo.gl/maps/tLVWzyHgFeEVL6Lq6" target="_blank"><span class="company__mapLinkText">Google Map</span></a>
</div>
<p class="sssds">Tel : 03-6689-1281 / FAX : 03-6689-1280</p>
</dd>
</dl>
<dl class="companyList__item">
<dt class="company__name">代表者</dt>
<dd class="company__description">川畑 勇人</dd>
</dl>
<dl class="companyList__item">
<dt class="company__name">資本金</dt>
<dd class="company__description">5,000万円</dd>
</dl>
<dl class="companyList__item">
<dt class="company__name --2words">事業</dt>
<dd class="company__description">M&amp;Aアドバイザリー(FA業務)及び仲介事業</dd>
</dl>
</div>
<div class="companyGuideLine"><a class="companyGuideLine__Text c-hoverText" href="/about/guideline.html">中小M&Aガイドライン遵守に関して</a></div>
</div>
<div class="company__backgroundImage"></div>
</div>
<div class="contact" id="contact">
<form class="contactInner" method="post" action="/thanks.php" novalidate><!-- php埋め込み -->
<h2 class="c-title"><span class="c-title__english">contact</span><span class="c-title__japanese">お問い合わせ</span></h2>
<p class="contact__required"><span class="contact__attentionText">必須項目</span></p>
<ul class="contactList">
<li class="contactList__item">
<p class="contactList__title --required">お名前</p>
<div class="contactList__inputBlock">
<!-- php埋め込み -->
<?php if(isset($post["name_error"])): ?>
<input class="contactList__textBox js-inputJudge --typeError" type="text" name="name" value="<?php echo $name; ?>">
<p class="contact__errorText"><?php echo $post["name_error"]; ?></p>
<?php else: ?>
<input class="contactList__textBox js-inputJudge" type="text" name="name" value="<?php echo $name; ?>">
<?php endif; ?>
<!-- php埋め込み -->
</div>
</li>
<li class="contactList__item">
<p class="contactList__title --required">会社名</p>
<div class="contactList__inputBlock">
<!-- php埋め込み -->
<?php if(isset($post["company_name_error"])): ?>
<input class="contactList__textBox js-inputJudge --typeError" type="text" name="company_name" value="<?php echo $company_name; ?>">
<p class="contact__errorText"><?php echo $post["company_name_error"]; ?></p>
<?php else: ?>
<input class="contactList__textBox js-inputJudge" type="text" name="company_name" value="<?php echo $company_name; ?>">
<?php endif; ?>
<!-- php埋め込み -->
</div>
</li>
<li class="contactList__item">
<p class="contactList__title">部署/役職</p>
<div class="contactList__inputBlock">
<!-- php埋め込み -->
<?php if(isset($post["department_position_error"])): ?>
<input class="contactList__textBox --typeError" type="text" name="department_position" value="<?php echo $department_position; ?>">
<p class="contact__errorText"><?php echo $post["department_position_error"]; ?></p>
<?php else: ?>
<input class="contactList__textBox" type="text" name="department_position" value="<?php echo $department_position; ?>">
<?php endif; ?>
<!-- php埋め込み -->
</div>
</li>
<li class="contactList__item">
<p class="contactList__title --required">メールアドレス</p>
<div class="contactList__inputBlock">
<!-- php埋め込み -->
<?php if(isset($post["email_error"])): ?>
<input class="contactList__textBox js-inputJudge --typeError" type="email" name="email" value="<?php echo $email; ?>">
<p class="contact__errorText"><?php echo $post["email_error"]; ?></p>
<?php else: ?>
<input class="contactList__textBox js-inputJudge" type="email" name="email" value="<?php echo $email; ?>">
<?php endif; ?>
<!-- php埋め込み -->
</div>
</li>
<li class="contactList__item">
<p class="contactList__title --required">電話番号</p>
<div class="contactList__inputBlock">
<!-- php埋め込み -->
<?php if(isset($post["tel_error"])): ?>
<input class="contactList__textBox js-inputJudge --typeError" type="tel" name="tel" value="<?php echo $tel; ?>">
<p class="contact__errorText"><?php echo $post["tel_error"]; ?></p>
<?php else: ?>
<input class="contactList__textBox js-inputJudge" type="tel" name="tel" value="<?php echo $tel; ?>">
<?php endif; ?>
<!-- php埋め込み -->
</div>
</li>
<li class="contactList__item --content">
<p class="contactList__title --required">内容</p>
<div class="contactList__inputBlock">
<!-- php埋め込み -->
<?php if(isset($post["contents_error"])): ?>
<textarea class="contactList__textArea js-inputJudge --typeError" name="contents"><?php echo $contents; ?></textarea>
<p class="contact__errorText"><?php echo $post["contents_error"]; ?></p>
<?php else: ?>
<textarea class="contactList__textArea js-inputJudge" name="contents"><?php echo $contents; ?></textarea>
<?php endif; ?>
<!-- php埋め込み -->
</div>
</li>
</ul>
<p class="attentionBox">当社(Byside株式会社)は、お客様より取得する個人情報を、お問い合わせいただいたご質問やご要望へ回答する目的でのみ利用いたします。当社の<a class="attentionBox__link c-hoverText" href="./privacy.html" target="_blank">個人情報保護に関する基本方針</a>をご確認の上、ご同意頂ける方のみお問い合わせください。</p>
<button class="sendButton" type="submit" value="送信">上記に同意して送信</button>
<input type="hidden" name="csrf" value="<?php echo $token; ?>" /><!-- php埋め込み -->
</form>
</div>
<footer><small class="footer__company">&copy; 2022<span id="year"></span><span>&nbsp;byside Co., Ltd.</span></small>
<p class="footer__privacyPolicy"><a class="footer__privacyPolicyLink c-hoverText" href="/privacy.html" target="_blank">個人情報保護法</a></p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- ページ個別JS-->
<script src="/assets/js/home.js"></script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Google Tag Manager-->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5MVZG2P');
</script>
<!-- End Google Tag Manager-->
<meta charset="utf-8">
<title>Byside株式会社(バイサイド株式会社) | 誰でも取り組めるM&amp;Aをつくる</title>
<meta name="description" content="Byside株式会社(バイサイド株式会社)は新しいM&amp;Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&amp;A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<!-- OGP-->
<meta property="og:title" content="Byside株式会社(バイサイド株式会社) | 誰でも取り組めるM&Aをつくる">
<meta property="og:url" content="https://byside.co.jp/">
<meta property="og:description" content="Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="og:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<meta property="og:site_name" content="Byside">
<meta property="og:type" content="website">
<!-- Twitter-->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Byside株式会社(バイサイド株式会社) | 誰でも取り組めるM&Aをつくる">
<meta property="twitter:description" content="Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="twitter:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<!-- 共通CSS-->
<link rel="stylesheet" href="/assets/styles/common.min.css">
<!-- ページ個別CSS-->
<link rel="stylesheet" href="/assets/styles/home.min.css">
<!-- ファビコン-->
<link rel="icon" href="/assets/img/share/favicon.ico">
<!-- フォント-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto+Slab:wght@400;500&amp;display=swap" rel="stylesheet">
<!-- swiperCSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- swiperJS-->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- jquery-->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- 共通JS-->
<script src="/assets/js/common.js"></script>
<!-- マグニフィックポップアップ-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- throttle-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript)-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5MVZG2P" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript)-->
<div class="opening">
<div class="opening__imageWrap">
<div class="opening__imageBody"><img src="./assets/img/logo-opening-body.svg" alt=""></div>
<div class="opening__imageText"><img src="./assets/img/logo-opening-text.svg" alt="Byside"></div>
</div>
</div>
<div class="page">
<header id="header">
<div class="header__inner">
<h2 class="header__title"><a href="/"><img src="/assets/img/logo-main.svg" alt="Byside"></a></h2>
<nav class="header__nav">
<ul class="header__navList onlyPC">
<li class="header__navItem"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
</ul><a class="header__contact" href="/#contact"><span class="header__contactLogo"><span class="header__contactIcon">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></span>
<p class="header__contactText">お問い合わせ</p></a>
</nav>
</div>
<div class="header__navButtonWrap">
<div class="header__navButton onlySP" id="header__navButton01"><span></span><span></span><span></span></div>
</div>
<div class="header__SPNav" id="header__SPNav01">
<div class="header__SPNavInner">
<ul class="header__NavList">
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/assignment.html"><span class="header__navItemDetail">譲渡・売却・事業継承をお考えの方</span></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/acquisitions.html"><span class="header__navItemDetail">譲受・買収をご希望の方</span></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/business/ma.html"><span class="header__navItemDetail">M&A事業者の方</span></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem --mini" id="header__navItem01"><a class="header__navItemLink --mini" href="/#consultants"><span class="header__navItemDetail">代表コンサルタント</span></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem" id="header__navItem01"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
<li class="header__navItemContact" id="header__navItem01"><a href="/#contact">
<div class="header__navItemContactContent">
<div class="header__navItemContactImage"><span class="header__contactLogo">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="17" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></div>
<p class="header__navItemContactText">お問い合わせ</p>
</div></a></li>
</ul>
</div>
</div>
</header>
<header class="--small --heightGet" id="headerSmall">
<div class="header__inner">
<h2 class="header__title"><a href="/"><img src="/assets/img/logo-main.svg" alt="Byside"></a></h2>
<nav class="header__nav">
<ul class="header__navList onlyPC">
<li class="header__navItem"><a class="header__navItemLink" href="/#service">
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/business/">
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#about">
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/#company">
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem"><a class="header__navItemLink" href="/faq/">
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
</ul><a class="header__contact" href="/#contact"><span class="header__contactLogo"><span class="header__contactIcon">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></span>
<p class="header__contactText">お問い合わせ</p></a>
</nav>
</div>
<div class="header__navButtonWrap">
<div class="header__navButton onlySP"><span></span><span></span><span></span></div>
</div>
<div class="header__SPNav">
<div class="header__SPNavInner">
<ul class="header__NavList">
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#service"><span class="header__navItemEnglish">Service</span>
<p class="header__navItemJapanese">サービス</p></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/assignment.html"><span class="header__navItemDetail">譲渡・売却・事業継承をお考えの方</span></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/acquisitions.html"><span class="header__navItemDetail">譲受・買収をご希望の方</span></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/business/ma.html"><span class="header__navItemDetail">M&A事業者の方</span></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/business/"><span class="header__navItemEnglish">What we do</span>
<p class="header__navItemJapanese">事業内容</p></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#about"><span class="header__navItemEnglish">Who we are</span>
<p class="header__navItemJapanese">私たちについて</p></a></li>
<li class="header__navItem --mini" id="header__navItem"><a class="header__navItemLink --mini" href="/#consultants"><span class="header__navItemDetail">代表コンサルタント</span></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/#company"><span class="header__navItemEnglish">Company</span>
<p class="header__navItemJapanese">企業情報</p></a></li>
<li class="header__navItem" id="header__navItem"><a class="header__navItemLink" href="/faq/"><span class="header__navItemEnglish">Q&A</span>
<p class="header__navItemJapanese">よくあるご質問</p></a></li>
<li class="header__navItemContact" id="header__navItem"><a href="/#contact">
<div class="header__navItemContactContent">
<div class="header__navItemContactImage"><span class="header__contactLogo">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="17" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<path id="長方形_27" data-name="長方形 27" d="M3,3V18H25V3H3M0,0H28V21H0Z" transform="translate(1247.025 31.812)" fill="#0068b3"></path>
<path id="パス_23" data-name="パス 23" d="M7579.568-29.806l-13.7-8.269,1.55-2.569,12.153,7.334,12.154-7.334,1.55,2.569Z" transform="translate(-6318.696 76.479)" fill="#0068b3"></path>
</g>
</svg></span></div>
<p class="header__navItemContactText">お問い合わせ</p>
</div></a></li>
</ul>
</div>
</div>
</header>
<div class="mouseStalker" id="mouseStalker"><span class="mouseStalker__arrow"></span></div>
<div class="kv">
<div class="kv__background" id="kvArea">
<div class="kv__slider">
<div class="swiper" id="js-slider">
<div class="swiper-wrapper">
<div class="swiper-slide">
<picture class="kv__mainImage">
<source media="(max-width: 800px)" srcset="./assets/img/sp-background-kv01.jpg"><img src="./assets/img/background-kv01.jpg" alt="">
</picture>
</div>
</div>
</div>
</div>
<div class="kv__text">
<h1 class="kv__titleWrap">
<picture class="kv__title">
<source media="(max-width: 800px)" srcset="./assets/img/sp_maincopy.svg"><img src="./assets/img/pc_maincopy.svg" alt="これまでのM&amp;amp;Aを変えればこれからの日本が変わる。">
</picture>
</h1>
<p class="kv__description">Byside株式会社(バイサイド株式会社)は<br>新しいM&amp;Aソリューションを提供する<br class="onlySP">コンサルティングカンパニーです。</p>
</div>
</div>
<div class="kvNews">
<div class="kvNews__title">
<h2 class="kvNews__mainTitle">News</h2>
<p class="kvNews__subTitle">最新情報</p>
</div>
<ul class="kvNewsList">
<li class="kvNewsList__item">
<time class="kvNews__day">2022.11.25</time>
<p class="kvNews__description">Webサイトを更新しました</p>
</li>
<li class="kvNewsList__item">
<time class="kvNews__day">2022.10.04</time>
<p class="kvNews__description">住友不動産九段下ビルに本社及びオフィスを移転しました</p>
</li>
</ul>
</div>
</div>
<section class="cards" id="service">
<h2 class="c-title"><span class="c-title__english">Service</span><span class="c-title__japanese">サービス</span></h2>
<div class="cards__inner">
<ul class="cardsList">
<li class="cardsList__item">
<div class="cards__head --colorType01">
<h3 class="cards__headTitle"><span class="cards__headTitleBig">譲渡・売却・事業継承</span><br>をお考えの方</h3>
</div>
<div class="cards__body">
<p class="cards__description">累計関与数300件超の経験豊富なコンサルタント集団が、お相手探しから成約までフルサポート。最短1.5ヶ月でのスピード成約も可能です。</p><a class="cards__button" href="/business/assignment.html">こちら</a>
</div>
</li>
<li class="cardsList__item">
<div class="cards__head --colorType02">
<h3 class="cards__headTitle"><span class="cards__headTitleBig">譲受・買収</span><br class="onlyPC">をお考えの方</h3>
</div>
<div class="cards__body">
<p class="cards__description">幅広い事業者連携により集約した案件を一括でまとめてご提案。着手金や月額報酬をいただくことなく、成約まで無料でご支援します。</p><a class="cards__button" href="/business/acquisitions.html">こちら</a>
</div>
</li>
<li class="cardsList__item">
<div class="cards__head --colorType03">
<h3 class="cards__headTitle"><span class="cards__headTitleBig">M&A事業者</span>の方</h3>
</div>
<div class="cards__body">
<p class="cards__description">買手・譲受先を探索することに特化したメンバーで、全ての中堅・中小企業のM&Aを活発に、効率よく、最短で成約に導きます。</p><a class="cards__button" href="/business/ma.html">こちら</a>
</div>
</li>
</ul>
</div>
</section>
<div class="business" id="business">
<div class="businessInner">
<h2 class="c-title --sizeBig --colorType02"><span class="c-title__english">What we do</span><span class="c-title__japanese">事業内容</span></h2>
<ul class="businessList">
<li class="businessList__item">
<h3 class="business__title">ファイナンシャル<br class="onlyPC">アドバイザリー事業</h3>
<div class="business__image"><img src="./assets/img/image-business01.svg" alt=""></div>
<p class="business__description">従来存在しなかった、中堅・中小企業の為のファイナンシャルアドバイザリー業務</p>
</li>
<li class="businessList__item">
<h3 class="business__title">フルパッケージ型<br class="onlyPC">M&amp;A仲介事業</h3>
<div class="business__image"><img src="./assets/img/image-business02.svg" alt=""></div>
<p class="business__description">システム、費用、安心感、全てが今までとは次元が違います。</p>
</li>
<li class="businessList__item">
<h3 class="business__title">セカンドオピニオン<br class="onlyPC">サービス</h3>
<div class="business__image"><img src="./assets/img/image-business03.svg" alt=""></div>
<p class="business__description">これは本当に取り組むべき資本提携なのでしょうか?</p>
</li>
</ul><a class="businessButton" href="/business/">詳しく見る</a>
</div>
</div>
<section class="about" id="about">
<div class="about__inner">
<h2 class="c-title"><span class="c-title__english">Who we are</span><span class="c-title__japanese">私たちについて</span></h2>
<h3 class="about__mainTitle">誰でも取り組める<br class="onlySP">M&amp;Aをつくる</h3>
<div class="about__descriptionBox">
<div class="about__description">
<p class="about__descriptionText">これからの日本でM&amp;Aが必要な企業は127万社と言われています。</p>
<p class="about__descriptionText">しかし、2021年度に成約したM&amp;Aは約4,000件。(公表べース)</p>
<p class="about__descriptionText">これまでのM&amp;Aのありかたに多くの問題があるのだと私たちは考えています。</p>
</div>
<div class="about__description">
<p class="about__descriptionText">高額な手数料や、企業の実態と乖離した譲渡価額の設定、当事者を抜きにした案件進行など・・・</p>
<p class="about__descriptionText">結果的に本当に必要な方々のM&amp;Aを妨げることになっていないでしょうか?</p>
</div>
<div class="about__description">
<p class="about__descriptionText">私たちは売り手・買い手双方が求めるニーズに応えるため、</p>
<p class="about__descriptionText">これまでのM&amp;Aプロセスを徹底的に見直し、</p>
<p class="about__descriptionText">お客さまの立場に立つことにこだわったコンサルティングを目指します。</p>
</div>
</div>
</div>
</section>
<section class="thought">
<div class="thought__background">
<div class="thought__backgroundImage"><img src="./assets/img/background-whatwedo.jpg" alt=""></div>
<div class="thought__backgroundLogo">
<div class="thought__backgroundLogoImage"><img src="./assets/img/logo-sectionlogo.svg" alt="Byside"></div>
</div>
</div>
<div class="thought__inner">
<h3 class="thought__title">ロゴにかける想い</h3>
<div class="thought__description">
<div class="thought__descriptionBox">
<p class="thought__descriptionText">弊社のロゴには、二つの想い(2つのストーリー)を込めています。<br>「友好的にM&amp;Aの成約をした譲渡企業と譲受企業」<br>「成約後もサポートし続けるBysideと譲受企業」<br>2つが繋がり、未来へ向かって、共に歩み、成長していく。<br>そういった物語を作り、繋いでいきたい、そんな想いを込めています。</p>
<p class="thought__descriptionText">「M&amp;A」においては、様々な人達の利害が入り組み、同じ事象でもそれぞれ見る人の立場が変われば、全く異なる見え方をし、全く異なる見解や、異なる結果が生じることが、よくあります。</p>
</div>
<div class="thought__descriptionBox">
<p class="thought__descriptionText">このロゴは「ともに歩む企業(人)」にも「Bysideの頭文字」にも「8 = 無限に成長する企業イメージ」にも「3 = 譲渡企業、譲受企業、私たち、三社全てを表現したイメージ」にも「M&amp;Aの形」にも見えます。<br>あなたにはどう見えたでしょうか?<br>それぞれの立場があれば、見え方は異なって当然です。</p>
<p class="thought__descriptionText">私たちは、実際にお手伝いさせていただく過程においても、お互いの違いを知り、違いを認め、寄り添いながらサポートする、そんな企業でありたいと考えています。</p>
</div>
</div>
</div>
</section>
<div class="consultants" id="consultants">
<div class="consultantsInner">
<h2 class="c-miniTitle">代表コンサルタント</h2>
<ul class="consultantsList">
<li class="consultantsList__item">
<picture class="consultants__image">
<source media="(max-width: 800px)" srcset="./assets/img/sp-image-caonsultants01.jpg"><img src="./assets/img/image-caonsultants01.jpg" alt="画像">
</picture>
<div class="consultants__main">
<p class="consultants__position">代表取締役</p>
<p class="consultants__name">川畑 勇人</p>
<p class="consultants__description">早稲田大学第一文学部卒業後、2008年に株式会社キーエンスへ入社。<br>国内トップクラスの成績を残し、同期内最速で責任者へ昇格の内示を受ける。<br>2014年より、株式会社日本M&amp;Aセンターへ入社し、入社2年半での全社MVP獲得、個人としてもトップクラスの営業成績を挙げ続け、2019年には、当時最速となる部長職へ昇格を果たす。<br>在籍中は、主に譲受企業の担当として、顧客に最適なマッチング、候補先の提案を続け、そのノウハウを組織へ浸透させる。<br>その後、PMI支援に特化した株式会社PMIコンサルティングの取締役に就任。<br>2022年、Byside株式会社を設立し、代表取締役に就任。</p>
</div>
</li>
<li class="consultantsList__item">
<picture class="consultants__image">
<source media="(max-width: 800px)" srcset="./assets/img/sp-image-caonsultants02.jpg"><img src="./assets/img/image-caonsultants02.jpg" alt="画像">
</picture>
<div class="consultants__main">
<p class="consultants__position">取締役副社長</p>
<p class="consultants__name">田邉 大輔</p>
<p class="consultants__description">2007年慶應義塾大学法学部法律学科卒。<br>同年三菱UFJ銀行へ入社。<br>経営者などの個人富裕層をお客様とするプライベートバンカーとして、卓越した実績を残し、表彰多数。<br>その後、米モルガン・スタンレーへの派遣、帰国後グループの証券会社での経営企画業務を経て、2014年に日本M&Aセンター入社。<br>プライベートバンカーとして培った経験から、一貫して譲渡側経営者の支援をする業務に従事し、2020年より部長職。<br>2022年にByside株式会社へ参画。</p>
</div>
</li>
</ul>
<p class="consultants__supplement">他、各事業に精通した経験豊富な<br>コンサルタントがお待ちしております。</p>
</div>
</div>
<div class="company" id="company">
<div class="companyInner">
<h2 class="c-title"><span class="c-title__english">Company</span><span class="c-title__japanese">企業情報</span></h2>
<div class="companyList">
<dl class="companyList__item">
<dt class="company__name --2words">社名</dt>
<dd class="company__description">Byside株式会社(バイサイド株式会社)</dd>
</dl>
<dl class="companyList__item">
<dt class="company__name">所在地</dt>
<dd class="company__description --location">
<div class="company__LocationBlock">
<p class="company__descriptionText">東京都千代田区神田神保町3丁目5番地 住友不動産九段下ビル7階</p><a class="company__mapLink" href="https://goo.gl/maps/tLVWzyHgFeEVL6Lq6" target="_blank"><span class="company__mapLinkText">Google Map</span></a>
</div>
<p class="sssds">Tel : 03-6689-1281 / FAX : 03-6689-1280</p>
</dd>
</dl>
<dl class="companyList__item">
<dt class="company__name">代表者</dt>
<dd class="company__description">川畑 勇人</dd>
</dl>
<dl class="companyList__item">
<dt class="company__name">資本金</dt>
<dd class="company__description">5,000万円</dd>
</dl>
<dl class="companyList__item">
<dt class="company__name --2words">事業</dt>
<dd class="company__description">M&amp;Aアドバイザリー(FA業務)及び仲介事業</dd>
</dl>
</div>
<div class="companyGuideLine"><a class="companyGuideLine__Text c-hoverText" href="/about/guideline.html">中小M&Aガイドライン遵守に関して</a></div>
</div>
<div class="company__backgroundImage"></div>
</div>
<div class="contact" id="contact">
<form class="contactInner" novalidate>
<h2 class="c-title"><span class="c-title__english">contact</span><span class="c-title__japanese">お問い合わせ</span></h2>
<p class="contact__required"><span class="contact__attentionText">必須項目</span></p>
<ul class="contactList">
<li class="contactList__item">
<p class="contactList__title --required">お名前</p>
<div class="contactList__inputBlock">
<input class="contactList__textBox js-inputJudge" type="text">
</div>
</li>
<li class="contactList__item">
<p class="contactList__title --required">会社名</p>
<div class="contactList__inputBlock">
<input class="contactList__textBox js-inputJudge" type="text">
</div>
</li>
<li class="contactList__item">
<p class="contactList__title">部署/役職</p>
<div class="contactList__inputBlock">
<input class="contactList__textBox" type="text">
</div>
</li>
<li class="contactList__item">
<p class="contactList__title --required">メールアドレス</p>
<div class="contactList__inputBlock">
<input class="contactList__textBox js-inputJudge" type="text">
</div>
</li>
<li class="contactList__item">
<p class="contactList__title --required">電話番号</p>
<div class="contactList__inputBlock">
<input class="contactList__textBox js-inputJudge" type="text">
</div>
</li>
<li class="contactList__item --content">
<p class="contactList__title --required">内容</p>
<div class="contactList__inputBlock">
<textarea class="contactList__textArea js-inputJudge"></textarea>
</div>
</li>
</ul>
<p class="attentionBox">当社(Byside株式会社)は、お客様より取得する個人情報を、お問い合わせいただいたご質問やご要望へ回答する目的でのみ利用いたします。当社の<a class="attentionBox__link c-hoverText" href="./privacy.html" target="_blank">個人情報保護に関する基本方針</a>をご確認の上、ご同意頂ける方のみお問い合わせください。</p>
<button class="sendButton" type="submit" value="送信">上記に同意して送信</button>
</form>
</div>
<footer><small class="footer__company">&copy; 2022<span id="year"></span><span>&nbsp;byside Co., Ltd.</span></small>
<p class="footer__privacyPolicy"><a class="footer__privacyPolicyLink c-hoverText" href="/privacy.html" target="_blank">個人情報保護法</a></p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- ページ個別JS-->
<script src="/assets/js/home.js"></script>
</body>
</html>
\ No newline at end of file
<?php
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\Exception;
require(__DIR__ . '/PHPMailer/src/PHPMailer.php');
require(__DIR__ . '/PHPMailer/src/Exception.php');
require(__DIR__ . '/PHPMailer/src/SMTP.php');
class Mailer{
private $mailer = null;
function __construct()
{
mb_language('ja');
mb_internal_encoding('UTF-8');
$this->mailer = new PHPMailer(true);
$this->mailer->CharSet = PHPMailer::CHARSET_UTF8;
// $this->mailer->isSMTP();
// $this->mailer->Host = 'byside-co-jp.mail.protection.outlook.com';
$this->mailer->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS;
// $this->mailer->setFrom('contact@byside.co.jp', 'Byside Information');
$this->mailer->setFrom('info@byside.sjdev.jp', 'Byside Information');
$this->mailer->XMailer = 'Origin MailSystem';
// $this->mailer->Sender = 'contact@byside.co.jp';
$this->mailer->Sender = 'info@byside.sjdev.jp';
}
public function mailToUser($to,$title,$body){
try {
$this->mailer->addAddress($to);
$this->mailer->Subject = $title;
$this->mailer->Body = $body;
$this->mailer->send();
return true;
} catch (Exception $e) {
return false;
}
}
}
\ No newline at end of file
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Google Tag Manager-->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5MVZG2P');
</script>
<!-- End Google Tag Manager-->
<meta charset="utf-8">
<title>個人情報保護方針 | Byside株式会社(バイサイド株式会社) | 誰でも取り組めるM&amp;Aをつくる</title>
<meta name="description" content="Byside株式会社(バイサイド株式会社)は新しいM&amp;Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&amp;A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<!-- OGP-->
<meta property="og:title" content="個人情報保護方針 | Byside株式会社(バイサイド株式会社) | 誰でも取り組めるM&Aをつくる">
<meta property="og:url" content="https://byside.co.jp/privacy.html">
<meta property="og:description" content="Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="og:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<meta property="og:site_name" content="Byside">
<meta property="og:type" content="website">
<!-- Twitter-->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="個人情報保護方針 | Byside株式会社(バイサイド株式会社) | 誰でも取り組めるM&Aをつくる">
<meta property="twitter:description" content="Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="twitter:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<!-- 共通CSS-->
<link rel="stylesheet" href="/assets/styles/common.min.css">
<!-- ページ個別CSS-->
<link rel="stylesheet" href="/assets/styles/privacy.min.css">
<!-- ファビコン-->
<link rel="icon" href="/assets/img/share/favicon.ico">
<!-- フォント-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto+Slab:wght@400;500&amp;display=swap" rel="stylesheet">
<!-- swiperCSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- swiperJS-->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- jquery-->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- 共通JS-->
<script src="/assets/js/common.js"></script>
<!-- マグニフィックポップアップ-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- throttle-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript)-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5MVZG2P" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript)-->
<div class="page">
<header class="subHeader"><a class="subHeader__image" href="/"><img src="./assets/img/logo-main.svg" alt=""></a></header>
<div class="privacyPolicy">
<div class="privacyPolicy__band">
<h1 class="privacyPolicy__bandTitle"><span class="privacyPolicy__bandEnglish">Privacy policy</span><span class="privacyPolicy__bandJapanese">個人情報保護方針</span></h1>
</div>
<div class="privacyPolicyInner">
<div class="privacyPolicy__textBox">
<p class="privacyPolicy__lead">Byside株式会社(以下「弊社」といいます)では、個人情報の保護の重要性を認識し、以下の通り個人情報保護方針(以下「本方針」といいます)を制定して、弊社全従業員に周知徹底するとともに、確実に履行いたします。</p>
<h2 class="privacyPolicy__mainTitle">1.個人情報保護に関する法令等の遵守</h2>
<ul class="privacyPolicyList">
<li class="privacyPolicyList__item">
<p class="privacyPolicyListDescription">弊社は、個人情報の取り扱いに関し、個人情報の保護に関する法律、その他関連法令及びガイドライン等を遵守します。</p>
</li>
</ul>
</div>
<div class="privacyPolicy__textBox">
<h2 class="privacyPolicy__mainTitle">2.個人情報の利用目的</h2>
<div class="privacyPolicyList__item">
<ul class="privacyPolicy__bracketsList">
<li class="privacyPolicy__bracketsItem">
<h3 class="privacyPolicy__bracketsTitle">(1)弊社は、取得する個人情報((2)及び(3)により取得されるものを除く)を以下の目的で利用します。</h3>
<p class="privacyPolicy__bracketsDescription">弊社の受託するM&amp;Aアドバイザリー業務、M&amp;A仲介業務、企業評価業務及び経営コンサルティングに関する業務その他弊社が受託することができる業務並びにこれらに附帯する業務の遂行(以下「提供業務」といいます。)<br>提供業務並びに弊社が運営・関与するセミナーその他の企画にかかる各種相談・申込受付、資料送付、問合せに対する回答及び連絡<br>各種契約の締結、解約や、取引解約後の事後管理<br>その他、提供業務の適切かつ円滑な提供</p>
</li>
<li class="privacyPolicy__bracketsItem">
<h3 class="privacyPolicy__bracketsTitle">(2)弊社は、役員・従業員及び採用応募者から取得する個人情報を以下の目的で利用します。</h3>
<p class="privacyPolicy__bracketsDescription">弊社の採用選考活動<br>役員及び従業員(内定者及び退職者を含みます)の業務及び雇用管理並びに連絡</p>
</li>
<li class="privacyPolicy__bracketsItem">
<h3 class="privacyPolicy__bracketsTitle">(3)弊社は、上記(1)及び(2)の他、取得する個人情報を以下の目的で利用します。</h3>
<p class="privacyPolicy__bracketsDescription">弊社並びに弊社の業務提携会社のサービスの案内<br>弊社のM&amp;A等に関する普及啓蒙・教育に関する活動<br>弊社の広報活動<br>第5項(3)に定める目的<br>各種リスクの把握および管理など、弊社の経営管理業務の適切な遂行</p>
</li>
</ul>
</div>
</div>
<div class="privacyPolicy__textBox">
<h2 class="privacyPolicy__mainTitle">3. 個人情報の取得、利用及び第三者への提供等に関する基本原則</h2>
<ul class="privacyPolicyList">
<li class="privacyPolicyList__item">
<h3 class="privacyPolicyListTitle">1.個人情報を直接取得する場合の原則</h3>
<p class="privacyPolicy__bracketsDescription --short">適法かつ公正な手段により個人情報を取得いたします。</p>
</li>
<li class="privacyPolicyList__item">
<h3 class="privacyPolicyListTitle">2.業務を受託する場合の個人情報の取扱に関する原則</h3>
<p class="privacyPolicy__bracketsDescription --short">取得した個人情報は厳格に管理を行い、取得に際して明示した目的及び2に定める利用目的の範囲内の用途で利用いたします。<br>個人情報に関する秘密保持、契約終了時の個人情報の処理方法を定め遵守いたします。</p>
</li>
<li class="privacyPolicyList__item">
<h3 class="privacyPolicyListTitle">3.第三者へ業務を外部委託する場合の原則</h3>
<p class="privacyPolicy__bracketsDescription --short">業務の運営上適正な範囲内において弊社との間で秘密保持義務を負わせた事業者に対して個人情報の取扱に関連する業務を委託することがありますが、弊社はかかる事業者に対して適切な監督を行います。</p>
</li>
<li class="privacyPolicyList__item">
<h3 class="privacyPolicyListTitle">4.個人情報の第三者への提供</h3>
<p class="privacyPolicy__bracketsDescription --short">弊社は、取得した個人情報を、法令に定める場合を除き、予め本人の同意を得ることなく、第三者に対して開示または提供することはありません。</p>
</li>
<li class="privacyPolicyList__item">
<h3 class="privacyPolicyListTitle">5.個人情報の共同利用</h3>
<p class="privacyPolicy__bracketsDescription --short">弊社は、以下に定めるとおり個人データの共同利用を行います。</p>
<ul class="privacyPolicy__bracketsList">
<li class="privacyPolicy__bracketsItem">
<h3 class="privacyPolicy__bracketsTitle">(1)共同利用する個人データの項目</h3>
<p class="privacyPolicy__bracketsDescription">氏名、生年月日、住所、電話番号、電子メールアドレス、勤務先または株式を保有している会社名、当該会社に関する企業情報、役職、関心事項、その他特定の個人を識別することができる情報</p>
</li>
<li class="privacyPolicy__bracketsItem">
<h3 class="privacyPolicy__bracketsTitle">(2)共同利用者の範囲</h3>
<p class="privacyPolicy__bracketsDescription">①弊社<br>②弊社と共同でサービス提供またはセミナー等の企画を実施する第三者(申込に際して紹介者をお知らせ頂いた場合の当該紹介者を含みます)</p>
</li>
<li class="privacyPolicy__bracketsItem">
<h3 class="privacyPolicy__bracketsTitle">(3)利用目的</h3>
<p class="privacyPolicy__bracketsDescription">「2.個人情報の利用目的」記載の利用目的<br>(1)記載の共同利用者と共同して行う、提供業務の遂行<br>(2)②記載のサービスの提供及びセミナー等の企画の実施(申込に際して紹介者をお知らせ頂いた場合においては、当該紹介者との間での申込情報の確認を含みます)</p>
</li>
<li class="privacyPolicy__bracketsItem">
<h3 class="privacyPolicy__bracketsTitle">(4)個人データの管理について責任を有する者の名称</h3>
<p class="privacyPolicy__bracketsDescription">Byside株式会社<br>代表取締役<br>川畑勇人</p>
</li>
</ul>
</li>
</ul>
<li class="privacyPolicyList__item">
<h3 class="privacyPolicyListTitle">6.個人情報の適正な管理方法について</h3>
<p class="privacyPolicyListDescription">弊社は、取得した個人情報を、利用目的の達成に必要な範囲内で正確かつ最新の状態に保つように努めます。<br>個人情報への不正アクセス、紛失、破壊、改竄及び漏洩等を防止するために合理的かつ適切な安全対策の措置を講じます。<br>弊社は個人情報を取り扱う責任者を定め、個人情報に関する更新、訂正、保管、苦情その他の問合せを受けた事項につき、適切な対応を取ります。</p>
</li>
<li class="privacyPolicyList__item">
<h3 class="privacyPolicyListTitle">7. コンプライアンス・プログラムの継続的改善</h3>
<p class="privacyPolicyListDescription">弊社は個人情報保護コンプライアンス・プログラムを策定し、推進するとともに、定期的に見直し、継続的改善に努めます。</p>
</li>
</div>
</div>
</div>
<footer><small class="footer__company">&copy; 2022<span id="year"></span><span>&nbsp;byside Co., Ltd.</span></small>
<p class="footer__privacyPolicy"><a class="footer__privacyPolicyLink c-hoverText" href="/privacy.html" target="_blank">個人情報保護法</a></p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- ページ個別JS-->
<script src="/assets/js/privacy.js"></script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Google Tag Manager-->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5MVZG2P');
</script>
<!-- End Google Tag Manager-->
<meta charset="utf-8">
<title>お問い合わせ完了 | Byside株式会社(バイサイド株式会社) | 誰でも取り組めるM&amp;Aをつくる</title>
<meta name="description" content="Byside株式会社(バイサイド株式会社)は新しいM&amp;Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&amp;A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<!-- OGP-->
<meta property="og:title" content="お問い合わせ完了 | Byside株式会社(バイサイド株式会社) | 誰でも取り組めるM&Aをつくる">
<meta property="og:url" content="https://byside.co.jp/thanks.html">
<meta property="og:description" content="Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="og:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<meta property="og:site_name" content="Byside">
<meta property="og:type" content="website">
<!-- Twitter-->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="お問い合わせ完了 | Byside株式会社(バイサイド株式会社) | 誰でも取り組めるM&Aをつくる">
<meta property="twitter:description" content="Byside株式会社(バイサイド株式会社)は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="twitter:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<!-- 共通CSS-->
<link rel="stylesheet" href="/assets/styles/common.min.css">
<!-- ページ個別CSS-->
<link rel="stylesheet" href="/assets/styles/thanks.min.css">
<!-- ファビコン-->
<link rel="icon" href="/assets/img/share/favicon.ico">
<!-- フォント-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto+Slab:wght@400;500&amp;display=swap" rel="stylesheet">
<!-- swiperCSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- swiperJS-->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- jquery-->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- 共通JS-->
<script src="/assets/js/common.js"></script>
<!-- マグニフィックポップアップ-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- throttle-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript)-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5MVZG2P" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript)-->
<div class="page">
<header class="subHeader"><a class="subHeader__image" href="/"><img src="./assets/img/logo-main.svg" alt=""></a></header>
<div class="thanks">
<div class="thanks__mainText">お問い合わせが完了しました。</div><a class="thanks__topButton" href="/">TOPページへ</a>
</div>
<footer><small class="footer__company">&copy; 2022<span id="year"></span><span>&nbsp;byside Co., Ltd.</span></small>
<p class="footer__privacyPolicy"><a class="footer__privacyPolicyLink c-hoverText" href="/privacy.html" target="_blank">個人情報保護法</a></p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- ページ個別JS-->
<script src="/assets/js/thanks.js"></script>
</body>
</html>
\ No newline at end of file
<?php
//メール送信クラス
require_once(__DIR__."/mailer.php");
session_start();
if($_SESSION["csrf"] != $_POST["csrf"])
{
header("Location: /");
exit;
}
$input = [
"name" => $_POST["name"],
"company_name" => $_POST["company_name"],
"department_position" => $_POST["department_position"],
"tel" => $_POST["tel"],
"email" => $_POST["email"],
"contents" => $_POST["contents"],
];
$_SESSION["input"] = $input;
unset($_SESSION["name_error"]);
unset($_SESSION["company_name_error"]);
unset($_SESSION["department_position_error"]);
unset($_SESSION["email_error"]);
unset($_SESSION["tel_error"]);
unset($_SESSION["contents_error"]);
// 入力バリテーション(文字数制限)
$error = false;
if(empty(htmlspecialchars($_POST["name"])))
{
$_SESSION["name_error"] = "必須入力です。";
$error = true;
}
else if(strlen(htmlspecialchars($_POST["name"])) > 64)
{
$_SESSION["name_error"] = "64文字以内で入力してください。";
$error = true;
}
if(empty(htmlspecialchars($_POST["company_name"])))
{
$_SESSION["company_name_error"] = "必須入力です。";
$error = true;
}
else if(strlen(htmlspecialchars($_POST["company_name"])) > 128)
{
$_SESSION["company_name_error"] = "128文字以内で入力してください。";
$error = true;
}
if(strlen(htmlspecialchars($_POST["department_position"])) > 128)
{
$_SESSION["department_position_error"] = "128文字以内で入力してください。";
$error = true;
}
if(empty(htmlspecialchars($_POST["email"])))
{
$_SESSION["email_error"] = "必須入力です。";
$error = true;
}
else if (!preg_match("/^([a-zA-Z0-9])+([a-zA-Z0-9\?\*\[|\]%'=~^\{\}\/\+!#&\$\._-])*@([a-zA-Z0-9_-])+\.([a-zA-Z0-9\._-]+)+$/", $_POST["email"]))
{
$_SESSION["email_error"] = "正しい形式で入力してください。";
$error = true;
}
else if(strlen(htmlspecialchars($_POST["email"])) > 255)
{
$_SESSION["email_error"] = "128文字以内で入力してください。";
$error = true;
}
if(empty(htmlspecialchars($_POST["tel"])))
{
$_SESSION["tel_error"] = "必須入力です。";
$error = true;
}
else if(strlen(htmlspecialchars($_POST["tel"])) > 13)
{
$_SESSION["tel_error"] = "13桁以内で入力してください。";
$error = true;
}
else if (!preg_match("/^(0{1}\d{1,4}-{0,1}\d{1,4}-{0,1}\d{4})$/", $_POST["tel"]))
{
$_SESSION["tel_error"] = "正しい形式で入力してください。";
$error = true;
}
if(empty(htmlspecialchars($_POST["contents"])))
{
$_SESSION["contents_error"] = "必須入力です。";
$error = true;
}
else if(strlen(htmlspecialchars($_POST["contents"])) > 1500)
{
$_SESSION["contents_error"] = "1500文字以内で入力してください。";
$error = true;
}
//エラーがあった場合は入力画面へリダイレクトさせる
if ($error == true){
header("Location: /#contact");
exit;
}
//メール送信
$name = $_POST['name'];
$company_name = $_POST['company_name'];
$department_position = $_POST['department_position'];
$email = $_POST['email'];
$tel = $_POST['tel'];
$contents = $_POST['contents'];
mb_language("Japanese");
mb_internal_encoding("UTF-8");
//サンクスメール
$to = $email;
$subject = "お問い合わせ完了";
$message = "
$name\r\n
お問い合わせを受け付けました。\r\n
以下の内容で送信が完了しました。\r\n
\r\n
お問い合わせ内容\r\n
お名前: $name\r\n
会社名: $company_name\r\n
部署/役職: $department_position\r\n
電話番号: $tel\r\n
メールアドレス:$email\r\n
お問い合わせ内容: $contents\r\n
\r\n
──────────────────────────────────\r\n
Byside株式会社\r\n
URL:https://byside.co.jp\r\n
──────────────────────────────────\r\n
";
$mailer_thanks = new Mailer();
$result_user = $mailer_thanks->mailToUser($to, $subject, $message);
//bysideメールアドレス
$byside_email = "info@byside.sjdev.jp";//"contact@byside.co.jp";
//お知らせメール
$to = $byside_email;
$subject = "お問い合わせ完了";
$message = "
お問い合わせを受け付けました。\r\n
\r\n
お問い合わせ内容\r\n
お名前: $name\r\n
会社名: $company_name\r\n
部署/役職: $department_position\r\n
電話番号: $tel\r\n
メールアドレス:$email\r\n
お問い合わせ内容: $contents\r\n
";
$mailer = new Mailer();
$result_mng = $mailer->mailToUser($to, $subject, $message);
if (!($result_mng && $result_user) ) {
header("Location: /#contact");
exit;
}
//sessionを破棄する処理
$_SESSION = array();
session_destroy();
?>
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Google Tag Manager-->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5MVZG2P');
</script>
<!-- End Google Tag Manager-->
<meta charset="utf-8">
<title>お問い合わせ完了 | Byside株式会社 | 誰でも取り組めるM&amp;Aをつくる</title>
<meta name="description" content="Byside株式会社は新しいM&amp;Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&amp;A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<!-- OGP-->
<meta property="og:title" content="お問い合わせ完了 | Byside株式会社 | 誰でも取り組めるM&Aをつくる">
<meta property="og:url" content="https://byside.co.jp/thanks.html">
<meta property="og:description" content="Byside株式会社は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="og:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<meta property="og:site_name" content="Byside">
<meta property="og:type" content="website">
<!-- Twitter-->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="お問い合わせ完了 | Byside株式会社 | 誰でも取り組めるM&Aをつくる">
<meta property="twitter:description" content="Byside株式会社は新しいM&Aソリューションを提供するコンサルティングカンパニーです。ファイナンシャルアドバイザリー事業、フルパッケージ型M&A仲介事業、セカンドオピニオンサービスを提供しています。">
<meta property="twitter:image" content="https://byside.co.jp/assets/img/share/ogp.png">
<!-- 共通CSS-->
<link rel="stylesheet" href="./assets/styles/common.min.css">
<!-- ページ個別CSS-->
<link rel="stylesheet" href="./assets/styles/thanks.min.css">
<!-- ファビコン-->
<link rel="icon" href="./assets/img/share/favicon.ico">
<!-- フォント-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto+Slab:wght@400;500&amp;display=swap" rel="stylesheet">
<!-- swiperCSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css">
<!-- swiperJS-->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- jquery-->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- throttle-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript)-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5MVZG2P" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript)-->
<div class="page" id="top">
<header class="subHeader"><a class="subHeader__image" href="/"><img src="./assets/img/logo-main.svg" alt=""></a></header>
<div class="thanks">
<div class="thanks__mainText">お問い合わせが完了しました。</div><a class="thanks__topButton" href="/">TOPページへ</a>
</div>
<footer>
<p class="footer__company">© 2022 byside Co., Ltd.</p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- ページ個別JS-->
<script src="./assets/js/thanks.bundle.js"></script>
</body>
</html>
\ No newline at end of file
test
\ No newline at end of file
test
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!